[maemo-commits] [maemo-commits] r18080 - in projects/haf/trunk/posix-locales: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Apr 16 15:03:16 EEST 2009
Author: risun
Date: 2009-04-16 15:03:15 +0300 (Thu, 16 Apr 2009)
New Revision: 18080

Modified:
   projects/haf/trunk/posix-locales/ChangeLog
   projects/haf/trunk/posix-locales/debian/changelog
   projects/haf/trunk/posix-locales/debian/control
   projects/haf/trunk/posix-locales/debian/rules
Log:
applied patch to remove pt_BR

Modified: projects/haf/trunk/posix-locales/ChangeLog
===================================================================
--- projects/haf/trunk/posix-locales/ChangeLog	2009-04-16 10:50:04 UTC (rev 18079)
+++ projects/haf/trunk/posix-locales/ChangeLog	2009-04-16 12:03:15 UTC (rev 18080)
@@ -1,3 +1,8 @@
+2009-05-16  David Kedves <kedazo at gmail.com>
+
+	* Updated debian/control
+	* pt_BR support removed
+
 2008-09-03  Richard Sun  <Richard.Sun at nokia.com>
 
 	* bump version for Fremantle

Modified: projects/haf/trunk/posix-locales/debian/changelog
===================================================================
--- projects/haf/trunk/posix-locales/debian/changelog	2009-04-16 10:50:04 UTC (rev 18079)
+++ projects/haf/trunk/posix-locales/debian/changelog	2009-04-16 12:03:15 UTC (rev 18080)
@@ -1,3 +1,11 @@
+posix-locales (2.6.0-4) unstable; urgency=low
+
+  * Dropping pt_BR support 
+  * Updated debian/control
+  * Fixes: NB#111349 - portugues(Brasil) is present in Regional settings
+
+ -- David Kedves <kedazo at gmail.com>  Thu, 16 Apr 2009 13:08:09 +0200
+
 posix-locales (2.6.0-3osso1) unstable; urgency=low
 
   * Updated currency symbol for pl_PL locale

Modified: projects/haf/trunk/posix-locales/debian/control
===================================================================
--- projects/haf/trunk/posix-locales/debian/control	2009-04-16 10:50:04 UTC (rev 18079)
+++ projects/haf/trunk/posix-locales/debian/control	2009-04-16 12:03:15 UTC (rev 18080)
@@ -1,13 +1,13 @@
 Source: posix-locales
 Section: base
 Priority: standard
-Maintainer: Mohammad Anwari <Mohammad.Anwari at nokia.com> 
+Build-Depends: libc6 (>> 2.5.0), debhelper (>>4.0.0), locales (>= 2.5.0)
+Maintainer: Karoliina Salminen <karoliina.t.salminen at nokia.com>
 Standards-Version: 3.6.2
-Build-Depends: libc6 (>> 2.5.0), debhelper (>>4.0.0), locales (>= 2.5.0)
 
 Package: posix-locales
 Architecture: all
 Depends: libc6 (>> 2.5.0)
-Description: POSIX locales for all Nokia 770 marketing areas
- Package provides locales for the languages supported on Nokia 770.
+Description: POSIX locales for Fremantle marketing areas
+ Package provides locales for the languages supported on Fremantle.
 

Modified: projects/haf/trunk/posix-locales/debian/rules
===================================================================
--- projects/haf/trunk/posix-locales/debian/rules	2009-04-16 10:50:04 UTC (rev 18079)
+++ projects/haf/trunk/posix-locales/debian/rules	2009-04-16 12:03:15 UTC (rev 18080)
@@ -2,12 +2,12 @@
 
 DESTDIR=$(CURDIR)/debian/posix-locales
 
-set_n770= fr_FR pt_BR en_GB en_US fi_FI fr_CA ru_RU es_ES es_MX de_DE nl_NL da_DK el_GR no_NO sv_SE pt_PT it_IT pl_PL 
+locale_set= fr_FR en_GB en_US fi_FI fr_CA ru_RU es_ES es_MX de_DE nl_NL da_DK el_GR no_NO sv_SE pt_PT it_IT pl_PL 
 
 build: build-stamp
 build-stamp:
 	mkdir -p $(CURDIR)/build
-	@for i in $(set_n770); do \
+	@for i in $(locale_set); do \
 	  echo "Building locale $$i (UTF-8)"; \
 	  I18NPATH=$(CURDIR)/locales/ localedef -c --quiet \
 	    --charmap=$(CURDIR)/charmaps/UTF-8 --inputfile=$$i build/$$i; \
@@ -27,7 +27,7 @@
 	dh_clean -k
 	dh_installdirs
 	
-	@for i in $(set_n770); do \
+	@for i in $(locale_set); do \
 	  echo "Installing locale $$i (UTF-8)"; \
 	  mkdir -p $(DESTDIR)/usr/lib/locale/$$i; \
 	  localedef --prefix=$(DESTDIR)/ --add-to-archive build/$$i; \


More information about the maemo-commits mailing list