Report forwarded to debian-bugs-dist@lists.debian.org, APT Development Team <deity@lists.debian.org>:
Bug#82825; Package apt.   debian-bugs-dist@lists.debian.orgAPT Development Team  Subject: Bug#82825: apt: [rfe] two operations at once Reply-To: Seth Arnold , 82825@bugs.debian.org Resent-From: Seth Arnold Orignal-Sender: Seth Arnold Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: APT Development Team Resent-Date: Fri, 19 Jan 2001 09:03:11 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 82825 X-Debian-PR-Package: apt X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by bugs@bugs.debian.org id=B.9798943214279 (code B ref -1); Fri, 19 Jan 2001 09:03:11 GMT Date: Fri, 19 Jan 2001 00:50:11 -0800 From: Seth Arnold To: submit@bugs.debian.org Message-ID: <20010119005011.A11758@willamette.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i Sender: Seth Arnold Delivered-To: submit@bugs.debian.org Package: apt Severity: wishlist Greetings! First, I love apt. Simply wonderful stuff. Second, it sure would be nice to give a command line such as the following: "apt-get -u upgrade install foo bar baz" and conditionally upgrade all packages, and install the packages foo, bar, and baz. Rationale: sometimes packages won't upgrade due to dependencies. Allowing this would allow all packages to be upgraded in one go, plus whatever needed to be done for the foo, bar, and baz packages. Thanks again for the wonderful software! :) -- ``Oh Lord; Ooh you are so big; So absolutely huge; Gosh we're all really impressed down here, I can tell you.''   Acknowledgement sent to Seth Arnold <sarnold@willamette.edu>:
New Bug report received and forwarded. Copy sent to APT Development Team <deity@lists.debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Seth Arnold Subject: Bug#82825: Acknowledgement (apt: [rfe] two operations at once) Message-ID: In-Reply-To: <20010119005011.A11758@willamette.edu> References: <20010119005011.A11758@willamette.edu> X-Debian-PR-Message: ack 82825 Thank you for the problem report you have sent regarding Debian. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers mailing list for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): APT Development Team If you wish to submit further information on your problem, please send it to 82825@bugs.debian.org (and *not* to bugs@bugs.debian.org). Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at submit) by bugs.debian.org; 19 Jan 2001 08:52:01 +0000 From sarnold@c617208-a.salem1.or.home.com Fri Jan 19 02:52:00 2001 Return-path: Received: from c617208-a.salem1.or.home.com (amidala) [::ffff:24.20.70.203] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14JXH6-00016p-00; Fri, 19 Jan 2001 02:52:00 -0600 Received: from sarnold by amidala with local (Exim 3.20 #1 (Debian)) id 14JXFL-000345-00 for ; Fri, 19 Jan 2001 00:50:11 -0800 Date: Fri, 19 Jan 2001 00:50:11 -0800 From: Seth Arnold To: submit@bugs.debian.org Subject: apt: [rfe] two operations at once Message-ID: <20010119005011.A11758@willamette.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i Sender: Seth Arnold Delivered-To: submit@bugs.debian.org Package: apt Severity: wishlist Greetings! First, I love apt. Simply wonderful stuff. Second, it sure would be nice to give a command line such as the following: "apt-get -u upgrade install foo bar baz" and conditionally upgrade all packages, and install the packages foo, bar, and baz. Rationale: sometimes packages won't upgrade due to dependencies. Allowing this would allow all packages to be upgraded in one go, plus whatever needed to be done for the foo, bar, and baz packages. Thanks again for the wonderful software! :) -- ``Oh Lord; Ooh you are so big; So absolutely huge; Gosh we're all really impressed down here, I can tell you.''   Merged 82825 89725. Request was from Simon Richter <Simon.Richter@phobos.fachschaften.tu-muenchen.de> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 16 Mar 2001 11:41:52 +0000 From Simon.Richter@phobos.fachschaften.tu-muenchen.de Fri Mar 16 05:41:52 2001 Return-path: Received: from mailrelay1.lrz-muenchen.de [129.187.254.101] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14dscC-0001oo-00; Fri, 16 Mar 2001 05:41:52 -0600 Received: from phobos.fachschaften.tu-muenchen.de by mailrelay1.lrz-muenchen.de with ESMTP; Fri, 16 Mar 2001 12:41:49 +0100 Received: from geier (helo=localhost) by phobos.fachschaften.tu-muenchen.de with local-esmtp (Exim 3.12 #1 (Debian)) id 14dsc7-0006C6-00; Fri, 16 Mar 2001 12:41:47 +0100 Date: Fri, 16 Mar 2001 12:41:40 +0100 (CET) From: Simon Richter To: Randolph Chung cc: , <89725@bugs.debian.org> Subject: Re: Bug#89725: apt: Ability to do multiple operations in one invocation In-Reply-To: <20010315235758.P18113@tausq.org> Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: control@bugs.debian.org merge 89725 82825 thanks On Thu, 15 Mar 2001, Randolph Chung wrote: [Making APT support multiple operations per invocation, for the sake of automatic dialup] > pray tell, why not: > > #!/bin/sh > dial-out-on-modem > apt-get update > apt-get -d upgrade > hang-up-modem Well, this bugreport isn't about the download hooks, there is another bugreport for that (not from me, BTW). What is the point is that APT should be able to dial up as needed (For example, there is no point in dialing up when the files are already cached, but a wrapper shell script cannot know this), and sometimes you want to have multiple things done that require the net. If APT had to be restarted in between, it would hang up the phone and dial up again a few seconds later. Simon -- GPG public key available from http://phobos.fs.tum.de/pgp/Simon.Richter.asc Fingerprint: DC26 EB8D 1F35 4F44 2934 7583 DBB6 F98D 9198 3292 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! NP: VNV Nation - Darkangel   Information forwarded to debian-bugs-dist@lists.debian.org, APT Development Team <deity@lists.debian.org>:
Bug#82825; Package apt.   debian-bugs-dist@lists.debian.orgAPT Development Team  X-Loop: owner@bugs.debian.org Subject: Bug#82825: No test, No class, buy yourself Bacheelor/MasteerMBA/Doctoraate dip1omas, VALID in all countries alobaq ezab srcrib1mi Reply-To: "Jimmie T. Riggs" , 82825@bugs.debian.org Resent-From: "Jimmie T. Riggs" Original-Sender: Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: APT Development Team Resent-Date: Wed, 30 Apr 2008 19:03:32 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 82825 X-Debian-PR-Package: apt X-Debian-PR-Keywords: X-Debian-PR-Source: apt Received: via spool by 82825-submit@bugs.debian.org id=B82825.120958208431676 (code B ref 82825); Wed, 30 Apr 2008 19:03:32 +0000 Received: (at 82825) by bugs.debian.org; 30 Apr 2008 19:01:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: *** X-Spam-Status: No, score=3.0 required=4.0 tests=BAYES_50,PUSSY autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Received: from [92.53.55.44] (helo=rpqrbji) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JrHYQ-0007ak-NF; Wed, 30 Apr 2008 19:01:23 +0000 Sender: Message-ID: <1209582192.9998@globalbiz.net> X-Sender: In-Reply-To: <4f0b01c8a813$14335b2b$e96a8aa6@es7av02> To: <184086@bugs.debian.org> From: "Jimmie T. Riggs" Date: Wed, 30 Apr 2008 12:03:12 -0700 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit   Acknowledgement sent to "Jimmie T. Riggs" <jimmieriggs_hr@globalbiz.net>:
Extra info received and forwarded to list. Copy sent to APT Development Team <deity@lists.debian.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: "Jimmie T. Riggs" Subject: Bug#82825: Info received (No test, No class, buy yourself Bacheelor/MasteerMBA/Doctoraate dip1omas, VALID in all countries alobaq ezab srcrib1mi) Message-ID: References: <1209582192.9998@globalbiz.net> X-Debian-PR-Message: ack-info 82825 X-Debian-PR-Package: apt X-Debian-PR-Source: apt Reply-To: 82825@bugs.debian.org Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): APT Development Team If you wish to submit further information on this problem, please send it to 82825@bugs.debian.org, as before. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. --=20 82825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D82825 Debian Bug Tracking System Contact owner@bugs.debian.org with problems   Received: (at 82825) by bugs.debian.org; 30 Apr 2008 19:01:24 +0000 From jimmieriggs_hr@globalbiz.net Wed Apr 30 19:01:24 2008 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: *** X-Spam-Status: No, score=3.0 required=4.0 tests=BAYES_50,PUSSY autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from [92.53.55.44] (helo=rpqrbji) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JrHYQ-0007ak-NF; Wed, 30 Apr 2008 19:01:23 +0000 Sender: Subject: No test, No class, buy yourself Bacheelor/MasteerMBA/Doctoraate dip1omas, VALID in all countries alobaq ezab srcrib1mi Message-ID: <1209582192.9998@globalbiz.net> X-Sender: In-Reply-To: <4f0b01c8a813$14335b2b$e96a8aa6@es7av02> To: <184086@bugs.debian.org> Bcc: <193106@bugs.debian.org>, <60414@bugs.debian.org>, <96412-maintonly@bugs.debian.org>, <60028@bugs.debian.org>, <82825@bugs.debian.org>, <105587-quiet@bugs.debian.org>, <228049@bugs.debian.org>, <211305@bugs.debian.org> Reply-To: "Jimmie T. Riggs" From: "Jimmie T. Riggs" Date: Wed, 30 Apr 2008 12:03:12 -0700 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit