[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. db94b467fb8abb1e37f717340d439826b8712b6f
Micah Anderson
micah at riseup.net
Sun Mar 9 21:58:54 UTC 2008
The following commit has been merged in the master branch:
commit 306d3d150f744fe57f40857777cbfe6f61f05625
Author: Micah Anderson <micah at riseup.net>
Date: Sun Mar 9 14:04:53 2008 -0400
Add patch for LSB headers from Petter (Closes: #462915)
diff --git a/debian/changelog b/debian/changelog
index 69984d6..82ca1ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+puppet (0.24.3-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * Apply lsb formatted dependency info into initscripts, thanks
+ Petter Reinholdtsen (Closes: #462915)
+
+ -- Micah Anderson <micah at debian.org> Sun, 09 Mar 2008 14:03:00 -0400
+
puppet (0.24.1-2) unstable; urgency=low
* Set rundir correctly (Closes: #460203, #459579)
diff --git a/debian/puppet.init b/debian/puppet.init
index 063f927..23ae391 100644
--- a/debian/puppet.init
+++ b/debian/puppet.init
@@ -1,4 +1,12 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: puppet
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Should-Start: puppetmaster
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/puppetd
diff --git a/debian/puppetmaster.init b/debian/puppetmaster.init
index ea5c1ba..2e09799 100644
--- a/debian/puppetmaster.init
+++ b/debian/puppetmaster.init
@@ -1,4 +1,11 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: puppetmaster
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/puppetmasterd
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list