[Pkg-gstreamer-commits] [SCM] GStreamer Core 1.0 Packaging branch, master, updated. debian/0.11.1-2-21-g928c650

Sebastian Dröge sebastian.droege at collabora.co.uk
Wed May 2 15:55:51 UTC 2012


The following commit has been merged in the master branch:
commit 06cd1dceaba876201c75fbc9b6388f0abdc88475
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Wed May 2 17:14:13 2012 +0200

    Remove libxml2-dev build-dependency again.

diff --git a/debian/changelog b/debian/changelog
index dc9866a..2d1aa8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,9 @@ gstreamer1.0 (0.11.90-1) experimental; urgency=low
   * Fix symbols file versions.
   * 79_multiarch-backwards-compat.patch: Dropped, there's no need for
     backwards compatibility anymore.
+  * Remove libxml2-dev build-dependency again.
 
- -- Sebastian Dröge <slomo at debian.org>  Wed, 02 May 2012 17:12:27 +0200
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 02 May 2012 17:14:03 +0200
 
 gstreamer0.11 (0.11.1-3) UNRELEASED; urgency=low
 
diff --git a/debian/control.in b/debian/control.in
index 26dbe1e..65d75e0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -24,7 +24,6 @@ Build-Depends: debhelper (>= 8.1.3~),
                flex (>= 2.5.34),
                dpkg-dev (>= 1.15.1),
                perl-doc,
-               libxml2-dev,
                libgirepository1.0-dev (>= 0.9.12-4~),
                gobject-introspection (>= 0.9.12-4~),
                gir1.2-glib-2.0,
diff --git a/debian/rules b/debian/rules
index 30f1ab8..4485fb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -248,7 +248,7 @@ common-binary-predeb-arch::
 	-rm -f debian/shlibs.local
 
 install/$(gst_lib_dev)::
-	gcc -o debian/tmp/usr/bin/gst-codec-info-1.0 debian/gst-codec-info.c $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) `pkg-config --libs --cflags glib-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 libxml-2.0` debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgstreamer-1.0.so -Idebian/tmp/usr/include/gstreamer-1.0
+	gcc -o debian/tmp/usr/bin/gst-codec-info-1.0 debian/gst-codec-info.c $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) `pkg-config --libs --cflags glib-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0` debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgstreamer-1.0.so -Idebian/tmp/usr/include/gstreamer-1.0
 	perldoc -o man debian/dh_gstscancodecs > debian/tmp/usr/share/man/man1/dh_gstscancodecs.1
 
 .PHONY: maint

-- 
GStreamer Core 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list