r5454 - in /vdr/vdr-plugin-fritzbox/trunk/debian: changelog control copyright rules
tom-guest at users.alioth.debian.org
tom-guest at users.alioth.debian.org
Sun Sep 30 18:45:49 UTC 2007
Author: tom-guest
Date: Sun Sep 30 18:45:49 2007
New Revision: 5454
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5454
Log:
New upstream release 0.0.7
Modified:
vdr/vdr-plugin-fritzbox/trunk/debian/changelog
vdr/vdr-plugin-fritzbox/trunk/debian/control
vdr/vdr-plugin-fritzbox/trunk/debian/copyright
vdr/vdr-plugin-fritzbox/trunk/debian/rules
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/changelog?rev=5454&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/changelog Sun Sep 30 18:45:49 2007
@@ -1,3 +1,13 @@
+vdr-plugin-fritzbox (0.0.7-1) unstable; urgency=low
+
+ * New upstream release
+ * Added gettext to Build-Depends
+ * Added installation of locale files (if VDR >= 1.5.7)
+ * Fixed debian-rules-ignores-make-clean-error
+ * Updated debian/copyright
+
+ -- Thomas Günther <tom at toms-cafe.de> Sun, 30 Sep 2007 14:17:20 +0200
+
vdr-plugin-fritzbox (0.0.5-4) unstable; urgency=low
* Release for vdrdevel 1.5.9
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/control?rev=5454&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/control (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/control Sun Sep 30 18:45:49 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-2ctvdr1)
+Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.6-2ctvdr1), gettext
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/copyright?rev=5454&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/copyright Sun Sep 30 18:45:49 2007
@@ -1,14 +1,20 @@
-This package was debianized by Tobias Grimm <tg at e-tobi.net> on
-Thu, 10 May 2007 22:28:42 +0200.
-
-It was downloaded from http://www.joachim-wilke.de/vdr-fritz.htm
+Upstream Homepage:
+ http://www.joachim-wilke.de/vdr-fritz.htm
Upstream Authors:
Joachim Wilke <vdr at joachim-wilke.de>
Matthias Becker <becker.matthias at gmail.com>
+Debian Maintainers:
+ Tobias Grimm <tg at e-tobi.net>
+ Thomas Günther <tom at toms-cafe.de>
+ Thomas Schmidt <tschmidt at debian.org>
+
Copyright:
(C) 2007 Joachim Wilke, Matthias Becker
+
+Copyright (Debian packaging):
+ (C) 2007 Tobias Grimm, Thomas Günther, Thomas Schmidt
License:
This program is free software; you can redistribute it and/or modify
@@ -21,13 +27,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.
-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-fritzbox/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/rules?rev=5454&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/rules (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/rules Sun Sep 30 18:45:49 2007
@@ -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
@@ -51,6 +52,8 @@
dh_clean -k
dh_installdirs
dh_install
+ [ ! -d locale ] || (mkdir debian/vdr-plugin-fritzbox/usr/share/ && \
+ cp -r locale debian/vdr-plugin-fritzbox/usr/share/)
# Build architecture-independent files here.
binary-indep: build install
More information about the pkg-vdr-dvb-changes
mailing list