[libfile-counterfile-perl] 02/04: Switch to the debhelper 'tiny' rules and bump compat level to 9.

Niko Tyni ntyni at moszumanska.debian.org
Thu Jan 30 18:01:09 UTC 2014


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

ntyni pushed a commit to branch master
in repository libfile-counterfile-perl.

commit 5d3972bd7e6fcbd75347177cfd1054561d9a6eee
Author: Niko Tyni <ntyni at debian.org>
Date:   Thu Jan 30 19:43:36 2014 +0200

    Switch to the debhelper 'tiny' rules and bump compat level to 9.
---
 debian/changelog |  1 +
 debian/compat    |  2 +-
 debian/control   |  2 +-
 debian/rules     | 22 +---------------------
 4 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 06120b1..588a267 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ libfile-counterfile-perl (1.04-5) UNRELEASED; urgency=low
   [ Niko Tyni ]
   * Change the fallback directory for counter files to /var/tmp.
     (Closes: #736755)
+  * Switch to the debhelper 'tiny' rules and bump compat level to 9.
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:48 -0700
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index cf7c7ad..05e98e6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 9),
                perl
 Standards-Version: 3.8.0
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-counterfile-perl.git
diff --git a/debian/rules b/debian/rules
index 0d045f4..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,3 @@
 #!/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/libfile-counterfile-perl.git



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