r7793 - in /vdr/vdr-plugin-text2skin/trunk/debian: changelog control copyright patches/97_use-pkg-config.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat May 9 09:17:44 UTC 2009


Author: tiber-guest
Date: Sat May  9 09:17:43 2009
New Revision: 7793

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7793
Log:
* Added ${misc:Depends}
* Bumped standards version to 3.8.1
* Build-depend on libmagick++-dev instead of libmagick++9-dev
* Changed section to 'video'

Modified:
    vdr/vdr-plugin-text2skin/trunk/debian/changelog
    vdr/vdr-plugin-text2skin/trunk/debian/control
    vdr/vdr-plugin-text2skin/trunk/debian/copyright
    vdr/vdr-plugin-text2skin/trunk/debian/patches/97_use-pkg-config.dpatch

Modified: vdr/vdr-plugin-text2skin/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-text2skin/trunk/debian/changelog?rev=7793&op=diff
==============================================================================
--- vdr/vdr-plugin-text2skin/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-text2skin/trunk/debian/changelog Sat May  9 09:17:43 2009
@@ -1,3 +1,12 @@
+vdr-plugin-text2skin (1.0+cvs20080122.2311-9) experimental; urgency=low
+
+  * Added ${misc:Depends}
+  * Bumped standards version to 3.8.1
+  * Build-depend on libmagick++-dev instead of libmagick++9-dev
+  * Changed section to 'video'
+
+ -- Tobias Grimm <etobi at debian.org>  Sat, 09 May 2009 10:34:07 +0200
+
 vdr-plugin-text2skin (1.0+cvs20080122.2311-8) experimental; urgency=low
 
    * Added 97_use-pkg-config.dpatch

Modified: vdr/vdr-plugin-text2skin/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-text2skin/trunk/debian/control?rev=7793&op=diff
==============================================================================
--- vdr/vdr-plugin-text2skin/trunk/debian/control (original)
+++ vdr/vdr-plugin-text2skin/trunk/debian/control Sat May  9 09:17:43 2009
@@ -1,17 +1,17 @@
 Source: vdr-plugin-text2skin
-Section: misc
+Section: video
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
-Uploaders: Thomas Günther <tom at toms-cafe.de>, Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <tg at e-tobi.net>
-Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5), libmagick++9-dev, gettext
-Standards-Version: 3.8.0
+Uploaders: Thomas Günther <tom at toms-cafe.de>, Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>
+Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5), pkg-config, libmagick++-dev, gettext
+Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-text2skin/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-text2skin/trunk/
 Homepage: http://www.magoa.net/linux/index.php?view=text2skin
 
 Package: vdr-plugin-text2skin
 Architecture: any
-Depends: ${shlibs:Depends}, ${vdr:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}
 Suggests: vdr-skins
 Description: Plugin to vdr that loads and views skins
  This plugin is designed to load and interpret a set of files describing the

Modified: vdr/vdr-plugin-text2skin/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-text2skin/trunk/debian/copyright?rev=7793&op=diff
==============================================================================
--- vdr/vdr-plugin-text2skin/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-text2skin/trunk/debian/copyright Sat May  9 09:17:43 2009
@@ -13,7 +13,7 @@
     (C) 2004-2005 Sascha Volkenandt
 
 Copyright (Debian packaging):
-    (C) 2004-2008 Tobias Grimm, Thomas Günther, Thomas Schmidt
+    (C) 2004-2009 Tobias Grimm, Thomas Günther, Thomas Schmidt
 
 License:
     This program is free software; you can redistribute it and/or modify

Modified: vdr/vdr-plugin-text2skin/trunk/debian/patches/97_use-pkg-config.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-text2skin/trunk/debian/patches/97_use-pkg-config.dpatch?rev=7793&op=diff
==============================================================================
--- vdr/vdr-plugin-text2skin/trunk/debian/patches/97_use-pkg-config.dpatch (original)
+++ vdr/vdr-plugin-text2skin/trunk/debian/patches/97_use-pkg-config.dpatch Sat May  9 09:17:43 2009
@@ -13,8 +13,8 @@
  ifdef HAVE_IMAGEMAGICK
  	DEFINES += -DHAVE_IMAGEMAGICK
 -	LIBS += -lMagick -lMagick++
-+	INCLUDES += `pkg-config --cflags Magick++`
-+	LIBS += `pkg-config --libs Magick++`
++	INCLUDES += `pkg-config --cflags ImageMagick++`
++	LIBS += `pkg-config --libs ImageMagick++`
  #	LIBS += $(shell Magick++-config --ldflags --libs)
  endif
  




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