Author: djpig
Date: 2006-04-10 22:38:57 +0000 (Mon, 10 Apr 2006)
New Revision: 235

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/scripts/dpkg-scanpackages.pl
Log:
Add -follow (back) to find call in dpkg-scanpackages.
Closes: #358011


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2006-04-10 21:43:10 UTC (rev 234)
+++ trunk/ChangeLog     2006-04-10 22:38:57 UTC (rev 235)
@@ -1,3 +1,9 @@
+2006-04-11  Frank Lichtenheld  <[EMAIL PROTECTED]>
+
+       * scripts/dpkg-scanpackages.pl: Add -follow
+       to @find_args. This was lost in a previous patch
+       apparently.
+
 2006-04-10  Miguel Figueiredo <[EMAIL PROTECTED]>
 
        * pt.po: Updated Portuguese translation to 731t.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-04-10 21:43:10 UTC (rev 234)
+++ trunk/debian/changelog      2006-04-10 22:38:57 UTC (rev 235)
@@ -1,5 +1,9 @@
 dpkg (1.13.19~) UNRELEASED; urgency=low
 
+  [ Frank Lichtenheld ]
+  * Add -follow (back) to find call in dpkg-scanpackages.
+    Closes: #358011
+  
   [ Updated dpkg Translations ]
   * French (Christian Perrier)
   * Galician (Jacobo Tarrio)

Modified: trunk/scripts/dpkg-scanpackages.pl
===================================================================
--- trunk/scripts/dpkg-scanpackages.pl  2006-04-10 21:43:10 UTC (rev 234)
+++ trunk/scripts/dpkg-scanpackages.pl  2006-04-10 22:38:57 UTC (rev 235)
@@ -76,6 +76,7 @@
 else {
      @find_args = ('-name',"*.$ext");
 }
+push @find_args, '-follow';
 my ($binarydir, $override, $pathprefix) = @ARGV;
 -d $binarydir or die "Binary dir $binarydir not found\n";
 -e $override or die "Override file $override not found\n";


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

Reply via email to