Your message dated Thu, 1 Mar 2007 21:47:30 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#412971: debarchiver: Breaks uploads has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---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 -----
--- End Message ---
--- Begin Message ---Version: 0.3.0 Closing now. Thanks 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 / ---------------------------------------------------------------
--- End Message ---

