diff -Nru lv2-1.18.4/debian/changelog lv2-1.18.4/debian/changelog --- lv2-1.18.4/debian/changelog 2022-08-27 20:41:32.000000000 +0000 +++ lv2-1.18.4/debian/changelog 2022-10-31 12:24:40.000000000 +0000 @@ -1,8 +1,12 @@ -lv2 (1.18.4-1ubuntu1) kinetic; urgency=medium +lv2 (1.18.4-2) unstable; urgency=medium - * Pass explicit --libdir to waf to fix build failure on ppc64el. + * Set --libdir to fix build on ppc64el with usrmerge build environment. + Thanx to vorlon for this patch! (Closes: #1018248) + * Fix FTCBFS: Export build tools for waf. Thanks to Helmut Grohne! + (Closes: #1021036) + * d/copyright: Fix cc-by-sa-3.0 license name - -- Steve Langasek Sat, 27 Aug 2022 20:41:32 +0000 + -- Dennis Braun Mon, 31 Oct 2022 13:24:40 +0100 lv2 (1.18.4-1) unstable; urgency=medium diff -Nru lv2-1.18.4/debian/control lv2-1.18.4/debian/control --- lv2-1.18.4/debian/control 2022-08-27 20:41:32.000000000 +0000 +++ lv2-1.18.4/debian/control 2022-10-31 12:24:40.000000000 +0000 @@ -1,8 +1,7 @@ Source: lv2 Section: sound Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Multimedia Maintainers +Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Jaromír Mikeš , diff -Nru lv2-1.18.4/debian/copyright lv2-1.18.4/debian/copyright --- lv2-1.18.4/debian/copyright 2022-06-12 12:11:30.000000000 +0000 +++ lv2-1.18.4/debian/copyright 2022-10-28 07:38:13.000000000 +0000 @@ -23,7 +23,7 @@ lv2specgen/template.html Copyright: 2021 David Robillard -License: CC-BY-SA-3 +License: CC-BY-SA-3.0 Files: lv2specgen/lv2specgen.py Copyright: diff -Nru lv2-1.18.4/debian/rules lv2-1.18.4/debian/rules --- lv2-1.18.4/debian/rules 2022-08-27 20:41:15.000000000 +0000 +++ lv2-1.18.4/debian/rules 2022-10-28 07:19:30.000000000 +0000 @@ -1,7 +1,9 @@ #!/usr/bin/make -f # -*- makefile -*- +DPKG_EXPORT_BUILDTOOLS=1 include /usr/share/dpkg/architecture.mk +include /usr/share/dpkg/buildtools.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow