[Pkg-gstreamer-commits] [gstreamer1.0] 01/01: Non-maintainer upload
Sebastian Dröge
slomo at moszumanska.debian.org
Thu Nov 6 11:39:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
slomo pushed a commit to branch master
in repository gstreamer1.0.
commit 240a5cbb74525051de7451b4904d6d244187a06c
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Thu Nov 6 12:38:42 2014 +0100
Non-maintainer upload
---
debian/changelog | 16 ++++++++++++++++
debian/control | 2 +-
debian/rules | 19 -------------------
3 files changed, 17 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 01b2292..4ff1c04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+gstreamer1.0 (1.4.3-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Remove outdated mangling of debian/shlibs.local, this is
+ breaking dependencies generation for gir packages. This fix should really
+ Closes: #761019
+
+ -- Laurent Bigonville <bigon at debian.org> Sun, 02 Nov 2014 17:14:38 +0100
+
+gstreamer1.0 (1.4.3-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add missing libgstreamer dependency to the gir package (closes: #761019).
+
+ -- Michael Gilbert <mgilbert at debian.org> Sun, 02 Nov 2014 04:02:20 +0000
+
gstreamer1.0 (1.4.3-1) unstable; urgency=medium
* New upstream bugfix release.
diff --git a/debian/control b/debian/control
index 3c58dff..a55caee 100644
--- a/debian/control
+++ b/debian/control
@@ -131,7 +131,7 @@ Section: utils
Depends: ${shlibs:Depends},
${misc:Depends},
pkg-config,
- libgstreamer1.0-0 (>= 1.3.90)
+ libgstreamer1.0-0 (>= 1.4.3)
Suggests: gstreamer1.0-plugins-base
Description: Tools for use with GStreamer
GStreamer is a streaming media framework, based on graphs of filters
diff --git a/debian/rules b/debian/rules
index f41b8e6..8b5249a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -225,25 +225,6 @@ DEB_DH_MAKESHLIBS_ARGS_$(gst_lib) += -X "/usr/lib/$(DEB_HOST_MULTIARCH)/gstreame
DEB_INSTALL_DOCS_ALL += debian/README.Debian NEWS
DEB_SHLIBDEPS_INCLUDE += debian/$(gst_lib)/usr/lib/$(DEB_HOST_MULTIARCH)
-# override shlibs for libraries from this source before computing dependencies
-# of packages generated from this source; we already have inter-dependencies
-# expressed manually in the control file, we do not need the shlibs to add
-# duplicates
-# (this rule runs just before the dh_shlibdeps)
-common-binary-fixup-arch::
- mkdir -p $(CURDIR)/fake-home
- HOME=$(CURDIR)/fake-home \
- dh_girepository -pgir1.2-gstreamer-$(gst_abi)
- rm -rf $(CURDIR)/fake-home
- -rm -f debian/shlibs.local
- cat debian/*/DEBIAN/shlibs | \
- sed -n -r -e 's/(([^ ]+: )?([^ ]+) ([^ ]+)) .*/\1/p' \
- > debian/shlibs.local
-
-# (this rules runs just after the dh_shlibdeps)
-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` 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer1.0.git
More information about the Pkg-gstreamer-commits
mailing list