r6503 - in /vdr/vdr-plugin-sudoku/trunk/debian: control copyright docs install rules

tom-guest at users.alioth.debian.org tom-guest at users.alioth.debian.org
Sun Mar 23 16:38:02 UTC 2008


Author: tom-guest
Date: Sun Mar 23 16:38:02 2008
New Revision: 6503

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6503
Log:
Added gettext to Build-Depends, Corrected install, copyright and rules

Removed:
    vdr/vdr-plugin-sudoku/trunk/debian/docs
Modified:
    vdr/vdr-plugin-sudoku/trunk/debian/control
    vdr/vdr-plugin-sudoku/trunk/debian/copyright
    vdr/vdr-plugin-sudoku/trunk/debian/install
    vdr/vdr-plugin-sudoku/trunk/debian/rules

Modified: vdr/vdr-plugin-sudoku/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-sudoku/trunk/debian/control?rev=6503&op=diff
==============================================================================
--- vdr/vdr-plugin-sudoku/trunk/debian/control (original)
+++ vdr/vdr-plugin-sudoku/trunk/debian/control Sun Mar 23 16:38:02 2008
@@ -3,11 +3,11 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Thomas Günther <tom at toms-cafe.de>, Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>> 4.1.16), cdbs, vdr-dev (>= 1.6.0-1)
+Build-Depends: debhelper (>> 4.1.16), cdbs, vdr-dev (>= 1.6.0-1), gettext
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-sudoku/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-sudoku/trunk/
-Homepage: http://toms-cafe.de/vdr/sudoku
+Homepage: http://toms-cafe.de/vdr/sudoku/
 
 Package: vdr-plugin-sudoku
 Architecture: any

Modified: vdr/vdr-plugin-sudoku/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-sudoku/trunk/debian/copyright?rev=6503&op=diff
==============================================================================
--- vdr/vdr-plugin-sudoku/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-sudoku/trunk/debian/copyright Sun Mar 23 16:38:02 2008
@@ -1,5 +1,5 @@
 Upstream Homepage:
-    http://toms-cafe.de/vdr/sudoku
+    http://toms-cafe.de/vdr/sudoku/
 
 Upstream Author:
     Thomas Günther <tom at toms-cafe.de>
@@ -10,10 +10,10 @@
     Thomas Schmidt <tschmidt at debian.org>
 
 Copyright:
-    (C) 2005 - 2008 Thomas Günther <tom at toms-cafe.de>
+    (C) 2005-2008 Thomas Günther <tom at toms-cafe.de>
 
 Copyright (Debian packaging):
-    (C) 2005 - 2008 Tobias Grimm, Thomas Günther, Thomas Schmidt
+    (C) 2005-2008 Tobias Grimm, Thomas Günther, Thomas Schmidt
 
 License:
     This program is free software; you can redistribute it and/or modify
@@ -26,14 +26,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.
+    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-sudoku/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-sudoku/trunk/debian/install?rev=6503&op=diff
==============================================================================
--- vdr/vdr-plugin-sudoku/trunk/debian/install (original)
+++ vdr/vdr-plugin-sudoku/trunk/debian/install Sun Mar 23 16:38:02 2008
@@ -1,2 +1,3 @@
 libvdr-sudoku.so.*      usr/lib/vdr/plugins/
 tools/sudoku_generator  usr/bin/
+debian/tmp/usr/share/locale

Modified: vdr/vdr-plugin-sudoku/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-sudoku/trunk/debian/rules?rev=6503&op=diff
==============================================================================
--- vdr/vdr-plugin-sudoku/trunk/debian/rules (original)
+++ vdr/vdr-plugin-sudoku/trunk/debian/rules Sun Mar 23 16:38:02 2008
@@ -4,17 +4,19 @@
 
 DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=debian/tmp/usr/share/locale
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \
+               LOCALEDIR=debian/tmp/usr/share/locale
 
 common-build-arch::
 	$(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
 
+srcdoc:
+	-$(MAKE) -o .dependencies srcdoc $(MAKE_OPTIONS)




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