[med-svn] [Git][med-team/dawg][master] 5 commits: debhelper 11

Andreas Tille gitlab at salsa.debian.org
Thu Jul 5 15:18:26 BST 2018


Andreas Tille pushed to branch master at Debian Med / dawg


Commits:
316f9a26 by Andreas Tille at 2018-07-05T16:09:39+02:00
debhelper 11

- - - - -
d818732e by Andreas Tille at 2018-07-05T16:11:06+02:00
Names in d/changelog

- - - - -
f5d9ca15 by Andreas Tille at 2018-07-05T16:11:51+02:00
Point Vcs fields to salsa.debian.org

- - - - -
81164452 by Andreas Tille at 2018-07-05T16:11:51+02:00
Standards-Version: 4.1.4

- - - - -
f3a4f6e7 by Andreas Tille at 2018-07-05T16:18:11+02:00
Cleanup d/rules

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,23 @@
 dawg (1.2-2) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * Team upload
   * Add citation
   * Homepage vanished but project is on Github - use this as homepage
   * cme fix dpkg-control
-  * debhelper 10
+  * debhelper 11
   * d/watch: version=4
   * Fix short description
   * run build time test and add autopkgtest
+  * Cleanup d/rules
+
+  [ Steffen Möller ]
   * debian/upstream/metadata: Ref to OMICtools (Steffen Moeller)
 
+  [ Andreas Tille ]
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.1.4
+
  -- Andreas Tille <tille at debian.org>  Wed, 04 Jan 2017 08:44:59 +0100
 
 dawg (1.2-1) unstable; urgency=low


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Kevin Murray <spam at kdmurray.id.au>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
                cmake,
                bison,
                flex
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/dawg.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/dawg.git
+Standards-Version: 4.1.4
+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
 
 Package: dawg


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -3,27 +3,16 @@
 # output every command that modifies files on the build system.
 export DH_VERBOSE = 1
 
-# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
-# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
-DEBPKGNAME=dawg
 BINDIR := $(CURDIR)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)/src
 
-# main packaging script based on dh7 syntax
 %:
 	dh $@
 
-
 # dh_make generated override targets
 # This is example for Cmake (See https://bugs.debian.org/641051 )
 override_dh_auto_configure:
@@ -31,11 +20,12 @@ override_dh_auto_configure:
 	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 	-DCMAKE_DATA_DIR=/usr/share/doc/dawg
 
-
 override_dh_fixperms:
 	dh_fixperms
-	chmod -x debian/$(DEBPKGNAME)/usr/share/doc/dawg/examples/*
+	chmod -x debian/$(DEB_SOURCE)/usr/share/doc/dawg/examples/*
 
 override_dh_auto_test:
 	# FIXME: This test fails - but let the build pass anyway for the moment
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	cd tests && PATH=$$PATH:$(BINDIR) sh test0.sh || true
+endif



View it on GitLab: https://salsa.debian.org/med-team/dawg/compare/4ba2fba9abae5d8829088ab8e6cc41edcc3fd70b...f3a4f6e753a82367cf25827e61b542994e9e0e35

-- 
View it on GitLab: https://salsa.debian.org/med-team/dawg/compare/4ba2fba9abae5d8829088ab8e6cc41edcc3fd70b...f3a4f6e753a82367cf25827e61b542994e9e0e35
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180705/91d6aeac/attachment-0001.html>


More information about the debian-med-commit mailing list