summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:44 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:44 +0000
commit5fafc0efece239d727d33d67f728818a7b78fca1 (patch)
tree810986fc24cd3bebc30c501159cdc7859de6c636
parent17c0e8e1f979c0638c354614b29a8ec484e8f44e (diff)
Added diff-only and tar-only options
Author: jgg Date: 1999-09-09 06:27:42 GMT Added diff-only and tar-only options
-rw-r--r--cmdline/apt-get.cc4
-rw-r--r--debian/changelog3
2 files changed, 6 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 2fcda2877..5b9007fe1 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-get.cc,v 1.74 1999/09/09 06:23:52 jgg Exp $
+// $Id: apt-get.cc,v 1.75 1999/09/09 06:27:42 jgg Exp $
/* ######################################################################
apt-get - Cover for dpkg
@@ -1529,6 +1529,8 @@ int main(int argc,const char *argv[])
{0,"no-upgrade","APT::Get::no-upgrade",0},
{0,"force-yes","APT::Get::force-yes",0},
{0,"print-uris","APT::Get::Print-URIs",0},
+ {0,"diff-only","APT::Get::Diff-Only",0},
+ {0,"tar-only","APT::Get::tar-Only",0},
{0,"purge","APT::Get::Purge",0},
{0,"list-cleanup","APT::Get::List-Cleanup",0},
{'c',"config-file",0,CommandLine::ConfigFile},
diff --git a/debian/changelog b/debian/changelog
index 40156dbc6..04f7712a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ apt (0.3.12.1) unstable; urgency=low
* Fix timestamp miss in FTP. Closes: #44363
* Fix sorting of Kept packages. Closes: #44377
+ * Fix Segfault for dselect-upgrade. Closes: #44436
+ * Fix handling of '/' for the dist name. Closes #43830
+ * Added APT::Get::Diff-Only and Tar-Only options. Closes #44384
-- Jason Gunthorpe <jgg@debian.org> Fri, 3 Sep 1999 09:04:28 -0700