Author: rra
Date: 2006-08-30 01:03:47 +0200 (Wed, 30 Aug 2006)
New Revision: 732

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
* checks/scripts:
  + [RA] Properly concatenate the dependencies for a package when
    checking whether the dependency for an interpreter is included.
    Thanks, Vincent Danjean.  (Closes: #385178)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts        2006-08-24 16:28:26 UTC (rev 731)
+++ trunk/checks/scripts        2006-08-29 23:03:47 UTC (rev 732)
@@ -217,7 +217,9 @@
     if (open(IN, "fields/$depfield")) {
        $_ = join('', <IN>);
        close(IN);
+        chomp;
         $deps{$depfield} = $_;
+        $all_deps .= ', ' if $all_deps;
         $all_deps .= $_;
     }
     $deps{$depfield} = Dep::parse($deps{$depfield});

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-08-24 16:28:26 UTC (rev 731)
+++ trunk/debian/changelog      2006-08-29 23:03:47 UTC (rev 732)
@@ -3,8 +3,12 @@
   * checks/fields{.desc,}:
     + [RA] Depending on versioned variants of python-minimal is also an
       error.  Thanks, Adeodato Simó.  (Closes: #384476)
+  * checks/scripts:
+    + [RA] Properly concatenate the dependencies for a package when
+      checking whether the dependency for an interpreter is included.
+      Thanks, Vincent Danjean.  (Closes: #385178)
 
- -- Russ Allbery <[EMAIL PROTECTED]>  Thu, 24 Aug 2006 09:28:04 -0700
+ -- Russ Allbery <[EMAIL PROTECTED]>  Tue, 29 Aug 2006 16:03:33 -0700
 
 lintian (1.23.23) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to