Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Standards-Version: 4.1.5
· f3e0420c
Andreas Tille
authored
Jul 16, 2018
f3e0420c
Upload to unstable
· 9aac6f98
Andreas Tille
authored
Jul 16, 2018
9aac6f98
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9aac6f98
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
...
...
debian/control
View file @
9aac6f98
...
...
@@ -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
...
...
debian/rules
View file @
9aac6f98
#!/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) \
...
...