r5475 - in /vdr/vdr-plugin-rssreader/trunk/debian: changelog copyright rules

tom-guest at users.alioth.debian.org tom-guest at users.alioth.debian.org
Sat Oct 6 16:07:12 UTC 2007


Author: tom-guest
Date: Sat Oct  6 16:07:12 2007
New Revision: 5475

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5475
Log:
Fixed debian-rules-ignores-make-clean-error
Added full license disclaimer and copyright years to debian/copyright

Modified:
    vdr/vdr-plugin-rssreader/trunk/debian/changelog
    vdr/vdr-plugin-rssreader/trunk/debian/copyright
    vdr/vdr-plugin-rssreader/trunk/debian/rules

Modified: vdr/vdr-plugin-rssreader/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/trunk/debian/changelog?rev=5475&op=diff
==============================================================================
--- vdr/vdr-plugin-rssreader/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-rssreader/trunk/debian/changelog Sat Oct  6 16:07:12 2007
@@ -1,3 +1,10 @@
+vdr-plugin-rssreader (1.0.1-11) UNRELEASED; urgency=low
+
+  * 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,  6 Oct 2007 01:30:40 +0200
+
 vdr-plugin-rssreader (1.0.1-10) experimental; urgency=low
 
   * Release for vdrdevel 1.5.9

Modified: vdr/vdr-plugin-rssreader/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/trunk/debian/copyright?rev=5475&op=diff
==============================================================================
--- vdr/vdr-plugin-rssreader/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-rssreader/trunk/debian/copyright Sat Oct  6 16:07:12 2007
@@ -1,17 +1,38 @@
-This package was debianized by Tobias Grimm <tg at e-tobi.net> on
-Wed, 21 Dec 2005 23:13:48 +0100.
+Upstream Homepage:
+    http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/
 
-It was downloaded from http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/
-
-Upstream Author: Rolf Ahrenberg <Rolf.Ahrenberg AT sci.fi>
+Upstream Author:
+    Rolf Ahrenberg <Rolf.Ahrenberg AT sci.fi>
 
 Debian Maintainers:
-
-  Tobias Grimm <tg at e-tobi.net>
-  Thomas Günther <tom at toms-cafe.de>
-  Thomas Schmidt <tschmidt at debian.org>
+    Tobias Grimm <tg at e-tobi.net>
+    Thomas Günther <tom at toms-cafe.de>
+    Thomas Schmidt <tschmidt at debian.org>
 
 Copyright:
+    (C) 2005 - 2007 Rolf Ahrenberg
 
-It may be redistributed under the terms of the GNU GPL, Version 2
-found on Debian systems in the file /usr/share/common-licenses/GPL .
+Copyright (Debian packaging):
+    (C) 2005 - 2007 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
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    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 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-rssreader/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/trunk/debian/rules?rev=5475&op=diff
==============================================================================
--- vdr/vdr-plugin-rssreader/trunk/debian/rules (original)
+++ vdr/vdr-plugin-rssreader/trunk/debian/rules Sat Oct  6 16:07:12 2007
@@ -41,7 +41,7 @@
 	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.*
 	dh_clean
 




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