[maemo-commits] [maemo-commits] r12002 - projects/haf/trunk/pango1.0/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 31 15:51:40 EEST 2007
Author: fherrera
Date: 2007-05-31 15:51:38 +0300 (Thu, 31 May 2007)
New Revision: 12002

Added:
   projects/haf/trunk/pango1.0/debian/libpango1.0-0.files
Modified:
   projects/haf/trunk/pango1.0/debian/changelog
   projects/haf/trunk/pango1.0/debian/rules
Log:
Fix packaging to not include .la files


Modified: projects/haf/trunk/pango1.0/debian/changelog
===================================================================
--- projects/haf/trunk/pango1.0/debian/changelog	2007-05-31 12:31:08 UTC (rev 12001)
+++ projects/haf/trunk/pango1.0/debian/changelog	2007-05-31 12:51:38 UTC (rev 12002)
@@ -1,3 +1,9 @@
+pango1.0 (1.16.4-1osso2) unstable; urgency=low
+
+  * Fix packaging to not include .la files
+
+ -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Fri, 31 May 2007 15:48:02 +0200
+
 pango1.0 (1.16.4-1osso1) unstable; urgency=low
 
   * new upstream release

Added: projects/haf/trunk/pango1.0/debian/libpango1.0-0.files
===================================================================
--- projects/haf/trunk/pango1.0/debian/libpango1.0-0.files	2007-05-31 12:31:08 UTC (rev 12001)
+++ projects/haf/trunk/pango1.0/debian/libpango1.0-0.files	2007-05-31 12:51:38 UTC (rev 12002)
@@ -0,0 +1,2 @@
+usr/lib/lib*.so.*
+usr/lib/pango/*/modules/*.so

Modified: projects/haf/trunk/pango1.0/debian/rules
===================================================================
--- projects/haf/trunk/pango1.0/debian/rules	2007-05-31 12:31:08 UTC (rev 12001)
+++ projects/haf/trunk/pango1.0/debian/rules	2007-05-31 12:51:38 UTC (rev 12002)
@@ -211,12 +211,12 @@
 
 install-shared: build-shared install-test
 	$(MAKE) -C $(BUILD_SHARED_DIR) install \
-		DESTDIR=$(CURDIR)/debian/libpango$(apiver)-$(soname) \
+		DESTDIR=$(CURDIR)/debian/libpango$(apiver)-$(soname)-tmp \
 		LD_LIBRARY_PATH=$(libpath):$(LD_LIBRARY_PATH)
 
 install-static: build-static install-test
 	$(MAKE) -C $(BUILD_STATIC_DIR) install \
-		DESTDIR=$(CURDIR)/debian/libpango$(apiver)-$(soname)
+		DESTDIR=$(CURDIR)/debian/libpango$(apiver)-$(soname)-tmp
 
 install-udeb: build-udeb install-test
 	$(MAKE) -C $(BUILD_UDEB_DIR) install \
@@ -249,9 +249,9 @@
 		       $(CURDIR)/debian/libpango$(apiver)-common/usr/sbin/
 
 	# clean the unnecessary files up
-	rm -rf debian/libpango$(apiver)-$(soname)/usr/share/gtk-doc
+	rm -rf debian/libpango$(apiver)-$(soname)-tmp/usr/share/gtk-doc
 
-	dh_movefiles --sourcedir=debian/libpango$(apiver)-$(soname) -Nlibpango$(apiver)-udeb
+	dh_movefiles --sourcedir=debian/libpango$(apiver)-$(soname)-tmp -Nlibpango$(apiver)-udeb
 	-find $(CURDIR)/debian/ -type d -empty ! -regex '.*/var.*' -prune | xargs rmdir -p 2>&1 > /dev/null
 
 	# don't ship pango.modules and pangox.aliases
@@ -314,7 +314,7 @@
 	dh_installinfo -a
 	dh_installchangelogs $(BUILD_DIR)/ChangeLog
 
-	dh_strip -a --dbg-package=libpango$(apiver)-$(soname)
+	dh_strip -a --dbg-package=libpango$(apiver)-$(soname)-tmp
 
 	dh_compress -a -Xindex.sgml
 	dh_fixperms -a


More information about the maemo-commits mailing list