diff -Nru nusoap-0.9.5/debian/changelog nusoap-0.9.5/debian/changelog --- nusoap-0.9.5/debian/changelog 2016-03-26 03:42:03.000000000 +0000 +++ nusoap-0.9.5/debian/changelog 2016-03-16 17:43:11.000000000 +0000 @@ -1,8 +1,17 @@ -nusoap (0.9.5-2ubuntu1) xenial; urgency=medium +nusoap (0.9.5-3) unstable; urgency=medium - * Update to PHP7.0 dependencies (LP: #1562196). + * Team upload + * Depend on php-common instead of php5 for the PHP 7.0 transition + * Move samples in /u/s/d/…/examples + * Adapt lib path in examples + * Drop now useless README + * Install upstream changelog + * Fix copyright syntax + * Use proper team name + * Use standard gbp layout + * Update Standards-Version to 3.9.7 - -- Nishanth Aravamudan Fri, 25 Mar 2016 16:03:29 -0700 + -- David Prévot Wed, 16 Mar 2016 13:42:55 -0400 nusoap (0.9.5-2) unstable; urgency=medium diff -Nru nusoap-0.9.5/debian/control nusoap-0.9.5/debian/control --- nusoap-0.9.5/debian/control 2016-03-26 03:42:03.000000000 +0000 +++ nusoap-0.9.5/debian/control 2016-03-16 16:59:25.000000000 +0000 @@ -1,18 +1,18 @@ Source: nusoap Section: php Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: PKG-PHP-PEAR team -Uploaders: Olivier Berger , Thomas Goirand +Maintainer: Debian PHP PEAR Maintainers +Uploaders: Olivier Berger , + Thomas Goirand Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.5 +Standards-Version: 3.9.7 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/nusoap.git Vcs-Git: git://anonscm.debian.org/pkg-php/nusoap.git Homepage: http://nusoap.sourceforge.net/ Package: libnusoap-php Architecture: all -Depends: php, ${misc:Depends} +Depends: php-common, ${misc:Depends} Description: SOAP toolkit for PHP NuSOAP is a rewrite of SOAPx4. It is a set of PHP classes - no PHP extensions required - that allow developers to create and consume diff -Nru nusoap-0.9.5/debian/copyright nusoap-0.9.5/debian/copyright --- nusoap-0.9.5/debian/copyright 2014-02-18 07:26:28.000000000 +0000 +++ nusoap-0.9.5/debian/copyright 2016-03-16 17:42:53.000000000 +0000 @@ -2,16 +2,16 @@ Upstream-Name: nusoap Source: http://sourceforge.net/projects/nusoap/files/ +Files: * +Copyright: (c) 2002 NuSphere Corporation +License: LGPL-2.1 + Files: debian/* Copyright: (c) 2009, Uwe Steinmann (c) 2009-2010, Olivier Berger (c) 2014, Thomas Goirand License: LGPL-2.1 -Files: * -Copyright: (c) 2002 NuSphere Corporation -License: LGPL-2.1 - License: LGPL-2.1 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free diff -Nru nusoap-0.9.5/debian/docs nusoap-0.9.5/debian/docs --- nusoap-0.9.5/debian/docs 2014-02-18 07:26:28.000000000 +0000 +++ nusoap-0.9.5/debian/docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -samples diff -Nru nusoap-0.9.5/debian/examples nusoap-0.9.5/debian/examples --- nusoap-0.9.5/debian/examples 1970-01-01 00:00:00.000000000 +0000 +++ nusoap-0.9.5/debian/examples 2016-03-16 16:59:25.000000000 +0000 @@ -0,0 +1 @@ +samples/* diff -Nru nusoap-0.9.5/debian/gbp.conf nusoap-0.9.5/debian/gbp.conf --- nusoap-0.9.5/debian/gbp.conf 2014-02-18 07:26:28.000000000 +0000 +++ nusoap-0.9.5/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -[DEFAULT] -upstream-branch = upstream-sid -debian-branch = debian-sid -pristine-tar = True - -[git-buildpackage] -upstream-tree = tag diff -Nru nusoap-0.9.5/debian/install nusoap-0.9.5/debian/install --- nusoap-0.9.5/debian/install 1970-01-01 00:00:00.000000000 +0000 +++ nusoap-0.9.5/debian/install 2016-03-16 16:59:25.000000000 +0000 @@ -0,0 +1,3 @@ +lib/class.wsdlcache.php usr/share/php/nusoap +lib/nusoap.php usr/share/php/nusoap +lib/nusoapmime.php usr/share/php/nusoap diff -Nru nusoap-0.9.5/debian/patches/0002-Adapt-lib-path-in-examples.patch nusoap-0.9.5/debian/patches/0002-Adapt-lib-path-in-examples.patch --- nusoap-0.9.5/debian/patches/0002-Adapt-lib-path-in-examples.patch 1970-01-01 00:00:00.000000000 +0000 +++ nusoap-0.9.5/debian/patches/0002-Adapt-lib-path-in-examples.patch 2016-03-16 17:29:17.000000000 +0000 @@ -0,0 +1,343 @@ +From: =?utf-8?q?David_Pr=C3=A9vot?= +Date: Wed, 16 Mar 2016 13:29:14 -0400 +Subject: Adapt lib path in examples + +--- + samples/client1.php | 2 +- + samples/client2.php | 2 +- + samples/client3.php | 2 +- + samples/getfile1client.php | 2 +- + samples/getfile2client.php | 2 +- + samples/mimeclient.php | 2 +- + samples/sslclient.php | 2 +- + samples/wsdlclient1.php | 2 +- + samples/wsdlclient10.php | 2 +- + samples/wsdlclient11.php | 2 +- + samples/wsdlclient12.php | 2 +- + samples/wsdlclient13.php | 2 +- + samples/wsdlclient14.php | 2 +- + samples/wsdlclient15.php | 2 +- + samples/wsdlclient2.php | 2 +- + samples/wsdlclient3.php | 2 +- + samples/wsdlclient3b.php | 2 +- + samples/wsdlclient3c.php | 2 +- + samples/wsdlclient4.php | 2 +- + samples/wsdlclient5.php | 2 +- + samples/wsdlclient6.php | 2 +- + samples/wsdlclient7.php | 2 +- + samples/wsdlclient8.php | 2 +- + samples/wsdlclient9.php | 2 +- + 24 files changed, 24 insertions(+), 24 deletions(-) + +diff --git a/samples/client1.php b/samples/client1.php +index 64150b9..726751b 100644 +--- a/samples/client1.php ++++ b/samples/client1.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/client2.php b/samples/client2.php +index 1fd498d..91fc0ae 100644 +--- a/samples/client2.php ++++ b/samples/client2.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/client3.php b/samples/client3.php +index fb4c782..541790a 100644 +--- a/samples/client3.php ++++ b/samples/client3.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/getfile1client.php b/samples/getfile1client.php +index b334853..73ab93b 100644 +--- a/samples/getfile1client.php ++++ b/samples/getfile1client.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/getfile2client.php b/samples/getfile2client.php +index 847b1e0..d5e0b3c 100644 +--- a/samples/getfile2client.php ++++ b/samples/getfile2client.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/mimeclient.php b/samples/mimeclient.php +index b75a98e..0d608d6 100644 +--- a/samples/mimeclient.php ++++ b/samples/mimeclient.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + require_once('../lib/nusoapmime.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; +diff --git a/samples/sslclient.php b/samples/sslclient.php +index 0042fa7..4ccf581 100644 +--- a/samples/sslclient.php ++++ b/samples/sslclient.php +@@ -9,7 +9,7 @@ + * Transport: https + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient1.php b/samples/wsdlclient1.php +index aa9ef66..c68fc54 100644 +--- a/samples/wsdlclient1.php ++++ b/samples/wsdlclient1.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient10.php b/samples/wsdlclient10.php +index abef992..ae3c9b9 100644 +--- a/samples/wsdlclient10.php ++++ b/samples/wsdlclient10.php +@@ -10,7 +10,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient11.php b/samples/wsdlclient11.php +index 0f8fde6..2359451 100644 +--- a/samples/wsdlclient11.php ++++ b/samples/wsdlclient11.php +@@ -11,7 +11,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient12.php b/samples/wsdlclient12.php +index a6f17b8..174fc9f 100644 +--- a/samples/wsdlclient12.php ++++ b/samples/wsdlclient12.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + require_once('../lib/class.wsdlcache.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; +diff --git a/samples/wsdlclient13.php b/samples/wsdlclient13.php +index 54b2bda..846d243 100644 +--- a/samples/wsdlclient13.php ++++ b/samples/wsdlclient13.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient14.php b/samples/wsdlclient14.php +index dcfe825..a6085eb 100644 +--- a/samples/wsdlclient14.php ++++ b/samples/wsdlclient14.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + require_once('../lib/class.wsdlcache.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; +diff --git a/samples/wsdlclient15.php b/samples/wsdlclient15.php +index effad50..d12491c 100644 +--- a/samples/wsdlclient15.php ++++ b/samples/wsdlclient15.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient2.php b/samples/wsdlclient2.php +index 2b8e3dc..5587f75 100644 +--- a/samples/wsdlclient2.php ++++ b/samples/wsdlclient2.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient3.php b/samples/wsdlclient3.php +index f24477f..c26ed93 100644 +--- a/samples/wsdlclient3.php ++++ b/samples/wsdlclient3.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient3b.php b/samples/wsdlclient3b.php +index dedc282..dcf2d94 100644 +--- a/samples/wsdlclient3b.php ++++ b/samples/wsdlclient3b.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient3c.php b/samples/wsdlclient3c.php +index a535693..c08631a 100644 +--- a/samples/wsdlclient3c.php ++++ b/samples/wsdlclient3c.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient4.php b/samples/wsdlclient4.php +index d92a6af..ef7c8fb 100644 +--- a/samples/wsdlclient4.php ++++ b/samples/wsdlclient4.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + /* + * Grab post vars, if present + */ +diff --git a/samples/wsdlclient5.php b/samples/wsdlclient5.php +index 2845b1a..224d860 100644 +--- a/samples/wsdlclient5.php ++++ b/samples/wsdlclient5.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + require_once('../lib/class.wsdlcache.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; +diff --git a/samples/wsdlclient6.php b/samples/wsdlclient6.php +index 9d5da4c..544efc9 100644 +--- a/samples/wsdlclient6.php ++++ b/samples/wsdlclient6.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: none + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient7.php b/samples/wsdlclient7.php +index da4dcc9..520c94c 100644 +--- a/samples/wsdlclient7.php ++++ b/samples/wsdlclient7.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: digest + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient8.php b/samples/wsdlclient8.php +index 3f6c43d..a232b2c 100644 +--- a/samples/wsdlclient8.php ++++ b/samples/wsdlclient8.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: digest + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; +diff --git a/samples/wsdlclient9.php b/samples/wsdlclient9.php +index 3296ac1..301073c 100644 +--- a/samples/wsdlclient9.php ++++ b/samples/wsdlclient9.php +@@ -9,7 +9,7 @@ + * Transport: http + * Authentication: digest + */ +-require_once('../lib/nusoap.php'); ++require_once('nusoap/nusoap.php'); + $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''; + $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''; + $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''; diff -Nru nusoap-0.9.5/debian/patches/do-not-use-PHP_SELF-to-avoid-xss.patch nusoap-0.9.5/debian/patches/do-not-use-PHP_SELF-to-avoid-xss.patch --- nusoap-0.9.5/debian/patches/do-not-use-PHP_SELF-to-avoid-xss.patch 2014-02-18 07:26:28.000000000 +0000 +++ nusoap-0.9.5/debian/patches/do-not-use-PHP_SELF-to-avoid-xss.patch 2016-03-16 17:29:17.000000000 +0000 @@ -1,14 +1,20 @@ -Description: Do not use PHP_SELF - Upstream is using extensively PHP_SELF which is the source of XSS - vulnerabilities. This patch removes PHP_SELF and uses ? when possible, and - also forces the use of SCRIPT_NAME instead of PHP_SELF. -Author: Thomas Goirand -Forwarded: no -Last-Update: 2014-02-18 +From: Thomas Goirand +Date: Tue, 18 Feb 2014 13:25:28 -0400 +Subject: Do not use PHP_SELF ---- nusoap-0.9.5.orig/lib/nusoap.php -+++ nusoap-0.9.5/lib/nusoap.php -@@ -4435,11 +4435,11 @@ class nusoap_server extends nusoap_base +Upstream is using extensively PHP_SELF which is the source of XSS +vulnerabilities. This patch removes PHP_SELF and uses ? when possible, +and also forces the use of SCRIPT_NAME instead of +PHP_SELF.do-not-use-PHP_SELF-to-avoid-xss +--- + lib/nusoap.php | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/lib/nusoap.php b/lib/nusoap.php +index 689da25..b4d8352 100644 +--- a/lib/nusoap.php ++++ b/lib/nusoap.php +@@ -4435,11 +4435,11 @@ class nusoap_server extends nusoap_base { if(false == $soapaction) { if (isset($_SERVER)) { $SERVER_NAME = $_SERVER['SERVER_NAME']; @@ -22,7 +28,7 @@ $HTTPS = isset($HTTP_SERVER_VARS['HTTPS']) ? $HTTP_SERVER_VARS['HTTPS'] : 'off'; } else { $this->setError("Neither _SERVER nor HTTP_SERVER_VARS is available"); -@@ -4510,12 +4510,12 @@ class nusoap_server extends nusoap_base +@@ -4510,12 +4510,12 @@ class nusoap_server extends nusoap_base { if (isset($_SERVER)) { $SERVER_NAME = $_SERVER['SERVER_NAME']; $SERVER_PORT = $_SERVER['SERVER_PORT']; diff -Nru nusoap-0.9.5/debian/patches/series nusoap-0.9.5/debian/patches/series --- nusoap-0.9.5/debian/patches/series 2014-02-18 07:26:28.000000000 +0000 +++ nusoap-0.9.5/debian/patches/series 2016-03-16 17:29:17.000000000 +0000 @@ -1 +1,2 @@ do-not-use-PHP_SELF-to-avoid-xss.patch +0002-Adapt-lib-path-in-examples.patch diff -Nru nusoap-0.9.5/debian/README.Debian nusoap-0.9.5/debian/README.Debian --- nusoap-0.9.5/debian/README.Debian 2014-02-18 07:26:28.000000000 +0000 +++ nusoap-0.9.5/debian/README.Debian 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -NuSOAP PHP library for Debian ------------------------------ - -This package was Debianized initially by Uwe Steinmann -, then adapted by Olivier Berger -. - -The upstream sources for individual classes (files -class.nusoap_base.php, class.soap_fault.php, class.xmlschema.php, -class.soap_val.php, class.soap_transport_http.php, -class.soap_server.php, class.wsdl.php, class.soap_parser.php and -class.soapclient.php) which are already merged in nusoap.php, are not -shipped in the libnusoap-php binary package. - - -The original SOAP clients PHP examples are available in -/usr/share/doc/libnusoap-php/samples/ and should be adapted to include -the library properly (using -require_once('/usr/share/php/nusoap/nusoap.php'); for instance) - - -Acknowledgements : ------------------- -The packaging work was done by Olivier Berger at Institut TELECOM, SudParis -(http://www.it-sudparis.eu/) for the needs of the Helios project -(http://www.helios-platform.org/, partly funded by the Paris Region -council in the frame of the System@tic cluster R&D programmes). - - -- Olivier Berger , Tue, 19 May 2009 12:57:44 +0200 diff -Nru nusoap-0.9.5/debian/rules nusoap-0.9.5/debian/rules --- nusoap-0.9.5/debian/rules 2014-02-18 07:26:28.000000000 +0000 +++ nusoap-0.9.5/debian/rules 2016-03-16 17:41:02.000000000 +0000 @@ -1,20 +1,10 @@ #!/usr/bin/make -f -PACKAGE_NAME=libnusoap-php - get-orig-source: - set -e; tempdir=$$(mktemp -d) && targetdir=$$(cd ..; pwd) && \ - version=$$(uscan --no-download --dehs | \ - sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') && \ - uscan --destdir $${tempdir} --force-download && \ - cd $${tempdir} && unzip -d nusoap-$${version}.orig nusoap-$${version}.zip && \ - GZIP="--best --rsyncable" tar czf $$targetdir/nusoap_$${version}.orig.tar.gz nusoap-$${version}.orig && \ - rm -rf $${tempdir} + uscan --verbose --rename --force + +override_dh_installchangelogs: + dh_installchangelogs lib/changelog %: dh $@ - -override_dh_auto_install: - set -e && for i in nusoap.php nusoapmime.php class.wsdlcache.php ; do \ - install -D -m 0664 lib/$$i debian/$(PACKAGE_NAME)/usr/share/php/nusoap/$$i ; \ - done