This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libctapimkt.
commit 00b21565466d90a31cc078a3247107df5fcde205 Author: Andreas Tille <[email protected]> Date: Wed Sep 27 16:54:44 2017 +0200 debhelper 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 3 +-- debian/rules | 5 +---- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index de38d28..7d90bda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libctapimkt (1.0.5~rc1-5) UNRELEASED; urgency=medium * Move packaging from SVN to Git * Standards-Version: 4.1.0 (no changes needed) + * debhelper 10 -- Andreas Tille <[email protected]> Wed, 27 Sep 2017 16:51:36 +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 8ba0809..350b1b9 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: libs Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10), d-shlibs, libusb-1.0-0-dev Standards-Version: 4.1.0 diff --git a/debian/rules b/debian/rules index 5b112ea..38f078e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,7 @@ #!/usr/bin/make -f -pkg:= $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') -version:=1 - %: - dh $@ --with autoreconf + dh $@ override_dh_install: dh_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libctapimkt.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
