tags 412971 = patch
thanks

Hi Turbo

This bug have actually been fixed in 2005 by Daniel Leidert
#  2005-05-06 Daniel Leidert <[EMAIL PROTECTED]>
#       Fixed move-command and check for .changes file.

I can unfortunatly not update stable with this fix.

Regards,

// Ola

On Thu, Mar 01, 2007 at 12:55:27PM +0100, Turbo Fredriksson wrote:
> Package: debarchiver
> Version: 0.1.8
> Severity: grave
> Tag: patch, sarge, sid, etch
> 
> When running debarchiver on my incoming, it
> installed SOME DEB's, didn't install the
> orig.tar.gz file but removed instead...
> 
> In general, it messed up my 'whole' archive
> (I was moving from a manually managed archive
> to one controlled with debarchiver) and I had
> to re-upload (and in some cases re-build)
> packages (my original repository was aparently
> broken to so not ALL blame goes to debarchive,
> but it did a bigger mess than manually handling
> this - and much faster to :).
> 
> 
> The bug comes from a misspelling of a variable
> '$movecmd' visavi (two places) '$mvcmd'.
> 
> Patch included...
> 
> ----- s n i p -----
> --- /usr/bin/debarchiver~     2005-04-13 22:29:44.000000000 +0200
> +++ /usr/bin/debarchiver      2007-02-28 23:16:23.000000000 +0100
> @@ -1091,13 +1091,13 @@
>              2);
>      }
>      if ($CMeta{ChangesFile} != "") {
> -     cmdaction("$mvcmd $CMeta{ChangesFile} REJECT/",
> +     cmdaction("$movecmd $CMeta{ChangesFile} REJECT/",
>                 "Move .changes to REJECT dir.",
>                 2);
>      }
>      foreach $file (keys %CFiles) {
>       if (-f $file) {
> -         cmdaction ("$mvcmd $file REJECT/",
> +         cmdaction ("$movecmd $file REJECT/",
>                      "Move $file to REJECT dir.",
>                      3);
>       }
> ----- s n i p -----
> 
> 

-- 
 --------------------- Ola Lundqvist ---------------------------
/  [EMAIL PROTECTED]                     Annebergsslingan 37      \
|  [EMAIL PROTECTED]                     654 65 KARLSTAD          |
|  +46 (0)54-10 14 30                  +46 (0)70-332 1551       |
|  http://opalsys.net/                 UIN/icq: 4912500         |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---------------------------------------------------------------


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

Reply via email to