[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. puppet-0.24.5-rc3-1484-gd25f017

Stig Sandbeck Mathisen ssm at fnord.no
Sat Jan 16 13:33:12 UTC 2010


The following commit has been merged in the master branch:
commit d25f017fdeaa64dd472344545434a66a513038d7
Author: Stig Sandbeck Mathisen <ssm at fnord.no>
Date:   Sat Jan 16 14:26:46 2010 +0100

    Move removals to "clean" target

diff --git a/debian/rules b/debian/rules
index 282509f..92b918c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,8 @@ clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
+	rm -f debian/puppet-common.logcheck.ignore.server
+	rm -f debian/puppet-el.emacsen-startup
 	dh_clean 
 
 install: build
@@ -63,7 +65,7 @@ install: build
 		$(CURDIR)/debian/vim-puppet/usr/share/vim/registry/
 
 	# Emacs mode
-	$(INSTALL) -m0644 ext/emacs/puppet-mode-init.el			\
+	$(NSTALL) -m0644 ext/emacs/puppet-mode-init.el			\
 		$(CURDIR)/debian/puppet-el.emacsen-startup
 	$(INSTALL) -m0644 ext/emacs/puppet-mode.el			\
 		$(CURDIR)/debian/puppet-el/usr/share/emacs/site-lisp/puppet-mode.el
@@ -73,8 +75,6 @@ install: build
 	# Logcheck rules.  Gee I wish you could specify a file to source
 	# in dh_installlogcheck.
 	ln ext/logcheck/puppet debian/puppet-common.logcheck.ignore.server
-	dh_installlogcheck
-	rm debian/puppet-common.logcheck.ignore.server
 
 # Build architecture-dependent files here.
 binary-arch: build install
@@ -87,6 +87,7 @@ binary-indep: build install
 	dh_installchangelogs -i CHANGELOG
 	dh_installdocs -i
 	dh_installemacsen
+	dh_installlogcheck
 	dh_installman
 	dh_installinit -ppuppetmaster
 	dh_installinit -ppuppet --error-handler=true -- defaults 21 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list