[Pkg-gstreamer-commits] [gst-plugins-good1.0] 03/03: New upstream bugfix release.

Sebastian Dröge slomo at moszumanska.debian.org
Sat Apr 19 14:25:11 UTC 2014


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

slomo pushed a commit to branch master
in repository gst-plugins-good1.0.

commit e5350e86d0d0596d862d14f73314822e76da1478
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Sat Apr 19 15:57:17 2014 +0200

    New upstream bugfix release.
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c0d0962..05bbec6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gst-plugins-good1.0 (1.2.4-1) unstable; urgency=medium
+
+  * New upstream bugfix release:
+    + debian/rules:
+      - Build-depend on gstreamer >= 1.2.4.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 19 Apr 2014 15:56:43 +0200
+
 gst-plugins-good1.0 (1.2.3-1) unstable; urgency=medium
 
   [ Iain Lane ]
diff --git a/debian/control b/debian/control
index 15ed463..f32edf5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers at lists.a
 Uploaders: Loic Minier <lool at dooz.org>,
            Sebastian Dröge <slomo at debian.org>,
            Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: libgstreamer1.0-dev (>= 1.2.0),  libraw1394-dev (>= 2.0.0) [linux-any] , libiec61883-dev (>= 1.0.0) [linux-any] , libavc1394-dev [linux-any] , libv4l-dev [linux-any] , libgudev-1.0-dev (>= 143) [linux-any], libgstreamer-plugins-base1.0-dev (>= 1.2.3), autotools-dev, dh-autoreconf, automake (>= 1.11), autoconf (>= 2.62), libtool (>= 2.2.6), autopoint (>= 0.17), cdbs (>= 0.4.93), debhelper (>= 9), dpkg-dev (>= 1.15.1), pkg-config (>= 0.11.0), gtk-doc-tools (>= 1.12), libglib [...]
+Build-Depends: libgstreamer1.0-dev (>= 1.2.4),  libraw1394-dev (>= 2.0.0) [linux-any] , libiec61883-dev (>= 1.0.0) [linux-any] , libavc1394-dev [linux-any] , libv4l-dev [linux-any] , libgudev-1.0-dev (>= 143) [linux-any], libgstreamer-plugins-base1.0-dev (>= 1.2.3), autotools-dev, dh-autoreconf, automake (>= 1.11), autoconf (>= 2.62), libtool (>= 2.2.6), autopoint (>= 0.17), cdbs (>= 0.4.93), debhelper (>= 9), dpkg-dev (>= 1.15.1), pkg-config (>= 0.11.0), gtk-doc-tools (>= 1.12), libglib [...]
 Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/pkg-gstreamer/gst-plugins-good1.0.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gstreamer/gst-plugins-good1.0.git;a=summary
diff --git a/debian/rules b/debian/rules
index 9ba7d5a..f995eec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ gst_abi=$(gst_major).$(gst_minor)
 gst_lib=libgstreamer$(gst_abi)-0
 gst_lib_dev=libgstreamer$(gst_abi)-dev
 # what gstreamer version is needed
-gst_lib_dev_dep=$(gst_lib_dev) (>= 1.2.0)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.2.4)
 
 gst_pkgname=gstreamer$(gst_abi)
 gst_deb_abi=$(gst_abi)-0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gst-plugins-good1.0.git



More information about the Pkg-gstreamer-commits mailing list