r7556 - in /vdr/vdr-plugin-image/trunk/debian: changelog control docs patches/ rules

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat Feb 21 17:59:34 UTC 2009


Author: tiber-guest
Date: Sat Feb 21 17:59:34 2009
New Revision: 7556

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7556
Log:
New upstream release

Removed:
    vdr/vdr-plugin-image/trunk/debian/patches/
Modified:
    vdr/vdr-plugin-image/trunk/debian/changelog
    vdr/vdr-plugin-image/trunk/debian/control
    vdr/vdr-plugin-image/trunk/debian/docs
    vdr/vdr-plugin-image/trunk/debian/rules

Modified: vdr/vdr-plugin-image/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-image/trunk/debian/changelog?rev=7556&op=diff
==============================================================================
--- vdr/vdr-plugin-image/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-image/trunk/debian/changelog Sat Feb 21 17:59:34 2009
@@ -1,3 +1,9 @@
+vdr-plugin-image (0.3.0-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Tobias Grimm <etobi at debian.org>  Sat, 21 Feb 2009 18:51:08 +0100
+
 vdr-plugin-image (0.2.7-16) experimental; urgency=low
 
   * Christian once more changed the package naming of the ffmpeg libs,

Modified: vdr/vdr-plugin-image/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-image/trunk/debian/control?rev=7556&op=diff
==============================================================================
--- vdr/vdr-plugin-image/trunk/debian/control (original)
+++ vdr/vdr-plugin-image/trunk/debian/control Sat Feb 21 17:59:34 2009
@@ -1,10 +1,10 @@
 Source: vdr-plugin-image
 Section: misc
 Priority: extra
-Maintainer: Tobias Grimm <tg at e-tobi.net>
+Maintainer: Tobias Grimm <etobi at debian.org>
 Origin: ctvdr
 Bugs: mailto:pkg-vdr-dvb-devel at lists.alioth.debian.org
-Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5), pkg-config,
+Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.6.0-5), gettext, pkg-config,
  libavcodeccvs-dev | libavcodec-dev,
  libavformat-dev | libavformatcvs-dev,
  libswscale-dev | libswscalecvs0-dev,

Modified: vdr/vdr-plugin-image/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-image/trunk/debian/docs?rev=7556&op=diff
==============================================================================
--- vdr/vdr-plugin-image/trunk/debian/docs (original)
+++ vdr/vdr-plugin-image/trunk/debian/docs Sat Feb 21 17:59:34 2009
@@ -1,3 +1,2 @@
 README
 LIESMICH
-TODO

Modified: vdr/vdr-plugin-image/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-image/trunk/debian/rules?rev=7556&op=diff
==============================================================================
--- vdr/vdr-plugin-image/trunk/debian/rules (original)
+++ vdr/vdr-plugin-image/trunk/debian/rules Sat Feb 21 17:59:34 2009
@@ -1,17 +1,19 @@
 #! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+# include /usr/share/cdbs/1/rules/dpatch.mk
 
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
+DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
+               LOCALEDIR=debian/tmp/usr/share/locale
 
 common-build-arch::
 	$(MAKE) all $(MAKE_OPTIONS)
 
-clean::
+cleanbuilddir::
 	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
 	rm -f libvdr-*.so.*
 
 common-binary-predeb-arch::
 	sh /usr/share/vdr-dev/dependencies.sh
-




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