debian/0000755000000000000000000000000012234446024007167 5ustar debian/gsoap-doc.docs0000644000000000000000000000001411540110735011704 0ustar gsoap/doc/* debian/gsoap.manpages0000644000000000000000000000004211537714621012017 0ustar debian/soapcpp2.1 debian/wsdl2h.1 debian/libgsoap-dev.install0000644000000000000000000000131012073560023013123 0ustar debian/tmp/usr/include/stdsoap2.h debian/tmp/usr/lib/*/libgsoap.a debian/tmp/usr/lib/*/libgsoap.so debian/tmp/usr/lib/*/libgsoap++.a debian/tmp/usr/lib/*/libgsoap++.so debian/tmp/usr/lib/*/libgsoapck.a debian/tmp/usr/lib/*/libgsoapck.so debian/tmp/usr/lib/*/libgsoapck++.a debian/tmp/usr/lib/*/libgsoapck++.so debian/tmp/usr/lib/*/libgsoapssl.a debian/tmp/usr/lib/*/libgsoapssl.so debian/tmp/usr/lib/*/libgsoapssl++.a debian/tmp/usr/lib/*/libgsoapssl++.so debian/tmp/usr/lib/*/pkgconfig/gsoap.pc debian/tmp/usr/lib/*/pkgconfig/gsoap++.pc debian/tmp/usr/lib/*/pkgconfig/gsoapck.pc debian/tmp/usr/lib/*/pkgconfig/gsoapck++.pc debian/tmp/usr/lib/*/pkgconfig/gsoapssl.pc debian/tmp/usr/lib/*/pkgconfig/gsoapssl++.pc debian/control0000644000000000000000000000477512234443265010613 0ustar Source: gsoap Priority: optional Maintainer: Mattias Ellert Build-Depends: debhelper (>= 5), flex, bison, binutils, libssl-dev, autoconf, automake, libtool, autotools-dev Standards-Version: 3.9.4 Section: devel Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/gsoap Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/gsoap Homepage: http://gsoap2.sourceforge.net/ Package: libgsoap4 Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Runtime libraries for gSOAP The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Runtime libraries. Package: libgsoap-dev Section: libdevel Architecture: any Multi-Arch: same Replaces: gsoap (<< 2.8.12) Breaks: gsoap (<< 2.8.12) Depends: ${shlibs:Depends}, ${misc:Depends}, libgsoap4 (= ${binary:Version}) Description: Development libraries and headers for gSOAP The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Development libraries and headers. Package: gsoap Section: devel Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, libgsoap-dev (= ${binary:Version}) Description: Stub generators for gSOAP The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Stub generators. Package: gsoap-doc Section: doc Architecture: all Multi-Arch: foreign Replaces: gsoap (<< 2.7.17) Breaks: gsoap (<< 2.7.17) Depends: ${misc:Depends}, libjs-jquery Description: gSOAP documentation The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Documentation files. Package: libgsoap-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Depends: ${misc:Depends}, libgsoap4 (= ${binary:Version}) Description: Debugging symbols for gSOAP libraries The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Debugging symbols for libraries. Package: gsoap-dbg Section: debug Priority: extra Architecture: any Multi-Arch: foreign Depends: ${misc:Depends}, gsoap (= ${binary:Version}) Description: Debugging symbols for gSOAP stub generators The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Debugging symbols for stub generators. debian/rules0000755000000000000000000000730612230130753010250 0ustar #!/usr/bin/make -f # -*- makefile -*- DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -include /usr/share/dpkg/buildflags.mk version = 2.8.16 # Bump the soversion whenever the new version is not backwards compatible soversion = 4 configure: configure-stamp configure-stamp: dh_testdir find . -name '*.xml' -exec chmod a-x {} \; rm -f gsoap/doc/.DS_Store autoreconf --install --force CFLAGS='$(CFLAGS)' CXXFLAGS='$(CXXFLAGS)' \ CPPFLAGS='$(CPPFLAGS)' LDFLAGS='$(LDFLAGS)' ./configure \ --prefix=/usr \ --libdir='$${prefix}/lib/$(DEB_HOST_MULTIARCH)' \ --enable-ipv6 \ --enable-samples touch $@ build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) SOVERSION=$(soversion) touch $@ clean: dh_testdir dh_testroot if [ -r Makefile ]; then $(MAKE) reallyveryveryclean; fi # Remove autogenerated files rm -f ltmain.sh rm -f libtool rm -f ylwrap rm -rf autom4te.cache rm -f gsoap/samples/databinding/address.h rm -f gsoap/samples/udp/udp.wsdl rm -f gsoap/samples/chaining/qServer.c rm -f gsoap/samples/chaining++/QuoteC.cpp rm -f gsoap/samples/chaining++/QuoteH.h rm -f gsoap/samples/chaining++/QuoteStub.h rm -f gsoap/samples/chaining++/CalcC.cpp rm -f gsoap/samples/chaining++/CalcH.h rm -f gsoap/samples/chaining++/CalcStub.h find . -name Makefile.in -exec rm {} ';' rm -f build-stamp configure-stamp dh_clean install: build-stamp dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) install SOVERSION=$(soversion) DESTDIR=$(CURDIR)/debian/tmp rm $(CURDIR)/debian/tmp/usr/lib/*/*.la binary: binary-arch binary-indep binary-arch: install dh_testdir dh_testroot dh_installdocs -a dh_installchangelogs -a dh_install -a --fail-missing dh_installman -a dh_link -a dh_strip -a -X/bin/ --dbg-package=libgsoap-dbg dh_strip -a -X/lib/ --dbg-package=gsoap-dbg dh_compress -a dh_fixperms -a dh_makeshlibs -a dh_installdeb -a dh_shlibdeps -a -l debian/gsoap/usr/lib/$(DEB_HOST_MULTIARCH) dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary-indep: install dh_testdir dh_testroot dh_installdocs -i for f in `find $(CURDIR)/debian/gsoap-doc -name jquery.js` ; do \ rm $$f ; \ ln -s /usr/share/javascript/jquery/jquery.js $$f ; \ done dh_installchangelogs -i dh_install -i --fail-missing dh_installman -i dh_link -i dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i get-orig-source: if [ -r gsoap_$(version).orig.tar.gz ] ; then \ echo "gsoap_$(version).orig.tar.gz already exists." ; \ else \ if [ -d "gsoap-2.8" ]; then \ echo "Please remove existing directory 'gsoap-2.8'" ; \ exit 1 ; \ fi ; \ if [ -d "gsoap-$(version)" ]; then \ echo "Please remove existing directory 'gsoap-$(version)'" ; \ exit 1 ; \ fi ; \ if [ -r gsoap_$(version).zip ]; then \ echo "Using existing ZIP archive gsoap_$(version).zip" ; \ echo "Delete the file and rerun if you want to redownload" ; \ else \ echo "Fetching upstream ZIP archive" ; \ wget http://downloads.sourceforge.net/gsoap2/gsoap_$(version).zip ; \ fi ; \ echo "Unpacking and renaming folder" ; \ unzip gsoap_$(version).zip ; \ mv gsoap-2.8 gsoap-$(version) ; \ echo "Deleting code with only non-free licenses" ; \ rm -rf gsoap-$(version)/gsoap/extras \ gsoap-$(version)/gsoap/mod_gsoap \ gsoap-$(version)/gsoap/Symbian ; \ echo "Repacking" ; \ tar -z -c -f gsoap_$(version).orig.tar.gz gsoap-$(version) ; \ echo "Cleaning up" ; \ rm -rf gsoap-$(version) ; \ echo "Done" ; \ fi .PHONY: binary binary-arch binary-indep build build-arch build-indep clean configure install get-orig-source debian/copyright0000644000000000000000000001721512230131470011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gSOAP Upstream-Contact: Robert van Engelen Source: http://downloads.sourceforge.net/gsoap2/gsoap_2.8.16.zip Disclaimer: The gSOAP public license is a modified version of the Mozilla Public License. Due to the modifications, the gSOAP public license is non-free. You can not use gsoap under this license for software that you intend to contribute to debian. If you use gsoap in debian you must use it under the GPL license, possibly using the OpenSSL linking exception. The specific modification that makes the license non-free is in section 3.2: . 3.2. Availability of Source Code. Any Modification created by You will be provided to the Initial Developer in Source Code form and are subject to the terms of the License. Comment: Code released only under the non-free gSOAP public license was removed from the source tarball. See the get-orig-source rule in debian/rules for details. Copyright: Copyright (C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. Files: * Copyright: Copyright (C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. License: GPL-2+ with OpenSSL exception or gSOAP public licence This part of the software is released under ONE of the following licenses: GPL, or the gSOAP public license, or Genivia's license for commercial use. . gSOAP public license . The contents of this file are subject to the gSOAP Public License Version 1.3 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.cs.fsu.edu/~engelen/soaplicense.html Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. . GPL license . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . This program is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. . A commercial use license is available from Genivia, Inc., contact@genivia.com . On Debian systems, the complete text of the GPL version 2 license can be found in '/usr/share/common-licenses/GPL-2'. Files: gsoap/src/* gsoap/VisualStudio2005/soapcpp2/soapcpp2/* gsoap/import/WS-example.* Copyright: Copyright (C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. License: GPL-2+ with OpenSSL exception This part of the software is released under ONE of the following licenses: GPL OR Genivia's license for commercial use. . GPL license . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . This program is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. . A commercial use license is available from Genivia, Inc., contact@genivia.com . On Debian systems, the complete text of the GPL version 2 license can be found in '/usr/share/common-licenses/GPL-2'. Files: gsoap/samples/* gsoap/uddi2/* gsoap/wsdl/* gsoap/VisualStudio2005/wsdl2h/wsdl2h/* gsoap/WS/WS-typemap.dat gsoap/WS/typemap.dat gsoap/typemap.dat Copyright: Copyright (C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. License: GPL-2+ This part of the software is released under ONE of the following licenses: GPL OR Genivia's license for commercial use. . GPL license . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . A commercial use license is available from Genivia, Inc., contact@genivia.com . On Debian systems, the complete text of the GPL version 2 license can be found in '/usr/share/common-licenses/GPL-2'. Files: sources generated using the wsdl2h tool Copyright: Copyright (C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. License: GPL-2+ with OpenSSL exception This software is released under one of the following two licenses: 1) GPL or 2) Genivia's license for commercial use. . 1) GPL license. . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . This program is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. . 2) A commercial-use license is available from Genivia, Inc., contact@genivia.com . On Debian systems, the complete text of the GPL version 2 license can be found in '/usr/share/common-licenses/GPL-2'. Files: sources generated using the soapcpp2 tool Copyright: Copyright (C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. License: GPL-2+ with OpenSSL exception The generated code is released under one of the following licenses: 1) GPL or 2) Genivia's license for commercial use. This program is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. . On Debian systems, the complete text of the GPL version 2 license can be found in '/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2003-2007, Thomas Wana 2011-2013, Mattias Ellert License: GPL-2+ On Debian systems, the complete text of the GPL version 2 license can be found in '/usr/share/common-licenses/GPL-2'. debian/wsdl2h.10000644000000000000000000000733312230127665010465 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH WSDL2H 1 "December 23, 2004" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME wsdl2h \- the gSOAP WSDL parser for C and C++ .SH SYNOPSIS \fBwsdl2h\fR [\fIOPTIONS\fR] \fISOURCE\fR ... .SH DESCRIPTION Please see /usr/share/doc/gsoap/soapdoc2.html for details. .PP Converts a \fBWSDL\fR or \fBXSD\fR input file, or from an HTTP address, \fISOURCE\fR to a declaration file that can be parsed by \fBsoapcpp2\fR(1). If no \fISOURCE\fR argument is specified, read from standard input. .SH OPTIONS .TP \fB\-a\fR Generate indexed struct names for local elements with anonymous types. .TP \fB\-b\fR Bi-directional operations (duplex ops) added to serve one-way responses. .TP \fB\-c\fR Generate C source code. .TP \fB\-d\fR Use DOM to populate \fBxs\fR:\fIany\fR, \fBxs\fR:\fIanyType\fR and \fBxs\fR:\fIanyAttribute\fR. .TP \fB\-e\fR Do not qualify enum names. .TP \fB\-f\fR Generate flat C++ class hierarchy. .TP \fB\-g\fR Generate global top-level element declarations. .TP \fB\-h\fR Display help info. .TP \fB\-I\fIpath\fR Use \fIpath\fR to find files. .TP \fB\-i\fR Do not import (advanced option). .TP \fB\-j\fR Do not generate \fBSOAP_ENV__Header\fR and \fBSOAP_ENV__Detail\fR definitions. .TP \fB\-k\fR Do not generate \fBSOAP_ENV__Header\fR mustUnderstand qualifiers. .TP \fB\-l\fR Display license information. .TP \fB\-m\fR Use \fBxsd.h\fR module to import primitive types. .TP \fB\-N\fIname\fR Use \fIname\fR for service prefixes to produce a service for each binding. .TP \fB\-n\fIname\fR Use \fIname\fR as the base namespace prefix instead of \fBns\fR. .TP \fB\-o\fIfile\fR Output to file \fIfile\fR. .TP \fB\-P\fR Do not create polymorphic types inherited from \fBxsd__anyType\fR. .TP \fB\-p\fR Create polymorphic types inherited from base \fBxsd__anyType\fR. .TP \fB\-q\fIname\fR Use \fIname\fR for the C++ namespace of all declarations. .TP \fB\-R\fR Generate REST operations for REST bindings in the WSDL. .TP \fB\-r\fIhost\fR[:\fIport\fR[:\fIuid\fR:\fIpwd\fR]] Connect via proxy \fIhost\fR, \fIport\fR and proxy credentials. .TP \fB\-s\fR Do not generate STL code (no \fBstd::string\fR and no \fBstd::vector\fR). .TP \fB\-t\fIfile\fR Use type map file \fIfile\fR instead of the default file \fBtypemap.dat\fR. .TP \fB\-u\fR Do not generate unions. .TP \fB\-v\fR Verbose output. .TP \fB\-W\fR Suppress warnings. .TP \fB\-w\fR Always wrap response parameters in a response struct (<=1.1.4 behaviour). .TP \fB\-x\fR Do not generate \fB_XML\fR \fIany\fR/\fIanyAttribute\fR extensibility elements. .TP \fB\-y\fR Generate typedef synonyms for structs and enums. .TP \fB\-z1\fR Compatibility with 2.7.6e: Generate pointer-based arrays. .TP \fB\-z2\fR Compatibility with 2.7.7 to 2.7.15: Qualify element/attribute references. .TP \fB\-z3\fR Compatibility with 2.7.16 to 2.8.7: Qualify element/attribute references. .TP \fB\-z4\fR Compatibility up to 2.8.11: Do not generate union structs in \fBstd::vector\fR. .TP \fB\-z4\fR Compatibility up to 2.8.15. .TP \fB\-_\fR Do not generate _USCORE (replace with UNICODE _x005f). .SH SEE ALSO .BR soapcpp2 (1). .SH AUTHOR This manual page was written by Thomas Wana , for the Debian project (but may be used by others). debian/libgsoap4.install0000644000000000000000000000034212073557743012456 0ustar debian/tmp/usr/lib/*/libgsoap.so.* debian/tmp/usr/lib/*/libgsoap++.so.* debian/tmp/usr/lib/*/libgsoapck.so.* debian/tmp/usr/lib/*/libgsoapck++.so.* debian/tmp/usr/lib/*/libgsoapssl.so.* debian/tmp/usr/lib/*/libgsoapssl++.so.* debian/compat0000644000000000000000000000000211540074757010376 0ustar 5 debian/gsoap-doc.doc-base0000644000000000000000000000040711540112134012432 0ustar Document: gsoap Title: gSOAP User Guide Author: Robert van Engelen Abstract: This is the programmer's and user's reference to gSOAP. Section: Programming Format: HTML Index: /usr/share/doc/gsoap-doc/index.html Files: /usr/share/doc/gsoap-doc/* debian/gsoap.install0000644000000000000000000000027212073553330011671 0ustar debian/tmp/usr/bin/soapcpp2 debian/tmp/usr/bin/wsdl2h debian/tmp/usr/share/gsoap/import debian/tmp/usr/share/gsoap/WS debian/tmp/usr/share/gsoap/custom debian/tmp/usr/share/gsoap/plugin debian/patches/0000755000000000000000000000000012234446000010610 5ustar debian/patches/gsoap-private-lm.patch0000644000000000000000000000346012234413176015033 0ustar diff -ur gsoap-2.8.orig/gsoapck.pc.in gsoap-2.8/gsoapck.pc.in --- gsoap-2.8.orig/gsoapck.pc.in 2013-08-26 01:10:08.000000000 +0200 +++ gsoap-2.8/gsoapck.pc.in 2013-10-31 09:35:27.786580230 +0100 @@ -7,5 +7,6 @@ Description: SOAP C Web Services with Cookies Enabled Version: @VERSION@ Requires: -Libs: -L${libdir} -lgsoapck @SAMPLE_EXTRA_LIBS@ +Libs: -L${libdir} -lgsoapck +Libs.private: @SAMPLE_EXTRA_LIBS@ Cflags: @SOAPCPP2_IPV6@ -DWITH_COOKIES -DWITH_DOM -I${includedir} diff -ur gsoap-2.8.orig/gsoapck++.pc.in gsoap-2.8/gsoapck++.pc.in --- gsoap-2.8.orig/gsoapck++.pc.in 2013-08-26 01:10:08.000000000 +0200 +++ gsoap-2.8/gsoapck++.pc.in 2013-10-31 09:35:12.459766167 +0100 @@ -7,5 +7,6 @@ Description: SOAP C++ Web Services with Cookies Enabled Version: @VERSION@ Requires: -Libs: -L${libdir} -lgsoapck++ @SAMPLE_EXTRA_LIBS@ +Libs: -L${libdir} -lgsoapck++ +Libs.private: @SAMPLE_EXTRA_LIBS@ Cflags: @SOAPCPP2_IPV6@ -DWITH_COOKIES -DWITH_DOM -I${includedir} diff -ur gsoap-2.8.orig/gsoap.pc.in gsoap-2.8/gsoap.pc.in --- gsoap-2.8.orig/gsoap.pc.in 2013-08-26 01:10:08.000000000 +0200 +++ gsoap-2.8/gsoap.pc.in 2013-10-31 09:34:52.043013855 +0100 @@ -7,5 +7,6 @@ Description: SOAP C Web Services Version: @VERSION@ Requires: -Libs: -L${libdir} -lgsoap @SAMPLE_EXTRA_LIBS@ +Libs: -L${libdir} -lgsoap +Libs.private: @SAMPLE_EXTRA_LIBS@ Cflags: @SOAPCPP2_IPV6@ -DWITH_DOM -I${includedir} diff -ur gsoap-2.8.orig/gsoap++.pc.in gsoap-2.8/gsoap++.pc.in --- gsoap-2.8.orig/gsoap++.pc.in 2013-08-26 01:10:08.000000000 +0200 +++ gsoap-2.8/gsoap++.pc.in 2013-10-31 09:34:20.155400703 +0100 @@ -7,5 +7,6 @@ Description: SOAP C++ Web Services Version: @VERSION@ Requires: -Libs: -L${libdir} -lgsoap++ @SAMPLE_EXTRA_LIBS@ +Libs: -L${libdir} -lgsoap++ +Libs.private: @SAMPLE_EXTRA_LIBS@ Cflags: @SOAPCPP2_IPV6@ -DWITH_DOM -I${includedir} debian/patches/gsoap-libtool.patch0000644000000000000000000001453712230127665014427 0ustar diff -ur gsoap-2.8.orig/configure.in gsoap-2.8/configure.in --- gsoap-2.8.orig/configure.in 2011-10-22 23:12:11.000000000 +0200 +++ gsoap-2.8/configure.in 2011-11-01 06:25:39.071999543 +0100 @@ -16,8 +16,7 @@ AM_PROG_LEX AC_PROG_YACC AC_PROG_CPP -AC_PROG_RANLIB -#AM_PROG_LIBTOOL +AM_PROG_LIBTOOL AC_PROG_LN_S AC_PROG_AWK AC_PROG_INSTALL @@ -226,13 +225,13 @@ WSDL2H_EXTRA_FLAGS="-DWITH_GNUTLS -DWITH_GZIP" WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lgpg-error -lz" SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz" - WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a" + WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la" else AC_MSG_RESULT(no) WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP" - WSDL2H_EXTRA_LIBS="-lssl -lcrypto -lz" + WSDL2H_EXTRA_LIBS= SAMPLE_SSL_LIBS="-lssl -lcrypto -lz" - WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a" + WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la" fi if test -n "$OPENSSL"; then WSDL2H_EXTRA_FLAGS="-I${OPENSSL}/include ${WSDL2H_EXTRA_FLAGS}" @@ -244,7 +243,7 @@ WSDL2H_EXTRA_FLAGS= WSDL2H_EXTRA_LIBS= SAMPLE_SSL_LIBS= - WSDL2H_SOAP_CPP_LIB="libgsoap++.a" + WSDL2H_SOAP_CPP_LIB="libgsoap++.la" fi AC_SUBST(WSDL2H_EXTRA_FLAGS) AC_SUBST(WSDL2H_EXTRA_LIBS) diff -ur gsoap-2.8.orig/gsoap/Makefile.am gsoap-2.8/gsoap/Makefile.am --- gsoap-2.8.orig/gsoap/Makefile.am 2011-10-22 23:12:12.000000000 +0200 +++ gsoap-2.8/gsoap/Makefile.am 2011-11-01 06:25:39.071999543 +0100 @@ -34,20 +34,30 @@ dom_cpp.cpp: dom.cpp $(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp -lib_LIBRARIES = libgsoap.a libgsoap++.a libgsoapck.a libgsoapck++.a libgsoapssl.a libgsoapssl++.a +lib_LTLIBRARIES = libgsoap.la libgsoap++.la libgsoapck.la libgsoapck++.la libgsoapssl.la libgsoapssl++.la -libgsoap_a_SOURCES = stdsoap2.c dom.c -libgsoap_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -libgsoap___a_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp -libgsoap___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -libgsoapck_a_SOURCES = stdsoap2_ck.c dom.c -libgsoapck_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -DWITH_COOKIES -libgsoapck___a_SOURCES = stdsoap2_ck_cpp.cpp dom_cpp.cpp -libgsoapck___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -DWITH_COOKIES -libgsoapssl_a_SOURCES = stdsoap2_ssl.c dom.c -libgsoapssl_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -libgsoapssl___a_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp -libgsoapssl___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM +SOVERSION = 0 + +libgsoap_la_SOURCES = stdsoap2.c dom.c +libgsoap_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) +libgsoap_la_LDFLAGS = -version-info $(SOVERSION) +libgsoap___la_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp +libgsoap___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) +libgsoap___la_LDFLAGS = -version-info $(SOVERSION) +libgsoapck_la_SOURCES = stdsoap2_ck.c dom.c +libgsoapck_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -DWITH_COOKIES +libgsoapck_la_LDFLAGS = -version-info $(SOVERSION) +libgsoapck___la_SOURCES = stdsoap2_ck_cpp.cpp dom_cpp.cpp +libgsoapck___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -DWITH_COOKIES +libgsoapck___la_LDFLAGS = -version-info $(SOVERSION) +libgsoapssl_la_SOURCES = stdsoap2_ssl.c dom.c +libgsoapssl_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM +libgsoapssl_la_LDFLAGS = -version-info $(SOVERSION) +libgsoapssl_la_LIBADD = -lssl -lcrypto -lz +libgsoapssl___la_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp +libgsoapssl___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM +libgsoapssl___la_LDFLAGS = -version-info $(SOVERSION) +libgsoapssl___la_LIBADD = -lssl -lcrypto -lz BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp $(lib_LIBRARIES) diff -ur gsoap-2.8.orig/gsoap/samples/autotest/Makefile.am gsoap-2.8/gsoap/samples/autotest/Makefile.am --- gsoap-2.8.orig/gsoap/samples/autotest/Makefile.am 2011-10-22 23:12:14.000000000 +0200 +++ gsoap-2.8/gsoap/samples/autotest/Makefile.am 2011-11-01 06:25:39.071999543 +0100 @@ -14,7 +14,7 @@ WSDLINPUT=$(srcdir)/examples.wsdl SOAPHEADER=$(srcdir)/examples.h SOAP_CPP_SRC=soapC.cpp soapServer.cpp -SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a +SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la $(SOAP_CPP_SRC) : $(WSDLINPUT) $(WSDL) $(WSDL_FLAGS) $(WSDLINPUT) diff -ur gsoap-2.8.orig/gsoap/samples/databinding/Makefile.am gsoap-2.8/gsoap/samples/databinding/Makefile.am --- gsoap-2.8.orig/gsoap/samples/databinding/Makefile.am 2011-10-22 23:12:15.000000000 +0200 +++ gsoap-2.8/gsoap/samples/databinding/Makefile.am 2011-11-01 06:25:39.071999543 +0100 @@ -14,7 +14,7 @@ WSDLINPUT=$(srcdir)/address.xsd SOAPHEADER=$(srcdir)/address.h SOAP_CPP_SRC=addressC.cpp -SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a +SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la $(SOAP_CPP_SRC) : $(WSDLINPUT) $(WSDL) $(WSDL_FLAGS) $(WSDLINPUT) diff -ur gsoap-2.8.orig/gsoap/samples/Makefile.defines gsoap-2.8/gsoap/samples/Makefile.defines --- gsoap-2.8.orig/gsoap/samples/Makefile.defines 2011-10-22 23:12:15.000000000 +0200 +++ gsoap-2.8/gsoap/samples/Makefile.defines 2011-11-01 06:25:39.071999543 +0100 @@ -15,13 +15,13 @@ SOAP_C_CORE=soapC.c SOAP_C_CLIENT=soapClient.c $(SOAP_C_CORE) SOAP_C_SERVER=soapServer.c $(SOAP_C_CORE) -SOAP_C_LIB=$(top_builddir)/gsoap/libgsoap.a -SOAP_C_LIB_CK=$(top_builddir)/gsoap/libgsoapck.a -SOAP_C_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl.a +SOAP_C_LIB=$(top_builddir)/gsoap/libgsoap.la +SOAP_C_LIB_CK=$(top_builddir)/gsoap/libgsoapck.la +SOAP_C_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl.la SOAP_CPP_CORE=soapC.cpp SOAP_CPP_CLIENT=soapClient.cpp $(SOAP_CPP_CORE) SOAP_CPP_SERVER=soapServer.cpp $(SOAP_CPP_CORE) -SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a -SOAP_CPP_LIB_CK=$(top_builddir)/gsoap/libgsoapck++.a -SOAP_CPP_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl++.a +SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la +SOAP_CPP_LIB_CK=$(top_builddir)/gsoap/libgsoapck++.la +SOAP_CPP_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl++.la debian/patches/gsoap-pad.patch0000644000000000000000000000343512227706717013531 0ustar diff -ur gsoap-2.8.orig/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h gsoap-2.8/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h --- gsoap-2.8.orig/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h 2013-08-26 01:10:06.000000000 +0200 +++ gsoap-2.8/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h 2013-10-16 09:29:02.181454071 +0200 @@ -2130,6 +2130,7 @@ struct sockaddr_storage peer; /* IPv6: set by soap_accept and by UDP recv */ #else struct sockaddr_in peer; /* IPv4: set by soap_connect/soap_accept and by UDP recv */ + unsigned char pad[sizeof(struct sockaddr_storage) - sizeof(struct sockaddr_in)]; #endif #endif size_t peerlen; diff -ur gsoap-2.8.orig/gsoap/stdsoap2.h gsoap-2.8/gsoap/stdsoap2.h --- gsoap-2.8.orig/gsoap/stdsoap2.h 2013-08-26 01:10:07.000000000 +0200 +++ gsoap-2.8/gsoap/stdsoap2.h 2013-10-16 09:29:02.181454071 +0200 @@ -2130,6 +2130,7 @@ struct sockaddr_storage peer; /* IPv6: set by soap_accept and by UDP recv */ #else struct sockaddr_in peer; /* IPv4: set by soap_connect/soap_accept and by UDP recv */ + unsigned char pad[sizeof(struct sockaddr_storage) - sizeof(struct sockaddr_in)]; #endif #endif size_t peerlen; diff -ur gsoap-2.8.orig/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h gsoap-2.8/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h --- gsoap-2.8.orig/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h 2013-08-26 01:10:07.000000000 +0200 +++ gsoap-2.8/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h 2013-10-16 09:29:02.181454071 +0200 @@ -2130,6 +2130,7 @@ struct sockaddr_storage peer; /* IPv6: set by soap_accept and by UDP recv */ #else struct sockaddr_in peer; /* IPv4: set by soap_connect/soap_accept and by UDP recv */ + unsigned char pad[sizeof(struct sockaddr_storage) - sizeof(struct sockaddr_in)]; #endif #endif size_t peerlen; debian/patches/series0000644000000000000000000000012012234443057012027 0ustar gsoap-libtool.patch gsoap-noextras.patch gsoap-private-lm.patch gsoap-pad.patch debian/patches/gsoap-noextras.patch0000644000000000000000000000107011574721001014604 0ustar --- gsoap-2.8.2.orig/gsoap/Makefile.am +++ gsoap-2.8.2/gsoap/Makefile.am @@ -13,7 +13,7 @@ AM_CFLAGS = $(SOAPCPP2_DEBUG) -D$(platform) # Install all soapcpp2 and wsdl2h files into ${prefix}/share/gsoap -nobase_pkgdata_DATA = $(srcdir)/import/* $(srcdir)/plugin/* $(srcdir)/WS/* $(srcdir)/custom/* $(srcdir)/extras/* +nobase_pkgdata_DATA = $(srcdir)/import/* $(srcdir)/plugin/* $(srcdir)/WS/* $(srcdir)/custom/* ## we cannot build stdsoap2.o from 2 different sources (stdsoap2.cpp and stdsoap2.c), so we need an intermediate target: stdsoap2_ck.c: stdsoap2.cpp debian/soapcpp2.10000644000000000000000000000641712230127665011013 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH SOAPCPP2 1 "Juni 27, 2003" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME soapcpp2 \- the gSOAP Stub and Skeleton Compiler for C and C++ .SH SYNOPSIS \fBsoapcpp2\fR [\fIOPTIONS\fR] \fIINPUT\fR .SH DESCRIPTION Please see /usr/share/doc/gsoap/soapdoc2.html for details. .PP Create stubs and client and server code from input \fIINPUT\fR or standard input if \fIINPUT\fR is not specified. .SH OPTIONS .TP \fB\-1\fR Generate SOAP 1.1 bindings. .TP \fB\-2\fR Generate SOAP 1.2 bindings. .TP \fB\-0\fR Remove SOAP bindings, use REST. .TP \fB\-C\fR Generate client-side code only. .TP \fB\-S\fR Generate server-side code only. .TP \fB\-T\fR Generate server-side auto-test code. .TP \fB\-L\fR Do not generate \fBsoapClientLib\fR/\fBsoapServerLib\fR. .TP \fB\-a\fR Use \fBSOAPAction\fR with WS-Addressing to invoke server-side operations. .TP \fB\-A\fR Require \fBSOAPAction\fR to invoke server-side operations. .TP \fB\-b\fR Serialize byte arrays char[N] as string. .TP \fB\-c\fR Generate C source code. .TP \fB\-d\fIpath\fR Use \fIpath\fR to save files. .TP \fB\-e\fR Generate SOAP RPC encoding style bindings. .TP \fB\-f\fIN\fR File split of \fIN\fR XML serializer implementations per file (N>=10). .TP \fB\-h\fR Display help info. .TP \fB\-I\fIpath\fR use \fIpath\fR(s) for \fB#import\fR (paths separated with ':'). .TP \fB\-i\fR Generate C++ service proxies and objects inherited from \fBsoap\fR struct. .TP \fB\-j\fR Generate C++ service proxies and objects that share a \fBsoap\fR struct. .TP \fB\-k\fR Generate data structure walkers (experimental). .TP \fB\-l\fR Generate linkable modules (experimental). .TP \fB\-m\fR Generate Matlab(tm) code for MEX compiler. .TP \fB\-n\fR Use service name to rename service functions and namespace table. .TP \fB\-p\fIname\fR Save files with new prefix \fIname\fR instead of \fBsoap\fR. .TP \fB\-Q\fIname\fR Use \fIname\fR as the C++ namespace for decls, including custom serializers. .TP \fB\-q\fIname\fR Use \fIname\fR as the C++ namespace for decls, excluding custom serializers. .TP \fB\-s\fR Generate deserialization code with strict XML validation checks. .TP \fB\-t\fR Generate code for fully \fBxsi:type\fR typed SOAP/XML messaging. .TP \fB\-u\fR Uncomment comments in WSDL/schema output by suppressing XML comments. .TP \fB\-v\fR Display version info. .TP \fB\-w\fR Do not generate WSDL and schema files. .TP \fB\-x\fR Do not generate sample XML message files. .TP \fB\-y\fR Include C/C++ type access information in sample XML messages. .TP \fB\-z1\fR Generate deprecated old-style C++ service proxies and objects. .SH SEE ALSO .BR wsdl2h (1). .SH AUTHOR This manual page was written by Thomas Wana , for the Debian project (but may be used by others). debian/changelog0000644000000000000000000001342312234433343011044 0ustar gsoap (2.8.16-2) unstable; urgency=low * Move -lm to Libs.private in pkg-config files -- Mattias Ellert Thu, 31 Oct 2013 11:53:42 +0100 gsoap (2.8.16-1) unstable; urgency=low * New upstream release * Bump soname - struct soap changed -- Mattias Ellert Fri, 18 Oct 2013 06:09:09 +0200 gsoap (2.8.12-2) unstable; urgency=low * Pad non-ipv6 struct soap to match ipv6 version (Closes: #712685) -- Mattias Ellert Thu, 17 Oct 2013 21:57:58 +0200 gsoap (2.8.12-1) unstable; urgency=low * New upstream release * Convert to multiarch (Closes: #674414) * Split gsoap package into libgsoap-dev (Multi-Arch: same) and gsoap (Multi-Arch: foreign) -- Mattias Ellert Thu, 10 Jan 2013 14:46:34 +0100 gsoap (2.8.7-2) unstable; urgency=low * Add missing Replaces/Breaks (Closes: #694277) -- Mattias Ellert Tue, 27 Nov 2012 14:42:31 +0100 gsoap (2.8.7-1) unstable; urgency=low * New upstream release * Bump soname due to changes in struct soap w.r.t. the previous Debian version * Split binary rule in debian/rules for arch and indep -- Mattias Ellert Wed, 08 Feb 2012 11:00:53 +0100 gsoap (2.8.4-2) unstable; urgency=low * Bump soname instead of using shlibs file for backward non-compatible updates -- Mattias Ellert Mon, 07 Nov 2011 20:34:05 +0100 gsoap (2.8.4-1) unstable; urgency=low * New upstream release * Drop gsoap-ipv6.patch implemented upstream * Link gsoap SSL shared libraries with libssl (Closes: #646228) -- Mattias Ellert Tue, 01 Nov 2011 05:14:38 +0100 gsoap (2.8.3-3) unstable; urgency=low * Fix an issue with IPv4 only sockets when IPv6 is enabled (LP: #876713) * Use dpkg's build flags -- Mattias Ellert Fri, 21 Oct 2011 16:02:55 +0200 gsoap (2.8.3-2) unstable; urgency=low * Update man pages * Add shlibs file -- Mattias Ellert Sun, 28 Aug 2011 18:50:33 +0200 gsoap (2.8.3-1) unstable; urgency=low * New upstream release * Update debian/copyright - the code generated by wsdl2h and soapcpp2 now has an OpenSSL linking exception to the GPL -- Mattias Ellert Tue, 28 Jun 2011 06:56:17 +0200 gsoap (2.8.2-1) unstable; urgency=low * New upstream release * Rewrite the debian/copyright file -- Mattias Ellert Thu, 26 May 2011 16:01:38 +0200 gsoap (2.7.17-1) unstable; urgency=low * New maintainer: Mattias Ellert (Closes: #519898). * New upstream release (Closes: #489264). * Install import and plugin directories (Closes: #606641). * Install custom directory (Closes: #513244). * Correct doc-base file (Closes: #512894). * Enable IPv6 support. -- Mattias Ellert Tue, 15 Mar 2011 18:59:16 +0100 gsoap (2.7.9l-0.2) unstable; urgency=low * Non-maintainer upload * Added build dependency on quilt (Closes: #487156). * Updated doc-base entry. * Suggesting openssl package that is used in examples. * Eliminated lintian warning on root.sh example. -- Steffen Moeller Sun, 22 Jun 2008 03:02:16 +0200 gsoap (2.7.9l-0.1) unstable; urgency=low * Non-maintainer upload * New upstream version (Closes: #441212, #442280). * Added -fPIC -DPIC to C(PP)FLAGS to ease linking (Closes: #353724). -- Steffen Moeller Thu, 19 Jun 2008 14:50:28 +0200 gsoap (2.7.9b-1.1) unstable; urgency=low * Non-maintainer upload. * 0-day porter NMU. * Fix mis-detection of TRU64 whenever __alpha is defined, which causes a build failure on Linux/Alpha. Closes: #337863. -- Steve Langasek Wed, 02 May 2007 02:15:40 -0700 gsoap (2.7.9b-1) unstable; urgency=low * New upstream version (Closes: #383712) * The following fixes were contributed by Christian Holm Christensen (Closes: #402115): ** Also install stl*.h files needed by wsdl2h (Closes: #330886). ** Install stdsoap2.c and stdsoap2.cpp in /usr/include/gsoap/ so that developers can `#include ' or `#include ' instead of linking against -lgsoap, or compile these files separately. The documentation actually suggests that the developer should compile these files into the server/client, so they should be distributed. ** Improve man(1) pages ** Added copy of config.{guess,sub} and build-dep on autotools-dev ** Added some of the examples from the `soapcpp2/samples' directory as normal examples. This servers as an extra source of documentation. ** Fixed a problem in the code when passing a `unsigned char*' (by address) instead of a `const unsigned char*'. Line 3813 in stdsoap2_ssl_cpp.cpp (a symlink to stdsoap2.cpp). ** Fix perm of example script root.sh ** Do not distribute configured built-system with examples. ** soapcpp2.html isn't compressed -- Thomas Wana Thu, 1 Feb 2007 15:21:36 +0100 gsoap (2.7.6d-1) unstable; urgency=low * New upstream version -- Thomas Wana Fri, 20 Jan 2006 13:34:00 +0100 gsoap (2.7.6c-1) unstable; urgency=low * New upstream version (Closes: #325021, #325022) -- Thomas Wana Wed, 21 Sep 2005 00:14:41 +0200 gsoap (2.7.0d-2) unstable; urgency=low * Package now includes header files needed for soapcpp2 to work with files generated from wsdl2h (Closes: #310582) -- Thomas Wana Sat, 4 Jun 2005 13:29:49 +0200 gsoap (2.7.0d-1) unstable; urgency=low * New upstream version 2.7.0d stable (Closes: #199358 (ITP)). -- Thomas Wana Wed, 5 Jan 2005 20:36:12 +0100 debian/source/0000755000000000000000000000000011537733117010476 5ustar debian/source/format0000644000000000000000000000001411537733117011704 0ustar 3.0 (quilt)