[SCM] Debian packaging of libstring-random-perl branch, master, updated. 750e5425ef9bb73c1effcb6d1d796f3322d85995

Axel Beckert abe at deuxchevaux.org
Sat Mar 9 16:16:38 UTC 2013


The following commit has been merged in the master branch:
commit 77384dd1fc52266740d17df59a3b4831d7b9a4c8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Mar 9 16:39:58 2013 +0100

    Switch to dh7 style rules

diff --git a/debian/changelog b/debian/changelog
index 6caa06e..c5a7a5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libstring-random-perl (1:0.22-4) UNRELEASED; urgency=low
   [ Axel Beckert ]
   * Remove Bart from Uploaders (thanks for your work!), add myself to
     Uploaders. (Closes: #702593)
+  * Switch to dh7 style rules
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 09 Jul 2009 23:06:07 +0200
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 04d849b..1b11c99 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Axel Beckert <abe at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 7), libmodule-build-perl
 Standards-Version: 3.8.1
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-random-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-random-perl.git
diff --git a/debian/rules b/debian/rules
index 5217a88..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-update-config::
-	[ -e Build ] || perl Build.PL
-
-reverse-config::
-	rm -f Build
-
-build/libstring-random-perl::
-	[ -d blib ] || ( ./Build && ./Build test )
-
-install/libstring-random-perl::
-	./Build install \
-		destdir=debian/libstring-random-perl \
-		--install_path lib=/usr/share/perl5 \
-		--install_path libdoc=/usr/share/man/man3 \
-
-clean::
-	rm -rf _build/ blib/
+%:
+	dh $@

-- 
Debian packaging of libstring-random-perl



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