From: Ben Hutchings Date: Sat, 13 Jun 2009 04:23:39 +0000 (+0100) Subject: Install libextl-mkexports as executable X-Git-Tag: 20090110-2~4 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=commitdiff_plain;h=c5d5f5924f1cc7b0aedc7bfbea8bbe1850d394af;ds=sidebyside Install libextl-mkexports as executable There is a lintian override for the fact that this script with a hash-bang line is not installed with execute permission. libextl/Makefile would install it as executable and I can't see any explanation for the override, so let's fix it. (Not that anyone is likely to care about ion3-dev any more.) --- diff --git a/debian/changelog b/debian/changelog index ebcc450..d3dacb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ ion3 (20090110-2) unstable; urgency=low * Apply upstream interim fixes (ion-3-20090526.diff) + * Fix/ignore issues reported by lintian: + - Install libextl-mkexports as executable -- Ben Hutchings Sat, 13 Jun 2009 05:17:15 +0100 diff --git a/debian/ion3-dev.install b/debian/ion3-dev.install index fef7544..0d81a4e 100644 --- a/debian/ion3-dev.install +++ b/debian/ion3-dev.install @@ -2,4 +2,3 @@ build/system-inc.mk build/rules.mk usr/share/ion3/build install-sh config.h system.mk usr/lib/ion3 build/libs.mk usr/lib/ion3/build libextl/libextl-mkexports usr/lib/ion3/libextl -debian/overrides/ion3-dev usr/share/lintian/overrides diff --git a/debian/overrides/ion3-dev b/debian/overrides/ion3-dev deleted file mode 100644 index c7ed68d..0000000 --- a/debian/overrides/ion3-dev +++ /dev/null @@ -1 +0,0 @@ -ion3-dev: script-not-executable ./usr/lib/ion3/libextl/libextl-mkexports diff --git a/debian/rules b/debian/rules index 2330839..3f73573 100755 --- a/debian/rules +++ b/debian/rules @@ -97,6 +97,7 @@ binary-indep: build-indep install-indep # dh_strip -i dh_compress -i dh_fixperms -i + chmod 755 $(INSTDIR_DEV)/usr/lib/ion3/libextl/libextl-mkexports # dh_perl -i # dh_python -i # dh_makeshlibs -i