diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:22 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:22 +0000 |
commit | 40285ffdcd559895ff43488eacf4dd5e980c7227 (patch) | |
tree | 32e6a3735f3fe0f7b9c03b820021e3bd8879518f | |
parent | ac13a42769043c415f7983a19b88027ac9aaede3 (diff) |
Report uris with '.gz' when there are errors.
Author: doogie
Date: 2003-02-02 03:13:13 GMT
Report uris with '.gz' when there are errors.
-rw-r--r-- | apt-pkg/acquire-item.h | 4 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 3d411978e..62162743d 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-item.h,v 1.25 2001/02/20 07:03:17 jgg Exp $ +// $Id: acquire-item.h,v 1.26 2003/02/02 03:13:13 doogie Exp $ /* ###################################################################### Acquire Item - Item to acquire @@ -93,7 +93,7 @@ class pkgAcqIndex : public pkgAcquire::Item virtual void Done(string Message,unsigned long Size,string Md5Hash, pkgAcquire::MethodConfig *Cnf); virtual string Custom600Headers(); - virtual string DescURI() {return RealURI;}; + virtual string DescURI() {return RealURI + ".gz";}; pkgAcqIndex(pkgAcquire *Owner,string URI,string URIDesc, string ShortDesct); diff --git a/debian/changelog b/debian/changelog index 72659f27b..fb6cb5bac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -81,6 +81,7 @@ apt (0.5.5) unstable; urgency=low Closes: #98640, #145997, #158896, #172901 * Double default value of APT::Cache-Limit, until such time as it can be made more dynamic. Closes: #178623. + * Report uris with '.gz' when there are errors. Closes: #178435. -- Jason Gunthorpe <jgg@debian.org> Sun, 15 Sep 2002 17:16:59 -0600 |