[Pkg-bugzilla-commits] r29 - in trunk/bugzilla-2.18: . debian l10n

Alexis Sukrieh sukria-guest@costa.debian.org
Mon, 28 Feb 2005 16:30:20 +0100


Author: sukria-guest
Date: 2005-02-28 16:30:19 +0100 (Mon, 28 Feb 2005)
New Revision: 29

Added:
   trunk/bugzilla-2.18/l10n/
   trunk/bugzilla-2.18/l10n/fr.tar.gz
Modified:
   trunk/bugzilla-2.18/Makefile
   trunk/bugzilla-2.18/debian/bugzilla.postinst
   trunk/bugzilla-2.18/debian/control
   trunk/bugzilla-2.18/debian/rules
   trunk/bugzilla-2.18/old-params.txt
Log:
first try to add a bugzilla-fr package

Modified: trunk/bugzilla-2.18/Makefile
===================================================================
--- trunk/bugzilla-2.18/Makefile	2005-02-21 13:18:03 UTC (rev 28)
+++ trunk/bugzilla-2.18/Makefile	2005-02-28 15:30:19 UTC (rev 29)
@@ -26,6 +26,11 @@
 install: install_static_dirs install_static_files install_lib_files \
 	 install_cgi install_config install_template install_contrib
 
+install_fr:
+	@echo "Extracting french templates"
+	install -d $(BUGZILLA_ROOT)/templates
+	tar zxf l10n/fr.tar.gz -C $(BUGZILLA_ROOT)/templates 
+
 install_contrib:
 	# let's first cleanup our source dir...
 	$(shell find contrib/ -type f -exec chmod a-x {} \; )

Modified: trunk/bugzilla-2.18/debian/bugzilla.postinst
===================================================================
--- trunk/bugzilla-2.18/debian/bugzilla.postinst	2005-02-21 13:18:03 UTC (rev 28)
+++ trunk/bugzilla-2.18/debian/bugzilla.postinst	2005-02-28 15:30:19 UTC (rev 29)
@@ -505,7 +505,8 @@
 	set('bugzilla/mysql_name', $mysql_name);
 	set('bugzilla/mysql_user', $mysql_user);
 }
-# this will return a random string of the lentgh given.
+
+# this will return a random string of the given length.
 sub random_string ($)
 {
         my ($length) = @_;

Modified: trunk/bugzilla-2.18/debian/control
===================================================================
--- trunk/bugzilla-2.18/debian/control	2005-02-21 13:18:03 UTC (rev 28)
+++ trunk/bugzilla-2.18/debian/control	2005-02-28 15:30:19 UTC (rev 29)
@@ -33,3 +33,8 @@
 Description: comprehensive guide to Bugzilla
  The Bugzilla Guide is a document (in ASCII text, HTML, and SGML format)
  discussing Bugzilla administration, maintenance, and use.
+
+Package: bugzilla-fr
+Architecture: all
+Description: french templates for Bugzilla
+ This will provide all the french templates needed to localize Bugzilla.

Modified: trunk/bugzilla-2.18/debian/rules
===================================================================
--- trunk/bugzilla-2.18/debian/rules	2005-02-21 13:18:03 UTC (rev 28)
+++ trunk/bugzilla-2.18/debian/rules	2005-02-28 15:30:19 UTC (rev 29)
@@ -20,10 +20,6 @@
 build: configure-stamp build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add here commands to compile the package.
-	#$(MAKE)
-
 	touch build-stamp
 
 clean:
@@ -44,6 +40,9 @@
 	dh_clean -k
 	dh_installdirs
 
+	# building the -fr package
+	$(MAKE) install_fr DESTDIR=$(CURDIR)/debian/bugzilla-fr
+	
 	# Add here commands to install the package into debian/bugzilla.
 #	$(MAKE) install DESTDIR=$(CURDIR)/debian/bugzilla \
 			STATIC_DIR=/usr/share/bugzilla/web \

Added: trunk/bugzilla-2.18/l10n/fr.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/bugzilla-2.18/l10n/fr.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/bugzilla-2.18/old-params.txt
===================================================================
--- trunk/bugzilla-2.18/old-params.txt	2005-02-21 13:18:03 UTC (rev 28)
+++ trunk/bugzilla-2.18/old-params.txt	2005-02-28 15:30:19 UTC (rev 29)
@@ -62,3 +62,35 @@
 
 useLDAP:
 '0'
+
+
+nummilestones:
+'10'
+
+
+expectbigqueries:
+'0'
+
+
+curmilestone:
+'1'
+
+
+queryagainstshadowdb:
+'0'
+
+
+usedependencies:
+'1'
+
+
+usebuggroupsentry:
+'0'
+
+
+usebuggroups:
+'0'
+
+
+useLDAP:
+'0'