Package: xmlrpc-c Version: 1.16.33-3.1 Followup-For: Bug #682329 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Fix dependencies of xmlrpc-api-utils - debian/control: xml-rcp-api2cpp needs libxmlrpc_cpp.so.4, so depend on libxmlrpc-c++4 Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5.0-14-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u xmlrpc-c-1.16.33/debian/control xmlrpc-c-1.16.33/debian/control --- xmlrpc-c-1.16.33/debian/control +++ xmlrpc-c-1.16.33/debian/control @@ -1,8 +1,7 @@ Source: xmlrpc-c Priority: optional Section: libs -Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> -XSBC-Original-Maintainer: Sean Finney <sean...@debian.org> +Maintainer: Sean Finney <sean...@debian.org> Build-Depends: autotools-dev, debhelper (>= 5), libcurl4-openssl-dev (>= 7.22.0) | libcurl3-openssl-dev (>= 7.22.0), quilt Homepage: http://xmlrpc-c.sourceforge.net Standards-Version: 3.9.1 @@ -103,8 +102,9 @@ Replaces: xml-rpc-api2cpp, xml-rpc-api2txt Architecture: any Section: devel -Depends: libxmlrpc-core-c3 (= ${binary:Version}), libc6-dev, - libfrontier-rpc-perl, ${misc:Depends} +Depends: libxmlrpc-core-c3 (= ${binary:Version}), + libxmlrpc-c++4 (= ${binary:Version}), libc6-dev, libfrontier-rpc-perl, + ${misc:Depends} Description: Generate C++ wrapper classes for XML-RPC servers XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote