r6201 - in /vdr/vdr-plugin-fritzbox/trunk/debian: changelog control copyright install patches/ rules
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sat Feb 16 15:40:39 UTC 2008
Author: tiber-guest
Date: Sat Feb 16 15:40:39 2008
New Revision: 6201
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6201
Log:
* New upstream release
* Updated debian/copyright
* Removed 90_fritzbox-0.0.9-compile-fix.dpatch (fixed upstream)
Removed:
vdr/vdr-plugin-fritzbox/trunk/debian/patches/
Modified:
vdr/vdr-plugin-fritzbox/trunk/debian/changelog
vdr/vdr-plugin-fritzbox/trunk/debian/control
vdr/vdr-plugin-fritzbox/trunk/debian/copyright
vdr/vdr-plugin-fritzbox/trunk/debian/install
vdr/vdr-plugin-fritzbox/trunk/debian/rules
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/changelog?rev=6201&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/changelog Sat Feb 16 15:40:39 2008
@@ -1,3 +1,11 @@
+vdr-plugin-fritzbox (0.0.11-1) experimental; urgency=low
+
+ * New upstream release
+ * Updated debian/copyright
+ * Removed 90_fritzbox-0.0.9-compile-fix.dpatch (fixed upstream)
+
+ -- Tobias Grimm <tg at e-tobi.net> Sat, 16 Feb 2008 16:40:17 +0100
+
vdr-plugin-fritzbox (0.0.9-4) unstable; urgency=low
* Release for vdrdevel 1.5.13
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/control?rev=6201&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/control (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/control Sat Feb 16 15:40:39 2008
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <tg at e-tobi.net>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.4.6-2ctvdr1), gettext, dpatch
+Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.4.6-2ctvdr1), gettext
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/copyright?rev=6201&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/copyright Sat Feb 16 15:40:39 2008
@@ -11,10 +11,10 @@
Thomas Schmidt <tschmidt at debian.org>
Copyright:
- (C) 2007 Joachim Wilke, Matthias Becker
+ (C) 2007 - 2008 Joachim Wilke, Matthias Becker
Copyright (Debian packaging):
- (C) 2007 Tobias Grimm, Thomas Günther, Thomas Schmidt
+ (C) 2007 - 2008 Tobias Grimm, Thomas Günther, Thomas Schmidt
License:
This program is free software; you can redistribute it and/or modify
@@ -32,8 +32,8 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
The complete text of the GNU General Public License can be found
- in /usr/share/common-licenses/GPL on most Debian systems.
+ in /usr/share/common-licenses/GPL-2 on most Debian systems.
License (Debian packaging):
The Debian packaging is licensed under the GPL, version 2 or any
- later version, see /usr/share/common-licenses/GPL.
+ later version, see /usr/share/common-licenses/GPL-2.
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/install?rev=6201&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/install (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/install Sat Feb 16 15:40:39 2008
@@ -1,2 +1,2 @@
-libvdr-fritzbox.so.* usr/lib/vdr/plugins/
-locale usr/share/
+libvdr-fritzbox.so.* usr/lib/vdr/plugins/
+debian/tmp/usr/share/locale
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/rules?rev=6201&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/rules (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/rules Sat Feb 16 15:40:39 2008
@@ -1,22 +1,20 @@
#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+#include /usr/share/cdbs/1/rules/dpatch.mk
DEB_INSTALL_CHANGELOGS_ALL = HISTORY
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \
+ LOCALEDIR=debian/tmp/usr/share/locale
common-build-arch::
- mkdir -p locale
$(MAKE) all $(MAKE_OPTIONS)
-clean::
+cleanbuilddir::
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
rm -f libvdr-*.so.*
- rm -rf locale
common-binary-predeb-arch::
sh /usr/share/vdr-dev/patchlevel.sh subst
sh /usr/share/vdr-dev/dependencies.sh
-
More information about the pkg-vdr-dvb-changes
mailing list