[SCM] Debian packaging of libb-perlreq-perl branch, master, updated. debian/0.80-1-5-g80f623a

Xavier Guimard x.guimard at free.fr
Sat Dec 1 20:35:53 UTC 2012


The following commit has been merged in the master branch:
commit 80f623a566f864d2c9c8c7f1cd2e3a46a8fcb19a
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Dec 1 21:34:22 2012 +0100

    Use dh 9 + change arch from "all" to "any"

diff --git a/debian/changelog b/debian/changelog
index b1517dc..7136de4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libb-perlreq-perl (0.82-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.82
   * Bump Standards-Version to 3.9.4
   * Update debian/copyright (years and format)
+  * Use debhelper >= 9.20120312
+  * Change Architecture from "all" to "any"
 
  -- Xavier Guimard <x.guimard at free.fr>  Sat, 01 Dec 2012 21:07:28 +0100
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index b66de39..e3e4574 100644
--- a/debian/control
+++ b/debian/control
@@ -8,16 +8,16 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
            Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libtry-tiny-perl,
-                     perl
+Build-Depends: debhelper (>= 9.20120312),
+               libtry-tiny-perl,
+               perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-perlreq-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libb-perlreq-perl.git
 Homepage: http://search.cpan.org/dist/rpm-build-perl/
 
 Package: libb-perlreq-perl
-Architecture: all
+Architecture: any
 Depends: ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index 6e0ace9..a681a2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@ override_dh_auto_install:
 	dh_auto_install
 	rm -R $(TMP)/usr/bin
 	rm -R $(TMP)/usr/share/man/man1
-	rm $(TMP)/usr/share/perl5/fake.pm
+	rm $(TMP)/usr/lib/perl5/fake.pm

-- 
Debian packaging of libb-perlreq-perl



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