aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-02 17:14:13 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-02 17:14:13 +0200
commit06cd1dceaba876201c75fbc9b6388f0abdc88475 (patch)
treea8fc496ee98a4b328992036591eed90d4e3a7fa8 /debian
parentfc4dfde8a6df718be4f553fca5f3d9195e5dd669 (diff)
Remove libxml2-dev build-dependency again.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control.in1
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 3 deletions
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@debian.org> Wed, 02 May 2012 17:12:27 +0200
+ -- Sebastian Dröge <slomo@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