My apologies, here's an updated patch that removes a command in debian/rules
to copy the Lintian overrides.

Logan
diff -u funny-manpages-1.3/debian/control funny-manpages-1.3/debian/control
--- funny-manpages-1.3/debian/control
+++ funny-manpages-1.3/debian/control
@@ -2,11 +2,12 @@
 Section: doc
 Priority: optional
 Maintainer: Pawel Wiecek <[email protected]>
-Build-Depends-Indep: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>= 9)
 Standards-Version: 3.6.1
 
 Package: funny-manpages
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: asr-manpages (>=1.3-4)
 Description: more funny manpages
  A set of miscellaneous humorous manpages (don't take them too seriously!).
reverted:
--- funny-manpages-1.3/debian/lintian
+++ funny-manpages-1.3.orig/debian/lintian
@@ -1 +0,0 @@
-funny-manpages: link-to-undocumented-manpage usr/share/man/man6/woman.6fun.gz
diff -u funny-manpages-1.3/debian/rules funny-manpages-1.3/debian/rules
--- funny-manpages-1.3/debian/rules
+++ funny-manpages-1.3/debian/rules
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -39,7 +36,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp.
@@ -67,7 +64,6 @@
 #	dh_installcron
 	dh_installmanpages
 #	dh_installinfo
-	dh_undocumented woman.6fun
 	dh_installchangelogs 
 #	dh_link
 	dh_strip
only in patch2:
unchanged:
--- funny-manpages-1.3.orig/debian/compat
+++ funny-manpages-1.3/debian/compat
@@ -0,0 +1 @@
+9

Reply via email to