r46095 - in /trunk/libxml-libxml-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Oct 19 17:07:01 UTC 2009


Author: gregoa
Date: Mon Oct 19 17:06:46 2009
New Revision: 46095

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46095
Log:
add NOTE about XML::LibXML::Common

* XML::LibXML::Common is now included in libxml-libxml-perl; remove
libxml-libxml-common-perl from Build-Depends and Depends, add it to
Conflicts and Replaces.

Modified:
    trunk/libxml-libxml-perl/debian/changelog
    trunk/libxml-libxml-perl/debian/control

Modified: trunk/libxml-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/changelog?rev=46095&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/changelog (original)
+++ trunk/libxml-libxml-perl/debian/changelog Mon Oct 19 17:06:46 2009
@@ -1,6 +1,17 @@
 libxml-libxml-perl (1.70.ds-1) UNRELEASED; urgency=low
 
   NOTE: track down/get rid of weird warnings during build
+  
+  NOTE: doesn't install:
+  Unpacking libxml-libxml-perl (from .../libxml-libxml-perl_1.70.ds-1_i386.deb) ...
+  dpkg: error processing /home/gregoa/src/cowcache/./libxml-libxml-perl_1.70.ds-1_i386.deb (--unpack):
+   trying to overwrite '/usr/lib/perl5/XML/LibXML/Common.pm', which is also in package libxml-libxml-common-perl 0:0.13-6+b1
+   dpkg-deb: subprocess paste killed by signal (Broken pipe)
+  --> upstream Changes: "- merge with XML::LibXML::Common"
+  --> Conflicts/Replaces/Provides/transitional dummy dance (and remove from
+  (build) depends). hm, gtablix is the only rdep, so it can be fixed there
+  quite easy. saves us the dummy stuff, we still need Conflicts/Replaces
+  --> bug against gtablix filed (#551640)
 
   [ Jonathan Yu ]
   * New upstream release (closes: #546240)
@@ -22,6 +33,9 @@
     to Adam Buchbinder for the bug report and the patch (closes: #535198).
   * Don't run test t/01basic.t, we've got dpkg-shlibdeps to guard against
     binary compatibility problems (cf. #546503).
+  * XML::LibXML::Common is now included in libxml-libxml-perl; remove
+    libxml-libxml-common-perl from Build-Depends and Depends, add it to
+    Conflicts and Replaces.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 12 Oct 2009 08:48:09 -0400
 

Modified: trunk/libxml-libxml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/control?rev=46095&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/control (original)
+++ trunk/libxml-libxml-perl/debian/control Mon Oct 19 17:06:46 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: perl, debhelper (>= 7.0.50), quilt (>= 0.46-7),
- libxml-libxml-common-perl, libxml-namespacesupport-perl,
+ libxml-namespacesupport-perl,
  libxml-sax-perl, libxml2-dev (>= 2.7.6), zlib1g-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
@@ -15,7 +15,9 @@
 Package: libxml-libxml-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libxml-libxml-common-perl, libxml-namespacesupport-perl, libxml-sax-perl
+ libxml-namespacesupport-perl, libxml-sax-perl
+Conflicts: libxml-libxml-common-perl
+Replaces: libxml-libxml-common-perl
 Description: Perl interface to the libxml2 library
  XML::LibXML is a Perl interface to the GNOME libxml2 library, which provides
  interfaces for parsing and manipulating XML files. This module allows Perl




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