[Pkg-electronics-commits] [sigrok] 07/09: Bump debhelper compat level to 10 and drop use of CDBS

Jonathan McDowell noodles at moszumanska.debian.org
Wed Sep 20 08:46:41 UTC 2017


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

noodles pushed a commit to branch master
in repository sigrok.

commit 800eff1e4270fa9368f83ab497bd52390dd98261
Author: Jonathan McDowell <noodles at earth.li>
Date:   Tue Sep 19 12:05:44 2017 +0100

    Bump debhelper compat level to 10 and drop use of CDBS
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 5 ++---
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index be5b749..eb45de2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 sigrok (0.2-4) UNRELEASED; urgency=medium
 
   * Move maintenance to Debian Electronics Packaging Team (Closes: #852828)
+  * Bump debhelper compat level to 10 and drop use of CDBS.
 
  -- Jonathan McDowell <noodles at earth.li>  Tue, 19 Sep 2017 11:13:22 +0100
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index f8c9d13..6fffed6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: electronics
 Priority: extra
 Maintainer: Debian Electronics Packaging Team <pkg-electronics-devel at lists.alioth.debian.org>
 Uploaders: Jonathan McDowell <noodles at earth.li>
-Build-Depends: cdbs, debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 10)
 Standards-Version: 3.9.5
 Homepage: http://sigrok.org
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-electronics/sigrok.git
diff --git a/debian/rules b/debian/rules
index bb9c061..3af7b55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/utils.mk
+%:
+	dh $@
 
 common-binary-post-install-arch:: list-missing
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/sigrok.git



More information about the Pkg-electronics-commits mailing list