* Mark Brown <broo...@sirena.org.uk>, 2010-12-31, 17:46:
Clearly this used to work in the past. Putting the block in place so the bugs are linked, but clearly we can bodge around this. If we're going to bodge, though, it's probably more useful to look at the man page and figure out how to tune it to make file happy as that's likely to involve figuring out the ultimate bug with file.

Or, better, stop using dh_installmanpages. It's been deprecated for over 6 years for very good reasons.

See the attached patch.

--
Jakub Wilk
diff -u tendra-4.1.2/debian/rules tendra-4.1.2/debian/rules
--- tendra-4.1.2/debian/rules
+++ tendra-4.1.2/debian/rules
@@ -44,7 +44,7 @@
 	dh_installdocs -a
 	dh_installexamples -a
 	dh_installmenu -a
-	dh_installmanpages -a
+	dh_installman -a $(shell find -type f -name '*.[0-9]')
 	mv debian/tendra/usr/bin/tcc debian/tendra/usr/bin/tendracc
 	mv debian/tendra/usr/share/man/man1/tcc.1 debian/tendra/usr/share/man/man1/tendracc.1
 	rm debian/tendra/usr/bin/trans debian/tendra/usr/share/man/man1/trans.1

Reply via email to