The following commit has been merged in the master branch:
commit 00f5bb2cd2f52667014f3257bb2299ff895f51f5
Author: James Vega <[email protected]>
Date:   Thu Dec 23 02:51:16 2010 -0500

    debcheckout: Use the correct prototype for set_destdir.
    
    Closes: #606053
    Signed-off-by: James Vega <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index a66969c..44123cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ devscripts (2.10.70) UNRELEASED; urgency=low
     #604740)
   * uscan: Update documentation to use “.+” instead of “.*” in groupings.
     Thanks to Ben Finney for the patch.  (Closes: #606060)
+  * debcheckout: Use the correct prototype for set_destdir.  (Closes: #606053)
 
  -- James Vega <[email protected]>  Thu, 02 Dec 2010 20:27:34 -0500
 
diff --git a/scripts/debcheckout.pl b/scripts/debcheckout.pl
index f8a2328..939e5a2 100755
--- a/scripts/debcheckout.pl
+++ b/scripts/debcheckout.pl
@@ -346,7 +346,7 @@ sub find_browse($$) {
 
 # Patch the cmdline invocation of a VCS to ensure the repository is checkout to
 # a given target directory.
-sub set_destdir(@$$) {
+sub set_destdir($$@) {
     my ($repo_type, $destdir, @cmd) = @_;
     $destdir =~ s|^-d\s*||;
 

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to [email protected].

Reply via email to