[Glibc-bsd-commits] r4911 - trunk/freebsd-manpages/debian

Axel Beckert abe at alioth.debian.org
Fri Aug 30 20:50:46 UTC 2013


Author: abe
Date: 2013-08-30 20:50:45 +0000 (Fri, 30 Aug 2013)
New Revision: 4911

Modified:
   trunk/freebsd-manpages/debian/changelog
   trunk/freebsd-manpages/debian/rules
Log:
freebsd-manpages: Fix lintian warning debian-rules-missing-recommended-target

Modified: trunk/freebsd-manpages/debian/changelog
===================================================================
--- trunk/freebsd-manpages/debian/changelog	2013-08-30 20:49:05 UTC (rev 4910)
+++ trunk/freebsd-manpages/debian/changelog	2013-08-30 20:50:45 UTC (rev 4911)
@@ -11,6 +11,7 @@
   * Switch to source format "3.0 (quilt)"
   * Fixes the following lintian warnings:
     + copyright-without-copyright-notice
+    + debian-rules-missing-recommended-target
 
  -- Axel Beckert <abe at debian.org>  Fri, 30 Aug 2013 21:35:08 +0200
 

Modified: trunk/freebsd-manpages/debian/rules
===================================================================
--- trunk/freebsd-manpages/debian/rules	2013-08-30 20:49:05 UTC (rev 4910)
+++ trunk/freebsd-manpages/debian/rules	2013-08-30 20:50:45 UTC (rev 4911)
@@ -5,7 +5,9 @@
 DESTDIR=$(CURDIR)/debian/freebsd-manpages
 VER=8.4
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 # make update -f debian/rules
 update:
@@ -54,7 +56,6 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Glibc-bsd-commits mailing list