Author: tille Date: 2012-05-10 07:05:01 +0000 (Thu, 10 May 2012) New Revision: 10809
Added: trunk/packages/libzeep/trunk/debian/ trunk/packages/libzeep/trunk/debian/changelog trunk/packages/libzeep/trunk/debian/compat trunk/packages/libzeep/trunk/debian/control trunk/packages/libzeep/trunk/debian/copyright trunk/packages/libzeep/trunk/debian/libzeep-dev.doc-base trunk/packages/libzeep/trunk/debian/libzeep-dev.docs trunk/packages/libzeep/trunk/debian/patches/ trunk/packages/libzeep/trunk/debian/rules trunk/packages/libzeep/trunk/debian/source/ trunk/packages/libzeep/trunk/debian/watch Removed: trunk/packages/libzeep/trunk/changelog trunk/packages/libzeep/trunk/compat trunk/packages/libzeep/trunk/control trunk/packages/libzeep/trunk/copyright trunk/packages/libzeep/trunk/libzeep-dev.doc-base trunk/packages/libzeep/trunk/libzeep-dev.docs trunk/packages/libzeep/trunk/patches/ trunk/packages/libzeep/trunk/rules trunk/packages/libzeep/trunk/source/ trunk/packages/libzeep/trunk/watch Log: Use layout fitting Debian Med policy Deleted: trunk/packages/libzeep/trunk/changelog =================================================================== --- trunk/packages/libzeep/trunk/changelog 2012-05-10 06:30:59 UTC (rev 10808) +++ trunk/packages/libzeep/trunk/changelog 2012-05-10 07:05:01 UTC (rev 10809) @@ -1,5 +0,0 @@ -libzeep (2.9.0-1) unstable; urgency=low - - * Initial release. (Closes: #671481) - - -- Maarten L. Hekkelman <[email protected]> Wed, 07 May 2012 10:00:00 +0200 Deleted: trunk/packages/libzeep/trunk/compat =================================================================== --- trunk/packages/libzeep/trunk/compat 2012-05-10 06:30:59 UTC (rev 10808) +++ trunk/packages/libzeep/trunk/compat 2012-05-10 07:05:01 UTC (rev 10809) @@ -1 +0,0 @@ -7 Deleted: trunk/packages/libzeep/trunk/control =================================================================== --- trunk/packages/libzeep/trunk/control 2012-05-10 06:30:59 UTC (rev 10808) +++ trunk/packages/libzeep/trunk/control 2012-05-10 07:05:01 UTC (rev 10809) @@ -1,62 +0,0 @@ -Source: libzeep -Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Maarten L. Hekkelman <[email protected]>, -Build-Depends: debhelper (>= 7.0.50~), - libboost-dev (>= 1.46.1), - libboost-filesystem-dev (>= 1.46.1), - libboost-system-dev (>= 1.46.1), - libboost-regex-dev (>= 1.46.1), - libboost-math-dev (>= 1.46.1), - libboost-thread-dev (>= 1.46.1) -Standards-Version: 3.9.3 -Section: libs -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libzeep/trunk/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libzeep/trunk/ -DM-Upload-Allowed: yes -Homepage: http://www.cmbi.ru.nl/libzeep/ - -Package: libzeep-dev -Section: libdevel -Architecture: any -Depends: ${misc:Depends}, libzeep2.9 (= ${binary:Version}), - libboost-dev (>= 1.46.1), - libboost-filesystem-dev (>= 1.46.1), - libboost-system-dev (>= 1.46.1), - libboost-regex-dev (>= 1.46.1), - libboost-thread-dev (>= 1.46.1) -Description: Development files for libzeep - Libzeep is a C++ library providing a validating XML parser, XML DOM tree - implementation, XPath 1.0 support and code to create SOAP/REST servers as - well as a full web application framework. - . - libzeep was originally designed to create SOAP servers in C++ easily. The - current incarnation provides a full validating XML parser creating a DOM tree - that can be iterated using STL container like methods. The tree can be searched - using XPath 1.0 queries. - . - There's also code to create SOAP and REST servers based allowing to export - C++ methods as web services. And there's a full web application framework to - create dynamic web sites in C++ and XHTML. - . - This specific package contains all files needed to develop new - software using libzeep. - -Package: libzeep2.9 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Library files for libzeep - Libzeep is a C++ library providing a validating XML parser, XML DOM tree - implementation, XPath 1.0 support and code to create SOAP/REST servers as - well as a full web application framework. - . - libzeep was originally designed to create SOAP servers in C++ easily. The - current incarnation provides a full validating XML parser creating a DOM tree - that can be iterated using STL container like methods. The tree can be searched - using XPath 1.0 queries. - . - There's also code to create SOAP and REST servers based allowing to export - C++ methods as web services. And there's a full web application framework to - create dynamic web sites in C++ and XHTML. - . - This package contains the shared library only. Deleted: trunk/packages/libzeep/trunk/copyright =================================================================== --- trunk/packages/libzeep/trunk/copyright 2012-05-10 06:30:59 UTC (rev 10808) +++ trunk/packages/libzeep/trunk/copyright 2012-05-10 07:05:01 UTC (rev 10809) @@ -1,37 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: libzeep -Upstream-Contact: Maarten L. Hekkelman <[email protected]> -Source: http://www.cmbi.ru.nl/libzeep/ - -Files: debian/* -Copyright: © 2012, Maarten L. Hekkelman <[email protected]> -License: Boost-1.0 - -Files: * -Copyright: © 2009-2012, Maarten L. Hekkelman <[email protected]> -License: Boost-1.0 - -License: Boost-1.0 - Boost Software License - Version 1.0 - August 17th, 2003 - . - Permission is hereby granted, free of charge, to any person or organization - obtaining a copy of the software and accompanying documentation covered by - this license (the "Software") to use, reproduce, display, distribute, - execute, and transmit the Software, and to prepare derivative works of the - Software, and to permit third-parties to whom the Software is furnished to - do so, all subject to the following: - . - The copyright notices in the Software and this entire statement, including - the above license grant, this restriction and the following disclaimer, - must be included in all copies of the Software, in whole or in part, and - all derivative works of the Software, unless such copies or derivative - works are solely in the form of machine-executable object code generated by - a source language processor. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT - SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE - FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, - ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. Copied: trunk/packages/libzeep/trunk/debian/changelog (from rev 10802, trunk/packages/libzeep/trunk/changelog) =================================================================== --- trunk/packages/libzeep/trunk/debian/changelog (rev 0) +++ trunk/packages/libzeep/trunk/debian/changelog 2012-05-10 07:05:01 UTC (rev 10809) @@ -0,0 +1,5 @@ +libzeep (2.9.0-1) unstable; urgency=low + + * Initial release. (Closes: #671481) + + -- Maarten L. Hekkelman <[email protected]> Wed, 07 May 2012 10:00:00 +0200 Copied: trunk/packages/libzeep/trunk/debian/compat (from rev 10802, trunk/packages/libzeep/trunk/compat) =================================================================== --- trunk/packages/libzeep/trunk/debian/compat (rev 0) +++ trunk/packages/libzeep/trunk/debian/compat 2012-05-10 07:05:01 UTC (rev 10809) @@ -0,0 +1 @@ +7 Copied: trunk/packages/libzeep/trunk/debian/control (from rev 10802, trunk/packages/libzeep/trunk/control) =================================================================== --- trunk/packages/libzeep/trunk/debian/control (rev 0) +++ trunk/packages/libzeep/trunk/debian/control 2012-05-10 07:05:01 UTC (rev 10809) @@ -0,0 +1,62 @@ +Source: libzeep +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Maarten L. Hekkelman <[email protected]>, +Build-Depends: debhelper (>= 7.0.50~), + libboost-dev (>= 1.46.1), + libboost-filesystem-dev (>= 1.46.1), + libboost-system-dev (>= 1.46.1), + libboost-regex-dev (>= 1.46.1), + libboost-math-dev (>= 1.46.1), + libboost-thread-dev (>= 1.46.1) +Standards-Version: 3.9.3 +Section: libs +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libzeep/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libzeep/trunk/ +DM-Upload-Allowed: yes +Homepage: http://www.cmbi.ru.nl/libzeep/ + +Package: libzeep-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libzeep2.9 (= ${binary:Version}), + libboost-dev (>= 1.46.1), + libboost-filesystem-dev (>= 1.46.1), + libboost-system-dev (>= 1.46.1), + libboost-regex-dev (>= 1.46.1), + libboost-thread-dev (>= 1.46.1) +Description: Development files for libzeep + Libzeep is a C++ library providing a validating XML parser, XML DOM tree + implementation, XPath 1.0 support and code to create SOAP/REST servers as + well as a full web application framework. + . + libzeep was originally designed to create SOAP servers in C++ easily. The + current incarnation provides a full validating XML parser creating a DOM tree + that can be iterated using STL container like methods. The tree can be searched + using XPath 1.0 queries. + . + There's also code to create SOAP and REST servers based allowing to export + C++ methods as web services. And there's a full web application framework to + create dynamic web sites in C++ and XHTML. + . + This specific package contains all files needed to develop new + software using libzeep. + +Package: libzeep2.9 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Library files for libzeep + Libzeep is a C++ library providing a validating XML parser, XML DOM tree + implementation, XPath 1.0 support and code to create SOAP/REST servers as + well as a full web application framework. + . + libzeep was originally designed to create SOAP servers in C++ easily. The + current incarnation provides a full validating XML parser creating a DOM tree + that can be iterated using STL container like methods. The tree can be searched + using XPath 1.0 queries. + . + There's also code to create SOAP and REST servers based allowing to export + C++ methods as web services. And there's a full web application framework to + create dynamic web sites in C++ and XHTML. + . + This package contains the shared library only. Copied: trunk/packages/libzeep/trunk/debian/copyright (from rev 10802, trunk/packages/libzeep/trunk/copyright) =================================================================== --- trunk/packages/libzeep/trunk/debian/copyright (rev 0) +++ trunk/packages/libzeep/trunk/debian/copyright 2012-05-10 07:05:01 UTC (rev 10809) @@ -0,0 +1,37 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libzeep +Upstream-Contact: Maarten L. Hekkelman <[email protected]> +Source: http://www.cmbi.ru.nl/libzeep/ + +Files: debian/* +Copyright: © 2012, Maarten L. Hekkelman <[email protected]> +License: Boost-1.0 + +Files: * +Copyright: © 2009-2012, Maarten L. Hekkelman <[email protected]> +License: Boost-1.0 + +License: Boost-1.0 + Boost Software License - Version 1.0 - August 17th, 2003 + . + Permission is hereby granted, free of charge, to any person or organization + obtaining a copy of the software and accompanying documentation covered by + this license (the "Software") to use, reproduce, display, distribute, + execute, and transmit the Software, and to prepare derivative works of the + Software, and to permit third-parties to whom the Software is furnished to + do so, all subject to the following: + . + The copyright notices in the Software and this entire statement, including + the above license grant, this restriction and the following disclaimer, + must be included in all copies of the Software, in whole or in part, and + all derivative works of the Software, unless such copies or derivative + works are solely in the form of machine-executable object code generated by + a source language processor. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT + SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE + FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. Copied: trunk/packages/libzeep/trunk/debian/libzeep-dev.doc-base (from rev 10802, trunk/packages/libzeep/trunk/libzeep-dev.doc-base) =================================================================== --- trunk/packages/libzeep/trunk/debian/libzeep-dev.doc-base (rev 0) +++ trunk/packages/libzeep/trunk/debian/libzeep-dev.doc-base 2012-05-10 07:05:01 UTC (rev 10809) @@ -0,0 +1,20 @@ +Document: libzeep-dev +Title: Libzeep documentation +Author: Maarten L. Hekkelman <[email protected]> +Abstract: This manual documents the libzeep API. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libzeep-dev/index.html +Files: /usr/share/doc/libzeep-dev/*.html + /usr/share/doc/libzeep-dev/index/*.html + /usr/share/doc/libzeep-dev/libzeep/*.html + /usr/share/doc/libzeep-dev/zeep/*.html + /usr/share/doc/libzeep-dev/zeep/http/*.html + /usr/share/doc/libzeep-dev/zeep/http/el/*.html + /usr/share/doc/libzeep-dev/zeep/http/el/object/*.html + /usr/share/doc/libzeep-dev/zeep/http/preforked_server_base/*.html + /usr/share/doc/libzeep-dev/zeep/xml/*.html + /usr/share/doc/libzeep-dev/zeep/xml/container/*.html + /usr/share/doc/libzeep-dev/zeep/xml/doctype/*.html + /usr/share/doc/libzeep-dev/zeep/xml/element/*.html Copied: trunk/packages/libzeep/trunk/debian/libzeep-dev.docs (from rev 10802, trunk/packages/libzeep/trunk/libzeep-dev.docs) =================================================================== --- trunk/packages/libzeep/trunk/debian/libzeep-dev.docs (rev 0) +++ trunk/packages/libzeep/trunk/debian/libzeep-dev.docs 2012-05-10 07:05:01 UTC (rev 10809) @@ -0,0 +1 @@ +README.txt Copied: trunk/packages/libzeep/trunk/debian/rules (from rev 10802, trunk/packages/libzeep/trunk/rules) =================================================================== --- trunk/packages/libzeep/trunk/debian/rules (rev 0) +++ trunk/packages/libzeep/trunk/debian/rules 2012-05-10 07:05:01 UTC (rev 10809) @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +DH_VERBOSE := 1 + +%: + dh $@ --parallel + +.PHONY: override_dh_auto_build +override_dh_auto_build: + $(MAKE) lib + +.PHONY: override_dh_auto_install +override_dh_auto_install: + $(MAKE) DESTDIR=$(CURDIR)/debian/libzeep2.9 install-libs + $(MAKE) DESTDIR=$(CURDIR)/debian/libzeep-dev install-dev + +.PHONY: get-orig-source +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs Copied: trunk/packages/libzeep/trunk/debian/watch (from rev 10802, trunk/packages/libzeep/trunk/watch) =================================================================== --- trunk/packages/libzeep/trunk/debian/watch (rev 0) +++ trunk/packages/libzeep/trunk/debian/watch 2012-05-10 07:05:01 UTC (rev 10809) @@ -0,0 +1,3 @@ +version=3 +opts="pasv" \ +ftp://ftp.cmbi.ru.nl/pub/software/libzeep/libzeep-([0-9.]+).t[bg]z debian uupdate Deleted: trunk/packages/libzeep/trunk/libzeep-dev.doc-base =================================================================== --- trunk/packages/libzeep/trunk/libzeep-dev.doc-base 2012-05-10 06:30:59 UTC (rev 10808) +++ trunk/packages/libzeep/trunk/libzeep-dev.doc-base 2012-05-10 07:05:01 UTC (rev 10809) @@ -1,20 +0,0 @@ -Document: libzeep-dev -Title: Libzeep documentation -Author: Maarten L. Hekkelman <[email protected]> -Abstract: This manual documents the libzeep API. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libzeep-dev/index.html -Files: /usr/share/doc/libzeep-dev/*.html - /usr/share/doc/libzeep-dev/index/*.html - /usr/share/doc/libzeep-dev/libzeep/*.html - /usr/share/doc/libzeep-dev/zeep/*.html - /usr/share/doc/libzeep-dev/zeep/http/*.html - /usr/share/doc/libzeep-dev/zeep/http/el/*.html - /usr/share/doc/libzeep-dev/zeep/http/el/object/*.html - /usr/share/doc/libzeep-dev/zeep/http/preforked_server_base/*.html - /usr/share/doc/libzeep-dev/zeep/xml/*.html - /usr/share/doc/libzeep-dev/zeep/xml/container/*.html - /usr/share/doc/libzeep-dev/zeep/xml/doctype/*.html - /usr/share/doc/libzeep-dev/zeep/xml/element/*.html Deleted: trunk/packages/libzeep/trunk/libzeep-dev.docs =================================================================== --- trunk/packages/libzeep/trunk/libzeep-dev.docs 2012-05-10 06:30:59 UTC (rev 10808) +++ trunk/packages/libzeep/trunk/libzeep-dev.docs 2012-05-10 07:05:01 UTC (rev 10809) @@ -1 +0,0 @@ -README.txt Deleted: trunk/packages/libzeep/trunk/rules =================================================================== --- trunk/packages/libzeep/trunk/rules 2012-05-10 06:30:59 UTC (rev 10808) +++ trunk/packages/libzeep/trunk/rules 2012-05-10 07:05:01 UTC (rev 10809) @@ -1,20 +0,0 @@ -#!/usr/bin/make -f - -DH_VERBOSE := 1 - -%: - dh $@ --parallel - -.PHONY: override_dh_auto_build -override_dh_auto_build: - $(MAKE) lib - -.PHONY: override_dh_auto_install -override_dh_auto_install: - $(MAKE) DESTDIR=$(CURDIR)/debian/libzeep2.9 install-libs - $(MAKE) DESTDIR=$(CURDIR)/debian/libzeep-dev install-dev - -.PHONY: get-orig-source -get-orig-source: - mkdir -p ../tarballs - uscan --verbose --force-download --destdir=../tarballs Deleted: trunk/packages/libzeep/trunk/watch =================================================================== --- trunk/packages/libzeep/trunk/watch 2012-05-10 06:30:59 UTC (rev 10808) +++ trunk/packages/libzeep/trunk/watch 2012-05-10 07:05:01 UTC (rev 10809) @@ -1,3 +0,0 @@ -version=3 -opts="pasv" \ -ftp://ftp.cmbi.ru.nl/pub/software/libzeep/libzeep-([0-9.]+).t[bg]z debian uupdate _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
