r5512 - in /vdr/vdr-plugin-xine/trunk/debian: changelog patches/01_upstream.dpatch patches/02_constness.dpatch patches/03_extra_keys.dpatch
tschmidt at users.alioth.debian.org
tschmidt at users.alioth.debian.org
Sun Oct 7 22:13:44 UTC 2007
Author: tschmidt
Date: Sun Oct 7 22:13:44 2007
New Revision: 5512
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5512
Log:
- Updated 02_constness.dpatch
- Removed 01_upstream.dpatch
- Removed 03_extra_keys.dpatch
* Build-Depend on libxine-dev (>= 1.1.90hg+20070930-1)
Removed:
vdr/vdr-plugin-xine/trunk/debian/patches/01_upstream.dpatch
vdr/vdr-plugin-xine/trunk/debian/patches/03_extra_keys.dpatch
Modified:
vdr/vdr-plugin-xine/trunk/debian/changelog
vdr/vdr-plugin-xine/trunk/debian/patches/02_constness.dpatch
Modified: vdr/vdr-plugin-xine/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xine/trunk/debian/changelog?rev=5512&op=diff
==============================================================================
--- vdr/vdr-plugin-xine/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-xine/trunk/debian/changelog Sun Oct 7 22:13:44 2007
@@ -2,13 +2,17 @@
* First upload to the official archive (Closes: #445712)
* New upstream release
+ - Updated 02_constness.dpatch
+ - Removed 01_upstream.dpatch
+ - Removed 03_extra_keys.dpatch
* Updated debian/copyright
* Updated package description
* Build-Depend on debhelper (>= 5), set COMPAT-Level to 5
* Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control
* Changed clean-target in debian/rules to not ignore errors
-
- -- Thomas Schmidt <tschmidt at debian.org> Mon, 08 Oct 2007 00:03:46 +0200
+ * Build-Depend on libxine-dev (>= 1.1.90hg+20070930-1)
+
+ -- Thomas Schmidt <tschmidt at debian.org> Mon, 08 Oct 2007 00:13:25 +0200
vdr-plugin-xine (0.7.10-3) experimental; urgency=low
Modified: vdr/vdr-plugin-xine/trunk/debian/patches/02_constness.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xine/trunk/debian/patches/02_constness.dpatch?rev=5512&op=diff
==============================================================================
--- vdr/vdr-plugin-xine/trunk/debian/patches/02_constness.dpatch (original)
+++ vdr/vdr-plugin-xine/trunk/debian/patches/02_constness.dpatch Sun Oct 7 22:13:44 2007
@@ -12,11 +12,11 @@
--static const char *VERSION = "0.7.10";
--static const char *DESCRIPTION = "Software based playback using xine";
+-static const char *VERSION = "0.7.11";
+-static const char *DESCRIPTION = tr("Software based playback using xine");
-//static const char *MAINMENUENTRY = "xine - Toggle prebuffer setting";
-+static const char VERSION[] = "0.7.10";
-+static const char DESCRIPTION[] = "Software based playback using xine";
++static const char VERSION[] = "0.7.11";
++static const char DESCRIPTION[] = tr("Software based playback using xine");
+//static const char MAINMENUENTRY[] = "xine - Toggle prebuffer setting";
More information about the pkg-vdr-dvb-changes
mailing list