--- poco-doc-1.3.6.orig/debian/copyright +++ poco-doc-1.3.6/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Krzysztof Burghardt on +Sat, 10 Mar 2007 21:29:53 +0100. + +It was downloaded from http://poco.sourceforge.net/ + +Upstream Authors: Applied Informatics Software Engineering GmbH + +Copyright: 2004-2006, Applied Informatics Software Engineering GmbH + +License: + + 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. + +The Debian packaging is © 2007, Krzysztof Burghardt and +is licensed under the Boost Software License - Version 1.0 - August 17th, 2003. --- poco-doc-1.3.6.orig/debian/rules +++ poco-doc-1.3.6/debian/rules @@ -0,0 +1,42 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + install -d debian/libpoco-doc/usr/share/doc/libpoco-doc/html + install -m 0644 *.html debian/libpoco-doc/usr/share/doc/libpoco-doc/html + install -d debian/libpoco-doc/usr/share/doc/libpoco-doc/html/css + install -m 0644 css/* debian/libpoco-doc/usr/share/doc/libpoco-doc/html/css + install -d debian/libpoco-doc/usr/share/doc/libpoco-doc/html/images + install -m 0644 images/* debian/libpoco-doc/usr/share/doc/libpoco-doc/html/images + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_install + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- poco-doc-1.3.6.orig/debian/changelog +++ poco-doc-1.3.6/debian/changelog @@ -0,0 +1,38 @@ +poco-doc (1.3.6-1) unstable; urgency=low + + * New Upstream Version + + -- Patrick Gansterer Wed, 09 Dec 2009 22:59:55 +0100 + +poco-doc (1.3.5-1) unstable; urgency=low + + * New upstream release. + * Conforms to Standards version 3.8.3. + + -- Krzysztof Burghardt Sun, 30 Aug 2009 01:52:08 +0200 + +poco-doc (1.3.3-1) unstable; urgency=low + + * New upstream release. + * Conforms to Standards version 3.8.0. + + -- Krzysztof Burghardt Wed, 29 Oct 2008 14:33:22 +0100 + +poco-doc (1.3.2-1) unstable; urgency=medium + + * New upstream + * debian/changelog: Homepage: pseudo-header changed to regular field + + -- Krzysztof Burghardt Thu, 20 Mar 2008 10:13:58 +0100 + +poco-doc (1.3.0-1) experimental; urgency=low + + * New upstream + + -- Krzysztof Burghardt Mon, 17 Dec 2007 14:29:42 +0100 + +poco-doc (1.2.9-1) unstable; urgency=low + + * Initial release (Closes: #406402) + + -- Krzysztof Burghardt Sat, 10 Mar 2007 21:30:44 +0100 --- poco-doc-1.3.6.orig/debian/control +++ poco-doc-1.3.6/debian/control @@ -0,0 +1,23 @@ +Source: poco-doc +Priority: extra +Maintainer: Krzysztof Burghardt +Uploaders: Patrick Gansterer +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.3 +Section: doc +Homepage: http://poco.sourceforge.net/ + +Package: libpoco-doc +Architecture: all +Description: Documentation for POCO - The C++ Portable Components + The C++ Portable Components currently consist of eleven libraries: + * The Foundation library (contains a platform abstraction layer) + * The XML library (contains an XML parser as well as an XMLWriter) + * The Util library (contains classes for working with configuration files and + command line arguments) + * The Net and the NetSSL libraries (contains network classes like sockets, + SMTP, HTTP, Secure Socket Layer, SSL secured HTTP, etc.) + * The Data library (contains data abstraction layer) + * The ODBC, MySQL and the SQLite libraries (contains database connectivity) + * The Crypto library (contains implementation of DES, AES, RSA, etc.) + * The Zip library --- poco-doc-1.3.6.orig/debian/watch +++ poco-doc-1.3.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/poco/poco-(.*)-doc\.tar\.gz --- poco-doc-1.3.6.orig/debian/compat +++ poco-doc-1.3.6/debian/compat @@ -0,0 +1 @@ +5