[Pkg-gstreamer-commits] [SCM] GStreamer Ugly Plugins 1.0 Packaging branch, master, updated. debian/0.11.93-1-3-g701e2bc

Sebastian Dröge sebastian.droege at collabora.co.uk
Fri Sep 14 08:48:24 UTC 2012


The following commit has been merged in the master branch:
commit 701e2bc13744ee9a12373b77bbde69738b6f91e6
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Sep 14 10:40:31 2012 +0200

    New upstream release

diff --git a/debian/build-deps b/debian/build-deps
index 34902c6..01becef 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -11,13 +11,13 @@ dpkg-dev (>= 1.15.1)
 gstreamer at GST_ABI@-doc
 gstreamer at GST_ABI@-plugins-base
 gstreamer at GST_ABI@-plugins-base-doc
-gstreamer at GST_ABI@-tools (>= 0.11.93)
-gtk-doc-tools
+gstreamer at GST_ABI@-tools (>= 0.11.94)
+gtk-doc-tools (>= 1.12)
 liba52-0.7.4-dev
 libcdio-dev (>= 0.76)
 libdvdread-dev (>= 0.9.0)
 libglib2.0-dev (>= 2.32)
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.93)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.94)
 libmad0-dev (>= 0.15)
 libmp3lame-dev
 libmpeg2-4-dev (>= 0.4.0)
diff --git a/debian/build-deps.in b/debian/build-deps.in
index 2600a20..aa5eb60 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 (>= 0.11.93)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.94)
 autotools-dev
 dh-autoreconf
 automake (>= 1.11)
@@ -11,7 +11,7 @@ cdbs (>= 0.4.93)
 debhelper (>= 9)
 dpkg-dev (>= 1.15.1)
 pkg-config (>= 0.11.0)
-gtk-doc-tools
+gtk-doc-tools (>= 1.12)
 libglib2.0-dev (>= 2.32)
 liborc-0.4-dev (>= 1:0.4.16)
 liba52-0.7.4-dev
@@ -19,7 +19,7 @@ libmad0-dev (>= 0.15)
 libmpeg2-4-dev (>= 0.4.0)
 libsidplay1-dev
 libdvdread-dev (>= 0.9.0)
-gstreamer at GST_ABI@-tools (>= 0.11.93)
+gstreamer at GST_ABI@-tools (>= 0.11.94)
 gstreamer at GST_ABI@-plugins-base
 libcdio-dev (>= 0.76)
 libtwolame-dev (>= 0.3.10)
diff --git a/debian/changelog b/debian/changelog
index 3978e68..5e61a26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gst-plugins-ugly1.0 (0.11.94-1) experimental; urgency=low
+
+  * New upstream release:
+    + debian/rules,
+      debian/build-deps.in:
+      - Build-depend on GStreamer core/base >= 0.11.93.
+      - Build-depend on gtk-doc >= 1.12.
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 14 Sep 2012 10:39:56 +0200
+
 gst-plugins-ugly1.0 (0.11.93-1) experimental; urgency=low
 
   * New upstream release:
diff --git a/debian/control b/debian/control
index 1049cab..c6dc0d8 100644
--- a/debian/control
+++ b/debian/control
@@ -12,17 +12,17 @@ Build-Depends: autoconf (>= 2.62),
                debhelper (>= 9),
                dh-autoreconf,
                dpkg-dev (>= 1.15.1),
-               libgstreamer1.0-dev (>= 0.11.93),
+               libgstreamer1.0-dev (>= 0.11.94),
                gstreamer1.0-doc,
                gstreamer1.0-plugins-base,
                gstreamer1.0-plugins-base-doc,
-               gstreamer1.0-tools (>= 0.11.93),
-               gtk-doc-tools,
+               gstreamer1.0-tools (>= 0.11.94),
+               gtk-doc-tools (>= 1.12),
                liba52-0.7.4-dev,
                libcdio-dev (>= 0.76),
                libdvdread-dev (>= 0.9.0),
                libglib2.0-dev (>= 2.32),
-               libgstreamer-plugins-base1.0-dev (>= 0.11.93),
+               libgstreamer-plugins-base1.0-dev (>= 0.11.94),
                libmad0-dev (>= 0.15),
                libmp3lame-dev,
                libmpeg2-4-dev (>= 0.4.0),
diff --git a/debian/rules b/debian/rules
index c7c7829..c847a8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,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) (>= 0.11.93)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 0.11.94)
 
 gst_pkgname=gstreamer$(gst_abi)
 gst_deb_abi=$(gst_abi)-0

-- 
GStreamer Ugly Plugins 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list