[maemo-commits] [maemo-commits] r17749 - projects/haf/trunk/pango1.0/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Mar 20 11:09:02 EET 2009
- Previous message: [maemo-commits] r17748 - projects/haf/trunk/dbus/debian
- Next message: [maemo-commits] r17750 - projects/haf/trunk/dbus/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: herzi
Date: 2009-03-20 11:08:59 +0200 (Fri, 20 Mar 2009)
New Revision: 17749
Modified:
projects/haf/trunk/pango1.0/debian/changelog
projects/haf/trunk/pango1.0/debian/control
projects/haf/trunk/pango1.0/debian/libpango1.0-0.postinst
Log:
pango1.0 (1.20.1-2maemo5) unstable; urgency=low
* make sure the postinst script doesn't crash
* added myself to the Maintainer field in the control, so people have
chances to poke the right persons
-- Sven Herzberg <herzi at lanedo.com> Fri, 20 Mar 2009 09:52:09 +0100
Modified: projects/haf/trunk/pango1.0/debian/changelog
===================================================================
--- projects/haf/trunk/pango1.0/debian/changelog 2009-03-20 09:07:38 UTC (rev 17748)
+++ projects/haf/trunk/pango1.0/debian/changelog 2009-03-20 09:08:59 UTC (rev 17749)
@@ -1,3 +1,11 @@
+pango1.0 (1.20.1-2maemo5) unstable; urgency=low
+
+ * make sure the postinst script doesn't crash
+ * added myself to the Maintainer field in the control, so people have
+ chances to poke the right persons
+
+ -- Sven Herzberg <herzi at lanedo.com> Fri, 20 Mar 2009 09:52:09 +0100
+
pango1.0 (1.20.1-2maemo4) unstable; urgency=low
[ Sven Herzberg ]
Modified: projects/haf/trunk/pango1.0/debian/control
===================================================================
--- projects/haf/trunk/pango1.0/debian/control 2009-03-20 09:07:38 UTC (rev 17748)
+++ projects/haf/trunk/pango1.0/debian/control 2009-03-20 09:08:59 UTC (rev 17749)
@@ -1,7 +1,7 @@
Source: pango1.0
Section: libs
Priority: optional
-Maintainer: Christian Dywan <christian at imendio.com>
+Maintainer: Christian Dywan <christian at imendio.com>, Sven Herzberg <sven at lanedo.com>
Build-Depends: debhelper (>= 4.1.16), libfreetype6-dev (>= 2.1.7), libx11-dev | xlibs-dev, libxrender-dev | xlibs-dev, libxt-dev | xlibs-dev, libglib2.0-dev (>= 2.10.0), pkg-config, libxft-dev, libfontconfig1-dev (>= 2.1.91), autotools-dev, po-debconf, gnome-pkg-tools, libcairo2-dev (>= 1.2.2)
Standards-Version: 3.6.1
Modified: projects/haf/trunk/pango1.0/debian/libpango1.0-0.postinst
===================================================================
--- projects/haf/trunk/pango1.0/debian/libpango1.0-0.postinst 2009-03-20 09:07:38 UTC (rev 17748)
+++ projects/haf/trunk/pango1.0/debian/libpango1.0-0.postinst 2009-03-20 09:08:59 UTC (rev 17749)
@@ -29,7 +29,10 @@
configure)
/usr/sbin/update-pango-modules
- db_get libpango1.0-common/use_defoma
+ # for some reason this sometimes returns with error 10
+ if ! db_get libpango1.0-common/use_defoma; then
+ RET=false
+ fi
if [ "$RET" = "true" ]; then
/usr/sbin/update-pangox-aliases
if test -f /etc/pango/pangox.aliases && ! test -h /etc/pango/pangox.aliases; then
- Previous message: [maemo-commits] r17748 - projects/haf/trunk/dbus/debian
- Next message: [maemo-commits] r17750 - projects/haf/trunk/dbus/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
