Hej
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'.
Whoops! I'll correct that.
> 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 -----
Should this 2 be changed to a 3 according to you?
// Mvh Ola
>
--
--------------------- 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]