r21044 - in /desktop/experimental/gtk+2.0/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Aug 25 08:19:26 UTC 2009


Author: joss
Date: Tue Aug 25 08:19:25 2009
New Revision: 21044

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21044
Log:
Clean up the .la files in all -dev packages, not only in the main 
one.

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/rules

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=21044&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/changelog [utf-8] Tue Aug 25 08:19:25 2009
@@ -1,3 +1,10 @@
+gtk+2.0 (2.17.8-2) UNRELEASED; urgency=low
+
+  * Clean up the .la files in all -dev packages, not only in the main 
+    one.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 25 Aug 2009 10:18:51 +0200
+
 gtk+2.0 (2.17.8-1) experimental; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=21044&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/rules [utf-8] Tue Aug 25 08:19:25 2009
@@ -315,7 +315,7 @@
 	dh_testroot
 	dh_install -s
 	# empty the dependency_libs in the *.la files
-	sed -i "/dependency_libs/ s/'.*'/''/" debian/$(DEV_PKG)/$(LIBDIR)/*.la
+	sed -i "/dependency_libs/ s/'.*'/''/" debian/*/$(LIBDIR)/*.la
 	# we don't need the rpath in the udeb
 	chrpath -d debian/$(UDEB_PKG)/$(LIBDIR)/*directfb*.so.*
 	# fix permissions of binaries below /$(LIBDIR)/$(SHARED_PKG)




More information about the pkg-gnome-commits mailing list