Bug#341463: update-pango-modules change

Daniel Glassey wdg at debian.org
Wed Nov 30 18:52:34 UTC 2005


Package: libpango1.0-common
Severity: wishlist

Hi,
I'd like the list of pango modules to be sorted (so that a package I'm
putting together that includes an extra module to enable
graphite.sil.org to be used with pango can be used). The pangographite
module must come after every other module in the list.
Patch below.

Also, I've submitted a bug upstream for the script to be included in the
main release - discussion is going on at:

http://bugzilla.gnome.org/show_bug.cgi?id=322869

They want to know why you pass the list of modules into
pango-querymodules rather than just calling
/usr/bin/pango-querymodules > $TMPFILE

Also, he says Fedora puts the modules files in /etc/pango/$arch. Would
that be appropriate on Debian?

Regards,
Daniel

--- /usr/sbin/update-pango-modules      2005-10-06 21:13:36.000000000 +0100
+++ update-pango-modules        2005-11-30 17:48:27.000000000 +0000
@@ -17,7 +17,7 @@
        VERSION=$defaultver
 fi
 echo -n "Updating the modules list for Pango-$VERSION..."
-/usr/bin/pango-querymodules `find /usr/lib/pango/$VERSION/modules -name
'*.so'` > $TMPFILE
+/usr/bin/pango-querymodules `find /usr/lib/pango/$VERSION/modules -name
'*.so' | sort` > $TMPFILE
 if [ "x`cat $TMPFILE | grep -v '^#'`" = "x" ]; then
        echo "the Pango modules was not found."
 else





More information about the Pkg-gnome-maintainers mailing list