rev 4123 - trunk/packages/koffice-l10n/debian

Ana Guerrero ana-guest at costa.debian.org
Sat Jul 15 10:47:48 UTC 2006


Author: ana-guest
Date: 2006-07-15 10:47:45 +0000 (Sat, 15 Jul 2006)
New Revision: 4123

Modified:
   trunk/packages/koffice-l10n/debian/changelog
   trunk/packages/koffice-l10n/debian/control
   trunk/packages/koffice-l10n/debian/rules
Log:
koffice-l10n 1.5.2, adding zh_TW.


Modified: trunk/packages/koffice-l10n/debian/changelog
===================================================================
--- trunk/packages/koffice-l10n/debian/changelog	2006-07-15 10:45:35 UTC (rev 4122)
+++ trunk/packages/koffice-l10n/debian/changelog	2006-07-15 10:47:45 UTC (rev 4123)
@@ -1,3 +1,10 @@
+koffice-l10n (1.5.2-1) unstable; urgency=low
+
+  +++ Changes by Ana Beatriz Guerrero Lopez:
+  * New upstream release. Adding: zh_TW.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 14 Jul 2006 18:43:20 +0200
+
 koffice-l10n (1.5.1-1) unstable; urgency=low
 
   +++ Changes by Ana Beatriz Guerrero Lopez:

Modified: trunk/packages/koffice-l10n/debian/control
===================================================================
--- trunk/packages/koffice-l10n/debian/control	2006-07-15 10:45:35 UTC (rev 4122)
+++ trunk/packages/koffice-l10n/debian/control	2006-07-15 10:47:45 UTC (rev 4123)
@@ -536,4 +536,12 @@
  This package contains the Chinese Simplified translations for all
  applications in the KDE Office Suite.
 
-
+Package: koffice-i18n-zhtw
+Architecture: all
+Section: kde
+Recommends: kde-i18n-zhtw
+Suggests: koffice
+Provides: koffice-i18n
+Description: Chinese Traditional (zh_TW) translations for KOffice
+ This package contains the Chinese Traditional translations for all
+ applications in the KDE Office Suite.

Modified: trunk/packages/koffice-l10n/debian/rules
===================================================================
--- trunk/packages/koffice-l10n/debian/rules	2006-07-15 10:45:35 UTC (rev 4122)
+++ trunk/packages/koffice-l10n/debian/rules	2006-07-15 10:47:45 UTC (rev 4123)
@@ -6,6 +6,8 @@
 # This is the debhelper compatibility version to use.
 export DH_COMPAT=4
 
+export DEB_UPSTREAM_VERSION=1.5.2
+
 languages = `ls -1d *i18n*`
 rename=`ls -1d *l10n*/`
 
@@ -31,7 +33,7 @@
 	#  mv $$orig $$dest; \
 	#done
 	
-	rename 's/l10n/i18n/' *1.5.1
+	rename 's/l10n/i18n/' *$(DEB_UPSTREAM_VERSION)
 	
 	#Configure languages.
 	-for i in $(languages); do \
@@ -50,7 +52,7 @@
 	# Remove all language directories.
 	rm -rf build-stamp 
 	rm -rf *18n* 
-	rm -rf *1.5.1 
+	rm -rf *$(DEB_UPSTREAM_VERSION)
 	rm -rf debian/*18n*
 
 binary-indep: build
@@ -61,7 +63,7 @@
 	-for i in $(languages); do \
 	  cd $$i; \
 	  echo $$(install_dir); \
-	  $(MAKE) install DESTDIR=`pwd`/../debian/`echo $$i|sed -e "s/-1.5.1//"`; \
+	  $(MAKE) install DESTDIR=`pwd`/../debian/`echo $$i|sed -e "s/-$(DEB_UPSTREAM_VERSION)//"`; \
 	  cd ..; \
 	done
 	
@@ -78,6 +80,9 @@
 	mkdir debian/koffice-i18n-zhcn
 	cp -aR debian/koffice-i18n-zh_CN/* debian/koffice-i18n-zhcn/
 
+	mkdir debian/koffice-i18n-zhtw
+	cp -aR debian/koffice-i18n-zh_TW/* debian/koffice-i18n-zhtw/
+	
 	dh_installdocs
 	dh_installmenu
 	dh_installchangelogs




More information about the pkg-kde-commits mailing list