[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/2.6.3-1-1-gabfedc5

Micah Anderson micah at riseup.net
Mon Nov 29 16:14:53 UTC 2010


The following commit has been merged in the master branch:
commit abfedc5c7c6d05db0465399391db6f3c92a527c8
Author: Micah Anderson <micah at riseup.net>
Date:   Mon Nov 29 11:12:17 2010 -0500

    add ext/puppetstoredconfigclean.rb script as /usr/sbin/puppetstoredconfigclean in the puppetmaster package

diff --git a/debian/changelog b/debian/changelog
index c75fec4..49428f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+puppet (2.6.3-2) UNRELEASED; urgency=low
+
+  * Add ext/puppetstoredconfigclean to puppetmaster:/usr/sbin
+
+ -- Micah Anderson <micah at debian.org>  Mon, 29 Nov 2010 11:11:02 -0500
+
 puppet (2.6.3-1) experimental; urgency=low
 
   [ Mathias Gug ]
diff --git a/debian/rules b/debian/rules
index 065fe6a..9379abb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,6 +83,10 @@ install: build
 	$(INSTALL) -m0644 ext/rack/files/apache2.conf \
 		$(CURDIR)/debian/puppetmaster-passenger/usr/share/puppetmaster-passenger/apache2.site.conf.tmpl
 
+	# strip off the .rb from the puppetstoredconfigclean.rb
+	$(INSTALL) -m 0755 ext/puppetstoredconfigclean.rb \
+		$(CURDIR)/debian/puppetmaster/usr/sbin/puppetstoredconfigclean
+
 	dh_installexamples -p puppet-common examples/*
 
 	$(INSTALL) -d -m0775 $(pkgconfdir)/templates

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list