<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,2 @@
-The debian/ directory for this package is maintained in bzr.  There are two
-primary branches, kept by each maintainer:
-
-http://www.hezmatt.org/~mpalmer/bzr/puppet.debian (mpalmer)
-http://repo.spacepants.org/puppet/puppet.debian (jaq)
-
-Typically all the changes will be in one (or both) of these branches.  They
-merge from each other on a regular basis, and the canonical version for a
-release just depends on who actually made the upload.
+The debian directory is now maintained on Alioth in git. 
+See http://pkg-puppet.alioth.debian.org/ for more information.</diff>
      <filename>debian/README.source</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,114 @@
+puppet (0.24.1-2) unstable; urgency=low
+
+  * Set rundir correctly (Closes: #460203, #459579)
+  * Apply patch for puppet#1003 to enable collection of tagged resources
+
+ -- Thom May &lt;thom@debian.org&gt;  Wed, 16 Jan 2008 11:08:55 +0100
+
+puppet (0.24.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #445626)
+  * Set maintainer to pkg-puppet-devel
+
+ -- Thom May &lt;thom@debian.org&gt;  Sun, 30 Dec 2007 19:13:47 +0100
+
+puppet (0.24.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Thom May &lt;thom@debian.org&gt;  Wed, 19 Dec 2007 16:00:34 +0100
+
+puppet (0.23.2-15) unstable; urgency=low
+
+  * No change upload setting maintainer to me whilst waiting for an alioth
+    project.
+
+ -- Thom May &lt;thom@debian.org&gt;  Thu, 29 Nov 2007 10:44:50 +0100
+
+puppet (0.23.2-14) unstable; urgency=low
+
+  * Orphaning.
+  * Create /var/lib/puppet in the puppet package.  Closes: #452506.
+  * Start the puppet init script after puppetmaster, to silence whiny bug
+    reports.  Closes: #452064.
+  * Add a reload command to the Puppet init script.  Closes: #452060.
+
+ -- Matthew Palmer &lt;mpalmer@debian.org&gt;  Thu, 29 Nov 2007 10:48:21 +1100
+
+puppet (0.23.2-13) unstable; urgency=low
+
+  * Drop quotes from an already-quoted value in a query.  Closes: #448179.
+  * Remove excessive quoting from puppet/network/handler/master.rb.
+    Closes: #448221.
+  * Force removal of directories during pluginsync.  Closes: #448180.
+
+ -- Matthew Palmer &lt;mpalmer@debian.org&gt;  Tue, 30 Oct 2007 14:55:19 +1100
+
+puppet (0.23.2-12) unstable; urgency=low
+
+  * Create /var/run/puppet and set the perms in the various initscripts, as
+    well as hardcoding the rundir better in configuration.rb and removing
+    the explicit rundir setting from puppet.conf.  Closes: #447314.
+  * Apply additional patch given (backwards) to fix export/collect on some
+    database backends.  Closes: #445591 (again!)
+
+ -- Matthew Palmer &lt;mpalmer@debian.org&gt;  Sat, 20 Oct 2007 11:28:50 +1000
+
+puppet (0.23.2-11) unstable; urgency=low
+
+  * Apply patch from puppet#786 to fix a problem with exported resources not
+    being properly detected as needing a rerun.  Closes: #445591.
+  * Fix ignore handling for the plugins mount.  Closes: #446390.
+
+ -- Matthew Palmer &lt;mpalmer@debian.org&gt;  Mon, 15 Oct 2007 09:11:25 +1000
+
+puppet (0.23.2-10) unstable; urgency=low
+
+  * Recycle connections when we change (or get) certs.
+  * Catch and retry more transient errors in the XMLRPC wrapper.
+
+ -- Matthew Palmer &lt;mpalmer@debian.org&gt;  Thu, 27 Sep 2007 15:06:11 +1000
+
+puppet (0.23.2-9) unstable; urgency=low
+
+  * Recycle the HTTP connection if we get an EPIPE during a request. 
+    Closes: #444177.  Thanks to Jos Backus for helping with testing.
+
+ -- Matthew Palmer &lt;mpalmer@debian.org&gt;  Thu, 27 Sep 2007 09:55:34 +1000
+
+puppet (0.23.2-8) unstable; urgency=low
+
+  * Remove extraneous debugging output accidentally left behind in the last
+    release.
+  * Fix spelling mistakes in debian/control and debian/puppet.preinst. 
+    Closes: #444158.
+
+ -- Matthew Palmer &lt;mpalmer@debian.org&gt;  Thu, 27 Sep 2007 07:45:07 +1000
+
+puppet (0.23.2-7) unstable; urgency=low
+
+  * Ignore ENOENT errors in the module plugin syncing code, since they're
+    innocuous and expected.
+  * Allow facts that are downloaded through pluginsync to be used like any
+    other fact.
+  * Allow users to still have an old-style plugins mount if they want, by
+    specifying a path for the mount.  Also track down a fault in old-style
+    fileserving which did strange slash-stripping.  Closes: #443932.
+
+ -- Matthew Palmer &lt;mpalmer@debian.org&gt;  Tue, 25 Sep 2007 16:41:32 +1000
+
+puppet (0.23.2-6) unstable; urgency=low
+
+  * Patch rails/param_name.rb to stop query failures, as per puppet#784.
+  * Actually honour namevar.
+  * Only set dbuser if explicitly asked for.
+  * Fix annoying database deletion error for ParamValue objects.
+  * Add an accessor for ca_file, since older openssl-ruby only had a writer.
+  * Fix the fileserver to honour ignore.  Thanks to Nathan Ward for the
+    bug report on IRC.
+
+ -- Matthew Palmer &lt;mpalmer@debian.org&gt;  Thu, 20 Sep 2007 16:10:41 +1000
+
 puppet (0.23.2-5) unstable; urgency=low
 
   * Add some NEWS for the ssldir transition.  Should have done that earlier.</diff>
      <filename>debian/changelog</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 Source: puppet
 Section: admin
 Priority: optional
-Maintainer: Matthew Palmer &lt;mpalmer@debian.org&gt;
-Uploaders: Jamie Wilkinson &lt;jaq@debian.org&gt;, Matthew Palmer &lt;mpalmer@debian.org&gt;
+Maintainer: Puppet Package Maintainers &lt;pkg-puppet-devel@lists.alioth.debian.org&gt;
+Uploaders: Thom May &lt;thom@debian.org&gt;
 Build-Depends-Indep: debhelper (&gt;= 4.0.0), ruby (&gt;= 1.8.1)
 Standards-Version: 3.6.2
 </diff>
      <filename>debian/control</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,7 @@
 logdir=/var/log/puppet
 vardir=/var/lib/puppet
 ssldir=/var/lib/puppet/ssl
+rundir=/var/run/puppet
 
 [puppetmasterd]
 templatedir=/var/lib/puppet/templates</diff>
      <filename>debian/puppet.conf</filename>
    </modified>
    <modified>
      <diff>@@ -3,4 +3,5 @@ usr/lib/ruby/1.8
 var/log/puppet
 etc/puppet/files
 usr/share/vim/addons/ftdetect
-usr/share/vim/vim70/syntax
+usr/share/vim/vim71/syntax
+var/lib/puppet</diff>
      <filename>debian/puppet.dirs</filename>
    </modified>
    <modified>
      <diff>@@ -12,6 +12,10 @@ test -x $DAEMON || exit 0
 
 . /lib/lsb/init-functions
 
+reload_puppet() {
+	start-stop-daemon --stop --quiet --signal HUP --pidfile /var/run/puppet/$NAME.pid
+}
+
 start_puppet() {
 	start-stop-daemon --start --quiet --pidfile /var/run/puppet/$NAME.pid \
 		--startas $DAEMON -- $DAEMON_OPTS
@@ -39,7 +43,12 @@ case &quot;$1&quot; in
 	stop_puppet
 	log_end_msg 0
 	;;
-  restart|force-reload)
+    reload)
+    	log_begin_msg &quot;Reloading $DESC&quot;
+    	reload_puppet
+    	log_end_msg 0
+    	;;
+    restart|force-reload)
 	log_begin_msg &quot;Restarting $DESC&quot;
 	stop_puppet
 	sleep 1
@@ -47,7 +56,7 @@ case &quot;$1&quot; in
 	log_end_msg 0
 	;;
   *)
