[pkg-vlock-commit] r33 - trunk/debian
Peter Palfrader
weasel at costa.debian.org
Sat Oct 15 16:02:14 CEST 2005
Author: weasel
Date: 2005-10-15 14:02:14 +0000 (Sat, 15 Oct 2005)
New Revision: 33
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
debian/rules cleanup:
- removing commented out dh_make cruft,
- use "rm -f .." instead of "-rm ..",
- change to "new" chown syntax of chown user:group, replacing user.group.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-10-15 13:58:17 UTC (rev 32)
+++ trunk/debian/changelog 2005-10-15 14:02:14 UTC (rev 33)
@@ -3,8 +3,12 @@
* New Maintainer/Uploaders (closes: #321755).
* Use debhelper compatibility level 4 instead of level 2. Accordingly
adapted the build time dependencies.
+ * debian/rules cleanup:
+ - removing commented out dh_make cruft,
+ - use "rm -f .." instead of "-rm ..",
+ - change to "new" chown syntax of chown user:group, replacing user.group.
- -- Peter Palfrader <weasel at debian.org> Sat, 15 Oct 2005 15:57:44 +0200
+ -- Peter Palfrader <weasel at debian.org> Sat, 15 Oct 2005 16:01:12 +0200
vlock (1.3-8) unstable; urgency=medium
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2005-10-15 13:58:17 UTC (rev 32)
+++ trunk/debian/rules 2005-10-15 14:02:14 UTC (rev 33)
@@ -24,9 +24,8 @@
dh_testroot
rm -f build-stamp install-stamp
- # Add here commands to clean up after the build process.
-$(MAKE) clean
- -rm debian/vlock.pam debian/upstream.changelog
+ rm -f debian/vlock.pam debian/upstream.changelog
dh_clean
@@ -36,7 +35,6 @@
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/tmp.
install -s vlock debian/vlock/usr/bin/vlock
touch install-stamp
@@ -47,32 +45,24 @@
# Build architecture-dependent files here.
binary-arch: build install
-# dh_testversion
dh_testdir
dh_testroot
-# dh_installdebconf
dh_installdocs README
dh_installexamples
dh_installmenu
-# dh_installemacsen
dh_installpam
-# dh_installinit
dh_installcron
dh_installmanpages
dh_installinfo
-# dh_undocumented
dh_installchangelogs debian/upstream.changelog
dh_link
dh_strip
dh_compress
dh_fixperms
# You may want to make some executables suid here.
- chown root.shadow debian/vlock/usr/bin/vlock
+ chown root:shadow debian/vlock/usr/bin/vlock
chmod 2755 debian/vlock/usr/bin/vlock
-# dh_suidregister
-# dh_makeshlibs
dh_installdeb
-# dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
More information about the pkg-vlock-commit
mailing list