[SCM] Debian packaging of libtest-compile-perl branch, master, updated. 8f699dab0db17b0e9340de0c6b0db64f649a093e

Nicholas Bamber nicholas at periapt.co.uk
Sat Nov 19 19:36:24 UTC 2011


The following commit has been merged in the master branch:
commit 8f699dab0db17b0e9340de0c6b0db64f649a093e
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Sat Nov 19 19:41:46 2011 +0000

    * Raised debhelper and compat level to 8
    * Simplified dependencies
    * Raised standards version to 3.9.2
    * Reconsidered short description
    * Created debian/source/format
    * Added myself to Uploaders

diff --git a/debian/changelog b/debian/changelog
index 1a5fa68..ea453cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
 libtest-compile-perl (0.13-2) UNRELEASED; urgency=low
 
+  [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:48:18 +0200
+  [ Nicholas Bamber ]
+  * Raised debhelper and compat level to 8
+  * Simplified dependencies
+  * Raised standards version to 3.9.2
+  * Reconsidered short description
+  * Created debian/source/format
+  * Added myself to Uploaders
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 27 Jul 2011 18:48:18 +0200
 
 libtest-compile-perl (0.13-1) 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 2b2d5f8..234a337 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,12 @@
 Source: libtest-compile-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.13)
-Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- libuniversal-require-perl, liburi-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libuniversal-require-perl, liburi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Ryan Niebur <ryan at debian.org>
-Standards-Version: 3.8.4
+ Ryan Niebur <ryan at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Test-Compile/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-compile-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-compile-perl.git
@@ -15,7 +14,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-compi
 Package: libtest-compile-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libuniversal-require-perl
-Description: check whether Perl module files compile correctly
+Description: test module for checking that scripts and modules compile
  Test::Compile is a Perl module that lets you check whether a Perl module or
  script compiles properly, and report its results in standard Test::Simple
  fashion. It can test all Perl modules in a distribution, as well as single

-- 
Debian packaging of libtest-compile-perl



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