Control: tags 754701 patch Control: unblock 754701 with 753161 On 2014-07-13 Andreas Metzler <[email protected]> wrote: > Source: ucommon [...] > Please note that this is blocked by d-shlibs' bug 753161.
Actually it is easy to work around this. Patch attached. cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
diff -Nru ucommon-6.0.7/debian/changelog ucommon-6.0.7/debian/changelog --- ucommon-6.0.7/debian/changelog 2014-01-21 10:45:38.000000000 +0100 +++ ucommon-6.0.7/debian/changelog 2014-07-13 15:48:30.000000000 +0200 @@ -1,3 +1,13 @@ +ucommon (6.0.7-1.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Build against libgnutls28-dev, gnome-vfs has switched, too. + Closes: #754701 + * Add a d-shlibmove override for libgnutls-deb0-28-dev to work around + 753161. + + -- Andreas Metzler <[email protected]> Sun, 13 Jul 2014 15:26:53 +0200 + ucommon (6.0.7-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru ucommon-6.0.7/debian/control ucommon-6.0.7/debian/control --- ucommon-6.0.7/debian/control 2014-01-21 10:48:46.000000000 +0100 +++ ucommon-6.0.7/debian/control 2014-07-13 15:27:35.000000000 +0200 @@ -10,7 +10,7 @@ debhelper (>= 9~), dh-buildinfo, pkg-config, - libgnutls-dev, + libgnutls28-dev, d-shlibs (>= 0.45~), graphviz Build-Depends-Indep: doxygen-latex diff -Nru ucommon-6.0.7/debian/rules ucommon-6.0.7/debian/rules --- ucommon-6.0.7/debian/rules 2014-01-17 22:54:22.000000000 +0100 +++ ucommon-6.0.7/debian/rules 2014-07-13 15:48:37.000000000 +0200 @@ -94,6 +94,7 @@ --devunversioned \ --exclude-la \ --override s/$(libname)$(major)-dev/$(libname)-dev/ \ + --override s/libgnutls-deb0-28-dev/libgnutls28-dev/ \ --movedev "debian/tmp/usr/include/*" usr/include/ \ $(patsubst %,--movedev debian/tmp/usr/lib/pkgconfig/%.pc usr/lib/pkgconfig,$(pkgconfigstems)) \ $(patsubst %,--extralib debian/tmp/usr/lib/%.so,$(extralibnames)) \

