Skip to content
Commits on Source (2)
dawg (1.2-2) UNRELEASED; urgency=medium
dawg (1.2-2) unstable; urgency=medium
[ Andreas Tille ]
* Team upload
......@@ -10,17 +10,13 @@ dawg (1.2-2) UNRELEASED; urgency=medium
* Fix short description
* run build time test and add autopkgtest
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* Standards-Version: 4.1.5
* Cleanup d/rules
[ Steffen Möller ]
* debian/upstream/metadata: Ref to OMICtools (Steffen Moeller)
TODO: Test script fails:
--> https://github.com/reedacartwright/dawg/issues/56
also send issue to Debian Med mailing list
-- Andreas Tille <tille@debian.org> Wed, 04 Jan 2017 08:44:59 +0100
-- Andreas Tille <tille@debian.org> Mon, 16 Jul 2018 09:10:34 +0200
dawg (1.2-1) unstable; urgency=low
......
......@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 11~),
cmake,
bison,
flex
Standards-Version: 4.1.4
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/dawg
Vcs-Git: https://salsa.debian.org/med-team/dawg.git
Homepage: https://github.com/reedacartwright/dawg
......
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
export DH_VERBOSE = 1
# export DH_VERBOSE = 1
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
......@@ -13,8 +12,6 @@ BINDIR := $(CURDIR)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)/src
%:
dh $@
# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
......