[med-svn] r20552 - trunk/packages/theseus/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Nov 25 16:35:06 UTC 2015
Author: tille
Date: 2015-11-25 16:35:02 +0000 (Wed, 25 Nov 2015)
New Revision: 20552
Modified:
trunk/packages/theseus/trunk/debian/changelog
trunk/packages/theseus/trunk/debian/rules
Log:
Enable building arch independent packages separately
Modified: trunk/packages/theseus/trunk/debian/changelog
===================================================================
--- trunk/packages/theseus/trunk/debian/changelog 2015-11-25 15:55:38 UTC (rev 20551)
+++ trunk/packages/theseus/trunk/debian/changelog 2015-11-25 16:35:02 UTC (rev 20552)
@@ -1,3 +1,10 @@
+theseus (3.3.0-4) UNRELEASED; urgency=medium
+
+ * Enable building arch independent packages separately
+ Closes: #806223
+
+ -- Andreas Tille <tille at debian.org> Wed, 25 Nov 2015 17:13:37 +0100
+
theseus (3.3.0-3) unstable; urgency=medium
* Fix versioning which really
Modified: trunk/packages/theseus/trunk/debian/rules
===================================================================
--- trunk/packages/theseus/trunk/debian/rules 2015-11-25 15:55:38 UTC (rev 20551)
+++ trunk/packages/theseus/trunk/debian/rules 2015-11-25 16:35:02 UTC (rev 20552)
@@ -8,13 +8,17 @@
%:
dh $@
-override_dh_auto_install:
+override_dh_auto_install-arch:
+ dh_auto_install -a
# Fix wrong path used in upstream script. Fixing it here is safer than
# changing the patch for any new upstream release
sed -e 's?/usr/local/bin?/usr/bin?' \
-e 's?/usr/bin/sed?/bin/sed?' \
theseus_align > debian/$(pkg)/usr/bin/theseus_align
+override_dh_auto_install-indep:
+ # nothing to do here
+
override_dh_install:
dh_install
# remove macos resource files
More information about the debian-med-commit
mailing list