[med-svn] [Git][med-team/quorum][master] 7 commits: debhelper 11

Andreas Tille gitlab at salsa.debian.org
Fri Sep 7 15:38:05 BST 2018


Andreas Tille pushed to branch master at Debian Med / quorum


Commits:
8e481ac8 by Andreas Tille at 2018-09-07T13:27:01Z
debhelper 11

- - - - -
6dbedf68 by Andreas Tille at 2018-09-07T13:27:04Z
Point Vcs fields to salsa.debian.org

- - - - -
9ada7137 by Andreas Tille at 2018-09-07T13:27:04Z
Standards-Version: 4.2.1

- - - - -
c35b154d by Andreas Tille at 2018-09-07T13:31:45Z
Fix Perl interpreter path

- - - - -
e4958251 by Andreas Tille at 2018-09-07T13:33:16Z
Do not parse d/changelog

- - - - -
8476c179 by Andreas Tille at 2018-09-07T14:34:15Z
Fix regexp

- - - - -
22d98b16 by Andreas Tille at 2018-09-07T14:36:29Z
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+quorum (1.1.1-2) unstable; urgency=medium
+
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.2.1
+  * d/rules:
+     - Fix Perl interpreter path
+     - Do not parse d/changelog
+
+ -- Andreas Tille <tille at debian.org>  Fri, 07 Sep 2018 15:33:40 +0200
+
 quorum (1.1.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #862828)


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


=====================================
debian/control
=====================================
@@ -3,14 +3,14 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
                libjellyfish-2.0-dev (>= 2.2.6-1~),
                jellyfish (>= 2.2.6-1~),
                yaggo,
                pkg-config
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/quorum.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/quorum.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/quorum
+Vcs-Git: https://salsa.debian.org/med-team/quorum.git
 Homepage: https://github.com/gmarcais/Quorum
 
 Package: quorum


=====================================
debian/rules
=====================================
@@ -4,12 +4,13 @@
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+include /usr/share/dpkg/default.mk
 
 %:
 	dh $@ --no-parallel
 
 override_dh_install:
 	dh_install
-	mkdir -p debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)
-	mv debian/$(DEBPKGNAME)/usr/share/adapter* debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)
+	mkdir -p debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)
+	mv debian/$(DEB_SOURCE)/usr/share/adapter* debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)
+	sed -i '1s+#! */usr/bin/env perl+#!/usr/bin/perl+' debian/*/usr/bin/*



View it on GitLab: https://salsa.debian.org/med-team/quorum/compare/f76f6f5112072f9c9f8179b7f2a234238f0bd2c0...22d98b162fa1c823bf54e2667dab2a51b1185afb

-- 
View it on GitLab: https://salsa.debian.org/med-team/quorum/compare/f76f6f5112072f9c9f8179b7f2a234238f0bd2c0...22d98b162fa1c823bf54e2667dab2a51b1185afb
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/20180907/02714f34/attachment-0001.html>


More information about the debian-med-commit mailing list