[med-svn] r20549 - trunk/packages/tree-puzzle/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Nov 25 13:08:30 UTC 2015
Author: tille
Date: 2015-11-25 13:08:30 +0000 (Wed, 25 Nov 2015)
New Revision: 20549
Modified:
trunk/packages/tree-puzzle/trunk/debian/changelog
trunk/packages/tree-puzzle/trunk/debian/rules
Log:
Enable separate arch independet builds and upload to unstable
Modified: trunk/packages/tree-puzzle/trunk/debian/changelog
===================================================================
--- trunk/packages/tree-puzzle/trunk/debian/changelog 2015-11-25 12:56:16 UTC (rev 20548)
+++ trunk/packages/tree-puzzle/trunk/debian/changelog 2015-11-25 13:08:30 UTC (rev 20549)
@@ -1,4 +1,4 @@
-tree-puzzle (5.2-8) UNRELEASED; urgency=low
+tree-puzzle (5.2-8) unstable; urgency=low
* debian/upstream: Add publications
* cme fix dpkg-control
@@ -8,8 +8,10 @@
Closes: #765262
* Try hard to run the test suite
* DEP5 copyright
+ * Enable separate arch independet builds
+ Closes: #806119
- -- Andreas Tille <tille at debian.org> Wed, 25 Nov 2015 13:25:30 +0100
+ -- Andreas Tille <tille at debian.org> Wed, 25 Nov 2015 14:03:11 +0100
tree-puzzle (5.2-7) unstable; urgency=low
Modified: trunk/packages/tree-puzzle/trunk/debian/rules
===================================================================
--- trunk/packages/tree-puzzle/trunk/debian/rules 2015-11-25 12:56:16 UTC (rev 20548)
+++ trunk/packages/tree-puzzle/trunk/debian/rules 2015-11-25 13:08:30 UTC (rev 20549)
@@ -11,8 +11,8 @@
override_dh_compress:
dh_compress --exclude=.pdf --exclude .phy --exclude trees --exclude .b
-override_dh_install:
- dh_install
+override_dh_install-arch:
+ dh_install -a
# The binary has to be renamed because of the generic name
mv `pwd`/debian/tmp/usr/bin/puzzle `pwd`/debian/$(pkg)/usr/bin/$(pkg)
mv `pwd`/debian/tmp/usr/bin/ppuzzle `pwd`/debian/$(ppkg)/usr/bin/$(ppkg)
More information about the debian-med-commit
mailing list