Skip to content
Commits on Source (6)
acedb (4.9.39+dfsg.02-4) UNRELEASED; urgency=medium
acedb (4.9.39+dfsg.02-4) unstable; urgency=medium
[ Jelmer Vernooij ]
* Trim trailing whitespace.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 08 Oct 2018 21:20:25 +0100
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/copyright
-- Andreas Tille <tille@debian.org> Fri, 26 Oct 2018 16:08:53 +0200
acedb (4.9.39+dfsg.02-3) unstable; urgency=medium
......
......@@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
libreadline-dev,
libglib2.0-dev,
libgtk2.0-dev,
......@@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10),
flex,
libfl-dev,
bison
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/acedb.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/acedb.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/acedb
Vcs-Git: https://salsa.debian.org/med-team/acedb.git
Homepage: http://www.acedb.org/
Package: acedb-other-dotter
......
......@@ -35,8 +35,10 @@ override_dh_auto_build:
$(MAKE) tools other CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cd bin && ln -s ../w2/graphtest.c
dh_auto_test || true
endif
override_dh_auto_install:
mkdir -p debian/tmp/usr/bin
......