[med-svn] [andi] 01/01: Enabled unit tests

Fabian Klötzl kloetzl-guest at moszumanska.debian.org
Mon Oct 5 13:34:15 UTC 2015


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

kloetzl-guest pushed a commit to branch master
in repository andi.

commit c85567816337cf226b5f26debea649d39452439e
Author: Fabian Klötzl <fabian at kloetzl.info>
Date:   Mon Oct 5 15:34:12 2015 +0200

    Enabled unit tests
---
 debian/control |  2 +-
 debian/rules   | 17 ++---------------
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 71a9a54..c86ba2a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Fabian Klötzl <kloetzl at evolbio.mpg.de>
-Build-Depends: debhelper (>= 9), libdivsufsort-dev
+Build-Depends: debhelper (>= 9), libdivsufsort-dev, libglib2.0-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/andi.git/tree/
 Vcs-Git: git://anonscm.debian.org/debian-med/andi.git
diff --git a/debian/rules b/debian/rules
index 1d11ebc..99190aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,21 +2,8 @@
 
 # DH_VERBOSE := 1
 
-# some helpful variables - uncomment them if needed
-# shamelessly stolen from http://jmtd.net/log/awk/
-#DEBVERS        := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-#VERSION        := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
-#DEBFLAVOR      := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
-#DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-#DEBIAN_BRANCH  := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
-#GIT_TAG        := $(subst ~,_,$(VERSION))
-
-# alternatively to manually set those variables, you can
-#  include /usr/share/dpkg/default.mk
-# and use what is set there.
-
 %:
 	dh $@
 
-#get-orig-source:
-#	. debian/get-orig-source
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-unit-tests

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



More information about the debian-med-commit mailing list