[librcs-perl] 06/11: Switch to a minimal "dh $@" debian/rules file and compat level 10

Axel Beckert abe at deuxchevaux.org
Wed Nov 15 04:10:53 UTC 2017


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

abe pushed a commit to branch master
in repository librcs-perl.

commit fa99cffb771b27da4584b42835eee6564d9f6e62
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 15 04:45:25 2017 +0100

    Switch to a minimal "dh $@" debian/rules file and compat level 10
    
    Update versioned debhelper build-dependency accordingly.
---
 debian/changelog |  2 ++
 debian/compat    |  2 +-
 debian/control   |  2 +-
 debian/rules     | 21 +--------------------
 4 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2475834..92024a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ librcs-perl (1.05-5) UNRELEASED; urgency=low
     debian/changelog entries and debian/control.
   * Convert to debian source format "3.0 (quilt)".
     + Drop debian/README.source.
+  * Switch to a minimal "dh $@" debian/rules file and compat level 10.
+    + Update versioned debhelper build-dependency accordingly.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:46:33 +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 5b05214..95228c3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: perl
 Standards-Version: 3.8.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librcs-perl.git
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librcs-perl.git



More information about the Pkg-perl-cvs-commits mailing list