Package: sponsorship-requests Severity: important Dear mentors,
I am looking for a sponsor for my RC bug fix of "php-soap" (#701134) * Package name : php-soap Version : 0.12.0-2.1 Upstream Author : Jan Schneider <j...@horde.org> * URL : http://pear.php.net/package/SOAP/ * License : PHP Section : php It builds those binary packages: php-soap - a SOAP Client/Server class for PHP To access further information about this package, please visit the following URL: http://mentors.debian.net/package/php-soap Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/p/php-soap/php-soap_0.12.0-2.1.dsc The debdiff is attached: diff -Nru php-soap-0.12.0/debian/changelog php-soap-0.12.0/debian/changelog --- php-soap-0.12.0/debian/changelog 2010-12-06 12:44:44.000000000 +0700 +++ php-soap-0.12.0/debian/changelog 2013-03-12 12:21:19.000000000 +0700 @@ -1,3 +1,13 @@ +php-soap (0.12.0-2.1) unstable; urgency=low + + * Non-maintainer upload to fix RC bug. + * Fix silently overwrite files installed at the symlink + destination by other packages (Closes: #701134): + - Move the files shipped in package to the "real" location + - Drop Pre-Depends: php-pear as it's not needed + + -- Prach Pongpanich <prach...@gmail.com> Tue, 12 Mar 2013 02:39:01 +0700 + php-soap (0.12.0-2) unstable; urgency=high * Added php-pear (>= 5.3) in Pre-depends (Closes: #605867) diff -Nru php-soap-0.12.0/debian/control php-soap-0.12.0/debian/control --- php-soap-0.12.0/debian/control 2010-12-06 12:44:57.000000000 +0700 +++ php-soap-0.12.0/debian/control 2013-03-12 12:16:32.000000000 +0700 @@ -9,7 +9,6 @@ Package: php-soap Architecture: all Depends: php-pear, php-http-request, ${misc:Depends} -Pre-Depends: php-pear (>= 5.3) Recommends: php-mail, php-mail-mime, php-net-dime Suggests: php5-cli Description: a SOAP Client/Server class for PHP diff -Nru php-soap-0.12.0/debian/rules php-soap-0.12.0/debian/rules --- php-soap-0.12.0/debian/rules 2010-05-08 05:14:35.000000000 +0700 +++ php-soap-0.12.0/debian/rules 2013-03-01 15:43:23.000000000 +0700 @@ -33,12 +33,12 @@ dh_installdirs cp package.xml $(pear_pkg)/package.xml; - $(PEAR) install -n -f -R debian/$(package) $(pear_pkg)/package.xml; + $(PEAR) -d doc_dir=/usr/share/doc/php5-common/PEAR install -n -f -R debian/$(package) $(pear_pkg)/package.xml; grep "@author" $(pear_pkg)/* -R | sed -e 's/.*@author//' -e 's/^ *//' -e 's/>.*/>/' \ | sort | uniq > AUTHORS - chmod +x debian/$(package)/usr/share/php/doc/SOAP/example/tcp_daemon.pl + chmod +x debian/$(package)/usr/share/doc/php5-common/PEAR/SOAP/example/tcp_daemon.pl rm -f debian/$(package)/usr/share/php/.filemap; rm -f debian/$(package)/usr/share/php/.lock; rm -rf debian/$(package)/usr/share/php/.channels; Regrads, -- Prach Pongpanich
php-soap_0.12.0-2.1-nmu.diff
Description: Binary data