[med-svn] r20561 - trunk/packages/bowtie/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Nov 25 22:01:48 UTC 2015
Author: tille
Date: 2015-11-25 22:01:47 +0000 (Wed, 25 Nov 2015)
New Revision: 20561
Added:
trunk/packages/bowtie/trunk/debian/clean
Modified:
trunk/packages/bowtie/trunk/debian/changelog
trunk/packages/bowtie/trunk/debian/rules
Log:
Enable building arch independent packages separately, Fix clean target
Modified: trunk/packages/bowtie/trunk/debian/changelog
===================================================================
--- trunk/packages/bowtie/trunk/debian/changelog 2015-11-25 17:40:55 UTC (rev 20560)
+++ trunk/packages/bowtie/trunk/debian/changelog 2015-11-25 22:01:47 UTC (rev 20561)
@@ -1,3 +1,11 @@
+bowtie (1.1.2-3) unstable; urgency=medium
+
+ * Enable building arch independent packages separately
+ Closes: #806220
+ * Fix clean target
+
+ -- Andreas Tille <tille at debian.org> Wed, 25 Nov 2015 22:38:02 +0100
+
bowtie (1.1.2-2) unstable; urgency=medium
* Enable building on arm64 (Thanks for the patch to Edmund Grimley Evans)
Added: trunk/packages/bowtie/trunk/debian/clean
===================================================================
--- trunk/packages/bowtie/trunk/debian/clean (rev 0)
+++ trunk/packages/bowtie/trunk/debian/clean 2015-11-25 22:01:47 UTC (rev 20561)
@@ -0,0 +1,2 @@
+bowtie-buildc
+example*.out
Modified: trunk/packages/bowtie/trunk/debian/rules
===================================================================
--- trunk/packages/bowtie/trunk/debian/rules 2015-11-25 17:40:55 UTC (rev 20560)
+++ trunk/packages/bowtie/trunk/debian/rules 2015-11-25 22:01:47 UTC (rev 20561)
@@ -16,15 +16,17 @@
override_dh_auto_build:
$(MAKE) allall
-override_dh_auto_install:
+override_dh_auto_install-arch:
+ # remove strange byte-compyled Python code bowtie-buildc (no idea how and why it was created)
+ find . -name bowtie-buildc -delete
+
+override_dh_installman-arch:
help2man --name="ultrafast memory-efficient short read aligner" --no-info \
$(CURDIR)/bowtie > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie.1
help2man --name="building a colorspace index for bowtie" --no-info \
$(CURDIR)/bowtie-build > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-build.1
help2man --name="extracts information from a bowtie index" --no-info \
$(CURDIR)/bowtie-inspect > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-inspect.1
- # remove strange byte-compyled Python code bowtie-buildc (no idea how and why it was created)
- find . -name bowtie-buildc -delete
override_dh_compress:
dh_compress -X.ebwt
More information about the debian-med-commit
mailing list