[pkg-vlock-commit] r43 - trunk/debian

Peter Palfrader weasel at costa.debian.org
Sat Oct 15 16:37:34 CEST 2005


Author: weasel
Date: 2005-10-15 14:37:34 +0000 (Sat, 15 Oct 2005)
New Revision: 43

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Use dh_install instead of install to copy the vlock binary in place.  This way
we support DEB_BUILD_OPTIONS=nostrip.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-10-15 14:32:34 UTC (rev 42)
+++ trunk/debian/changelog	2005-10-15 14:37:34 UTC (rev 43)
@@ -18,8 +18,10 @@
   * Add myself to debian/copyright.
   * Update the address of the Free Software Foundation in debian/copyright.
   * Add lintian override for vlock being suid root.
+  * Use dh_install instead of install to copy the vlock binary in place.
+    This way we support DEB_BUILD_OPTIONS=nostrip.
 
- -- Peter Palfrader <weasel at debian.org>  Sat, 15 Oct 2005 16:32:11 +0200
+ -- Peter Palfrader <weasel at debian.org>  Sat, 15 Oct 2005 16:35:53 +0200
 
 vlock (1.3-8) unstable; urgency=medium
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-10-15 14:32:34 UTC (rev 42)
+++ trunk/debian/rules	2005-10-15 14:37:34 UTC (rev 43)
@@ -35,7 +35,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	install -s vlock debian/vlock/usr/bin/vlock
+	dh_install vlock /usr/bin
 	install -m 644 debian/vlock.override debian/vlock/usr/share/lintian/overrides/vlock
 
 	touch install-stamp



More information about the pkg-vlock-commit mailing list