r5477 - in /vdr/vdr-plugin-rssreader/branches/devel/debian: changelog control install patches/ rules
tom-guest at users.alioth.debian.org
tom-guest at users.alioth.debian.org
Sat Oct 6 18:22:20 UTC 2007
Author: tom-guest
Date: Sat Oct 6 18:22:20 2007
New Revision: 5477
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5477
Log:
New upstream release 1.1.1
Removed:
vdr/vdr-plugin-rssreader/branches/devel/debian/patches/
Modified:
vdr/vdr-plugin-rssreader/branches/devel/debian/changelog
vdr/vdr-plugin-rssreader/branches/devel/debian/control
vdr/vdr-plugin-rssreader/branches/devel/debian/install
vdr/vdr-plugin-rssreader/branches/devel/debian/rules
Modified: vdr/vdr-plugin-rssreader/branches/devel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/branches/devel/debian/changelog?rev=5477&op=diff
==============================================================================
--- vdr/vdr-plugin-rssreader/branches/devel/debian/changelog (original)
+++ vdr/vdr-plugin-rssreader/branches/devel/debian/changelog Sat Oct 6 18:22:20 2007
@@ -1,9 +1,13 @@
-vdr-plugin-rssreader (1.0.1-11) UNRELEASED; urgency=low
+vdr-plugin-rssreader (1.1.1-1devel1) experimental; urgency=low
+ * New upstream release
+ * Removed 90_rssreader-1.0.1-1.5.3.dpatch (integrated in upstream)
+ * Added gettext to Build-Depends
+ * Added installation of locale files
* Fixed debian-rules-ignores-make-clean-error
* Added full license disclaimer and copyright years to debian/copyright
- -- Thomas Günther <tom at toms-cafe.de> Sat, 6 Oct 2007 01:30:40 +0200
+ -- Thomas Günther <tom at toms-cafe.de> Sat, 6 Oct 2007 20:20:47 +0200
vdr-plugin-rssreader (1.0.1-10) experimental; urgency=low
Modified: vdr/vdr-plugin-rssreader/branches/devel/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/branches/devel/debian/control?rev=5477&op=diff
==============================================================================
--- vdr/vdr-plugin-rssreader/branches/devel/debian/control (original)
+++ vdr/vdr-plugin-rssreader/branches/devel/debian/control Sat Oct 6 18:22:20 2007
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Thomas Günther <tom at toms-cafe.de>, Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.4.5-1), libexpat1-dev, libcurl-dev, dpatch
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.4.5-1), libexpat1-dev, libcurl-dev, dpatch, gettext
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/trunk/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/trunk/
Modified: vdr/vdr-plugin-rssreader/branches/devel/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/branches/devel/debian/install?rev=5477&op=diff
==============================================================================
--- vdr/vdr-plugin-rssreader/branches/devel/debian/install (original)
+++ vdr/vdr-plugin-rssreader/branches/devel/debian/install Sat Oct 6 18:22:20 2007
@@ -1,2 +1,3 @@
libvdr-rssreader.so.* usr/lib/vdr/plugins/
debian/rssreader.conf etc/vdr/plugins/
+locale usr/share/
Modified: vdr/vdr-plugin-rssreader/branches/devel/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/branches/devel/debian/rules?rev=5477&op=diff
==============================================================================
--- vdr/vdr-plugin-rssreader/branches/devel/debian/rules (original)
+++ vdr/vdr-plugin-rssreader/branches/devel/debian/rules Sat Oct 6 18:22:20 2007
@@ -13,7 +13,7 @@
endif
# To use dpatch uncomment the following line and set Build-Depends to dpatch
-DPATCH=yes
+# DPATCH=yes
ifdef DPATCH
include /usr/share/dpatch/dpatch.make
@@ -23,7 +23,7 @@
unpatch:
endif
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=.
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
configure: configure-stamp
configure-stamp: patch-stamp
@@ -43,6 +43,7 @@
rm -f build-stamp configure-stamp
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
rm -f libvdr-*.so.*
+ rm -rf locale
dh_clean
install: build
More information about the pkg-vdr-dvb-changes
mailing list