[med-svn] [seqan2] 05/05: build the apps again
Michael Crusoe
misterc-guest at moszumanska.debian.org
Wed Feb 17 23:50:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository seqan2.
commit e7c8032a99d6700d6dc017fae450e176cf1a751a
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Wed Feb 17 15:50:30 2016 -0800
build the apps again
---
debian/control | 26 +++++++++++++-------------
debian/rules | 6 +++---
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index 553884d..8b56162 100644
--- a/debian/control
+++ b/debian/control
@@ -24,19 +24,19 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/seqan.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/seqan.git
Homepage: http://www.seqan.de/
-#Package: seqan-apps
-#Architecture: any
-#Depends: ${shlibs:Depends},
-# ${misc:Depends}
-#Description: C++ library for the analysis of biological sequences
-# SeqAn is a C++ template library of efficient algorithms and data
-# structures for the analysis of sequences with the focus on
-# biological data. This library applies a unique generic design that
-# guarantees high performance, generality, extensibility, and
-# integration with other libraries. SeqAn is easy to use and
-# simplifies the development of new software tools with a minimal loss
-# of performance. This package contains the applications dfi, pair_align,
-# micro_razers, seqan_tcoffee, seqcons, razers and tree_recon.
+Package: seqan-apps
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: C++ library for the analysis of biological sequences
+ SeqAn is a C++ template library of efficient algorithms and data
+ structures for the analysis of sequences with the focus on
+ biological data. This library applies a unique generic design that
+ guarantees high performance, generality, extensibility, and
+ integration with other libraries. SeqAn is easy to use and
+ simplifies the development of new software tools with a minimal loss
+ of performance. This package contains the applications dfi, pair_align,
+ micro_razers, seqan_tcoffee, seqcons, razers and tree_recon.
Package: libseqan2-dev
Architecture: all
diff --git a/debian/rules b/debian/rules
index 3faf246..4be5af8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,10 @@ pkgdev=seqan-dev
dh $@
override_dh_auto_configure:
- #dh_auto_configure -- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY
+ dh_auto_configure -- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE # skip the tests for now
override_dh_auto_build:
- #dh_auto_build
+ dh_auto_build
#cd obj-$(DEB_BUILD_GNU_TYPE); make dox # FIXME: This does nothing and no *.html files will be created at all
# This ends up in:
# Could not import extension sphinxcontrib.bibtex (exception: No module named sphinxcontrib.bibtex)
@@ -42,7 +42,7 @@ override_dh_auto_build:
override_dh_install:
dh_install
# Delete additional LICENSE files
- find $(CURDIR)/debian/$(pkgapps) -type f -name LICENSE -delete
+ find $(CURDIR)/debian/$(pkgapps) -type f -name LICENSE -delete || /bin/true
if [ -d $(CURDIR)/debian/$(pkgdev) ] ; then \
find $(CURDIR)/debian/$(pkgdev) -type f -name LICENSE -delete ; \
find $(CURDIR)/debian/$(pkgdev) -type f -name "*.pyc" -delete ; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git
More information about the debian-med-commit
mailing list