Generate shlibs for the correct binary package
authorRuss Allbery <rra@debian.org>
Mon, 7 Sep 2009 20:18:36 +0000 (13:18 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 7 Sep 2009 20:18:36 +0000 (13:18 -0700)
debian/rules had missed a required change for the renaming of the shared
library package.  Fix the package name passed to dh_makeshlibs.

debian/rules

index 019717c..a7a9f12 100755 (executable)
@@ -127,7 +127,7 @@ binary-arch: install-stamp
        dh_strip
        dh_compress
        dh_fixperms
-       DH_OPTIONS="" dh_makeshlibs -plibshibsp2
+       DH_OPTIONS="" dh_makeshlibs -plibshibsp3
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol