[Pkg-gstreamer-commits] [gst-plugins-base1.0] 01/01: Non-maintainer upload.

Sebastian Dröge slomo at moszumanska.debian.org
Thu Nov 6 11:43:00 UTC 2014


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

slomo pushed a commit to branch master
in repository gst-plugins-base1.0.

commit d5d5fefe947e5b939cda5aea5d4c006d8282e958
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Thu Nov 6 12:42:53 2014 +0100

    Non-maintainer upload.
---
 debian/changelog  | 10 ++++++++++
 debian/control    |  1 -
 debian/control.in |  1 -
 debian/rules      | 15 ---------------
 4 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b0d89ea..5af2ef4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gst-plugins-base1.0 (1.4.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control.in: Drop gstreamer1.0-plugins-base-dbg Suggests against
+    non-existant gstreamer1.0-gnomevfs package, this fixes a lintian error.
+  * debian/rules: Remove outdated mangling of debian/shlibs.local, this is
+    breaking dependencies generation for gir packages (Closes: #761915)
+
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 02 Nov 2014 16:43:22 +0100
+
 gst-plugins-base1.0 (1.4.3-1) unstable; urgency=medium
 
   * New upstream bugfix release.
diff --git a/debian/control b/debian/control
index 6349815..175e099 100644
--- a/debian/control
+++ b/debian/control
@@ -156,7 +156,6 @@ Depends: gstreamer1.0-alsa (= ${binary:Version}) [linux-any],
          gstreamer1.0-x (= ${binary:Version}),
          libgstreamer-plugins-base1.0-0 (= ${binary:Version}),
          ${misc:Depends}
-Suggests: gstreamer1.0-gnomevfs (= ${binary:Version})
 Description: GStreamer plugins from the "base" set
  GStreamer is a streaming media framework, based on graphs of filters
  which operate on media data.  Applications using this library can do
diff --git a/debian/control.in b/debian/control.in
index 9c1911a..e4ca942 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -156,7 +156,6 @@ Depends: @GST_PKGNAME at -alsa (= ${binary:Version}) [linux-any],
          @GST_PKGNAME at -x (= ${binary:Version}),
          @GST_PLUGINS_BASE_LIB@ (= ${binary:Version}),
          ${misc:Depends}
-Suggests: @GST_PKGNAME at -gnomevfs (= ${binary:Version})
 Description: GStreamer plugins from the "base" set
  GStreamer is a streaming media framework, based on graphs of filters
  which operate on media data.  Applications using this library can do
diff --git a/debian/rules b/debian/rules
index a2e69ce..c51c3e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,27 +171,12 @@ DEB_SHLIBDEPS_INCLUDE += debian/libgstreamer-plugins-base$(gst_deb_abi)/usr/lib/
 # Disable inclusion of large upstream ChangeLog
 DEB_INSTALL_CHANGELOGS_ALL :=
 
-# 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 \
 	LD_LIBRARY_PATH=debian/libgstreamer-plugins-base$(gst_deb_abi)/usr/lib/$(DEB_HOST_MULTIARCH):$(LD_LIBRARY_PATH) \
 	    dh_gstscancodecs
-	HOME=$(CURDIR)/fake-home \
-	dh_girepository -pgir1.2-gst-plugins-base-$(gst_abi)
-	-rm -f debian/shlibs.local
 	rm -rf $(CURDIR)/fake-home
-	sed -n -r -e 's/(([^ ]+: )?([^ ]+) ([^ ]+)) .*/\1/p' \
-		debian/*/DEBIAN/shlibs \
-		>debian/shlibs.local
-
-# (this rules runs just after the dh_shlibdeps)
-common-binary-predeb-arch::
-	-rm -f debian/shlibs.local
 
 force:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gst-plugins-base1.0.git



More information about the Pkg-gstreamer-commits mailing list