[Pkg-gstreamer-commits] [SCM] GStreamer Core 0.10 Packaging branch, master, updated. debian/0.10.36-1-3-gab93adf

Sebastian Dröge sebastian.droege at collabora.co.uk
Tue Jun 26 11:27:43 UTC 2012


The following commit has been merged in the master branch:
commit ab93adfaba5a36dd78c0cd6e8b5cd0d8ccf6b150
Author: Iain Lane <iain.lane at canonical.com>
Date:   Tue Jun 26 10:12:29 2012 +0100

    debian/rules: Delete all .la files, which are now unnecessary.

diff --git a/debian/changelog b/debian/changelog
index 369d048..39e85af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ gstreamer0.10 (0.10.36-2) UNRELEASED; urgency=low
   [ Iain Lane ]
   * debian/control:
     + Add Vcs- headers
+  * debian/rules:
+    + Delete all .la files, which are now unnecessary.
 
  -- Sebastian Dröge <slomo at debian.org>  Wed, 22 Feb 2012 08:42:59 +0100
 
diff --git a/debian/rules b/debian/rules
index f71eba2..63ed3a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -231,6 +231,7 @@ common-binary-fixup-arch::
 
 # (this rules runs just after the dh_shlibdeps)
 common-binary-predeb-arch::
+	find debian/ -name *.la -print -delete
 	-rm -f debian/shlibs.local
 
 install/$(gst_lib_dev)::

-- 
GStreamer Core 0.10 Packaging



More information about the Pkg-gstreamer-commits mailing list