diff -Nru libdbi-0.9.0/debian/changelog libdbi-0.9.0/debian/changelog --- libdbi-0.9.0/debian/changelog 2014-01-20 20:21:08.000000000 +0000 +++ libdbi-0.9.0/debian/changelog 2014-04-04 15:34:26.000000000 +0000 @@ -1,3 +1,11 @@ +libdbi (0.9.0-2) unstable; urgency=medium + + * Add missing copyright holders and fixed syntax (Closes: #736240) + * Add Breaks against non-multiarchified versions of libdbd-* packages. + Thanks to Sébastien Villemot for the suggestion (Closes: #737286) + + -- Prach Pongpanich Fri, 04 Apr 2014 16:40:25 +0700 + libdbi (0.9.0-1) unstable; urgency=medium [ Laszlo Boszormenyi (GCS) ] diff -Nru libdbi-0.9.0/debian/control libdbi-0.9.0/debian/control --- libdbi-0.9.0/debian/control 2014-01-20 20:22:25.000000000 +0000 +++ libdbi-0.9.0/debian/control 2014-04-04 15:34:26.000000000 +0000 @@ -17,9 +17,11 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: libapache2-mod-log-sql-dbi (<= 1.100-11), - libdbd-mysql (<< 0.8.2-1), - libdbd-pgsql (<< 0.8.2-1), - libdbd-sqlite (<< 0.8.2-1) + libdbd-freetds (<< 0.9.0-2), + libdbd-mysql (<< 0.9.0-2), + libdbd-pgsql (<< 0.9.0-2), + libdbd-sqlite (<< 0.9.0-2), + libdbd-sqlite3 (<< 0.9.0-2) Multi-Arch: same Description: DB Independent Abstraction Layer for C -- shared library libdbi implements a database-independent abstraction layer in C, similar to diff -Nru libdbi-0.9.0/debian/copyright libdbi-0.9.0/debian/copyright --- libdbi-0.9.0/debian/copyright 2014-01-20 20:18:17.000000000 +0000 +++ libdbi-0.9.0/debian/copyright 2014-04-04 15:34:26.000000000 +0000 @@ -3,66 +3,42 @@ Upstream-Contact: Markus Hoenicka Source: http://libdbi.sourceforge.net/download.html -Files: debian/* -Copyright: (C) 2005-2007 David Nebauer - (C) 2001-2005, David A. Parker - (C) 2007-2012, Thomas Goirand - (C) 2014- Prach Pongpanich - (C) 2014- Laszlo Boszormenyi (GCS) -License: LGPL v2.1 - Files: * Copyright: (c) 2001-2005, David Parker (c) 2001-2004, Mark Tobenkin (c) 2001-2007, Markus Hoenicka - (c) Peter O'Gorman - (configure/Makefile/libtool fixes, OSX guru) - (c) Christian M. Stamgren - (bugfixes, mysql tweaks, list_* tweaks, error tweaks) - (c) Ashish Ranjan - (Mingw port) - (c) Ryan Eatmon - (bugfixes) - (c) Andreas Johansson - (beginnings of sequencing) - (c) Ron Arts - (caught large memory leak) - (c) - (atoll.c bugfix) - (c) Christophe GIAUME - (Solaris asprintf bugfix) - (c) jellifish - (fixed wrong mysql INSERT query behavior) - (c) Ollie Cook - (fixed mysql driver returning empty string as NULL) - (c) Martin Kutschker - (assistance with bugfixes) - (c) Toby Thain - (improve error handling, code cleanups) -License: LGPL v2.1 +License: LGPL-2.1+ + +Files: src/atoll.c +Copyright: (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB +License: GPL-2+ + +Files: src/asprintf.c +Copyright: (C) 1994, 2003 Free Software Foundation, Inc +License: GPL-2+ +Comment: ripped from gcc (libiberty/vasprintf.c). Files: doc/* -Copyright: (c) 2001-2005, Neon Goat Productions - (c) 2001-2007, Markus Hoenicka - (c) 2001-2005, David A. Parker +Copyright: (c) 2001-2013, Neon Goat Productions + (c) 2001-2013, Markus Hoenicka + (c) 2001-2013, David A. Parker License: GFDL-1.1+ -License: LGPL v2.1 - This library is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by the Free - Software Foundation; version 2 of the License. - . - This library 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 Lesser General Public License for more - details. - . - You should have received a copy of the GNU Lesser General Public License along - with this library; if not, write to the Free Software Foundation, Inc., 51 - Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - . - On Debian systems, the complete text of the GNU Lesser General Public - License (LGPL) may be found in /usr/share/common-licenses/LGPL-2.1. +Files: debian/* +Copyright: (C) 2005-2007 David Nebauer + (C) 2001-2005, David A. Parker + (C) 2007-2012, Thomas Goirand + (C) 2014- Prach Pongpanich + (C) 2014- Laszlo Boszormenyi (GCS) +License: LGPL-2.1+ + +License: LGPL-2.1+ + On Debian systems, the full text of the GNU Lesser General Public License + version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. + +License: GPL-2+ + On Debian systems, the full text of the GNU General Public License + version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: GFDL-1.1+ Permission is granted to copy, distribute and/or modify this document under