[med-svn] r20527 - trunk/packages/clustalo/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Nov 24 16:24:03 UTC 2015
Author: tille
Date: 2015-11-24 16:24:02 +0000 (Tue, 24 Nov 2015)
New Revision: 20527
Modified:
trunk/packages/clustalo/trunk/debian/changelog
trunk/packages/clustalo/trunk/debian/rules
Log:
enable building architecture independent package only
Modified: trunk/packages/clustalo/trunk/debian/changelog
===================================================================
--- trunk/packages/clustalo/trunk/debian/changelog 2015-11-24 15:59:50 UTC (rev 20526)
+++ trunk/packages/clustalo/trunk/debian/changelog 2015-11-24 16:24:02 UTC (rev 20527)
@@ -5,6 +5,8 @@
[ Andreas Tille ]
* cme fix dpkg-control
+ * debian/rules: enable building architecture independent package only
+ Closes: #806007
-- Andreas Tille <tille at debian.org> Tue, 24 Nov 2015 16:56:52 +0100
Modified: trunk/packages/clustalo/trunk/debian/rules
===================================================================
--- trunk/packages/clustalo/trunk/debian/rules 2015-11-24 15:59:50 UTC (rev 20526)
+++ trunk/packages/clustalo/trunk/debian/rules 2015-11-24 16:24:02 UTC (rev 20527)
@@ -7,17 +7,26 @@
%:
dh $@ --with autoreconf
-override_dh_install:
- # Generate doxygen doc
- mkdir -p doc
- doxygen Doxyfile
- dh_install
+override_dh_configure-indep:
+ # do nothing
+
+override_dh_build-indep:
+ # do nothing
+
+override_dh_install-arch:
+ dh_install -a
rm -rf debian/tmp/usr/lib/pkgconfig
rm -f debian/tmp/usr/lib/*/libclustalo.la
mv debian/tmp/usr/include debian/libclustalo-dev/usr
mv debian/tmp/usr/lib debian/libclustalo-dev/usr
mv debian/tmp/usr/bin debian/clustalo/usr
+override_dh_install-indep:
+ # Generate doxygen doc
+ mkdir -p doc
+ doxygen Doxyfile
+ dh_install -i
+
override_dh_clean:
dh_clean
rm -f _configs.sed
More information about the debian-med-commit
mailing list