Non-maintainer upload.
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@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 @@
          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 @@
          @GST_PKGNAME@-x (= ${binary:Version}),
          @GST_PLUGINS_BASE_LIB@ (= ${binary:Version}),
          ${misc:Depends}
-Suggests: @GST_PKGNAME@-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 @@
 # 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: