--- poco-1.3.6p1.orig/debian/libpocomysql9-dbg.install
+++ poco-1.3.6p1/debian/libpocomysql9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoMySQLd.so.*
--- poco-1.3.6p1.orig/debian/libpoconetssl9-dbg.install
+++ poco-1.3.6p1/debian/libpoconetssl9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoNetSSLd.so.*
--- poco-1.3.6p1.orig/debian/libpocofoundation9-dbg.install
+++ poco-1.3.6p1/debian/libpocofoundation9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoFoundationd.so.*
--- poco-1.3.6p1.orig/debian/README.source
+++ poco-1.3.6p1/debian/README.source
@@ -0,0 +1,27 @@
+This package uses dpatch to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To get the fully patched source after unpacking the source package, cd
+to the root level of the source package and run:
+
+    debian/rules patch
+
+Removing a patch is as simple as removing its entry from the
+debian/patches/00list file, and please also remove the patch file
+itself.
+
+Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
+where you should replace XX with a new number and patchname with a
+descriptive shortname of the patch. You can then simply edit all the
+files your patch wants to edit, and then simply "exit 0" from the shell
+to actually create the patch file.
+
+To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
+and replace XX_patchname with the actual filename from debian/patches
+you want to use.
+
+To clean up afterwards again, "debian/rules unpatch" will do the
+work for you - or you can of course choose to call
+"fakeroot debian/rules clean" all together.
+
--- poco-1.3.6p1.orig/debian/copyright
+++ poco-1.3.6p1/debian/copyright
@@ -0,0 +1,281 @@
+This package was debianized by Krzysztof Burghardt <krzysztof@burghardt.pl> on
+Mon, 12 Mar 2007 20:56:32 +0100.
+
+It was downloaded from http://poco.sourceforge.net/
+
+Upstream Authors: Guenter Obiltschnig <guenter.obiltschnig@appinf.com>
+                  Alex Fabijanic <aleskx@gmail.com>
+                  Peter Schojer <peter.schojer@appinf.com>
+                  Claus Dabringer <claus.dabringer@appinf.com>
+                  Andrew Marlow (public@marlowa.plus.com)
+                  Caleb Epstein (caleb.epstein@gmail.com)
+                  Andrew J. P. Maclean (a.maclean@optusnet.com.au)
+
+Copyright: 1983, 1993 The Regents of the University of California
+           1990-2, 1991-2 RSA Data Security, Inc.
+           1995-2005 Jean-loup Gailly
+           1995-2005 Mark Adler
+           1997-2004 University of Cambridge
+           1998, 1999, 2000 Thai Open Source Software Center Ltd
+           2000, 2001, 2002 Kevlin Henney
+           2001, 2002, 2003 Expat maintainers.
+           2004-2006, Applied Informatics Software Engineering GmbH.
+
+License (except Expat XML Parser Toolkit, Code from the FreeBSD Project,
+MD2 (RFC 1319) Message-Digest Algorithm, MD4 (RFC 1320) Message-Digest
+Algorithm, MD5 (RFC 1321) Message-Digest Algorithm, Perl Compatible Regular
+Expressions (PCRE), zlib, SQlite and CppUnit):
+
+   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.
+
+License (Expat XML Parser Toolkit):
+
+   Copyright © 1998, 1999, 2000 Thai Open Source Software Center Ltd
+                                and Clark Cooper
+   Copyright © 2001, 2002, 2003 Expat maintainers.
+
+   Permission is hereby granted, free of charge, to any person obtaining
+   a copy of this software and associated documentation files (the
+   "Software"), to deal in the Software without restriction, including
+   without limitation the rights to use, copy, modify, merge, publish,
+   distribute, sublicense, and/or sell copies of the Software, and to
+   permit persons to whom the Software is furnished to do so, subject to
+   the following conditions:
+
+   The above copyright notice and this permission notice shall be included
+   in all copies or substantial portions of the Software.
+
+   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 AND NONINFRINGEMENT.
+   IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+   SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License (Code from the FreeBSD Project):
+
+   Copyright © 1983, 1993
+        The Regents of the University of California.  All rights reserved.
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions
+   are met:
+   1. Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+   2. Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+   3. Neither the name of the University nor the names of its contributors
+      may be used to endorse or promote products derived from this software
+      without specific prior written permission.
+
+   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+   ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+   SUCH DAMAGE.
+
+License (MD2 (RFC 1319) Message-Digest Algorithm):
+
+   Copyright © 1990-2, RSA Data Security, Inc. Created 1990. All
+   rights reserved.
+
+   License to copy and use this software is granted for
+   non-commercial Internet Privacy-Enhanced Mail provided that it is
+   identified as the "RSA Data Security, Inc. MD2 Message Digest
+   Algorithm" in all material mentioning or referencing this software
+   or this function.
+
+   RSA Data Security, Inc. makes no representations concerning either
+   the merchantability of this software or the suitability of this
+   software for any particular purpose. It is provided "as is"
+   without express or implied warranty of any kind.
+
+   These notices must be retained in any copies of any part of this
+   documentation and/or software.
+
+License (MD4 (RFC 1320) Message-Digest Algorithm):
+
+   Copyright © 1991-2, RSA Data Security, Inc. Created 1991. All
+   rights reserved.
+
+   License to copy and use this software is granted provided that it
+   is identified as the "RSA Data Security, Inc. MD4 Message-Digest
+   Algorithm" in all material mentioning or referencing this software
+   or this function.
+
+   License is also granted to make and use derivative works provided
+   that such works are identified as "derived from the RSA Data
+   Security, Inc. MD4 Message-Digest Algorithm" in all material
+   mentioning or referencing the derived work.
+
+   RSA Data Security, Inc. makes no representations concerning either
+   the merchantability of this software or the suitability of this
+   software for any particular purpose. It is provided "as is"
+   without express or implied warranty of any kind.
+
+   These notices must be retained in any copies of any part of this
+   documentation and/or software.
+   
+License (MD5 (RFC 1321) Message-Digest Algorithm):
+
+   Copyright © 1991-2, RSA Data Security, Inc. Created 1991. All
+   rights reserved.
+
+   License to copy and use this software is granted provided that it
+   is identified as the "RSA Data Security, Inc. MD5 Message-Digest
+   Algorithm" in all material mentioning or referencing this software
+   or this function.
+
+   License is also granted to make and use derivative works provided
+   that such works are identified as "derived from the RSA Data
+   Security, Inc. MD5 Message-Digest Algorithm" in all material
+   mentioning or referencing the derived work.
+
+   RSA Data Security, Inc. makes no representations concerning either
+   the merchantability of this software or the suitability of this
+   software for any particular purpose. It is provided "as is"
+   without express or implied warranty of any kind.
+
+License (Perl Compatible Regular Expressions (PCRE)):
+
+   PCRE is a library of functions to support regular expressions whose syntax
+   and semantics are as close as possible to those of the Perl 5 language.
+
+   Release 5 of PCRE is distributed under the terms of the "BSD" licence, as
+   specified below. The documentation for PCRE, supplied in the "doc"
+   directory, is distributed under the same terms as the software itself.
+
+   Written by: Philip Hazel
+
+   University of Cambridge Computing Service,
+   Cambridge, England. Phone: +44 1223 334714.
+
+   Copyright © 1997-2004 University of Cambridge
+   All rights reserved.
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions are met:
+
+       * Redistributions of source code must retain the above copyright notice,
+         this list of conditions and the following disclaimer.
+
+       * Redistributions in binary form must reproduce the above copyright
+         notice, this list of conditions and the following disclaimer in the
+         documentation and/or other materials provided with the distribution.
+
+       * Neither the name of the University of Cambridge nor the names of its
+         contributors may be used to endorse or promote products derived from
+         this software without specific prior written permission.
+
+   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+   ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+   POSSIBILITY OF SUCH DAMAGE.
+
+License (zlib):
+
+   Copyright © 1995-2005 Jean-loup Gailly and Mark Adler
+
+   This software is provided 'as-is', without any express or implied
+   warranty.  In no event will the authors be held liable for any damages
+   arising from the use of this software.
+
+   Permission is granted to anyone to use this software for any purpose,
+   including commercial applications, and to alter it and redistribute it
+   freely, subject to the following restrictions:
+
+   1. The origin of this software must not be misrepresented; you must not
+      claim that you wrote the original software. If you use this software
+      in a product, an acknowledgment in the product documentation would be
+      appreciated but is not required.
+   2. Altered source versions must be plainly marked as such, and must not be
+      misrepresented as being the original software.
+   3. This notice may not be removed or altered from any source distribution.
+
+License (SQlite):
+
+   The original author of SQLite has dedicated the code to the public domain.
+   Anyone is free to copy, modify, publish, use, compile, sell, or distribute
+   the original SQLite code, either in source code form or as a compiled binary,
+   for any purpose, commercial or non-commercial, and by any means.
+
+License (CppUnit):
+
+   Permission to reproduce and create derivative works from the Software
+   ("Software Derivative Works") is hereby granted to you under the
+   copyright of Michael Feathers.  Michael Feathers also grants you the
+   right to distribute the Software and Software Derivative Works.
+
+   Michael Feathers licenses the Software to you on an "AS IS" basis,
+   without warranty of any kind. Michael Feathers HEREBY EXPRESSLY
+   DISCLAIMS ALL WARRANTIES OR CONDITIONS, EITHER EXPRESS OR IMPLIED,
+   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OR CONDITIONS OF
+   MERCHANTABILITY, NON INFRINGEMENT AND FITNESS FOR A PARTICULAR
+   PURPOSE.  You are solely responsible for determining the
+   appropriateness of using the Software and assume all risks associated
+   with the use and distribution of this Software, including but not
+   limited to the risks of program errors, damage to or loss of data,
+   programs or equipment, and unavailability or interruption of
+   operations.  MICHAEL FEATHERS WILL NOT BE LIABLE FOR ANY DIRECT DAMAGES
+   OR FOR ANY SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES OR FOR ANY ECONOMIC
+   CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS OR SAVINGS), EVEN IF
+   MICHAEL FEATHERS HAD BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+   Michael Feathers will not be liable for the loss of, or damage to, your
+   records or data, or any damages claimed by you based on a third party
+   claim.
+
+   You agree to distribute the Software and any Software Derivatives under
+   a license agreement that: 1) is sufficient to notify all licensees of
+   the Software and Software Derivatives that Michael Feathers assumes no
+   liability for any claim that may arise regarding the Software or
+   Software Derivatives, and 2) that disclaims all warranties, both
+   express and implied, from Michael Feathers regarding the Software and
+   Software Derivatives.  (If you include this Agreement with any
+   distribution of the Software and Software Derivatives you will have
+   meet this requirement).  You agree that you will not delete any
+   copyright notices in the Software.
+
+   This Agreement is the exclusive statement of your rights in the
+   Software as provided by Michael Feathers.  Except for the licenses
+   granted to you in the second paragraph above, no other licenses are
+   granted hereunder, by estoppel, implication or otherwise.
+
+The Debian packaging is © 2007, Krzysztof Burghardt <krzysztof@burghardt.pl> and
+is licensed under the Boost Software License - Version 1.0 - August 17th, 2003.
--- poco-1.3.6p1.orig/debian/libpoconetssl9.install
+++ poco-1.3.6p1/debian/libpoconetssl9.install
@@ -0,0 +1 @@
+usr/lib/libPocoNetSSL.so.*
--- poco-1.3.6p1.orig/debian/libpocosqlite9.install
+++ poco-1.3.6p1/debian/libpocosqlite9.install
@@ -0,0 +1 @@
+usr/lib/libPocoSQLite.so.*
--- poco-1.3.6p1.orig/debian/libpoco-dev.docs
+++ poco-1.3.6p1/debian/libpoco-dev.docs
@@ -0,0 +1,2 @@
+NEWS
+README
--- poco-1.3.6p1.orig/debian/libpocodata9.install
+++ poco-1.3.6p1/debian/libpocodata9.install
@@ -0,0 +1 @@
+usr/lib/libPocoData.so.*
--- poco-1.3.6p1.orig/debian/libpocodata9-dbg.install
+++ poco-1.3.6p1/debian/libpocodata9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoDatad.so.*
--- poco-1.3.6p1.orig/debian/libpocozip9.install
+++ poco-1.3.6p1/debian/libpocozip9.install
@@ -0,0 +1 @@
+usr/lib/libPocoZip.so.*
--- poco-1.3.6p1.orig/debian/libpocofoundation9.install
+++ poco-1.3.6p1/debian/libpocofoundation9.install
@@ -0,0 +1 @@
+usr/lib/libPocoFoundation.so.*
--- poco-1.3.6p1.orig/debian/libpocoodbc9.install
+++ poco-1.3.6p1/debian/libpocoodbc9.install
@@ -0,0 +1 @@
+usr/lib/libPocoODBC.so.*
--- poco-1.3.6p1.orig/debian/rules
+++ poco-1.3.6p1/debian/rules
@@ -0,0 +1,75 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# Include dpatch
+include /usr/share/dpatch/dpatch.make
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CONFFLAGS := --prefix=/usr --no-samples --unbundled
+
+# On ARM define POCO_NO_FPENVIRONMENT
+ifeq ($(shell dpkg --print-architecture),arm)
+CONFFLAGS += --no-fpenvironment
+endif
+
+config.status: patch configure
+	dh_testdir
+	./configure $(CONFFLAGS)
+
+build: build-stamp
+build-stamp: config.status
+	dh_testdir
+	mkdir -p libs
+	$(MAKE)
+	touch $@
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	$(MAKE) distclean
+	rm -f config.make
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs CHANGELOG
+	dh_installdocs
+	dh_install --sourcedir=debian/tmp
+# generate lintian overrides for -dbg packages
+	( cd debian ; for i in *-dbg/usr/lib/*.so.* ; do override=`echo $$i | sed 's|/usr/lib/|: package-name-doesnt-match-sonames |' | sed 's/\.so\.//'` ; pkg=`echo $$i | sed 's|/usr/.*||'` ; dir=`echo $$pkg/usr/share/lintian/overrides` ; mkdir -p $$dir ; file=$$dir/$$pkg ; echo $$override > $$file ; done )
+# remove Mac OS X related files (.DS_Store and ._.DS_Store)
+	rm -f debian/libpoco-dev/usr/include/Poco/.DS_Store debian/libpoco-dev/usr/include/Poco/._.DS_Store
+	dh_link
+	dh_strip -k
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- poco-1.3.6p1.orig/debian/libpocoxml9.install
+++ poco-1.3.6p1/debian/libpocoxml9.install
@@ -0,0 +1 @@
+usr/lib/libPocoXML.so.*
--- poco-1.3.6p1.orig/debian/libpocoutil9-dbg.install
+++ poco-1.3.6p1/debian/libpocoutil9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoUtild.so.*
--- poco-1.3.6p1.orig/debian/libpoconet9-dbg.install
+++ poco-1.3.6p1/debian/libpoconet9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoNetd.so.*
--- poco-1.3.6p1.orig/debian/libpocoodbc9-dbg.install
+++ poco-1.3.6p1/debian/libpocoodbc9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoODBCd.so.*
--- poco-1.3.6p1.orig/debian/libpococrypto9.install
+++ poco-1.3.6p1/debian/libpococrypto9.install
@@ -0,0 +1 @@
+usr/lib/libPocoCrypto.so.*
--- poco-1.3.6p1.orig/debian/libpococrypto9-dbg.install
+++ poco-1.3.6p1/debian/libpococrypto9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoCryptod.so.*
--- poco-1.3.6p1.orig/debian/libpocoxml9-dbg.install
+++ poco-1.3.6p1/debian/libpocoxml9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoXMLd.so.*
--- poco-1.3.6p1.orig/debian/libpocomysql9.install
+++ poco-1.3.6p1/debian/libpocomysql9.install
@@ -0,0 +1 @@
+usr/lib/libPocoMySQL.so.*
--- poco-1.3.6p1.orig/debian/changelog
+++ poco-1.3.6p1/debian/changelog
@@ -0,0 +1,122 @@
+poco (1.3.6p1-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Removed 20_unbundled.dpatch (merged into upstream)
+  * Removed 30_sh-support.dpatch (merged into upstream)
+
+ -- Patrick Gansterer <paroga@paroga.com>  Thu, 24 Dec 2009 11:13:32 +0100
+
+poco (1.3.6-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Corrected package dependencies (Closes: #545854)
+  * Removed 20_gcc44-missing-include.dpatch (merged into upstream)
+  * Now using upstream unbundled implementation (Closes: #560936)
+    + using r1294 from SVN poco 1.3.6 branch
+    + new patch: 20_unbundled.dpatch
+    + removed patch: 30_use-system-zlib.dpatch
+    + new build dependencies: libpcre3-dev, libsqlite3-dev
+  * Added 30_sh-support.dpatch to support sh4 (Closes: #548113)
+
+ -- Patrick Gansterer <paroga@paroga.com>  Thu, 17 Dec 2009 03:07:02 +0100
+
+poco (1.3.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * *-dbg packages moved to section debug.
+  * 30_crypto-testsuit-missing-libs.dpatch removed.
+  * POCO no longer use statically linked zlib:
+    + new patch: 30_use-system-zlib.dpatch
+    + new build dependency: zlib1g-dev
+  * Updated Standards-Version to 3.8.3, no changes needed.
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Sun, 30 Aug 2009 19:49:57 +0200
+
+poco (1.3.3p1-2) unstable; urgency=low
+
+  * Fixed FTBFS with GCC 4.4 due to missing #include (Closes: #505619)
+  * Renamed 20_gcc43-missing-include.dpatch to 20_gcc44-missing-include.dpatch
+  * Downgraded dependencies on -dbg packages (Closes: #504342)
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Sat, 15 Nov 2008 11:39:15 +0100
+
+poco (1.3.3p1-1) unstable; urgency=low
+
+  * New upstream release.
+  * 30_missing_paltforms.dpatch removed (merged into upstream).
+  * libpoco-dev provides, conflicts, replaces libpoco5-dev.
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Wed, 29 Oct 2008 18:45:34 +0100
+
+poco (1.3.2+dfsg1-3) unstable; urgency=low
+
+  * Add dpatch 30_missing_paltforms to debian/patches/00list (Closes: #487934)
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Thu, 26 Jun 2008 21:29:10 +0200
+
+poco (1.3.2+dfsg1-2) unstable; urgency=low
+
+  * Acknowledge NMU
+  * Add dpatch 30_missing_paltforms to support m68k and s390 (Closes: #487934)
+  * Suggests libpoco-doc instead of libpoco5-doc (Closes: #487394)
+  * Updated Standards-Version to 3.8.0, no changes needed (Closes: #487392)
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Wed, 25 Jun 2008 18:38:34 +0200
+
+poco (1.3.2+dfsg1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * libpoco5-dev provides, conflicts, replaces libpoco-dev (Closes: #487353)
+
+ -- George Danchev <danchev@spnet.net>  Sat, 21 Jun 2008 10:05:06 +0000
+
+poco (1.3.2+dfsg1-1) unstable; urgency=low
+
+  * New upstream
+  * Acknowledge NMU
+  * Upstream tarball repacked to remove non DFSG-free pieces
+  * debian/changelog: Homepage: pseudo-header changed to regular field
+  * debian/control:
+     + Splited POCO into several small packages as all libraries
+       and their debug version are about 10MB.
+     + Updated Standards-Version: to 3.7.3 (no changes needed)
+  * debian/rules:
+     + Re-enabled test suite (--no-tests removed)
+     + Removed CFLAGS
+  * debian/watch: updated to track data branch
+  * debian/patches/10_disable-rpath.dpatch: updated for 1.3.2
+  * debian/patches/20_gcc43-missing-include.dpatch: replaces all other
+    gcc 4.3 patches
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Mon, 09 Jun 2008 00:28:50 +0200
+
+poco (1.2.9-2.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix clamfs' FTBFS
+  * Added 40_gcc_4.3_missing_include.dpatch to add a missing header
+    in Foundation/include/Poco/FIFOStrategy.h (Closes: #455147)
+  * Moved Homepage from pseudo field to real field
+  * Added a watch file
+  * Updated Standards-Version to 3.7.3, no changes needed
+
+ -- Maximiliano Curia <maxy@gnuservers.com.ar>  Fri, 21 Mar 2008 19:29:38 -0300
+
+poco (1.3.0-1) experimental; urgency=low
+
+  * New upstream
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Thu, 10 May 2007 22:32:19 +0200
+
+poco (1.2.9-2) unstable; urgency=medium
+
+  * Add patch for GCC-4.3 (Closes: #421144)
+  * Fixed build problem on arm (missing configure option --no-fpenvironment)
+  * Fixed build problem on powerpc
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Fri, 27 Apr 2007 18:33:48 +0200
+
+poco (1.2.9-1) unstable; urgency=low
+
+  * Initial release (Closes: #406402)
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Mon, 12 Mar 2007 20:56:32 +0100
--- poco-1.3.6p1.orig/debian/libpoconet9.install
+++ poco-1.3.6p1/debian/libpoconet9.install
@@ -0,0 +1 @@
+usr/lib/libPocoNet.so.*
--- poco-1.3.6p1.orig/debian/libpocosqlite9-dbg.install
+++ poco-1.3.6p1/debian/libpocosqlite9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoSQLited.so.*
--- poco-1.3.6p1.orig/debian/libpocozip9-dbg.install
+++ poco-1.3.6p1/debian/libpocozip9-dbg.install
@@ -0,0 +1 @@
+usr/lib/libPocoZipd.so.*
--- poco-1.3.6p1.orig/debian/libpoco-dev.install
+++ poco-1.3.6p1/debian/libpoco-dev.install
@@ -0,0 +1,2 @@
+usr/include/*
+usr/lib/lib*.so
--- poco-1.3.6p1.orig/debian/control
+++ poco-1.3.6p1/debian/control
@@ -0,0 +1,213 @@
+Source: poco
+Priority: optional
+Maintainer: Krzysztof Burghardt <krzysztof@burghardt.pl>
+Uploaders: Patrick Gansterer <paroga@paroga.com>
+Build-Depends: debhelper (>= 5), dpatch, libexpat1-dev, libmysqlclient-dev, libpcre3-dev (>= 7.8), libsqlite3-dev (>= 3.6.13), libssl-dev (>= 0.9.8), unixodbc-dev, zlib1g-dev
+Standards-Version: 3.8.3
+Section: libs
+Homepage: http://poco.sourceforge.net/
+Vcs-Browser: http://git.debian.org/?p=collab-maint/poco.git
+Vcs-Git: git://git.debian.org/git/collab-maint/poco.git
+
+Package: libpoco-dev
+Section: libdevel
+Architecture: any
+Depends: libpococrypto9 (= ${binary:Version}), libpocodata9 (= ${binary:Version}), libpocofoundation9 (= ${binary:Version}), libpocomysql9 (= ${binary:Version}), libpoconet9 (= ${binary:Version}), libpoconetssl9 (= ${binary:Version}), libpocoodbc9 (= ${binary:Version}), libpocosqlite9 (= ${binary:Version}), libpocoutil9 (= ${binary:Version}), libpocoxml9 (= ${binary:Version}), libpocozip9 (= ${binary:Version})
+Suggests: libpoco-doc, libpococrypto9-dbg (= ${binary:Version}), libpocodata9-dbg (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), libpocomysql9-dbg (= ${binary:Version}), libpoconet9-dbg (= ${binary:Version}), libpoconetssl9-dbg (= ${binary:Version}), libpocoodbc9-dbg (= ${binary:Version}), libpocosqlite9-dbg (= ${binary:Version}), libpocoutil9-dbg (= ${binary:Version}), libpocoxml9-dbg (= ${binary:Version}), libpocozip9-dbg (= ${binary:Version})
+Provides: libpoco5-dev
+Conflicts: libpoco5-dev
+Replaces: libpoco5-dev
+Description: Development files 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
+
+Package: libpococrypto9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpococrypto9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Crypto library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoCryptod library (debug version of POCO Crypto library).
+
+Package: libpococrypto9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Crypto library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoCrypto library (POCO Crypto library).
+
+Package: libpocodata9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpocodata9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Data library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoDatad library (debug version of POCO Data library).
+
+Package: libpocodata9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Data library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoData library.
+
+Package: libpocofoundation9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Foundation library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoFoundationd library (debug version of POCO Foundation library).
+
+Package: libpocofoundation9
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Foundation library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoFoundation library.
+
+Package: libpocomysql9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpocomysql9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), libpocodata9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components MySQL library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoMySQLd library (debug version of POCO MySQL library).
+
+Package: libpocomysql9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), libpocodata9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components MySQL library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoMySQL library.
+
+Package: libpoconet9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpoconet9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Network library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoNetd library (debug version of POCO Network library).
+
+Package: libpoconet9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Network library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoNet library.
+
+Package: libpoconetssl9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpoconetssl9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), libpococrypto9-dbg (= ${binary:Version}), libpoconet9-dbg (= ${binary:Version}), libpocoutil9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Network library with SSL, dbg version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoNetSSLd library (debug version of POCO Network library compiled
+ with OpenSSL support).
+
+Package: libpoconetssl9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), libpococrypto9 (= ${binary:Version}), libpoconet9 (= ${binary:Version}), libpocoutil9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Network library with SSL
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoNetSSL library (POCO Network library compiled with OpenSSL
+ support).
+
+Package: libpocoodbc9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpocoodbc9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), libpocodata9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components ODBC library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoODBCd library (debug version of POCO ODBC library).
+ .
+ Debian version is linked against unixODBC however POCO can also use iODBC.
+
+Package: libpocoodbc9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), libpocodata9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components ODBC library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoODBC library.
+ .
+ Debian version is linked against unixODBC however POCO can also use iODBC.
+
+Package: libpocosqlite9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpocosqlite9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), libpocodata9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components SQLite library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoSQLited library (debug version of POCO SQLite library).
+
+Package: libpocosqlite9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), libpocodata9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components SQLite library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoSQLite library.
+
+Package: libpocoutil9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpocoutil9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), libpocoxml9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Util library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoUtild library (debug version of POCO Util library).
+
+Package: libpocoutil9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), libpocoxml9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Util library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoUtil library.
+
+Package: libpocoxml9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpocoxml9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components XML library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoXMLd library (debug version of POCO XML library).
+
+Package: libpocoxml9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components XML library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoXML library.
+
+Package: libpocozip9-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libpocozip9 (= ${binary:Version}), libpocofoundation9-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Zip library, debug version
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoZipd library (debug version of POCO Zip library).
+
+Package: libpocozip9
+Architecture: any
+Depends: libpocofoundation9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: The C++ Portable Components Zip library
+ The C++ Portable Components consist of various C++ libraries. This package
+ provides libPocoZip library.
--- poco-1.3.6p1.orig/debian/watch
+++ poco-1.3.6p1/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/poco/poco-(.*)-all\.tar\.gz
--- poco-1.3.6p1.orig/debian/compat
+++ poco-1.3.6p1/debian/compat
@@ -0,0 +1 @@
+5
--- poco-1.3.6p1.orig/debian/libpocoutil9.install
+++ poco-1.3.6p1/debian/libpocoutil9.install
@@ -0,0 +1 @@
+usr/lib/libPocoUtil.so.*
--- poco-1.3.6p1.orig/debian/patches/00list
+++ poco-1.3.6p1/debian/patches/00list
@@ -0,0 +1 @@
+10_disable-rpath.dpatch
--- poco-1.3.6p1.orig/debian/patches/10_disable-rpath.dpatch
+++ poco-1.3.6p1/debian/patches/10_disable-rpath.dpatch
@@ -0,0 +1,126 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_disable-rpath.dpatch by Krzysztof Burghardt <krzysztof@burghardt.pl>
+##
+## DP: Disables use of RPATH.
+
+@DPATCH@
+diff -urNad poco-1.3.5~/build/config/ARM-Linux poco-1.3.5/build/config/ARM-Linux
+--- poco-1.3.5~/build/config/ARM-Linux	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/ARM-Linux	2009-05-23 16:33:20.189721725 +0200
+@@ -58,7 +58,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fPIC
+ SHAREDOPT_CXX   = -fPIC
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
+diff -urNad poco-1.3.5~/build/config/CygLinux poco-1.3.5/build/config/CygLinux
+--- poco-1.3.5~/build/config/CygLinux	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/CygLinux	2009-05-23 16:33:20.189721725 +0200
+@@ -55,7 +55,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fPIC
+ SHAREDOPT_CXX   = -fPIC
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
+diff -urNad poco-1.3.5~/build/config/DigiEL poco-1.3.5/build/config/DigiEL
+--- poco-1.3.5~/build/config/DigiEL	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/DigiEL	2009-05-23 16:33:20.189721725 +0200
+@@ -54,7 +54,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fPIC
+ SHAREDOPT_CXX   = -fPIC
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
+diff -urNad poco-1.3.5~/build/config/FreeBSD poco-1.3.5/build/config/FreeBSD
+--- poco-1.3.5~/build/config/FreeBSD	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/FreeBSD	2009-05-23 16:33:20.193721046 +0200
+@@ -52,7 +52,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fPIC
+ SHAREDOPT_CXX   = -fPIC
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
+diff -urNad poco-1.3.5~/build/config/GCCEMBEDLINUX poco-1.3.5/build/config/GCCEMBEDLINUX
+--- poco-1.3.5~/build/config/GCCEMBEDLINUX	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/GCCEMBEDLINUX	2009-05-23 16:33:20.193721046 +0200
+@@ -55,7 +55,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fPIC
+ SHAREDOPT_CXX   = -fPIC
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
+diff -urNad poco-1.3.5~/build/config/Linux poco-1.3.5/build/config/Linux
+--- poco-1.3.5~/build/config/Linux	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/Linux	2009-05-23 16:33:20.193721046 +0200
+@@ -52,7 +52,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fPIC
+ SHAREDOPT_CXX   = -fPIC
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
+diff -urNad poco-1.3.5~/build/config/PPC-Linux poco-1.3.5/build/config/PPC-Linux
+--- poco-1.3.5~/build/config/PPC-Linux	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/PPC-Linux	2009-05-23 16:33:20.193721046 +0200
+@@ -54,7 +54,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fPIC
+ SHAREDOPT_CXX   = -fPIC
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
+diff -urNad poco-1.3.5~/build/config/QNX poco-1.3.5/build/config/QNX
+--- poco-1.3.5~/build/config/QNX	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/QNX	2009-05-23 16:33:20.193721046 +0200
+@@ -52,7 +52,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fpic
+ SHAREDOPT_CXX   = -fpic
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
+diff -urNad poco-1.3.5~/build/config/SSV-LINUX poco-1.3.5/build/config/SSV-LINUX
+--- poco-1.3.5~/build/config/SSV-LINUX	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/SSV-LINUX	2009-05-23 16:33:20.193721046 +0200
+@@ -55,7 +55,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fPIC
+ SHAREDOPT_CXX   = -fPIC
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
+diff -urNad poco-1.3.5~/build/config/SunOS-GCC poco-1.3.5/build/config/SunOS-GCC
+--- poco-1.3.5~/build/config/SunOS-GCC	2009-05-12 20:22:09.000000000 +0200
++++ poco-1.3.5/build/config/SunOS-GCC	2009-05-23 16:34:31.841717510 +0200
+@@ -52,7 +52,7 @@
+ STATICOPT_LINK  = -static
+ SHAREDOPT_CC    = -fPIC
+ SHAREDOPT_CXX   = -fPIC
+-SHAREDOPT_LINK  = -Wl,-rpath,$(LIBPATH)
++SHAREDOPT_LINK  =
+ DEBUGOPT_CC     = -g -D_DEBUG
+ DEBUGOPT_CXX    = -g -D_DEBUG
+ DEBUGOPT_LINK   = -g
