--- libmrss-0.17.2.orig/debian/changelog +++ libmrss-0.17.2/debian/changelog @@ -0,0 +1,36 @@ +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.17.2.orig/debian/control +++ libmrss-0.17.2/debian/control @@ -0,0 +1,38 @@ +Source: libmrss +Priority: optional +Section: libs +Maintainer: Varun Hiremath +Uploaders: Torsten Werner +Build-Depends: debhelper (>= 5), cdbs, libnxml0-dev, quilt +Standards-Version: 3.7.2 +XS-X-Vcs-Svn: http://bollin.googlecode.com/svn/libmrss/ + +Package: libmrss0-dev +Section: libdevel +Architecture: any +Depends: libmrss0 (= ${binary:Version}), libnxml0-dev +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 +Architecture: any +Depends: ${shlibs:Depends}, ${misc: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} +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.17.2.orig/debian/compat +++ libmrss-0.17.2/debian/compat @@ -0,0 +1 @@ +5 --- libmrss-0.17.2.orig/debian/libmrss0.install +++ libmrss-0.17.2/debian/libmrss0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libmrss.so.* --- libmrss-0.17.2.orig/debian/watch +++ libmrss-0.17.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www2.autistici.org/bakunin/codes.php .*/libmrss-(.*)\.tar\.gz --- libmrss-0.17.2.orig/debian/copyright +++ libmrss-0.17.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.17.2.orig/debian/rules +++ libmrss-0.17.2/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_DH_MAKESHLIBS_ARGS := -V 'libmrss0 (>= 0.17.1)' + --- libmrss-0.17.2.orig/debian/libmrss0-dev.install +++ libmrss-0.17.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/*