r6094 - in /vdr/vdr-plugin-live/trunk/debian: changelog control copyright install rules

tom-guest at users.alioth.debian.org tom-guest at users.alioth.debian.org
Wed Jan 16 09:54:44 UTC 2008


Author: tom-guest
Date: Wed Jan 16 09:54:44 2008
New Revision: 6094

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6094
Log:
Release for vdrdevel 1.5.13

Modified:
    vdr/vdr-plugin-live/trunk/debian/changelog
    vdr/vdr-plugin-live/trunk/debian/control
    vdr/vdr-plugin-live/trunk/debian/copyright
    vdr/vdr-plugin-live/trunk/debian/install
    vdr/vdr-plugin-live/trunk/debian/rules

Modified: vdr/vdr-plugin-live/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/changelog?rev=6094&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-live/trunk/debian/changelog Wed Jan 16 09:54:44 2008
@@ -1,9 +1,16 @@
-vdr-plugin-live (0.1.0+cvs20071228.1851-3) UNRELEASED; urgency=low
+vdr-plugin-live (0.1.0+cvs20071228.1851-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  [ Thomas Günther ]
+  * Release for vdrdevel 1.5.13
+  * Added gettext to Build-Depends
+  * Added installation of locale files
+  * Added full license disclaimer and copyright years to debian/copyright
+  * debian/copyright: Changed to new format
+
+  [ Tobias Grimm ]
   * Changed get-orig-source target to use a CVS export instead of a checkout
 
- -- Tobias Grimm <tg at e-tobi.net>  Wed, 02 Jan 2008 19:35:53 +0100
+ -- Thomas Günther <tom at toms-cafe.de>  Wed, 16 Jan 2008 10:44:42 +0100
 
 vdr-plugin-live (0.1.0+cvs20071228.1851-2) unstable; urgency=low
 

Modified: vdr/vdr-plugin-live/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/control?rev=6094&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/control (original)
+++ vdr/vdr-plugin-live/trunk/debian/control Wed Jan 16 09:54:44 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), libtntnet-dev, libcxxtools-dev, libssl-dev, libboost-dev
+Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.4.6-2ctvdr1), libtntnet-dev, libcxxtools-dev, libssl-dev, libboost-dev, gettext
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/

Modified: vdr/vdr-plugin-live/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/copyright?rev=6094&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-live/trunk/debian/copyright Wed Jan 16 09:54:44 2008
@@ -1,7 +1,5 @@
-This package was debianized by Tobias Grimm <tg at e-tobi.net> on
-Wed, 30 May 2007 20:54:17 +0200.
-
-It was downloaded from http://live.vdr-developer.org
+Upstream Homepage:
+    http://live.vdr-developer.org/
 
 Upstream Authors:
     Thomas Keil <tkeil at datacrystal.de>
@@ -12,7 +10,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:
@@ -21,6 +19,9 @@
     (C) 2003-2006 Tommi Maekitalo (Tntnet httpd)
     (C) 2002-2005 Dan Allen, Mojavelinux.com (DOM Tooltip JavaScript library)
 
+Copyright (Debian packaging):
+    (C) 2007-2008 Tobias Grimm, Thomas Günther, Thomas Schmidt
+
 License:
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -32,14 +33,12 @@
     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 (DOM Tooltip JavaScript library):
                                    Apache License
@@ -244,5 +243,6 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 
-The Debian packaging is (C) 2007, Tobias Grimm <tg at e-tobi.net> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+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-live/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/install?rev=6094&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/install (original)
+++ vdr/vdr-plugin-live/trunk/debian/install Wed Jan 16 09:54:44 2008
@@ -1,4 +1,5 @@
 libvdr-live.so.*           usr/lib/vdr/plugins/
 live/*                     usr/share/vdr-plugin-live/
+locale                     usr/share/
 
 debian/plugin.live.conf    etc/vdr/plugins/

Modified: vdr/vdr-plugin-live/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/rules?rev=6094&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/rules (original)
+++ vdr/vdr-plugin-live/trunk/debian/rules Wed Jan 16 09:54:44 2008
@@ -4,14 +4,16 @@
 
 DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
 
 common-build-arch::
+	mkdir -p locale
 	$(MAKE) all $(MAKE_OPTIONS)
 
 clean::
 	$(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




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