--- libmrss-0.19.2.orig/debian/changelog +++ libmrss-0.19.2/debian/changelog @@ -0,0 +1,122 @@ +libmrss (0.19.2-1build1) jaunty; urgency=low + + * No-change rebuild against libnxml-abi-0.18.3. + + -- Steve Langasek Wed, 28 Jan 2009 05:54:16 +0000 + +libmrss (0.19.2-1) unstable; urgency=low + + * new upstream bugfix release + * Bump up Standards-Version: 3.8.0 (no changes needed). + + -- Torsten Werner Sun, 24 Aug 2008 15:33:16 +0200 + +libmrss (0.19.1-3) unstable; urgency=low + + * Fix symlink libmrss-depends. + + -- Torsten Werner Sat, 12 Apr 2008 10:01:02 +0200 + +libmrss (0.19.1-2) unstable; urgency=low + + * Remove libmrss-depends after understanding that dpkg-shlibdeps has all the + needed functionality. + * Keep a dummy symlink to /bin/true to avoid breaking packages that call + libmrss-depends. + * Do not call libnxml-depends any more. + + -- Torsten Werner Sat, 05 Apr 2008 18:28:16 +0200 + +libmrss (0.19.1-1) unstable; urgency=low + + * new upstream release + * Change Depends: libnxml0-dev (>= 0.18.1-4) for libmrss0-dev. + + -- Torsten Werner Sun, 09 Mar 2008 23:12:05 +0100 + +libmrss (0.19.0-2) unstable; urgency=low + + [ Varun Hiremath ] + * Add libmrss-depends script to generate dependencies for the libmrss + library. (Closes: #464019) + + [ Torsten Werner ] + * Use the libnxml-depends mechanism to calculate correct deps to libnxml0. + + -- Torsten Werner Sat, 23 Feb 2008 18:45:26 +0100 + +libmrss (0.19.0-1) unstable; urgency=low + + * New upstream release + + -- Varun Hiremath Sun, 03 Feb 2008 01:09:41 +0530 + +libmrss (0.18.0-3) unstable; urgency=low + + * Bump Standards-Version to 3.7.3 + * Bump debhelper compat to 6 + * Add libmrss0 to libmrss0-dbg Depends (Closes: #463182) + + -- Varun Hiremath Wed, 30 Jan 2008 09:34:08 +0530 + +libmrss (0.18.0-2) unstable; urgency=low + + * Include test/* files as examples in libmrss0-dev package (Closes: #447251) + + -- Varun Hiremath Mon, 22 Oct 2007 23:36:12 +0530 + +libmrss (0.18.0-1) unstable; urgency=low + + * New upstream release. + + -- Varun Hiremath Fri, 03 Aug 2007 08:18:31 +0530 + +libmrss (0.17.4-1) unstable; urgency=low + + [ Varun Hiremath ] + * New upstream release + + [ Torsten Werner ] + * Add a versioned shlib dependency that always requires the newest upstream + version because we cannot count on upstream's author to update the library + version correctly. + * Update libmrss-dev's depends in debian/control accordingly. + + -- Torsten Werner Sun, 1 Jul 2007 23:31:57 +0200 + +libmrss (0.17.2-2) unstable; urgency=low + + * Start transition to libcurl4-dev. + * Add some missing Depends and Recommends. + + -- Torsten Werner Sat, 12 May 2007 12:00:58 +0200 + +libmrss (0.17.2-1) unstable; urgency=low + + * New upstream release + * Add DEB_DH_MAKESHLIBS_ARGS as a workaround for ABI change in 0.17.1. + (Closes: #420012) + + -- Torsten Werner Sat, 5 May 2007 17:19:03 +0200 + +libmrss (0.17.1-1) unstable; urgency=low + + * New upstream release + + -- Varun Hiremath Tue, 10 Apr 2007 20:45:28 +0530 + +libmrss (0.17-1) unstable; urgency=low + + * New upstream release + + -- Varun Hiremath Sun, 11 Feb 2007 11:04:37 +0530 + +libmrss (0.16-1) unstable; urgency=low + + [ Varun Hiremath ] + * Initial Release. (Closes: #404213) + + [ Torsten Werner ] + * Add myself to Uploaders in debian/control. + + -- Varun Hiremath Fri, 29 Dec 2006 22:12:08 +0530 --- libmrss-0.19.2.orig/debian/control +++ libmrss-0.19.2/debian/control @@ -0,0 +1,42 @@ +Source: libmrss +Priority: optional +Section: libs +Maintainer: Varun Hiremath +Uploaders: Torsten Werner +Build-Depends: debhelper (>= 6), cdbs, libnxml0-dev (>= 0.18.1-4), quilt +Standards-Version: 3.8.0 +Homepage: http://www5.autistici.org/bakunin/libmrss/doc/index.html +Vcs-Svn: https://bollin.googlecode.com/svn/libmrss/ +Vcs-Browser: http://bollin.googlecode.com/svn/libmrss/ + +Package: libmrss0-dev +Section: libdevel +Architecture: any +Depends: libmrss0 (= ${binary:Version}), libnxml0-dev (>= 0.18.1-4) +Description: C library for parsing, writing and creating RSS files or streams + libmrss is a C library for parsing, writing and creating RSS + (0.91, 0.92, 1.0, 2.0) files or streams. + . + This package provides a static library and C header files. + +Package: libmrss0 +Section: libs +Provides: libmrss-abi-${source:Upstream-Version} +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${libnxml-abi:Depends} +Description: C library for parsing, writing and creating RSS files or streams + libmrss is a C library for parsing, writing and creating RSS + (0.91, 0.92, 1.0, 2.0) files or streams. + . + This package contains the shared libraries. + +Package: libmrss0-dbg +Priority: extra +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libmrss0 (= ${binary:Version}) +Recommends: libnxml0-dbg +Description: C library for parsing, writing and creating RSS files or streams + libmrss is a C library for parsing, writing and creating RSS + (0.91, 0.92, 1.0, 2.0) files or streams. + . + This package ships the debugging symbols. --- libmrss-0.19.2.orig/debian/compat +++ libmrss-0.19.2/debian/compat @@ -0,0 +1 @@ +5 --- libmrss-0.19.2.orig/debian/libmrss0.install +++ libmrss-0.19.2/debian/libmrss0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libmrss.so.* --- libmrss-0.19.2.orig/debian/watch +++ libmrss-0.19.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www2.autistici.org/bakunin/codes.php .*/libmrss-(.*)\.tar\.gz --- libmrss-0.19.2.orig/debian/libmrss0-dev.examples +++ libmrss-0.19.2/debian/libmrss0-dev.examples @@ -0,0 +1,2 @@ +test/*.c +test/Makefile --- libmrss-0.19.2.orig/debian/libmrss0-dev.links +++ libmrss-0.19.2/debian/libmrss0-dev.links @@ -0,0 +1 @@ +/bin/true /usr/bin/libmrss-depends --- libmrss-0.19.2.orig/debian/copyright +++ libmrss-0.19.2/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Varun Hiremath on +Thu, 26 Dec 2006 23:01:02 +0530. + +It was downloaded from http://autistici.org/bakunin/codes.php + +Upstream Author: Andrea Marchesini + +Copyright: (C) 2005-2006 bakunin - Andrea Marchesini + +License: + + 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; either + version 2.1 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 + Lesser General Public License for more details. + + On Debian systems, you can find the LGPL license in: + /usr/share/common-licenses/LGPL + +The Debian packaging is (C) 2006, Varun Hiremath and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- libmrss-0.19.2.orig/debian/rules +++ libmrss-0.19.2/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +DEB_COMPRESS_EXCLUDE := .c + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +DEB_DH_MAKESHLIBS_ARGS := -V "libmrss0, libmrss-abi-$(DEB_UPSTREAM_VERSION)" + +get-orig-source: + -uscan --upstream-version 0 --rename --- libmrss-0.19.2.orig/debian/libmrss0-dev.install +++ libmrss-0.19.2/debian/libmrss0-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/libmrss.la +debian/tmp/usr/lib/libmrss.a +debian/tmp/usr/lib/libmrss.so +debian/tmp/usr/lib/pkgconfig/* --- libmrss-0.19.2.orig/debian/patches/README.diff +++ libmrss-0.19.2/debian/patches/README.diff @@ -0,0 +1,9 @@ +Index: libmrss-0.18.0/README +=================================================================== +--- libmrss-0.18.0.orig/README 2007-10-22 23:30:50.000000000 +0530 ++++ libmrss-0.18.0/README 2007-10-22 23:30:56.000000000 +0530 +@@ -1,3 +1,3 @@ + mRSS is a C library for parsing, writing and creating RSS files or streams. + +-Read the test/*.c files as examples. ++Read the examples/*.c files as examples. --- libmrss-0.19.2.orig/debian/patches/series +++ libmrss-0.19.2/debian/patches/series @@ -0,0 +1 @@ +README.diff