r5442 - in /vdr/vdr-plugin-spider/trunk/debian: changelog control copyright install rules
tom-guest at users.alioth.debian.org
tom-guest at users.alioth.debian.org
Wed Sep 26 22:11:17 UTC 2007
Author: tom-guest
Date: Wed Sep 26 22:11:17 2007
New Revision: 5442
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5442
Log:
New upstream release 0.2.0
Modified:
vdr/vdr-plugin-spider/trunk/debian/changelog
vdr/vdr-plugin-spider/trunk/debian/control
vdr/vdr-plugin-spider/trunk/debian/copyright
vdr/vdr-plugin-spider/trunk/debian/install
vdr/vdr-plugin-spider/trunk/debian/rules
Modified: vdr/vdr-plugin-spider/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-spider/trunk/debian/changelog?rev=5442&op=diff
==============================================================================
--- vdr/vdr-plugin-spider/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-spider/trunk/debian/changelog Wed Sep 26 22:11:17 2007
@@ -1,3 +1,10 @@
+vdr-plugin-spider (0.2.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Added gettext to Build-Depends
+
+ -- Thomas Günther <tom at toms-cafe.de> Wed, 26 Sep 2007 23:38:33 +0200
+
vdr-plugin-spider (0.1.4-4) unstable; urgency=low
* Release for vdrdevel 1.5.9
Modified: vdr/vdr-plugin-spider/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-spider/trunk/debian/control?rev=5442&op=diff
==============================================================================
--- vdr/vdr-plugin-spider/trunk/debian/control (original)
+++ vdr/vdr-plugin-spider/trunk/debian/control Wed Sep 26 22:11:17 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>, Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <tg at e-tobi.net>
-Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.4.5-1)
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.4.5-1), gettext
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-spider/trunk/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-spider/trunk/
Modified: vdr/vdr-plugin-spider/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-spider/trunk/debian/copyright?rev=5442&op=diff
==============================================================================
--- vdr/vdr-plugin-spider/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-spider/trunk/debian/copyright Wed Sep 26 22:11:17 2007
@@ -1,20 +1,22 @@
-This package was debianized by Thomas Günther <tom at toms-cafe.de> on
-Thu, 12 May 2005 03:00:00 +0200.
+Upstream Homepage:
+ http://toms-cafe.de/vdr/spider/
-Current Debian Maintainers:
+Upstream Author:
+ Thomas Günther <tom at toms-cafe.de>
+
+Debian Maintainers:
Tobias Grimm <tg at e-tobi.net>
Thomas Günther <tom at toms-cafe.de>
Thomas Schmidt <tschmidt at debian.org>
-It was downloaded from: http://toms-cafe.de/vdr/spider
-
-Upstream Author: Thomas Günther <tom at toms-cafe.de>
-
Copyright:
- (C) 2005-2007 Thomas Günther <tom at toms-cafe.de>
+ (C) 2005 - 2007 Thomas Günther
Copyright for the card images (spider/*.xpm):
- (C) 2004-2005 Patrick Maier <maierp at gmx dot net>
+ (C) 2004 - 2005 Patrick Maier
+
+Copyright (Debian packaging):
+ (C) 2005 - 2007 Tobias Grimm, Thomas Günther, Thomas Schmidt
License:
This program is free software; you can redistribute it and/or modify
@@ -27,17 +29,13 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public License with
- the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
- if not, write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301, USA.
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- On Debian systems, the complete text of the GNU General Public
- License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+ The complete text of the GNU General Public License can be found
+ in /usr/share/common-licenses/GPL on most Debian systems.
-Copyright for the Debian packaging:
- (C) 2005-2007 Thomas Günther <tom at toms-cafe.de>
- (C) 2005-2007 Thomas Schmidt <tschmidt at debian.org>
- (C) 2005-2007 Tobias Grimm <tg at e-tobi.net>
-
-The Debian packaging is licensed under the GPL, see above.
+License (Debian packaging):
+ The Debian packaging is licensed under the GPL, version 2 or any
+ later version, see /usr/share/common-licenses/GPL.
Modified: vdr/vdr-plugin-spider/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-spider/trunk/debian/install?rev=5442&op=diff
==============================================================================
--- vdr/vdr-plugin-spider/trunk/debian/install (original)
+++ vdr/vdr-plugin-spider/trunk/debian/install Wed Sep 26 22:11:17 2007
@@ -1,2 +1,3 @@
libvdr-spider.so.* usr/lib/vdr/plugins/
spider usr/share/vdr-plugin-spider/
+locale usr/share/
Modified: vdr/vdr-plugin-spider/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-spider/trunk/debian/rules?rev=5442&op=diff
==============================================================================
--- vdr/vdr-plugin-spider/trunk/debian/rules (original)
+++ vdr/vdr-plugin-spider/trunk/debian/rules Wed Sep 26 22:11:17 2007
@@ -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