tags 752800 + pending thanks Dear maintainer,
I've uploaded the NMU for openbabel prepared by gregor (versioned as 2.3.2+dfsg-1.2) to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards, dam
diff -Nru openbabel-2.3.2+dfsg/debian/changelog openbabel-2.3.2+dfsg/debian/changelog --- openbabel-2.3.2+dfsg/debian/changelog 2014-01-16 20:06:35.000000000 +0200 +++ openbabel-2.3.2+dfsg/debian/changelog 2014-08-04 14:31:08.000000000 +0300 @@ -1,3 +1,15 @@ +openbabel (2.3.2+dfsg-1.2) unstable; urgency=medium + + [ gregor herrmann ] + * Non-maintainer upload. + * Fix "hardcodes /usr/lib/perl5": + - remove debian/libchemistry-openbabel-perl.install + - pass perl directory to dh_install in debian/rules, + expanded from $Config{vendorarch} + (Closes: #752800) + + -- Damyan Ivanov <d...@debian.org> Mon, 04 Aug 2014 11:31:02 +0000 + openbabel (2.3.2+dfsg-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru openbabel-2.3.2+dfsg/debian/rules openbabel-2.3.2+dfsg/debian/rules --- openbabel-2.3.2+dfsg/debian/rules 2013-05-22 20:06:32.000000000 +0300 +++ openbabel-2.3.2+dfsg/debian/rules 2014-08-04 14:30:37.000000000 +0300 @@ -5,6 +5,7 @@ -include /usr/share/python/python.mk PYVERS=$(shell pyversions -vs) +PERL_ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}') export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) @@ -43,7 +44,8 @@ done override_dh_install: - dh_install -Xperllocal.pod --list-missing + dh_install --list-missing -Nlibchemistry-openbabel-perl + dh_install --list-missing -plibchemistry-openbabel-perl -Xperllocal.pod --autodest $(PERL_ARCHLIB) override_dh_installdocs: dh_installdocs -Xjquery.js