[med-svn] [crac] 01/04: Use Debian packaged libgzstream and libjellyfish

Andreas Tille tille at debian.org
Sat Sep 10 22:04:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository crac.

commit 4311504bac63b1612d6b736d09ca2e5e1d7c31ed
Author: Andreas Tille <tille at debian.org>
Date:   Sun Sep 11 00:00:40 2016 +0200

    Use Debian packaged libgzstream and libjellyfish
---
 debian/control   | 6 ++++--
 debian/copyright | 2 ++
 debian/rules     | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index d020d3b..6eeb8e3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,11 @@ Uploaders: Anthony Boureux <Anthony.Boureux at gmail.com>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               autotools-dev,
+               dh-autoreconf,
                zlib1g-dev,
-               libhts-dev
+               libhts-dev,
+               libjellyfish-2.0-dev,
+               libgzstream-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/crac.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/crac.git
diff --git a/debian/copyright b/debian/copyright
index badb25f..81c5b51 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: crac
 Source: http://crac.gforge.inria.fr
+Files-Excluded: */libJellyfish-2.0
+                */libgzstream
 
 Files: *
 Copyright: © 2012-2014 by Nicolas PHILIPPE <nicolas.philippe at lirmm.fr>
diff --git a/debian/rules b/debian/rules
index 730552d..2ee7415 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@  --with autotools-dev
+	dh $@  --with autoreconf
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/crac.git



More information about the debian-med-commit mailing list