[SCM] Debian packaging of libclass-xsaccessor-perl branch, master, updated. debian/1.13-1-12-g43a2fcd

Xavier Guimard x.guimard at free.fr
Sat Nov 24 14:24:40 UTC 2012


The following commit has been merged in the master branch:
commit 3001f6fbb9157804ea7bf5e59d58224a08657672
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Nov 24 15:07:02 2012 +0100

    Bump Standards-Version to 3.9.4 + very little changes from dh-make-perl

diff --git a/debian/changelog b/debian/changelog
index f62c42a..267c563 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libclass-xsaccessor-perl (1.14-1) UNRELEASED; urgency=low
+libclass-xsaccessor-perl (1.16-1) UNRELEASED; urgency=low
 
   TODO: Hmm still getting hardening lintian fails
 
@@ -6,12 +6,14 @@ libclass-xsaccessor-perl (1.14-1) UNRELEASED; urgency=low
   * Unify "sameperl" substvar generation across packages.
 
   [ Nicholas Bamber ]
-  * New upstream release
   * Updated debian/copyright
-  * Raised standards version to 3.9.3
   * Raised compat level and debhelper version to 9
 
- -- gregor herrmann <gregoa at debian.org>  Thu, 22 Dec 2011 17:28:18 +0100
+  [ Xavier Guimard ]
+  * New upstream release
+  * Bump Standards-Version to 3.9.4
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sat, 24 Nov 2012 15:02:22 +0100
 
 libclass-xsaccessor-perl (1.13-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 30dd7d1..121d8d9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,29 @@
 Source: libclass-xsaccessor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 9.20120312)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>
-Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Class-XSAccessor/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-xsaccessor-perl.git
+Build-Depends: debhelper (>= 9.20120312),
+               perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-xsaccessor-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-xsaccessor-perl.git
+Homepage: http://search.cpan.org/dist/Class-XSAccessor/
 
 Package: libclass-xsaccessor-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${sameperl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${sameperl:Depends},
+         ${shlibs:Depends}
 Breaks: libclass-xsaccessor-array-perl (<< 1.05-1)
-Replaces: libclass-xsaccessor-array-perl (<< 1.05-1)
 Provides: libclass-xsaccessor-array-perl
+Replaces: libclass-xsaccessor-array-perl (<< 1.05-1)
 Description: Perl module providing fast XS accessors                            
  Class::XSAccessor implements fast XS accessors both for getting at and setting
  an object attribute. Additionally, the module supports mutators and simple
@@ -29,3 +36,4 @@ Description: Perl module providing fast XS accessors
  .
  Refer to Class::XSAccessor::Array (also included in libclass-xsaccessor-perl)
  for an implementation that works with array-based objects.
+
diff --git a/debian/copyright b/debian/copyright
index 6780179..3c61588 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Contact: Steffen Mueller <smueller at cpan.org>
-Source: http://search.cpan.org/dist/Class-XSAccessor/
 Upstream-Name: Class-XSAccessor
+Source: http://search.cpan.org/dist/Class-XSAccessor/
+Upstream-Contact: Steffen Mueller <smueller at cpan.org>
 
 Files: *
 Copyright: 2008-2012, Steffen Mueller <smueller at cpan.org>
@@ -20,15 +20,16 @@ Copyright:
  2009, Jonathan Yu <jawnsy at cpan.org>
  2009-2011, gregor herrmann <gregoa at debian.org>
  2010, Ansgar Burchardt <ansgar at debian.org>
- 2010, 2012, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2010-2012, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2012, Xavier Guimard <x.guimard at free.fr>
 License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify

-- 
Debian packaging of libclass-xsaccessor-perl



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