Andreas Tille pushed to branch master at Debian Med / disulfinder

Commits:
f91225d2 by Andreas Tille at 2018-09-23T15:08:56Z
debhelper 11

- - - - -
8f8da9a6 by Andreas Tille at 2018-09-23T15:08:59Z
Point Vcs fields to salsa.debian.org

- - - - -
639e7c0b by Andreas Tille at 2018-09-23T15:08:59Z
Standards-Version: 4.2.1

- - - - -
096df749 by Andreas Tille at 2018-09-23T15:15:09Z
Do not parse d/changelog

- - - - -
25f65eba by Andreas Tille at 2018-09-23T15:18:28Z
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,17 @@
-disulfinder (1.2.11-8) UNRELEASED; urgency=medium
+disulfinder (1.2.11-8) unstable; urgency=medium
 
+  [ Steffen Moeller ]
   * debian/upstream/metadata:
     - yamllint cleanliness
     - added references to registries
 
- -- Steffen Moeller <[email protected]>  Sat, 18 Nov 2017 23:36:14 +0100
+  [ Andreas Tille ]
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.2.1
+  * Do not parse d/changelog
+
+ -- Andreas Tille <[email protected]>  Sun, 23 Sep 2018 17:15:15 +0200
 
 disulfinder (1.2.11-7) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -5,13 +5,13 @@ Uploaders: Guy Yachdav <[email protected]>,
            Andreas Tille <[email protected]>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
                libboost-dev,
                libboost-graph-dev,
                libf2c2-dev
-Standards-Version: 4.1.0
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/disulfinder.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/disulfinder.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/disulfinder
+Vcs-Git: https://salsa.debian.org/med-team/disulfinder.git
 Homepage: http://disulfind.dsi.unifi.it/
 
 Package: disulfinder


=====================================
debian/rules
=====================================
@@ -5,8 +5,9 @@
 export DH_VERBOSE=1
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-pkg := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-pkgdata := $(pkg)-data
+include /usr/share/dpkg/default.mk
+
+pkgdata := $(DEB_SOURCE)-data
 
 %:
        dh $@
@@ -15,9 +16,9 @@ override_dh_auto_build:
        dh_auto_build --no-parallel
 
 override_dh_auto_install:
-       $(MAKE) DESTDIR=$(CURDIR)/debian/$(pkg) prefix=/usr install
+       $(MAKE) DESTDIR=$(CURDIR)/debian/$(DEB_SOURCE) prefix=/usr install
 
 override_dh_install:
        dh_install
-       mkdir -p $(CURDIR)/debian/$(pkgdata)/usr/share/$(pkg)
-       mv $(CURDIR)/debian/$(pkg)/usr/share/$(pkg)/* 
$(CURDIR)/debian/$(pkgdata)/usr/share/$(pkg)
+       mkdir -p $(CURDIR)/debian/$(pkgdata)/usr/share/$(DEB_SOURCE)
+       mv $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)/* 
$(CURDIR)/debian/$(pkgdata)/usr/share/$(DEB_SOURCE)



View it on GitLab: 
https://salsa.debian.org/med-team/disulfinder/compare/9261012f3bb67f7128635b98b1b29778afcb8e50...25f65ebab188dadc6dad9bf0bf7d11b422cffd5c

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/disulfinder/compare/9261012f3bb67f7128635b98b1b29778afcb8e50...25f65ebab188dadc6dad9bf0bf7d11b422cffd5c
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to