-	echo &quot;Usage: $0 {start|stop|restart|force-reload}&quot; &gt;&amp;2
+	echo &quot;Usage: $0 {start|stop|restart|force-reload|reload}&quot; &gt;&amp;2
 	exit 1
 	;;
 esac</diff>
      <filename>debian/puppet.init</filename>
    </modified>
    <modified>
      <diff>@@ -66,10 +66,10 @@ install: build
 	$(INSTALL) -m0644 debian/puppet.conf $(pkgconfdir)/puppet.conf
 
 	# Vim auto-syntax-highlighting stuff
-	$(INSTALL) -m0644 ext/vim/puppet.vim				\
-		$(CURDIR)/debian/puppet/usr/share/vim/vim70/syntax/puppet.vim
-	$(INSTALL) -m0644 ext/vim/filetype.vim				\
-		$(CURDIR)/debian/puppet/usr/share/vim/addons/ftdetect/puppet.vim
+	$(INSTALL) -m0644 ext/vim/syntax/puppet.vim				\
+		$(CURDIR)/debian/puppet/usr/share/vim/vim71/syntax/
+	$(INSTALL) -m0644 ext/vim/ftdetect/puppet.vim				\
+		$(CURDIR)/debian/puppet/usr/share/vim/addons/ftdetect/
 
 	# Emacs keeping up with the Joneses
 	$(INSTALL) -m0644 ext/emacs/puppet-mode-init.el			\
@@ -100,7 +100,8 @@ binary-indep: build install
 	dh_movefiles -i
 	dh_installchangelogs -i CHANGELOG
 	dh_installdocs -i
-	dh_installinit -i
+	dh_installinit -ppuppetmaster
+	dh_installinit -ppuppet -- defaults 21
 	dh_installlogrotate -i
 	dh_compress -i
 	dh_fixperms -i</diff>
      <filename>debian/rules</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0eede7604d9da9b453d48465b06de9813602c09b</id>
    </parent>
  </parents>
  <author>
    <name>James Turnbull</name>
    <email>james@lovedthanlost.net</email>
  </author>
  <url>http://github.com/shadoi/puppet/commit/f087df0644c2532cbdf2d0e9ee20fae0a19dc6e6</url>
  <id>f087df0644c2532cbdf2d0e9ee20fae0a19dc6e6</id>
  <committed-date>2008-02-17T15:48:33-08:00</committed-date>
  <authored-date>2008-02-17T15:48:33-08:00</authored-date>
  <message>Fixed ticket #1072 - Debian directory updates</message>
  <tree>ff4af7dbb1b4434e5e425ca74116bdeb0bde68cc</tree>
  <committer>
    <name>James Turnbull</name>
    <email>james@lovedthanlost.net</email>
  </committer>
</commit>
