[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. 33c12e287caa33e46e04f147d11dd1067ba416ed

Micah Anderson micah at riseup.net
Mon Jun 2 21:07:53 UTC 2008


The following commit has been merged in the master branch:
commit e20c46f7995c8a1df60840656b22b2c6a7af1ee2
Author: martin f. krafft <madduck at madduck.net>
Date:   Mon Jun 2 22:58:43 2008 +0200

    Improved logcheck file installation
    
    Files in ignore.d.server are automatically included for
    workstations, so the file only needs to be installed there. I also
    changed the cp to a hardlink to prevent overwriting of exiting
    files, and delete the full filename instead of a wildcard now.
    
    Signed-off-by: martin f. krafft <madduck at debian.org>

diff --git a/debian/rules b/debian/rules
index 61ccc5a..efb5d70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,10 +79,9 @@ install: build
 
 	# Logcheck rules.  Gee I wish you could specify a file to source
 	# in dh_installlogcheck.
-	cp ext/logcheck/puppet debian/puppet.logcheck.ignore.server
-	cp ext/logcheck/puppet debian/puppet.logcheck.ignore.workstation
+	ln ext/logcheck/puppet debian/puppet.logcheck.ignore.server
 	dh_installlogcheck
-	rm debian/puppet.logcheck.*
+	rm debian/puppet.logcheck.ignore.server
 
 # Build architecture-dependent files here.
 binary-arch: build install

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list