Package: djvulibre
Version: 3.5.21-1
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch jaunty
User: [EMAIL PROTECTED]
Usertags: goal-dash
Hi Barak,
Ok, make that two patches to djvulibre in Ubuntu: I've had to add the
attached patch to get the current djvulibre to built in Ubuntu Jaunty,
because debian/rules uses non-POSIX globbing syntax that is only supported
by bash, not by dash.
dash compatibility is a release goal for lenny (and presumably beyond), so
tagging accordingly.
Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]
diff -Nru djvulibre-3.5.21/debian/rules djvulibre-3.5.21/debian/rules
--- djvulibre-3.5.21/debian/rules 2008-11-14 05:13:56.000000000 +0000
+++ djvulibre-3.5.21/debian/rules 2008-11-14 05:13:56.000000000 +0000
@@ -127,7 +127,8 @@
@echo remove from djvulibre-bin, just links
find debian/djvulibre-bin -name djview\* -print -delete
@echo remove from djvulibre-bin, already in djvulibre-plugin
- rm debian/djvulibre-bin/usr/share/man/{.,*}/man*/nsdejavu.1
+ rm debian/djvulibre-bin/usr/share/man/*/man*/nsdejavu.1
+ rm debian/djvulibre-bin/usr/share/man/man*/nsdejavu.1
@echo remove from djvulibre-bin, already in djvuserve
find debian/djvulibre-bin -name djvuserve\* -print -delete
# @echo remove from djvulibre-bin, not in Debian: needs gsdjvu, direct complaints to ATT