[Glibc-bsd-commits] r4910 - trunk/freebsd-manpages/debian
Axel Beckert
abe at alioth.debian.org
Fri Aug 30 20:49:05 UTC 2013
Author: abe
Date: 2013-08-30 20:49:05 +0000 (Fri, 30 Aug 2013)
New Revision: 4910
Modified:
trunk/freebsd-manpages/debian/changelog
trunk/freebsd-manpages/debian/rules
Log:
freebsd-manpages: No more clean up stamp files manually, dh_clean does that already
Modified: trunk/freebsd-manpages/debian/changelog
===================================================================
--- trunk/freebsd-manpages/debian/changelog 2013-08-30 20:46:26 UTC (rev 4909)
+++ trunk/freebsd-manpages/debian/changelog 2013-08-30 20:49:05 UTC (rev 4910)
@@ -7,6 +7,7 @@
* No more uncompress man pages. They should be fine as they are.
* Clean up debian/rules
+ Remove unused code
+ + No more clean up stamp files manually, dh_clean does that already
* Switch to source format "3.0 (quilt)"
* Fixes the following lintian warnings:
+ copyright-without-copyright-notice
Modified: trunk/freebsd-manpages/debian/rules
===================================================================
--- trunk/freebsd-manpages/debian/rules 2013-08-30 20:46:26 UTC (rev 4909)
+++ trunk/freebsd-manpages/debian/rules 2013-08-30 20:49:05 UTC (rev 4910)
@@ -20,7 +20,6 @@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
dh_clean
install: build
More information about the Glibc-bsd-commits
mailing list