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

Peter Palfrader weasel at costa.debian.org
Sat Oct 15 16:51:47 CEST 2005


Author: weasel
Date: 2005-10-15 14:51:46 +0000 (Sat, 15 Oct 2005)
New Revision: 45

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Remove vlock.man in clean target as it's build by upstream's Makefile anyway
and we don't need it in the diff.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-10-15 14:38:04 UTC (rev 44)
+++ trunk/debian/changelog	2005-10-15 14:51:46 UTC (rev 45)
@@ -20,8 +20,10 @@
   * 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.
+  * Remove vlock.man in clean target as it's build by upstream's Makefile
+    anyway and we don't need it in the diff.
 
- -- Peter Palfrader <weasel at debian.org>  Sat, 15 Oct 2005 16:35:53 +0200
+ -- Peter Palfrader <weasel at debian.org>  Sat, 15 Oct 2005 16:51:23 +0200
 
 vlock (1.3-8) unstable; urgency=medium
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-10-15 14:38:04 UTC (rev 44)
+++ trunk/debian/rules	2005-10-15 14:51:46 UTC (rev 45)
@@ -24,6 +24,7 @@
 
 	-$(MAKE) clean
 	rm -f debian/vlock.pam debian/upstream.changelog
+	rm -f vlock.man
 
 	dh_clean
 



More information about the pkg-vlock-commit mailing list