r72014 - in /trunk/libhttp-cookies-perl/debian: changelog control

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Mar 28 17:39:21 UTC 2011


Author: periapt-guest
Date: Mon Mar 28 17:39:07 2011
New Revision: 72014

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72014
Log:
Added missing Breaks and Replaces clauses in debian/control

Modified:
    trunk/libhttp-cookies-perl/debian/changelog
    trunk/libhttp-cookies-perl/debian/control

Modified: trunk/libhttp-cookies-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-cookies-perl/debian/changelog?rev=72014&op=diff
==============================================================================
--- trunk/libhttp-cookies-perl/debian/changelog (original)
+++ trunk/libhttp-cookies-perl/debian/changelog Mon Mar 28 17:39:07 2011
@@ -1,3 +1,9 @@
+libhttp-cookies-perl (6.00-2) unstable; urgency=low
+
+  * Added missing Breaks and Replaces clauses in debian/control
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 28 Mar 2011 18:41:57 +0100
+
 libhttp-cookies-perl (6.00-1) unstable; urgency=low
 
   * Initial Release (Closes: #619335).

Modified: trunk/libhttp-cookies-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-cookies-perl/debian/control?rev=72014&op=diff
==============================================================================
--- trunk/libhttp-cookies-perl/debian/control (original)
+++ trunk/libhttp-cookies-perl/debian/control Mon Mar 28 17:39:07 2011
@@ -14,6 +14,8 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libhttp-date-perl,
  libhttp-message-perl
+Replaces: libwww-perl (<< 6.00)
+Breaks: libwww-perl (<< 6.00)
 Description: HTTP cookie jars
  This class is for objects that represent a "cookie jar" -- that is, a
  database of all the HTTP cookies that a given LWP::UserAgent object knows




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