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

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Fri Apr 22 15:13:15 UTC 2011


Author: carnil
Date: Fri Apr 22 15:12:32 2011
New Revision: 73105

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73105
Log:
Debian::Control::Stanza::Source: Add DM-Upload-Allowed field to
supported fields for source stanza in debian/control.

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

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=73105&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri Apr 22 15:12:32 2011
@@ -7,8 +7,10 @@
   [ Salvatore Bonaccorso ]
   * create packages with Standards-Version 3.9.2.
   * Bump Standards-Version to 3.9.2. 
-
- -- gregor herrmann <gregoa at debian.org>  Mon, 14 Feb 2011 17:27:28 +0100
+  * Debian::Control::Stanza::Source: Add DM-Upload-Allowed field to
+    supported fields for source stanza in debian/control.
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 22 Apr 2011 17:09:27 +0200
 
 dh-make-perl (0.72-1) unstable; urgency=low
 
@@ -1039,7 +1041,7 @@
     (recommended but not depended upon) is not present (Closes: #428415)
   * Added some modules should be part of @stdmodules; the list is hand-
     crafted and incomplete - we need a better solution!
-	
+        
  -- Gunnar Wolf <gwolf at debian.org>  Tue, 07 Aug 2007 10:50:45 -0500
 
 dh-make-perl (0.26) unstable; urgency=low

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=73105&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Control/Stanza/Source.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Control/Stanza/Source.pm Fri Apr 22 15:12:32 2011
@@ -33,6 +33,8 @@
 
 =item Uploaders
 
+=item DM_Upload_Allowed
+
 =item Section
 
 =item Priority
@@ -64,7 +66,7 @@
 
 use constant fields => qw (
     Source Section Priority Build_Depends Build_Depends_Indep Build_Conflicts
-    Build_Conflicts_Indep Maintainer Uploaders
+    Build_Conflicts_Indep Maintainer Uploaders DM_Upload_Allowed
     Standards_Version Homepage Vcs_Svn Vcs_Git Vcs_Bzr Vcs_CVS Vcs_Browser
 );
 




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