[maemo-commits] [maemo-commits] r9253 - projects/haf/trunk/pango1.0/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jan 23 14:44:22 EET 2007
- Previous message: [maemo-commits] r9252 - projects/haf/trunk/pango1.0/debian
- Next message: [maemo-commits] r9254 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gdk gdk/x11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tpalli
Date: 2007-01-23 14:44:21 +0200 (Tue, 23 Jan 2007)
New Revision: 9253
Modified:
projects/haf/trunk/pango1.0/debian/rules
Log:
do not build static, only shared
Modified: projects/haf/trunk/pango1.0/debian/rules
===================================================================
--- projects/haf/trunk/pango1.0/debian/rules 2007-01-23 12:41:46 UTC (rev 9252)
+++ projects/haf/trunk/pango1.0/debian/rules 2007-01-23 12:44:21 UTC (rev 9253)
@@ -53,7 +53,7 @@
debian/control:
dh_testdir
- sed -e 's/@SONAME@/${soname}/g' -e 's/@VERSION@/${version}/g' $@.in > $@
+ #sed -e 's/@SONAME@/${soname}/g' -e 's/@VERSION@/${version}/g' $@.in > $@
update-po: debian/po/templates.pot
debian/po/templates.pot: debian/libpango1.0-common.templates
@@ -149,7 +149,7 @@
touch $@
-configure: configure-static configure-shared configure-udeb
+configure: configure-shared
build-shared: debian/control update-po configure-shared $(STAMP_DIR)/build-shared-stamp
$(STAMP_DIR)/build-shared-stamp:
@@ -180,7 +180,7 @@
touch $@
-build: build-static build-shared
+build: build-shared
clean:: debian/control update-po
dh_testdir
@@ -243,7 +243,7 @@
# don't ship pangox.aliases
rm -f debian/libpango$(apiver)-udeb/etc/pango/pangox.aliases
-install: install-static install-shared
+install: install-shared
# in debian/
install -m 755 $(CURDIR)/debian/update-pango-modules \
$(CURDIR)/debian/libpango$(apiver)-common/usr/sbin/
- Previous message: [maemo-commits] r9252 - projects/haf/trunk/pango1.0/debian
- Next message: [maemo-commits] r9254 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gdk gdk/x11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
