[med-svn] [seqan2] 03/05: only build -dev package

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 a52bc58794299e9c699cdf44f53c7962810d69a2
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Wed Feb 17 07:12:18 2016 -0800

     only build -dev package
---
 debian/control | 28 ++++++++++++++--------------
 debian/rules   |  5 ++++-
 2 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 74af2a9..553884d 100644
--- a/debian/control
+++ b/debian/control
@@ -24,21 +24,21 @@ 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: seqan2-dev
+Package: libseqan2-dev
 Architecture: all
 Section: libdevel
 Depends: ${shlibs:Depends},
diff --git a/debian/rules b/debian/rules
index 5fe4df6..867ed81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,11 @@ pkgdev=seqan-dev
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY
+
 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)

-- 
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