diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-10-11 23:05:47 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-04 18:04:00 +0100 |
commit | 64b66a46a7fc9e7070ee6a758013a6059fee691e (patch) | |
tree | f92e7ac8dada44cb324811cf39a936d2fd658a20 /apt-pkg/deb/debindexfile.h | |
parent | af9e40c9bfb353b8aea1e2621b3b5a8c1c1db4bd (diff) |
show progress info while 'downloading' a local .deb file
Showing just "Get: [1234 B]" looks very strange, so we now print the
filename and as usual the package name, version and architecture.
Diffstat (limited to 'apt-pkg/deb/debindexfile.h')
-rw-r--r-- | apt-pkg/deb/debindexfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/deb/debindexfile.h b/apt-pkg/deb/debindexfile.h index 5bec4f2ea..e96a4761e 100644 --- a/apt-pkg/deb/debindexfile.h +++ b/apt-pkg/deb/debindexfile.h @@ -144,6 +144,9 @@ public: debDebPkgFileIndex(std::string const &DebFile); virtual ~debDebPkgFileIndex(); + + //FIXME: use proper virtual-handling on next ABI break + APT_HIDDEN std::string ArchiveInfo_impl(pkgCache::VerIterator const &Ver) const; }; class debDscFileIndex : public pkgDebianIndexRealFile |