r5636 - in /vdr/vdr-plugin-wirbelscan/trunk/debian: changelog control copyright install patches/ rules
tom-guest at users.alioth.debian.org
tom-guest at users.alioth.debian.org
Sat Oct 27 17:25:23 UTC 2007
Author: tom-guest
Date: Sat Oct 27 17:25:23 2007
New Revision: 5636
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5636
Log:
New upstream release 0.0.3~20070903
Removed:
vdr/vdr-plugin-wirbelscan/trunk/debian/patches/
Modified:
vdr/vdr-plugin-wirbelscan/trunk/debian/changelog
vdr/vdr-plugin-wirbelscan/trunk/debian/control
vdr/vdr-plugin-wirbelscan/trunk/debian/copyright
vdr/vdr-plugin-wirbelscan/trunk/debian/install
vdr/vdr-plugin-wirbelscan/trunk/debian/rules
Modified: vdr/vdr-plugin-wirbelscan/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/changelog?rev=5636&op=diff
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/changelog Sat Oct 27 17:25:23 2007
@@ -1,3 +1,14 @@
+vdr-plugin-wirbelscan (0.0.3~20070903-1) unstable; urgency=low
+
+ * New upstream release
+ * Removed 90_wirbelscan-0.0.2-1.5.1.dpatch
+ * 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, 27 Oct 2007 19:21:31 +0200
+
vdr-plugin-wirbelscan (0.0.2-4) unstable; urgency=low
* New Debian release for changed patches in VDR 1.4.7
Modified: vdr/vdr-plugin-wirbelscan/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/control?rev=5636&op=diff
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/control (original)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/control Sat Oct 27 17:25:23 2007
@@ -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), vdr-dev (>= 1.4.6-2), dpatch
+Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.6-2), dpatch, gettext
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/
Modified: vdr/vdr-plugin-wirbelscan/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/copyright?rev=5636&op=diff
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/copyright Sat Oct 27 17:25:23 2007
@@ -1,7 +1,5 @@
-This package was debianized by Horst Tritremmel <peter_weber69 at gmx.at> on
-Sat, 2 Dec 2006 22:14:11 +0100.
-
-It was downloaded from http://free.pages.at/wirbel4vdr/wirbelscan/index2.html
+Upstream Homepage:
+ http://free.pages.at/wirbel4vdr/wirbelscan/index2.html
Upstream Author:
Winfried Koehler <handygewinnspiel AET gmx dOt de>
@@ -9,9 +7,16 @@
Debian Maintainers:
Horst Tritremmel <peter_weber69 at gmx.at>
-
+ Tobias Grimm <tg at e-tobi.net>
+ Thomas Günther <tom at toms-cafe.de>
+ Thomas Schmidt <tschmidt at debian.org>
+
Copyright:
- (C) 2006 Winfried Koehler
+ (C) 2006-2007 Winfried Koehler
+
+Copyright (Debian packaging):
+ (C) 2006-2007 Horst Tritremmel, Tobias Grimm, Thomas Günther,
+ Thomas Schmidt
License:
This program is free software; you can redistribute it and/or modify
@@ -24,10 +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
- along with this program; 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.
The complete text of the GNU General Public License can be found
in /usr/share/common-licenses/GPL 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.
Modified: vdr/vdr-plugin-wirbelscan/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/install?rev=5636&op=diff
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/install (original)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/install Sat Oct 27 17:25:23 2007
@@ -1,1 +1,2 @@
libvdr-wirbelscan.so.* usr/lib/vdr/plugins/
+locale usr/share/
Modified: vdr/vdr-plugin-wirbelscan/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/rules?rev=5636&op=diff
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/rules (original)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/rules Sat Oct 27 17:25:23 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 = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
configure: configure-stamp
configure-stamp: patch-stamp
@@ -41,8 +41,9 @@
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
- -$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+ $(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
rm -f libvdr-*.so.*
+ rm -rf locale
dh_clean
install: build
@@ -76,7 +77,7 @@
dh_installchangelogs HISTORY
dh_link
dh_strip
- dh_compress --exclude=T3001
+ dh_compress
dh_fixperms
# dh_makeshlibs
dh_installdeb
More information about the pkg-vdr-dvb-changes
mailing list