Package: diagnostics Version: 0.3.3-1.1 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for diagnostics (versioned as 0.3.3-1.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru diagnostics-0.3.3/debian/changelog diagnostics-0.3.3/debian/changelog --- diagnostics-0.3.3/debian/changelog 2011-05-29 19:26:59.000000000 +0200 +++ diagnostics-0.3.3/debian/changelog 2011-12-28 18:59:45.000000000 +0100 @@ -1,3 +1,11 @@ +diagnostics (0.3.3-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix build failure with multiarch libltdl-dev. (Closes: #652201) + * debian/control: Fix Vcs-Browser URL. (Closes: #638470) + + -- Ansgar Burchardt <[email protected]> Wed, 28 Dec 2011 18:59:42 +0100 + diagnostics (0.3.3-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru diagnostics-0.3.3/debian/control diagnostics-0.3.3/debian/control --- diagnostics-0.3.3/debian/control 2011-05-26 19:32:03.000000000 +0200 +++ diagnostics-0.3.3/debian/control 2011-12-28 18:57:07.000000000 +0100 @@ -1,10 +1,10 @@ Source: diagnostics Priority: extra Maintainer: Michael Tautschnig <[email protected]> -Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 5), automake1.9, pkg-config, libtool, libltdl-dev, libace-dev (>= 5.7.7-3) +Build-Depends: dpkg-dev (>= 1.16.0~), debhelper (>= 5), automake1.9, pkg-config, libtool, libltdl-dev (>= 2.4.2-1~), libace-dev (>= 5.7.7-3) Standards-Version: 3.9.2 Section: libs -Vcs-Browser: http://code.forsyte.de/diagnostics/browser/trunk +Vcs-Browser: http://code.forsyte.de/diagnostics/browser Homepage: http://code.forsyte.de/diagnostics Package: libdiagnostics-dev diff -Nru diagnostics-0.3.3/debian/rules diagnostics-0.3.3/debian/rules --- diagnostics-0.3.3/debian/rules 2011-05-29 19:34:12.000000000 +0200 +++ diagnostics-0.3.3/debian/rules 2011-12-28 18:53:26.000000000 +0100 @@ -14,6 +14,7 @@ # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) CXXFLAGS = -Wall -Werror -pedantic -g @@ -46,7 +47,7 @@ --prefix=/usr --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --disable-update-makefiles \ - --with-ltdl-include=/usr/include --with-ltdl-lib=/usr/lib \ + --with-ltdl-include=/usr/include --with-ltdl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \ CXXFLAGS="$(CXXFLAGS)" # LDFLAGS="-Wl,-z,defs" -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

