[vdr-plugin-softhddevice] 03/03: New Upstream Snapshot (commit a1939eb)

Tobias Grimm tiber-guest at moszumanska.debian.org
Mon Aug 31 18:03:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-softhddevice.

commit 257a489a149062b7247d70e1fae329e7636975c5
Author: etobi <git at e-tobi.net>
Date:   Tue Mar 24 19:43:49 2015 +0100

    New Upstream Snapshot (commit a1939eb)
    
    * New Upstream Snapshot (commit a1939eb)
    * Now supporting the /etc/vdr/conf.d mechanism
    * Switched to using ffmpeg (libav*-ffmpeg) because of the non-working VDPAU
      with libav
---
 debian/changelog | 19 +++++++++++++++++++
 debian/control   |  6 +++---
 debian/rules     |  6 +-----
 3 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c26eda..490ca9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+vdr-plugin-softhddevice (0.6.0+git20150324-1) unstable; urgency=medium
+
+  * New Upstream Snapshot (commit a1939eb)
+
+ -- Tobias Grimm <etobi at debian.org>  Tue, 24 Mar 2015 19:42:19 +0100
+
+vdr-plugin-softhddevice (0.6.0+git20150212-4) unstable; urgency=medium
+
+  * Now supporting the /etc/vdr/conf.d mechanism
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 23 Mar 2015 23:21:30 +0100
+
+vdr-plugin-softhddevice (0.6.0+git20150212-3) unstable; urgency=medium
+
+  * Switched to using ffmpeg (libav*-ffmpeg) because of the non-working VDPAU
+    with libav
+
+ -- Tobias Grimm <etobi at debian.org>  Sat, 28 Feb 2015 23:23:55 +0100
+
 vdr-plugin-softhddevice (0.6.0+git20150212-2) unstable; urgency=medium
 
   * Build-depend on vdr-dev (>= 2.2.0)
diff --git a/debian/control b/debian/control
index c590ee3..5d7f7cb 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,9 @@ Build-Depends: debhelper (>= 9), vdr-dev (>= 2.2.0), gettext, pkg-config,
  libglu1-mesa-dev,
  libva-dev,
  libvdpau-dev,
- libavcodec-dev,
- libavutil-dev,
- libavresample-dev,
+ libavcodec-ffmpeg-dev,
+ libavutil-ffmpeg-dev,
+ libavresample-ffmpeg-dev,
 Standards-Version: 3.9.6
 Homepage: http://projects.vdr-developer.org/projects/plg-softhddevice
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-softhddevice.git
diff --git a/debian/rules b/debian/rules
index 1c1b37b..df77587 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
-
-override_dh_gencontrol:
-	sh /usr/share/vdr-dev/dependencies.sh
-	dh_gencontrol
+	dh $@ --with vdrplugin
 
 get-vcs-snapshot:
 	sh debian/get-vcs-snapshot.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-softhddevice.git



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