[SCM] Debian packaging of librpc-xml-perl branch, master, updated. debian/0.76-3-23-g275f0d7

Xavier Guimard x.guimard at free.fr
Tue May 14 19:03:44 UTC 2013


The following commit has been merged in the master branch:
commit 275f0d7a1401bafd051c6c8e22d3de5bdc8ba978
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue May 14 21:03:38 2013 +0200

    Add back libtest-simple-perl and libxml-libxml-perl version deps for oldstable

diff --git a/debian/changelog b/debian/changelog
index b408ddf..9516180 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,4 @@
-librpc-xml-perl (0.77-1) UNRELEASED; urgency=low
-
-  TODO:
-  + "Remove libtest-simple-perl dependency now included in perl stable"
-     that's true but we also have oldstable which doesn't have the new enough
-     Test::More
-     --> add back perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
-  + "Remove libxml-libxml-perl (build-)version dependency"
-    upstream now wants XML::LibXML: 1.85 which is not in oldstable
-    --> add back/bump the version
+librpc-xml-perl (0.77-1) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
@@ -25,10 +16,8 @@ librpc-xml-perl (0.77-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.4
   * Remove Apache::RPC::* files which depends on mod_perl 1 (Closes: #551541)
   * Add README.Debian to explain that Apache::RPC::* has been removed
-  * Remove libtest-simple-perl dependency now included in perl stable
-  * Remove libxml-libxml-perl (build-)version dependency
 
- -- Xavier Guimard <x.guimard at free.fr>  Sun, 12 May 2013 16:59:04 +0200
+ -- Xavier Guimard <x.guimard at free.fr>  Tue, 14 May 2013 20:59:50 +0200
 
 librpc-xml-perl (0.76-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5724f57..d2f4db6 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,11 @@ Build-Depends-Indep: libdatetime-format-iso8601-perl (>= 0.07),
                      libhttp-daemon-perl | libwww-perl (<< 6),
                      libnet-server-perl (>= 2.005),
                      libwww-perl,
-                     libxml-libxml-perl,
+                     libxml-libxml-perl (>= 1.85),
                      libxml-parser-perl,
                      netbase,
-                     perl (>= 5.11.1)
+                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
+                     perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librpc-xml-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librpc-xml-perl.git
@@ -31,7 +32,7 @@ Depends: ${misc:Depends},
          libdatetime-format-iso8601-perl (>= 0.07),
          libhttp-daemon-perl | libwww-perl (<< 6),
          libwww-perl,
-         libxml-parser-perl | libxml-libxml-perl
+         libxml-parser-perl | libxml-libxml-perl (>= 1.85)
 Suggests: libapache2-mod-perl2
 Description: Perl implementation of the XML-RPC protocol
  RPC::XML is a Perl module that implements the XML-RPC protocol. It provides

-- 
Debian packaging of librpc-xml-perl



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