r74168 - in /trunk/dh-make-perl: Changes debian/changelog lib/Debian/Control/Stanza/Source.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 9 18:45:38 UTC 2011


Author: gregoa
Date: Mon May  9 18:45:26 2011
New Revision: 74168

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74168
Log:
* Debian::Control::Stanza::Source: add XS-Autobuild field; mention all
  fields in POD, and sort list.

Modified:
    trunk/dh-make-perl/Changes
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/Debian/Control/Stanza/Source.pm

Modified: trunk/dh-make-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Changes?rev=74168&op=diff
==============================================================================
--- trunk/dh-make-perl/Changes (original)
+++ trunk/dh-make-perl/Changes Mon May  9 18:45:26 2011
@@ -1,8 +1,16 @@
-0.73 (2011-02-17)
+0.73 (2011-05-09)
 
   [ gregor herrmann ]
   Add missing modules to Build.PL.
   Update copyright notices.
+  Debian::Control::Stanza::Source: add XS-Autobuild field; mention all
+    fields in POD, and sort list.
+
+  [ Salvatore Bonaccorso ]
+  create packages with Standards-Version 3.9.2.
+  Bump Standards-Version to 3.9.2. 
+  Debian::Control::Stanza::Source: Add DM-Upload-Allowed field to
+    supported fields for source stanza in debian/control.
 
 
 0.72 (2011-02-05)

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=74168&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon May  9 18:45:26 2011
@@ -1,8 +1,10 @@
 dh-make-perl (0.73-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
-  * [upstream] Build.PL: add missing modules.
+  * Build.PL: add missing modules.
   * Update copyright notices.
+  * Debian::Control::Stanza::Source: add XS-Autobuild field; mention all
+    fields in POD, and sort list.
 
   [ Salvatore Bonaccorso ]
   * create packages with Standards-Version 3.9.2.

Modified: trunk/dh-make-perl/lib/Debian/Control/Stanza/Source.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Control/Stanza/Source.pm?rev=74168&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Control/Stanza/Source.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Control/Stanza/Source.pm Mon May  9 18:45:26 2011
@@ -27,29 +27,41 @@
 
 =over
 
-=item Source
+=item Build_Conflicts
 
-=item Maintainer
-
-=item Uploaders
-
-=item DM_Upload_Allowed
-
-=item Section
-
-=item Priority
+=item Build_Conflicts_Indep
 
 =item Build_Depends
 
 =item Build_Depends_Indep
 
-=item Build_Conflicts
+=item DM_Upload_Allowed
 
-=item Build_Conflicts_Indep
+=item Homepage
+
+=item Maintainer
+
+=item Priority
+
+=item Section
 
 =item Standards_Version
 
-=item Homepage
+=item Uploaders
+
+=item Vcs_Browser
+
+=item Vcs_Bzr
+
+=item Vcs_CVS
+
+=item Vcs_Git
+
+=item Vcs_Svn
+
+=item Source
+
+=item XS_Autobuild
 
 =back
 
@@ -65,9 +77,10 @@
 use base qw(Debian::Control::Stanza);
 
 use constant fields => qw (
-    Source Section Priority Build_Depends Build_Depends_Indep Build_Conflicts
-    Build_Conflicts_Indep Maintainer Uploaders DM_Upload_Allowed
-    Standards_Version Homepage Vcs_Svn Vcs_Git Vcs_Bzr Vcs_CVS Vcs_Browser
+    Build_Conflicts Build_Conflicts_Indep Build_Depends Build_Depends_Indep
+    DM_Upload_Allowed Homepage Maintainer Priority Section Standards_Version
+    Uploaders Vcs_Browser Vcs_Bzr Vcs_CVS Vcs_Git Vcs_Svn Source
+    XS_Autobuild
 );
 
 =head1 CONSTRUCTOR




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