Package: liferea
Version: 1.5.5-1
Severity: wishlist
Tags: patch
I got the experimental upstream release 1.5.5 to build with a few
minor changes to the debian branch, attached below.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable'), (400, 'unstable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages liferea depends on:
ii gconf2 2.22.0-1 GNOME configuration database syste
ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libcairo2 1.6.4-6 The Cairo 2D vector graphics libra
ii libcurl3 7.18.2-5 Multi-protocol file transfer libra
ii libdbus-glib-1-2 0.76-1 simple interprocess messaging syst
ii libgcc1 1:4.3.1-2 GCC support library
ii libgconf2-4 2.22.0-1 GNOME configuration database syste
ii libglade2-0 1:2.6.2-1 library to load .glade files at ru
ii libglib2.0-0 2.16.4-2 The GLib library of C routines
ii libgtk2.0-0 2.12.10-2 The GTK+ graphical user interface
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii liblua5.1-0 5.1.3-1 Simple, extensible, embeddable pro
ii libnm-glib0 0.6.6-2 network management framework (GLib
ii libnotify1 [libnotify1-gtk 0.4.4-3 sends desktop notifications to a n
ii libpango1.0-0 1.20.5-1 Layout and rendering of internatio
ii libsm6 2:1.0.3-2 X11 Session Management library
ii libsqlite3-0 3.5.9-3 SQLite 3 shared library
ii libstdc++6 4.3.1-2 The GNU Standard C++ Library v3
ii libx11-6 2:1.1.4-2 X11 client-side library
ii libxml2 2.6.32.dfsg-2 GNOME XML library
ii libxslt1.1 1.1.24-1 XSLT processing library - runtime
ii libxul0d 1.8.1.14-3.1 Gecko engine library
Versions of packages liferea recommends:
ii curl 7.18.2-5 Get a file from an HTTP, HTTPS or
ii dbus 1.2.1-2 simple interprocess messaging syst
ii dbus-x11 1.2.1-2 simple interprocess messaging syst
ii wget 1.11.4-1 retrieves files from the web
liferea suggests no packages.
-- no debconf information
>From ba8a091cccb6f287070b2cf818f45ab2d0dc30f7 Mon Sep 17 00:00:00 2001
From: Eric Cooper <[EMAIL PROTECTED]>
Date: Tue, 29 Jul 2008 17:31:36 -0400
Subject: [PATCH] Add build-dependencies on intltool and libcurl3
---
liferea/debian/changelog | 6 ++++++
liferea/debian/control | 1 +
liferea/debian/rules | 2 +-
3 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/liferea/debian/changelog b/liferea/debian/changelog
index d3d8df4..35afb46 100644
--- a/liferea/debian/changelog
+++ b/liferea/debian/changelog
@@ -1,3 +1,9 @@
+liferea (1.5.5-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Eric Cooper <[EMAIL PROTECTED]> Tue, 29 Jul 2008 17:11:30 -0400
+
liferea (1.4.15-1) unstable; urgency=low
* New upstream release.
diff --git a/liferea/debian/control b/liferea/debian/control
index d502b9a..ef71fd5 100644
--- a/liferea/debian/control
+++ b/liferea/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Franz Pletz <[EMAIL PROTECTED]>
Uploaders: Luis Rodrigo Gallardo Cruz <[EMAIL PROTECTED]>
Build-Depends: autotools-dev, quilt (>=0.40-1),
+ intltool (>= 0.40), libcurl3-dev,
debhelper (>= 5.0.51~), libxul-dev,
libgconf2-dev, libdbus-glib-1-dev, libsm-dev, libgnutls-dev,
liblua5.1-0-dev, libnotify-dev, libxml-parser-perl, libxslt1-dev,
diff --git a/liferea/debian/rules b/liferea/debian/rules
index 7c9bf59..7ead096 100755
--- a/liferea/debian/rules
+++ b/liferea/debian/rules
@@ -71,7 +71,7 @@ install: build
mkdir -p debian/liferea/usr/share/doc/liferea
ln -s ../../liferea/doc/html debian/liferea/usr/share/doc/liferea/html
# Do not separately ship xspf's license
- rm debian/liferea/usr/share/liferea/media/xspf_license.txt
+ rm -f debian/liferea/usr/share/liferea/media/xspf_license.txt
dh_movefiles --sourcedir=debian/liferea
# Build architecture-independent files here.
--
1.5.6.2