package liferea tag 393160 patch thanks I've prepared an updated package. I'm attaching the diff here.
Franz, if you don't mind, I'll ask my sponsor next monday to upload it. I assume your offer for comaintainership included this stable version and not just the one for experimental. If I assumed wrong I'll just leave the patch here. -- Rodrigo Gallardo
Index: debian/control =================================================================== --- debian/control (revisi?n: 67) +++ debian/control (revisi?n: 69) @@ -2,12 +2,13 @@ Section: gnome Priority: optional Maintainer: Franz Pletz <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), libgtkhtml2-dev, libxul-dev, libgconf2-dev, libdbus-glib-1-dev, libsm-dev +Uploaders: Luis Rodrigo Gallardo Cruz <[EMAIL PROTECTED]> +Build-Depends: autotools-dev, debhelper (>> 4.0.0), libgtkhtml2-dev, libxul-dev, libgconf2-dev, libdbus-glib-1-dev, libsm-dev Standards-Version: 3.7.2.0 Package: liferea Architecture: any -Depends: ${shlibs:Depends}, liferea-gtkhtml (=${Source-Version}) | liferea-xulrunner (=${Source-Version}), dbus-1-utils, gconf2 +Depends: ${shlibs:Depends}, ${misc:Depends}, liferea-gtkhtml (=${Source-Version}) | liferea-xulrunner (=${Source-Version}), dbus-1-utils Description: feed aggregator for GNOME Liferea is a simple FeedReader clone for GNOME. It is a reader for RSS/RDF feeds which also supports CDF channels, Atom/Echo/PIE feeds and @@ -19,7 +20,7 @@ Package: liferea-gtkhtml Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: gtkhtml-based rendering library for Liferea Liferea is a simple FeedReader clone for GNOME2. It is a reader for RSS/RDF feeds which also supports CDF channels, Atom/Echo/PIE feeds and @@ -31,7 +32,7 @@ Package: liferea-xulrunner Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Provides: liferea-mozilla Conflicts: liferea-mozilla (<< 1.0.17-1) Replaces: liferea-mozilla (<< 1.0.17-1) @@ -48,4 +49,6 @@ Architecture: all Depends: liferea-xulrunner Description: transitional dummy package + This is a dummy package to ease transition from previous versions of liferea. + It can be safely removed from your system after updating. Index: debian/changelog =================================================================== --- debian/changelog (revisi?n: 67) +++ debian/changelog (revisi?n: 69) @@ -1,3 +1,14 @@ +liferea (1.0.25-1) unstable; urgency=low + + * New upstream release (Closes: #393160). + * Provide long description for liferea-mozilla (closes: #379669). + * Generate gconf2 dependency by using ${misc:Depends}, so that it's + properly versioned. + * Link html documentation from /usr/share/doc/liferea. + * Added build-depends on autotools-dev, to get config.sub and config.guess. + + -- Luis Rodrigo Gallardo Cruz <[EMAIL PROTECTED]> Thu, 2 Nov 2006 20:32:29 -0600 + liferea (1.0.18-1) unstable; urgency=low * New upstream release. (Closes: #378645) Index: debian/rules =================================================================== --- debian/rules (revisi?n: 67) +++ debian/rules (revisi?n: 69) @@ -10,6 +10,8 @@ config.status: configure dh_testdir + cp -f /usr/share/misc/config.sub config.sub + cp -f /usr/share/misc/config.guess config.guess CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc --disable-gecko --enable-sm ln -s $(CURDIR)/liferea.1 $(CURDIR)/debian/liferea-bin.1 ln -s $(CURDIR)/liferea.1 $(CURDIR)/debian/liferea-add-feed.1 @@ -27,12 +29,6 @@ rm -f build-stamp config.log debian/liferea-bin.1 \ debian/liferea-add-feed.1 -$(MAKE) distclean -ifneq "$(wildcard /usr/share/misc/config.sub)" "" - cp -f /usr/share/misc/config.sub config.sub -endif -ifneq "$(wildcard /usr/share/misc/config.guess)" "" - cp -f /usr/share/misc/config.guess config.guess -endif dh_clean @@ -44,6 +40,9 @@ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 $(MAKE) install DESTDIR=$(CURDIR)/debian/liferea # add the debian menu icon cp debian/liferea.xpm debian/liferea/usr/share/liferea/pixmaps/ + # Link documentation + mkdir -p debian/liferea/usr/share/doc/liferea + ln -s ../../liferea/doc/html debian/liferea/usr/share/doc/liferea/html dh_movefiles --sourcedir=debian/liferea # Build architecture-independent files here.