[SCM] Debian::Copyright branch, master, updated. upstream/0.1-9-g00665cd

Xavier Guimard x.guimard at free.fr
Sun Nov 25 06:23:05 UTC 2012


The following commit has been merged in the master branch:
commit 85b8980968e447479a20b8bcb34573d280003cc8
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Nov 25 07:08:23 2012 +0100

    Bump Standards-Version to 3.9.4

diff --git a/debian/changelog b/debian/changelog
index 54f3ef0..dd67d72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libdebian-copyright-perl (0.1-2) UNRELEASED; urgency=low
+libdebian-copyright-perl (0.2-1) UNRELEASED; urgency=low
 
+  [ Salvatore Bonaccorso ]
   * Correct Vcs-Browser and Vcs-Git URLs.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 10 Sep 2011 10:33:00 +0200
+  [ Xavier Guimard ]
+  * New upstream version
+  * Bump Standards-Version to 3.9.4
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sun, 25 Nov 2012 07:05:05 +0100
 
 libdebian-copyright-perl (0.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 929f9e6..b368f5a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,37 @@
 Source: libdebian-copyright-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libperl6-slurp-perl, libtest-longstring-perl,
- libparse-debcontrol-perl, libtie-ixhash-perl, libarray-unique-perl,
- libclass-accessor-perl
-Standards-Version: 3.9.2
+Build-Depends-Indep: libarray-unique-perl,
+                     libclass-accessor-perl,
+                     libparse-debcontrol-perl,
+                     libperl6-slurp-perl,
+                     libtest-deep-perl,
+                     libtest-exception-perl,
+                     libtest-longstring-perl,
+                     libtest-nowarnings-perl,
+                     libtie-ixhash-perl,
+                     perl (>= 5.13.11)
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdebian-copyright-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdebian-copyright-perl.git
 Homepage: http://search.cpan.org/dist/Debian-Copyright/
 
 Package: libdebian-copyright-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libparse-debcontrol-perl,
- libtie-ixhash-perl, libarray-unique-perl, libclass-accessor-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libarray-unique-perl,
+         libclass-accessor-perl,
+         libparse-debcontrol-perl,
+         libtie-ixhash-perl,
+         perl
 Description: perl module to parse, merge and write Debian copyright files
  Debian::Copyright can be used for the representation, manipulation and
  merging of Debian copyright files in an object-oriented way. It provides easy
  reading and writing of the debian/copyright file found in Debian source
  packages.
+

-- 
Debian::Copyright



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