[med-svn] r19350 - trunk/packages/seqprep/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sun Jun 21 15:30:20 UTC 2015
Author: tille
Date: 2015-06-21 15:30:18 +0000 (Sun, 21 Jun 2015)
New Revision: 19350
Modified:
trunk/packages/seqprep/trunk/debian/changelog
trunk/packages/seqprep/trunk/debian/rules
Log:
Do not try fiddle around with arch all files in arch indep builds
Modified: trunk/packages/seqprep/trunk/debian/changelog
===================================================================
--- trunk/packages/seqprep/trunk/debian/changelog 2015-06-21 14:30:48 UTC (rev 19349)
+++ trunk/packages/seqprep/trunk/debian/changelog 2015-06-21 15:30:18 UTC (rev 19350)
@@ -1,3 +1,10 @@
+seqprep (1.1-2) unstable; urgency=medium
+
+ * Do not try fiddle around with arch all files in arch indep builds
+ Closes: #789488
+
+ -- Andreas Tille <tille at debian.org> Sun, 21 Jun 2015 16:31:54 +0200
+
seqprep (1.1-1) unstable; urgency=medium
* Initial Upload to Debian
Modified: trunk/packages/seqprep/trunk/debian/rules
===================================================================
--- trunk/packages/seqprep/trunk/debian/rules 2015-06-21 14:30:48 UTC (rev 19349)
+++ trunk/packages/seqprep/trunk/debian/rules 2015-06-21 15:30:18 UTC (rev 19350)
@@ -24,6 +24,6 @@
# will not be included in the data package
rm -rf Test/info Test/out
-override_dh_install:
+override_dh_install-indep:
dh_install
sed -i 's#../SeqPrep#/usr/bin/seqprep#' $(CURDIR)/debian/seqprep-data/usr/share/doc/seqprep/examples/RUNTEST.sh
More information about the debian-med-commit
mailing list