[med-svn] [mcl] 01/03: debhelper 10

Andreas Tille tille at debian.org
Tue Nov 28 09:25:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository mcl.

commit 9181928cb65f81560f31011be1d8f4e64e343886
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 28 10:16:07 2017 +0100

    debhelper 10
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 3 +--
 debian/rules     | 4 +---
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6cc4ba9..b62e16b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mcl (1:14-137-2) UNRELEASED; urgency=medium
 
   * DEP5
   * Moved packaging from SVN to Git
+  * debhelper 10
 
  -- Andreas Tille <tille at debian.org>  Tue, 20 May 2014 17:20:10 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 012e98e..9a42e7d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Philipp Benner <philipp at debian.org>,
            Andreas Tille <tille at debian.org>
 Section: math
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               autotools-dev,
+Build-Depends: debhelper (>= 10),
                zoem,
                tidy,
                aephea
diff --git a/debian/rules b/debian/rules
index ddf9af4..780e6c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 # Uncomment this to turn on verbose mode.
 # export DH_VERBOSE=1
 
-pkg:= $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-
 # allow bashism's in commandlines
 SHELL = /bin/bash
 
@@ -60,7 +58,7 @@ confflags += --enable-blast
 docbackupdir:=$(CURDIR)/debian/doc.bak
 
 %:
-	dh $@ --with autotools_dev
+	dh $@
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mcl.git



More information about the debian-med-commit mailing list