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

ddts-script 0.3.2



Bonjour,

Il faut que je rattrappe le retard :)

changelog :

version 0.3.2
  - bug fix:
    - change: don't stop on comments in `get_description'
      thanks to Philippe Trbich for reporting this bug

La rustine est attachée, le script complet toujours là :
http://perso.wanadoo.fr/nico.bertol/ddts.ddts-script.txt


Nicolas
-- 
--- ddts-script_0.3.1.txt	Sun Dec  9 12:38:47 2001
+++ ddts-script_0.3.2.txt	Sun Dec  9 23:32:25 2001
@@ -268,7 +268,7 @@
 
 =cut
 
-my $version = "0.3.1";
+my $version = "0.3.2";
 
 # Test if configuration as been made
 foreach ($tr_dir, $bug_dir, $rev_dir, $temp_dir) {
@@ -428,7 +428,7 @@
 	while (<PKG>) {
 		if (/^Description: /) {
 			$description  = $';
-			$description .= $_ while (($_ = <PKG>) =~ /^ /);
+			$description .= $_ while (($_ = <PKG>) =~ /^#? /);
 		}
 	}
 	close PKG		|| die "Can't close `$file': $!";

Reply to: