r8425 - in /vdr/vdr-plugin-lastfm/trunk/debian: changelog copyright rules

tom-guest at users.alioth.debian.org tom-guest at users.alioth.debian.org
Thu Mar 4 22:46:30 UTC 2010


Author: tom-guest
Date: Thu Mar  4 22:46:30 2010
New Revision: 8425

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8425
Log:
* Removed unnecessary INCLUDES from debian/rules
* Reactivated LASTFM_HAVE_MAGICK in debian/rules
* Removed DVBDIR from debian/rules
* Updated debian/copyright

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

Modified: vdr/vdr-plugin-lastfm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-lastfm/trunk/debian/changelog?rev=8425&op=diff
==============================================================================
--- vdr/vdr-plugin-lastfm/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-lastfm/trunk/debian/changelog Thu Mar  4 22:46:30 2010
@@ -1,3 +1,12 @@
+vdr-plugin-lastfm (0.2.2-4) experimental; urgency=low
+
+  * Removed unnecessary INCLUDES from debian/rules
+  * Reactivated LASTFM_HAVE_MAGICK in debian/rules
+  * Removed DVBDIR from debian/rules
+  * Updated debian/copyright
+
+ -- Thomas Günther <tom at toms-cafe.de>  Thu, 04 Mar 2010 13:54:24 +0100
+
 vdr-plugin-lastfm (0.2.2-3) experimental; urgency=low
 
   * Removed non-standard shebang line from debian/rules

Modified: vdr/vdr-plugin-lastfm/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-lastfm/trunk/debian/copyright?rev=8425&op=diff
==============================================================================
--- vdr/vdr-plugin-lastfm/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-lastfm/trunk/debian/copyright Thu Mar  4 22:46:30 2010
@@ -17,7 +17,7 @@
     (C) Anders Hedström
 
 Copyright (Debian packaging):
-    (C) 2004 - 2009 Sebastian Dellit, Tobias Grimm, Thomas Günther,
+    (C) 2004 - 2010 Sebastian Dellit, Tobias Grimm, Thomas Günther,
                     Thomas Schmidt
 
 License:

Modified: vdr/vdr-plugin-lastfm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-lastfm/trunk/debian/rules?rev=8425&op=diff
==============================================================================
--- vdr/vdr-plugin-lastfm/trunk/debian/rules (original)
+++ vdr/vdr-plugin-lastfm/trunk/debian/rules Thu Mar  4 22:46:30 2010
@@ -5,9 +5,8 @@
 
 DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
-	INCLUDES=-I/usr/include/vdr \
-	LOCALEDIR=debian/tmp/usr/share/locale
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LASTFM_HAVE_MAGICK=1 \
+               LOCALEDIR=debian/tmp/usr/share/locale
 
 common-build-arch::
 	$(MAKE) all $(MAKE_OPTIONS)




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