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

Andreas Tille gitlab at salsa.debian.org
Wed Oct 24 20:15:16 BST 2018


Andreas Tille pushed to branch master at Debian Med / smalt


Commits:
b543abd6 by Andreas Tille at 2018-10-24T18:14:43Z
debhelper 11

- - - - -
90310095 by Andreas Tille at 2018-10-24T18:14:45Z
Point Vcs fields to salsa.debian.org

- - - - -
d9b588a3 by Andreas Tille at 2018-10-24T18:14:45Z
Standards-Version: 4.2.1

- - - - -
06f00a3b by Andreas Tille at 2018-10-24T19:07:56Z
Do not autoreconf since config is broken

- - - - -
abc98547 by Andreas Tille at 2018-10-24T19:14:36Z
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+smalt (0.7.6-8) unstable; urgency=medium
+
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.2.1
+  * Do not autoreconf since config is broken
+
+ -- Andreas Tille <tille at debian.org>  Wed, 24 Oct 2018 21:08:08 +0200
+
 smalt (0.7.6-7) unstable; urgency=medium
 
   * Moved packaging from SVN to Git


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+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 (>= 9.20160114),
+Build-Depends: debhelper (>= 11~),
                zlib1g-dev,
                python,
                samtools,
                libbambamc-dev
-Standards-Version: 4.1.1
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/smalt.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/smalt.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/smalt
+Vcs-Git: https://salsa.debian.org/med-team/smalt.git
 Homepage: http://www.sanger.ac.uk/science/tools/smalt-0
 
 Package: smalt


=====================================
debian/rules
=====================================
@@ -5,7 +5,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 # autoreconf is needed to make the patch to test/Makefile.am effective
 %:
-	dh $@ # this fails because auf broken upstream autoconf stuff: - - with autoreconf
+	dh $@
+
+override_dh_autoreconf:
+	echo "Do nothing - fails because auf broken upstream autoconf stuff"
 
 override_dh_auto_configure:
 	# see upstream INSTALL file



View it on GitLab: https://salsa.debian.org/med-team/smalt/compare/fcfc1eaf5ea3263147897abbfd270b5a39c11aae...abc9854746910d3415d1a0fe521b9a9b9e1b3ff7

-- 
View it on GitLab: https://salsa.debian.org/med-team/smalt/compare/fcfc1eaf5ea3263147897abbfd270b5a39c11aae...abc9854746910d3415d1a0fe521b9a9b9e1b3ff7
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/20181024/5ce49972/attachment-0001.html>


More information about the debian-med-commit mailing list