Package: yaz
Version: 3.0.32-1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch intrepid

I happened to notice this in an Ubuntu build log:

  dh_shlibdeps -a -- warnings=7
  objdump: 'warnings=7': No such file

Applying the following patch should make it behave as intended.

--- yaz-3.0.32.orig/debian/rules        2008-06-14 16:09:25.000000000 +0100
+++ yaz-3.0.32/debian/rules     2008-06-14 16:08:47.000000000 +0100
@@ -54,7 +54,7 @@
        dh binary-arch --before dh_makeshlibs
        dh_makeshlibs -a -V 'libyaz3 (>= 3.0.30)'
        dh binary-arch --after dh_makeshlibs --before dh_shlibdeps
-       dh_shlibdeps -a -- warnings=7
+       dh_shlibdeps -a -- --warnings=7
        dh binary-arch --after dh_shlibdeps
 
 binary-indep: stamp-install

Thanks,

-- 
Colin Watson                                       [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to