[med-svn] r13763 - trunk/packages/bowtie/trunk/debian

Ognyan Kulev ogi at alioth.debian.org
Thu May 30 07:10:19 UTC 2013


Author: ogi
Date: 2013-05-30 07:10:18 +0000 (Thu, 30 May 2013)
New Revision: 13763

Modified:
   trunk/packages/bowtie/trunk/debian/changelog
   trunk/packages/bowtie/trunk/debian/rules
Log:
Fixed (hopefully) FTBFS by using override_dh_fixperms-indep target instead of override_dh_fixperms in debian/rules.


Modified: trunk/packages/bowtie/trunk/debian/changelog
===================================================================
--- trunk/packages/bowtie/trunk/debian/changelog	2013-05-30 06:20:53 UTC (rev 13762)
+++ trunk/packages/bowtie/trunk/debian/changelog	2013-05-30 07:10:18 UTC (rev 13763)
@@ -1,3 +1,10 @@
+bowtie (1.0.0-5) unstable; urgency=low
+
+  * Fixed (hopefully) FTBFS by using override_dh_fixperms-indep target
+    instead of override_dh_fixperms in debian/rules.
+
+ -- Ognyan Kulev <ogi at debian.org>  Thu, 30 May 2013 09:41:25 +0300
+
 bowtie (1.0.0-4) unstable; urgency=low
 
   * Lintian fixes:

Modified: trunk/packages/bowtie/trunk/debian/rules
===================================================================
--- trunk/packages/bowtie/trunk/debian/rules	2013-05-30 06:20:53 UTC (rev 13762)
+++ trunk/packages/bowtie/trunk/debian/rules	2013-05-30 07:10:18 UTC (rev 13763)
@@ -27,10 +27,11 @@
 override_dh_compress:
 	dh_compress -X.ebwt
 
-override_dh_fixperms:
+# Fix bowtie-examples access mode for files in examples/
+override_dh_fixperms-indep:
 	dh_fixperms
 	chmod 644 debian/bowtie-examples/usr/share/doc/bowtie/examples/indexes/*
-#	Following line is not needed because gzipped genome (by dh_compress) is always 644.
+#	Following line is not needed because gzipped genome/ (by dh_compress) is always 644.
 #	chmod 644 debian/bowtie-examples/usr/share/doc/bowtie/examples/genomes/*
 
 override_dh_auto_clean:




More information about the debian-med-commit mailing list