--- libcddb-1.3.2.orig/debian/changelog +++ libcddb-1.3.2/debian/changelog @@ -0,0 +1,111 @@ +libcddb (1.3.2-5fakesync1) utopic-proposed; urgency=medium + + * Fake sync due to mismatching orig tarball. + + -- Colin Watson Mon, 28 Jul 2014 01:08:39 +0100 + +libcddb (1.3.2-5) unstable; urgency=medium + + * debian/rules: + - Use dh-autoreconf. Patch by Brahadambal Srinivasan. (Closes: #754247) + + -- Eugene V. Lyubimkin Thu, 24 Jul 2014 21:42:12 +0300 + +libcddb (1.3.2-4) unstable; urgency=low + + * debian/control: + - Bumped debhelper build-dependency to (>= 9). + - Added build-dependency on autotools-dev. + - Bumped Standards-Version to 3.9.5. + - Fixed 'allows to' -> 'allows one to' spelling errors, as suggested by + lintian. + * debian/rules: + - Use dh autotools_dev plugin. (Closes: #727398) + - Override 'dh_auto_configure' instead of 'dh_configure' and pass locally + modified CFLAGS. + * debian/*.install: + - 'debian/tmp/' prefixes are not needed anymore. + - Rewrote to cope with multiarch paths. + * debian/libcddb2-dev.links: + - Removed, replace by a proper line in libcddb2-dev.install. + * debian/compat: + - Bumped to 9. + + -- Eugene V. Lyubimkin Sun, 03 Nov 2013 14:31:09 +0200 + +libcddb (1.3.2-3) unstable; urgency=low + + * debian/libcddb2-dev.install: + - Don't install .la-file. (Closes: #621555) + * debian/control: + - Bumped Standards-Version to 3.9.2, no changes needed. + + -- Eugene V. Lyubimkin Sat, 30 Apr 2011 11:52:30 +0300 + +libcddb (1.3.2-2) unstable; urgency=low + + * debian/control: + - Added build-dependencies on libcdio-dev and pkg-config. + * debian/rules: + - Use dpkg-buildpackage's CFLAGS as base ones. + + -- Eugene V. Lyubimkin Sun, 23 May 2010 17:32:31 +0300 + +libcddb (1.3.2-1) experimental; urgency=low + + * New upstream release. (Closes: #488805) + * debian/watch: + - Added. + * debian/control: + - Set myself as maintainer. Thanks for previous work, Clément Stenac! + (Closes: #580877) + - Fixed 'libccdb' typo in long descriptions. (Closes: #385228) + - Bumped debhelper build-dependency to (>= 7.0.50). + - Made the dependency on shared library package binNMU-safe. + - Added the 'Homepage' field. + - The package now comply with Debian policy 3.8.4, bump Standards-Version + accordingly. + - Set the source section ('devel'). + - Added 'misc:Depends' dependency to headers package too. + * debian/libcddb2.post{inst,rm}: + - Removed, will be automatically generated by to new debhelper. + * debian/compat: + - Created, set to 7. + * debian/rules: + - Rewritten using dh v7 style, added -fPIC to compilation flags. + - Do not run tests, they require Internet connection. + * debian/copyright: + - Inserted the LGPLv2 clause, corrected the path to license file on + Debian systems. + - Converted to UTF-8. + - Inserted full copyright notice. + * debian/libcddb2-dev.install: + - Don't install any files from /usr/lib/include. + * debian/libcddb2-dev.links: + - Created. + * debian/shlibs.local: + - Corrected for current version. + + -- Eugene V. Lyubimkin Sun, 09 May 2010 18:37:53 +0300 + +libcddb (1.2.1-1) unstable; urgency=low + + * New upstream version + * This version changes ABI, so change packages names + * Bump standards version to 3.6.2 + + -- Clément Stenac Sun, 3 Jul 2005 10:01:24 +0200 + +libcddb (0.9.6-2) unstable; urgency=low + + * Fix include directory + * Fix typo in description + + -- Clément Stenac Wed, 6 Apr 2005 23:31:29 +0200 + +libcddb (0.9.6-1) unstable; urgency=low + + * Initial Release (Closes:#200025) + + -- Clément Stenac Sun, 10 Oct 2004 18:18:09 +0200 + --- libcddb-1.3.2.orig/debian/compat +++ libcddb-1.3.2/debian/compat @@ -0,0 +1 @@ +9 --- libcddb-1.3.2.orig/debian/control +++ libcddb-1.3.2/debian/control @@ -0,0 +1,42 @@ +Source: libcddb +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Eugene V. Lyubimkin +Build-Depends: debhelper (>= 9), libcdio-dev (>= 0.76), pkg-config (>= 0.20), + dh-autoreconf +Standards-Version: 3.9.5 +Homepage: http://libcddb.sourceforge.net + +Package: libcddb2-dev +Section: libdevel +Replaces: libcddb-dev +Conflicts: libcddb-dev +Provides: libcddb-dev +Architecture: any +Depends: libcddb2 (= ${binary:Version}), ${misc:Depends} +Description: library to access CDDB data - development files + libcddb is a C library to access data about Audio CD on a CDDB server + . + It allows one to search the database for CD matches, get detailed information + about a CD and submit new CD entries to the database. + It supports both the custom CDDB protocol and the tunneling of the query + over HTTP. HTTP Proxying is supported. It also features a cache system. + . + This package contains the development headers required to compile + libcddb-enabled programs. + +Package: libcddb2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library to access CDDB data - runtime files + libcddb is a C library to access data about Audio CD on a CDDB server + . + It allows one to search the database for CD matches, get detailed information + about a CD and submit new CD entries to the database. + It supports both the custom CDDB protocol and the tunneling of the query + over HTTP. HTTP Proxying is supported. It also features a cache system. + . + This package contains the runtime library required to run libcddb-enabled + programs. --- libcddb-1.3.2.orig/debian/copyright +++ libcddb-1.3.2/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Clement Stenac on +Sun, 10 Oct 2004 18:18:09 +0200. + +It was downloaded from http://libcddb.sourceforge.net/ + +Upstream Author: + + Copyright (C) 2003, 2004, 2005 Kris Verbeeck + +License: + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library 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 Library General Public +License version 2 can be found in /usr/share/common-licenses/LGPL-2. --- libcddb-1.3.2.orig/debian/docs +++ libcddb-1.3.2/debian/docs @@ -0,0 +1,4 @@ +NEWS +README +THANKS +TODO --- libcddb-1.3.2.orig/debian/libcddb2-dev.docs +++ libcddb-1.3.2/debian/libcddb2-dev.docs @@ -0,0 +1,4 @@ +NEWS +README +THANKS +TODO --- libcddb-1.3.2.orig/debian/libcddb2-dev.examples +++ libcddb-1.3.2/debian/libcddb2-dev.examples @@ -0,0 +1,3 @@ +examples/*.c +examples/*.h +examples/Makefil* --- libcddb-1.3.2.orig/debian/libcddb2-dev.install +++ libcddb-1.3.2/debian/libcddb2-dev.install @@ -0,0 +1,4 @@ +usr/include/cddb +usr/lib/*/libcddb.a +usr/lib/*/lib*.so +usr/lib/*/pkgconfig --- libcddb-1.3.2.orig/debian/libcddb2.docs +++ libcddb-1.3.2/debian/libcddb2.docs @@ -0,0 +1,4 @@ +NEWS +README +THANKS +TODO --- libcddb-1.3.2.orig/debian/libcddb2.install +++ libcddb-1.3.2/debian/libcddb2.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* --- libcddb-1.3.2.orig/debian/rules +++ libcddb-1.3.2/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +CFLAGS := $(CFLAGS) -Wall -fPIC + +%: + dh $@ --with autoreconf + +override_dh_auto_configure: + dh_auto_configure -- "CFLAGS=$(CFLAGS)" + +override_dh_auto_test: + --- libcddb-1.3.2.orig/debian/shlibs.local +++ libcddb-1.3.2/debian/shlibs.local @@ -0,0 +1 @@ +libcddb 2 libcddb2 (>> 1.3.0-1) --- libcddb-1.3.2.orig/debian/watch +++ libcddb-1.3.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/libcddb/libcddb-(\d.*)\.tar\.bz2