Package: openlayers
Severity: wishlist
Tags: l10n

By default the openlayers full build does not include the localizations,
used for their components (such as the controls). 

An easy way of including them is adding to control an extra
libjs-openlayers-l10n subpackage, that installs lib/OpenLayers/Lang into
/usr/share/javascript. 

For icing the cake the l10n files can be minimized as well (although the gains
are minimal), adding to debian/rules: 

( cd lib/OpenLayers/Lang ; \
for file in *.js; do \
lang=`basename $${file} .js` ; \
yui-compressor --nomunge -o $${lang}.min.js
$${file} ; \
done )

Sorry for not sending the attached patch, but I also bumped it to 2.13.1
in the process, and right now the upstream website is down (so the
stripped source cannot be created). 


Regards.

-- System Information:
Debian Release: 6.0.9
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable'), (1, 
'stable-updates'), (1, 'experimental'), (1, 'unstable'), (1, 'testing'), (1, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

_______________________________________________
Pkg-osm-maint mailing list
Pkg-osm-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-maint

Reply via email to