Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package libaqbanking
This release fixes Debian bug #688831, symlinks in package
libaqbanking34-dev pointing to non-existent files (a policy violation).
Additionally I changed debian/rules so that it injects build flags from
dpkg-buildflags to support the Security Hardening Build Flags, a release
goal.
I uploaded the wanted version 5.0.24-2 already ten days ago to unstable,
so for review you can compare the version in testing (5.0.24-1) with the
version in unstable (5.0.24-2). The changelog entry of version 5.0.24-2 is:
libaqbanking (5.0.24-2) unstable; urgency=low
.
* Don't ship symlink /usr/lib/libaqbankingpp.so as we don't ship its
destination libaqbankingpp.so.0.0.0 (closes: #688831).
* Inject build flags from dpkg-buildflags, enabling support for the
Security Hardening Build Flag release goal.
Debdiff is also attached.
unblock libaqbanking/5.0.24-2
diff -Nru libaqbanking-5.0.24/debian/changelog libaqbanking-5.0.24/debian/changelog
--- libaqbanking-5.0.24/debian/changelog 2012-06-03 20:13:45.000000000 +0200
+++ libaqbanking-5.0.24/debian/changelog 2012-11-12 22:39:24.000000000 +0100
@@ -1,3 +1,12 @@
+libaqbanking (5.0.24-2) unstable; urgency=low
+
+ * Don't ship symlink /usr/lib/libaqbankingpp.so as we don't ship its
+ destination libaqbankingpp.so.0.0.0 (closes: #688831).
+ * Inject build flags from dpkg-buildflags, enabling support for the Security
+ Hardening Build Flag release goal.
+
+ -- Micha Lenk <micha@debian.org> Mon, 12 Nov 2012 21:59:15 +0100
+
libaqbanking (5.0.24-1) unstable; urgency=low
* New upstream release
diff -Nru libaqbanking-5.0.24/debian/rules libaqbanking-5.0.24/debian/rules
--- libaqbanking-5.0.24/debian/rules 2012-06-03 19:22:11.000000000 +0200
+++ libaqbanking-5.0.24/debian/rules 2012-11-12 21:58:28.000000000 +0100
@@ -19,6 +19,7 @@
override_dh_auto_configure:
dh_auto_configure --max-parallel=1 -- \
+ $(shell dpkg-buildflags --export=configure) \
--with-backends="aqnone aqhbci aqofxconnect"
override_dh_auto_test:
@@ -42,6 +43,7 @@
# Remove .la files for shared plugin libraries
find $(CURDIR)/debian/tmp/usr/lib/gwenhywfar/plugins -name \*.la -exec rm -v \{\} \;
find $(CURDIR)/debian/tmp/usr/lib/aqbanking/plugins -name \*.la -exec rm -v \{\} \;
+ rm -vf $(CURDIR)/debian/tmp/usr/lib/libaqbankingpp.so
override_dh_strip:
dh_strip --dbg-package=libaqbanking34-dbg
Attachment:
signature.asc
Description: OpenPGP digital signature