r6016 - in /vdr/vdr/trunk/debian: changelog control copyright lintian/vdr rules vdr.dirs vdr.menu

tschmidt at users.alioth.debian.org tschmidt at users.alioth.debian.org
Sat Dec 29 16:04:38 UTC 2007


Author: tschmidt
Date: Sat Dec 29 16:04:38 2007
New Revision: 6016

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6016
Log:
* Do not ignore errors in clean-target
* Added Homepage field to debian/control
* Renamed XS-Vcs-* fields to Vcs-* in debian/control
* Bumped Standards-Version to 3.7.3
* Removed menu file, vdr should allways be used as daemon
* Do not include empty directory /usr/lib/vdr/plugins
* Use ${binary:Version} instead of ${Source-Version} to make package
  binNMUable
* Converted debian/copyright to UTF-8
* Removed override for lintian warning menu-command-not-in-package 

Removed:
    vdr/vdr/trunk/debian/vdr.menu
Modified:
    vdr/vdr/trunk/debian/changelog
    vdr/vdr/trunk/debian/control
    vdr/vdr/trunk/debian/copyright
    vdr/vdr/trunk/debian/lintian/vdr
    vdr/vdr/trunk/debian/rules
    vdr/vdr/trunk/debian/vdr.dirs

Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=6016&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Sat Dec 29 16:04:38 2007
@@ -1,6 +1,6 @@
 vdr (1.4.7-3) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  [ Tobias Grimm ]
   * Synced optional patches with e-tobi.net version of the VDR package
     - Added opt-50_graphtft-0.1.dpatch
     - Added opt-51_cuttime.dpatch
@@ -13,7 +13,19 @@
     - Removed opt-37_submenu.dpatch
     - Updated opt-48_pin.dpatch
 
- -- Tobias Grimm <tg at e-tobi.net>  Mon, 29 Oct 2007 19:53:15 +0100
+  [ Thomas Schmidt ]
+  * Do not ignore errors in clean-target
+  * Added Homepage field to debian/control
+  * Renamed XS-Vcs-* fields to Vcs-* in debian/control
+  * Bumped Standards-Version to 3.7.3
+  * Removed menu file, vdr should allways be used as daemon
+  * Do not include empty directory /usr/lib/vdr/plugins
+  * Use ${binary:Version} instead of ${Source-Version} to make package
+    binNMUable
+  * Converted debian/copyright to UTF-8
+  * Removed override for lintian warning menu-command-not-in-package 
+
+ -- Thomas Schmidt <tschmidt at debian.org>  Sat, 29 Dec 2007 16:56:33 +0100
 
 vdr (1.4.7-2) unstable; urgency=low
 

Modified: vdr/vdr/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/control?rev=6016&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/control (original)
+++ vdr/vdr/trunk/debian/control Sat Dec 29 16:04:38 2007
@@ -4,9 +4,10 @@
 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 (>= 4.1.16), libjpeg62-dev, dpatch, libcap-dev, libncurses5-dev
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/
+Homepage: http://www.cadsoft.de/vdr/
 
 Package: vdr
 Architecture: any
@@ -46,7 +47,7 @@
 
 Package: vdr-plugin-sky
 Architecture: any 
-Depends: ${shlibs:Depends}, vdr (= ${Source-Version})
+Depends: ${shlibs:Depends}, vdr (= ${binary:Version})
 Description: Plugin for using a Sky Digibox with vdr
  Video Disk Recorder (VDR) is a digital sat-receiver program using
  Linux and DVB technologies. It allows one to record MPEG2 streams,
@@ -60,7 +61,7 @@
 
 Package: vdr-plugin-examples
 Architecture: any 
-Depends: ${shlibs:Depends}, vdr (= ${Source-Version})
+Depends: ${shlibs:Depends}, vdr (= ${binary:Version})
 Description: Plugins for vdr to show some possible features
  Video Disk Recorder (VDR) is a digital sat-receiver program using
  Linux and DVB technologies. It allows one to record MPEG2 streams,

Modified: vdr/vdr/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/copyright?rev=6016&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/copyright (original)
+++ vdr/vdr/trunk/debian/copyright Sat Dec 29 16:04:38 2007
@@ -10,7 +10,7 @@
               http://www.nada.kth.se/~ragge/vdr/ttxtsubs/
 
   jumpplay  -  Torsten Kunkel <vdr at tkunkel.de> (initial version)
-               Thomas Günther <tom at toms-cafe.de> (current version)
+               Thomas Günther <tom at toms-cafe.de> (current version)
 
 Theme Authors:
   Blue LCARS - (debian/themes/sttng-blue.theme) from Sascha Volkenandt
@@ -24,7 +24,7 @@
 Debian Maintainers:
 
   Tobias Grimm <tg at e-tobi.net>
-  Thomas Günther <tom at toms-cafe.de>
+  Thomas Günther <tom at toms-cafe.de>
   Thomas Schmidt <tschmidt at debian.org>
 
 Copyright:

Modified: vdr/vdr/trunk/debian/lintian/vdr
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/lintian/vdr?rev=6016&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/lintian/vdr (original)
+++ vdr/vdr/trunk/debian/lintian/vdr Sat Dec 29 16:04:38 2007
@@ -1,2 +1,1 @@
 vdr: package-contains-upstream-install-documentation usr/share/doc/vdr/INSTALL.gz
-vdr: menu-command-not-in-package /usr/share/menu/vdr:2 /usr/bin/vdr

Modified: vdr/vdr/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/rules?rev=6016&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/rules (original)
+++ vdr/vdr/trunk/debian/rules Sat Dec 29 16:04:38 2007
@@ -57,8 +57,8 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) -o .dependencies clean-plugins $(MAKE_OPTIONS)
-	-$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+	$(MAKE) -o .dependencies clean-plugins $(MAKE_OPTIONS)
+	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
 	rm -f vdr-kbd
 	rm -rf PLUGINS/lib
 	rm -f vdr-newplugin

Modified: vdr/vdr/trunk/debian/vdr.dirs
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdr.dirs?rev=6016&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdr.dirs (original)
+++ vdr/vdr/trunk/debian/vdr.dirs Sat Dec 29 16:04:38 2007
@@ -1,3 +1,2 @@
-usr/lib/vdr/plugins
 var/cache/vdr
 var/lib/vdr/plugins




More information about the pkg-vdr-dvb-changes mailing list