[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#65153: marked as done (there is no --dry-run option in apt-get, yet it's documented [patch])



Your message dated Sun, 30 Jul 2000 22:20:43 -0600 (MDT)
with message-id <Pine.LNX.3.96.1000730222024.28727B-100000@wakko.deltatee.com>
and subject line Fixed
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Jun 2000 15:21:15 +0000
>From jrodin@jagor.srce.hr Sat Jun 03 10:21:15 2000
Return-path: <jrodin@jagor.srce.hr>
Received: from jagor.srce.hr [161.53.2.130] (jrodin)
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 12yFjX-000277-00; Sat, 03 Jun 2000 10:21:11 -0500
Received: (from jrodin@localhost)
	by jagor.srce.hr (8.9.0/8.9.0) id RAA22555
	for submit@bugs.debian.org; Sat, 3 Jun 2000 17:20:38 +0200 (MET DST)
Date: Sat, 3 Jun 2000 17:20:38 +0200
From: Josip Rodin <jrodin@public.srce.hr>
To: submit@bugs.debian.org
Subject: there is no --dry-run option in apt-get, yet it's documented [patch]
Message-ID: <20000603172037.A22028@jagor.srce.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95i
Delivered-To: submit@bugs.debian.org

Package: apt

Hi,

# apt-get --dry-run
E: Command line option --dry-run is not understood

The manual page for apt-get contains:

       -s, --simulate, --just-print, --dry-run, --recon, --no-act
              No action; perform  a  simulation  of  events  that
              would  occur but do not actually change the system.
              Configuration Item: APT::Get::Simulate.

Here's a patch against the CVS version:

--- apt-get.8.yo~       Fri Feb 11 04:37:46 2000
+++ apt-get.8.yo        Sat Jun  3 17:18:30 2000
@@ -178,7 +178,7 @@
 you did not expect.
 Configuration Item: bf(quiet)

-dit(bf(-s, --simulate, --just-print, --dry-run, --recon, --no-act))
+dit(bf(-s, --simulate, --just-print, --recon, --no-act))
 No action; perform a simulation of events that would occur but do not
 actually change the system. Configuration Item: bf(APT::Get::Simulate).

Or this, if you wish to leave the option (I have no opinion, either is fine :)

--- apt-get.cc~ Sun May 14 08:01:04 2000
+++ apt-get.cc  Sat Jun  3 17:19:50 2000
@@ -1692,6 +1692,7 @@
       {'s',"just-print","APT::Get::Simulate",0},
       {'s',"recon","APT::Get::Simulate",0},
       {'s',"no-act","APT::Get::Simulate",0},
+      {'s',"dry-run","APT::Get::Simulate",0},
       {'y',"yes","APT::Get::Assume-Yes",0},
       {'y',"assume-yes","APT::Get::Assume-Yes",0},
       {'f',"fix-broken","APT::Get::Fix-Broken",0},

Also, yodl is missing from Build-Depends:, and that is apparently required
to build the manual pages from .yo files.

Please fix these, thanks.

-- 
Digital Electronic Being Intended for Assassination and Nullification

---------------------------------------
Received: (at 65153-done) by bugs.debian.org; 31 Jul 2000 04:20:44 +0000
>From jgg@ualberta.ca Sun Jul 30 23:20:44 2000
Return-path: <jgg@ualberta.ca>
Received: from tmmi197-073.telusvelocity.net (wakko.deltatee.com) [209.115.197.73] (mail)
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 13J74G-00081d-00; Sun, 30 Jul 2000 23:20:44 -0500
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
	by wakko.deltatee.com with smtp (Exim 2.11 #1)
	id 13J74F-0007U2-00 (Debian); Sun, 30 Jul 2000 22:20:43 -0600
Date: Sun, 30 Jul 2000 22:20:43 -0600 (MDT)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@wakko.deltatee.com
To: 65153-done@bugs.debian.org
Subject: Fixed
Message-ID: <Pine.LNX.3.96.1000730222024.28727B-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 65153-done@bugs.debian.org


This was removed in 0.3.19, missed it in the changelog.

Jason



Reply to: