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

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Wed Jun 2 10:50:31 UTC 2010


Author: carnil-guest
Date: Wed Jun  2 10:49:32 2010
New Revision: 58753

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58753
Log:
Add support of Breaks field for binary package stanzas in debian/control
to Debian::Control::Stanza::Binary.

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

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=58753&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Jun  2 10:49:32 2010
@@ -10,7 +10,11 @@
   * Debian::Dependency: Allow architecture restrictions in dependencies.
     For now this information is just ignored.
 
- -- Damyan Ivanov <dmn at debian.org>  Wed, 05 May 2010 08:40:51 +0300
+  [ Salvatore Bonaccorso ]
+  * Add support of Breaks field for binary package stanzas in debian/control
+    to Debian::Control::Stanza::Binary.
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Wed, 02 Jun 2010 12:42:21 +0200
 
 dh-make-perl (0.68-1) unstable; urgency=low
 

Modified: trunk/dh-make-perl/lib/Debian/Control/Stanza/Binary.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Control/Stanza/Binary.pm?rev=58753&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Control/Stanza/Binary.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Control/Stanza/Binary.pm Wed Jun  2 10:49:32 2010
@@ -51,15 +51,17 @@
 
 =item Conflicts
 
+=item Breaks
+
 =item Provides
 
 =item Description
 
 =back
 
-C<Depends>, C<Conflicts>, C<Recommends>, C<Suggests>, C<Enhances>, C<Replaces>, 
-and C<Pre_Depends> fields are converted to objects of L<Debian::Dependencies> 
-class upon construction.
+C<Depends>, C<Conflicts> C<Breaks>, C<Recommends>, C<Suggests>, C<Enhances>,
+C<Replaces>, and C<Pre_Depends> fields are converted to objects of
+L<Debian::Dependencies> class upon construction.
 
 Two more accessor methods are provided for easier handling of package's short
 and long description.
@@ -88,7 +90,7 @@
 
 use constant fields => qw(
     Package Architecture Section Priority Essential Depends Recommends Suggests
-    Enhances Replaces Pre_Depends Conflicts Provides Description
+    Enhances Replaces Pre_Depends Conflicts Breaks Provides Description
     _short_description _long_description
 );
 




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