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

Sebastian Dröge slomo at moszumanska.debian.org
Sun Jun 22 17:41:09 UTC 2014


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

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

commit 27a49b5454a3257194f0c3bdc70d2d4e8dd6567f
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Sun Jun 22 18:11:28 2014 +0200

    New upstream development release
---
 debian/build-deps    |  4 ++--
 debian/build-deps.in |  4 ++--
 debian/changelog     | 11 +++++++++++
 debian/control       |  2 +-
 debian/rules         |  5 +----
 5 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/debian/build-deps b/debian/build-deps
index e556ff9..725ea9c 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -1,6 +1,6 @@
 @GST_LIB_DEV_DEP@
 @GST_EXTRA_BUILD_DEPENDS@
-libgstreamer-plugins-base at GST_ABI@-dev (>= 1.3.2)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 1.3.3)
 autotools-dev
 dh-autoreconf
 automake (>= 1.11)
@@ -30,7 +30,7 @@ libxv-dev
 libgtk-3-dev
 libtag1-dev (>= 1.5)
 libwavpack-dev (>= 4.20)
-gstreamer at GST_ABI@-plugins-base (>= 1.3.2)
+gstreamer at GST_ABI@-plugins-base (>= 1.3.3)
 libsoup2.4-dev (>= 2.40)
 libpulse-dev (>= 2.0)
 libbz2-dev
diff --git a/debian/build-deps.in b/debian/build-deps.in
index e556ff9..725ea9c 100644
--- a/debian/build-deps.in
+++ b/debian/build-deps.in
@@ -1,6 +1,6 @@
 @GST_LIB_DEV_DEP@
 @GST_EXTRA_BUILD_DEPENDS@
-libgstreamer-plugins-base at GST_ABI@-dev (>= 1.3.2)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 1.3.3)
 autotools-dev
 dh-autoreconf
 automake (>= 1.11)
@@ -30,7 +30,7 @@ libxv-dev
 libgtk-3-dev
 libtag1-dev (>= 1.5)
 libwavpack-dev (>= 4.20)
-gstreamer at GST_ABI@-plugins-base (>= 1.3.2)
+gstreamer at GST_ABI@-plugins-base (>= 1.3.3)
 libsoup2.4-dev (>= 2.40)
 libpulse-dev (>= 2.0)
 libbz2-dev
diff --git a/debian/changelog b/debian/changelog
index 4e06b57..168ed81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+gst-plugins-good1.0 (1.3.3-1) experimental; urgency=medium
+
+  * New upstream development release:
+    + debian/rules,
+      debian/build-deps.in:
+      - Build-depend on GStreamer core and base >= 1.3.2.
+  * debian/rules:
+    + Run autopoint during autoreconf too.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sun, 22 Jun 2014 18:01:49 +0200
+
 gst-plugins-good1.0 (1.3.2-1) experimental; urgency=medium
 
   * New upstream development release:
diff --git a/debian/control b/debian/control
index 78ddade..ea07cad 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.3.2),  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.3.2), 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.3.3),  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.3.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 43fa28f..e33baa9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,6 @@ DEB_BUILD_PARALLEL = 1
 
 DEB_DH_AUTORECONF_ARGS += --as-needed
 
-# make autoreconf not call autopoint since we ship a patch for po/Makefile.in.in
-export AUTOPOINT=true
-
 CFLAGS += -Wno-error
 CXXFLAGS += -Wno-error
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
@@ -48,7 +45,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.3.2)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.3.3)
 
 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