Andreas Tille pushed to branch master at Debian Med / parsnp

Commits:
73e1912a by Andreas Tille at 2018-07-17T20:27:35+02:00
debhelper 11

- - - - -
ac8bc935 by Andreas Tille at 2018-07-17T20:28:11+02:00
Point Vcs fields to salsa.debian.org

- - - - -
1f498755 by Andreas Tille at 2018-07-17T20:28:11+02:00
Standards-Version: 4.1.5

- - - - -
47def69e by Andreas Tille at 2018-07-17T20:31:03+02:00
Remove ancient x-python-version field

- - - - -
a6a18880 by Andreas Tille at 2018-07-17T20:32:03+02:00
do not parse d/changelog

- - - - -
8d817b4e by Andreas Tille at 2018-07-17T20:33:37+02:00
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+parsnp (1.2+dfsg-4) unstable; urgency=medium
+
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.1.5
+  * Remove ancient x-python-version field
+  * d/rules: do not parse d/changelog
+
+ -- Andreas Tille <[email protected]>  Tue, 17 Jul 2018 20:32:10 +0200
+
 parsnp (1.2+dfsg-3) unstable; urgency=medium
 
   * Fix build when trying to link with -Wl, --as-needed (Thanks for the patch


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


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,15 @@ Maintainer: Debian Med Packaging Team 
<[email protected].
 Uploaders: Andreas Tille <[email protected]>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 11~),
                python-all-dev,
                python-setuptools,
                cython,
                libmuscle-3.7-dev
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/parsnp.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/parsnp.git
+Standards-Version: 4.1.5
+Vcs-Browser: https://salsa.debian.org/med-team/parsnp
+Vcs-Git: https://salsa.debian.org/med-team/parsnp.git
 Homepage: http://harvest.readthedocs.org/en/latest/content/parsnp.html
-X-Python-Version: >= 2.7
 
 Package: parsnp
 Architecture: any
@@ -23,7 +21,7 @@ Depends: ${shlibs:Depends},
          python-numpy,
          fasttree,
          mummer,
-         phipack,
+         phipack
 Recommends: python-dendropy
 Description: rapid core genome multi-alignment
  Parsnp was designed to align the core genome of hundreds to thousands of


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,12 +2,12 @@
 
 # DH_VERBOSE := 1
 
-DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+include /usr/share/dpkg/default.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-       dh $@ --with python2 --with autoreconf
+       dh $@ --with python2
 
 override_dh_auto_configure:
        dh_auto_configure -- --with-libmuscle=/usr/include/libMUSCLE-3.7
@@ -15,9 +15,9 @@ override_dh_auto_configure:
 override_dh_auto_install:
        dh_auto_install
        # The actual user interface is the Python script so move the binary to 
/usr/lib
-       mkdir -p debian/$(DEBPKGNAME)/usr/lib/$(DEBPKGNAME)
-       mv debian/$(DEBPKGNAME)/usr/bin/$(DEBPKGNAME) 
debian/$(DEBPKGNAME)/usr/lib/$(DEBPKGNAME)
+       mkdir -p debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)
+       mv debian/$(DEB_SOURCE)/usr/bin/$(DEB_SOURCE) 
debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)
 
 override_dh_fixperms:
        dh_fixperms
-       chmod -x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/template.ini
+       chmod -x debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)/template.ini



View it on GitLab: 
https://salsa.debian.org/med-team/parsnp/compare/da66019b80427b20fcfe9b7fc09ad8dbbf051876...8d817b4e544998c11c5b7663bdf5525351d1616e

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/parsnp/compare/da66019b80427b20fcfe9b7fc09ad8dbbf051876...8d817b4e544998c11c5b7663bdf5525351d1616e
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