[SCM] Debian packaging of pmtools branch, master, updated. 4a74cc6311863e79c5c4804e79ce9091fb4966b7

Xavier Guimard x.guimard at free.fr
Sun Dec 9 20:35:05 UTC 2012


The following commit has been merged in the master branch:
commit 4a722313fb7bd317132b5b01cb815469d6c6bcbb
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Dec 9 19:23:21 2012 +0100

    Bump S-V to 3.9.4 + dh to 8

diff --git a/debian/changelog b/debian/changelog
index ec03a14..dd28beb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pmtools (1.10+ds1-3) UNRELEASED; urgency=low
+pmtools (1.20-1) UNRELEASED; urgency=low
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -7,7 +7,12 @@ pmtools (1.10+ds1-3) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:49:54 +0200
+  [ Xavier Guimard ]
+  * Imported Upstream version 1.20
+  * Bump Standard-Version to 3.9.4
+  * Use debhelper 8
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sun, 09 Dec 2012 19:20:16 +0100
 
 pmtools (1.10+ds1-2) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index bfdcad7..bcd929f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,21 @@
 Source: pmtools
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Axel Beckert <abe at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: utils
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Axel Beckert <abe at debian.org>
-Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/pmtools/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/pmtools.git
+Build-Depends: debhelper (>= 8),
+               perl
+Build-Depends-Indep: perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/pmtools.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/pmtools.git
+Homepage: http://search.cpan.org/dist/pmtools/
 
 Package: pmtools
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module tools
  Perl module tools is a suite of small tools that help manage and inspect
  perl modules, perl Plain Old Documentation files, and perl programs.
@@ -24,3 +28,4 @@ Description: Perl module tools
   - show what symbols a module exports
   - list the methods of a class
   - display the source code of a function of a module
+

-- 
Debian packaging of pmtools



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