r73598 - in /trunk/libconfig-model-perl/debian: changelog control patches/bump-standard-version

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Tue Apr 26 12:22:20 UTC 2011


Author: ddumont-guest
Date: Tue Apr 26 12:22:08 2011
New Revision: 73598

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73598
Log:
dch -r, ready for review, lintian clean, cowbuilder clean

Modified:
    trunk/libconfig-model-perl/debian/changelog
    trunk/libconfig-model-perl/debian/control
    trunk/libconfig-model-perl/debian/patches/bump-standard-version

Modified: trunk/libconfig-model-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/changelog?rev=73598&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/changelog (original)
+++ trunk/libconfig-model-perl/debian/changelog Tue Apr 26 12:22:08 2011
@@ -1,8 +1,13 @@
-libconfig-model-perl (1.242-1) UNRELEASED; urgency=low
-
-  * New upstream release
-
- -- Dominique Dumont <domi.dumont at free.fr>  Tue, 26 Apr 2011 13:31:30 +0200
+libconfig-model-perl (1.242-1) unstable; urgency=low
+
+  * New upstream release
+    - dpkg control: added Build-Conflicts field
+    - dpkg: Added model for debian/source/options
+      and debian/clean files
+  * refreshed bump-standard-version patch
+  * control: set standard version to 3.9.2 (no other changes)
+
+ -- Dominique Dumont <domi.dumont at free.fr>  Tue, 26 Apr 2011 14:21:15 +0200
 
 libconfig-model-perl (1.241-1) unstable; urgency=low
 

Modified: trunk/libconfig-model-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/control?rev=73598&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/control (original)
+++ trunk/libconfig-model-perl/debian/control Tue Apr 26 12:22:08 2011
@@ -33,7 +33,7 @@
                      libwww-perl,
                      libyaml-perl (>= 0.67),
                      po-debconf
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-model-perl/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libconfig-model-perl
 Homepage: http://config-model.sourceforge.net

Modified: trunk/libconfig-model-perl/debian/patches/bump-standard-version
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/patches/bump-standard-version?rev=73598&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/patches/bump-standard-version (original)
+++ trunk/libconfig-model-perl/debian/patches/bump-standard-version Tue Apr 26 12:22:08 2011
@@ -2,9 +2,9 @@
  set to 3.9.2. Remove this when upstream catches up.
 --- a/lib/Config/Model/models/Debian/Dpkg/Control/Source.pl
 +++ b/lib/Config/Model/models/Debian/Dpkg/Control/Source.pl
-@@ -110,13 +110,13 @@
-       {
+@@ -125,13 +125,13 @@
          'value_type' => 'uniline',
+         'summary' => 'Debian policy version number this package complies to',
          'warn_unless_match' => {
 -          '3\\.9\\.1' => {
 -            'msg' => 'Current standard version is 3.9.1',
@@ -17,12 +17,12 @@
          'match' => '\\d+\\.\\d+\\.\\d+(\\.\\d+)?',
 -        'default' => '3.9.1',
 +        'default' => '3.9.2',
-         'type' => 'leaf'
+         'type' => 'leaf',
+         'description' => 'This field indicates the debian policy version number this package complies to'
        },
-       'Vcs-Browser',
 --- a/t/debian-dependency-check.t
 +++ b/t/debian-dependency-check.t
-@@ -65,7 +65,7 @@
+@@ -64,7 +64,7 @@
  Build-Depends-Indep: libcpan-meta-perl, perl (>= 5.10) | libmodule-build-perl,
  Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
  Uploaders: Dominique Dumont <dominique.dumont at hp.com>




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