debian/changelog |    6 ++++--
 debian/rules     |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 6c13b5404423b87088304e2eff6af4f74895568d
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Mon May 21 17:37:23 2007 +0200

    Fix dh_shlibdeps invocation so xpmutils gets correct Depends.
    
    We need to point dpkg-shlibdeps to the just built libxpm4 package,
    otherwise libXpm.so.4 is not found and xpmutils is missing a dependency.

diff --git a/debian/changelog b/debian/changelog
index 78aa46c..7019f01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libxpm (1:3.5.6-3) UNRELEASED; urgency=low
+libxpm (1:3.5.6-3) unstable; urgency=low
 
   * Put binary packages in the correct sections.
+  * Run dh_shlibdeps with -L libxpm4 -l debian/libxpm4/usr/lib so xpmutils
+    gets a dependency on libxpm4.  Fixes bug noticed by checklib.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 11 Apr 2007 16:54:11 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Mon, 21 May 2007 17:35:32 +0200
 
 libxpm (1:3.5.6-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 1c79a7b..8a01efc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,7 @@ binary-arch: build install
        dh_compress
        dh_fixperms
        dh_makeshlibs
-       dh_shlibdeps
+       dh_shlibdeps -L libxpm4 -l debian/libxpm4/usr/lib
        dh_installdeb
        dh_gencontrol
        dh_md5sums


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

Reply via email to