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:49:46.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 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-13 15:22:31.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/php-soap 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/php-soap/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;