[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

MàJ scripts



Bonjour,

Journaux des modifications :

Description: 
 ddtc       - Perl script to deal with ddts mail
Changes: 
 ddtc (0.3.3) unstable; urgency=low
 .
   * add dependcy on `sharutils'
     thanks to Nicolas Boulanguez for reporting this bug
   * change maintainer's address

Description: 
 l10n-check-rules - Rules for l10n-check script
 l10n-check-rules-fr - French rules for l10n-check script
Changes: 
 l10n-check-rules (0.17) unstable; urgency=low
 .
   * (fr) text rules
     - add non breaking space
   * change maintainer's address

Description: 
 l10n-check - Perl script to check common localisation mistakes
Changes: 
 l10n-check (0.3.2) unstable; urgency=low
 .
   * fix some typo.
     thanks to Benoît Sibaud for his patch
   * change maintainer's address

Les rustines sont jointes,  les fichiers sont à jour :
deb http://nico.bertol.free.fr/debian bertol/fr/  pour votre sources.list
    http://nico.bertol.free.fr/rpm/bertol/        en rpm


Nicolas
-- 
--- ddtc_0.3.2	Wed Mar  6 00:00:00 2002
+++ ddtc_0.3.3	Sun Apr 14 22:22:47 2002
@@ -7,7 +7,7 @@
 # Constants setting
 #
 
-use constant VERSION   => "0.3.2";			# script version number
+use constant VERSION   => "0.3.3";			# script version number
 use constant MAIL_DDTS => 'pdesc@ddtp.debian.org';	# ddts address
 
 #
--- l10n-check_0.3.1	Tue Feb 26 00:00:00 2002
+++ l10n-check_0.3.2	Sat Mar  2 21:33:23 2002
@@ -2,7 +2,7 @@
 
 # Automatic checker
 #
-# This is developped out of the KDE french team checker programm,
+# This is developped out of the KDE french team checker program,
 # but has been changed a lot
 
 use strict;
@@ -13,7 +13,7 @@
 # constants setting
 #
 
-use constant VERSION	=> 0.3.1;				# script version number
+use constant VERSION	=> 0.3.2;				# script version number
 use constant RULES_DIR	=> "/usr/share/l10n-check/rules";	# rules directory
 use constant RULES_E	=> "rules";				# rules files extension
 my @FIELDS = (							# available fields
diff -u rules_0.16/text.rules rules_0.17/text.rules
--- rules_0.16/text.rules	Wed Feb 20 15:01:42 2002
+++ rules_0.17/text.rules	Sat Apr  6 21:32:17 2002
@@ -5,7 +5,7 @@
 	 pre_valid  = "(ftp|http|file)"
 	post_valid  = "//"
 id   = "espace"
-	 pre_valid  = " "
+	 pre_valid  = " | "
 	post_valid  = "( |$)"
 id   = "Perl module 1"
 	 pre_valid  = ":"
@@ -13,52 +13,60 @@
 	post_valid  = ":"
  pre_hint   = "Espace (insécable) avant les deux-points, cf. FAQ § 5.1"
 post_hint   = "Espace normale après les deux-points, cf. FAQ § 5.1"
- pre_insert = " "
+ pre_insert 0 = " "
+ pre_insert 1 = " "
 post_insert = " "
 
 rule = ";"
 id   = "espace"
-	 pre_valid  = " "
+	 pre_valid  = " | "
 	post_valid  = "( |$)"
  pre_hint   = "Espace (insécable) avant le point-virgule, cf. FAQ § 5.1"
 post_hint   = "Espace normale après le point-virgule, cf. FAQ § 5.1"
- pre_insert = " "
+ pre_insert 0 = " "
+ pre_insert 1 = " "
 post_insert = " "
 
 rule = "!"
 id   = "espace"
-	 pre_valid  = " "
+	 pre_valid  = " | "
 	post_valid  = "( |$|=)"
  pre_hint   = "Espace (insécable) avant le point d'exclamation, cf. FAQ § 5.1"
 post_hint   = "Espace normale après le point d'exclamation, cf. FAQ § 5.1"
- pre_insert = " "
+ pre_insert 0 = " "
+ pre_insert 1 = " "
 post_insert = " "
 
 rule = "\?"
 id   = "espace"
-	 pre_valid  = " "
+	 pre_valid  = " | "
 	post_valid  = "( |$)"
  pre_hint   = "Espace (insécable) avant le point d'interrogation, cf. FAQ § 5.1"
 post_hint   = "Espace normale après le point d'interrogation, cf. FAQ § 5.1"
- pre_insert = " "
+ pre_insert 0 = " "
+ pre_insert 1 = " "
 post_insert = " "
 
 rule = "«"
 id   = "espace"
-	post_valid  = " "
+	post_valid  = " | "
 post_hint   = "Espace (insécable) après « « », cf. FAQ § 5.1"
-post_insert = " "
+post_insert 0 = " "
+post_insert 1 = " "
 
 rule = "»"
 id   = "espace"
-	  pre_valid = " "
+	  pre_valid = " | "
    pre_hint = "Espace (insécable) avant « » », cf. FAQ § 5.1"
- pre_insert = " "
+ pre_insert 0 = " | "
+ pre_insert 1 = " "
 
 rule = "°\s*"
 id   = "espace"
-		 post_valid =" "
+		 post_valid =" | "
 post_hint   = "Espace (insécable) après « ° »"
-post_fix    = "° "
-post_insert = " "
+post_fix    0 = "° "
+post_fix    1 = "° "
+post_insert 0 = " "
+post_insert 1 = " "
 

Reply to: