[med-svn] [bowtie2] 03/04: d/changelog: new upstream release d/rules: enable intel tbb
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Fri Aug 28 07:59:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository bowtie2.
commit 91dd9c502263febd79df40c1f843c70842509859
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Fri Aug 28 09:33:16 2015 +0200
d/changelog: new upstream release
d/rules: enable intel tbb
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8cc0a66..39a7784 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bowtie2 (2.2.6-1) UNRELEASED; urgency=medium
+
+ * Imported Upstream version 2.2.6
+ * d/rules: WITH_TBB=1
+
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de> Fri, 28 Aug 2015 09:31:45 +0200
+
bowtie2 (2.2.5-2) unstable; urgency=medium
* Upload to unstable
diff --git a/debian/rules b/debian/rules
index fd9679d..a99fe7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ EXTRA_FLAGS := $(LDFLAGS)
dh $@
override_dh_auto_build:
- dh_auto_build -- EXTRA_FLAGS=$(EXTRA_FLAGS) CPPFLAGS=$(CPPFLAGS)
+ dh_auto_build -- EXTRA_FLAGS=$(EXTRA_FLAGS) CPPFLAGS=$(CPPFLAGS) WITH_TBB=1
override_dh_installman:
mkdir -p $(CURDIR)/debian/$(pkg)/usr/share/man/man1/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bowtie2.git
More information about the debian-med-commit
mailing list