ntk/apt.git
16 years ago* apt-pkg/packagemanager.{cc,h}:
Michael Vogt [Fri, 14 Sep 2007 13:28:14 +0000 (15:28 +0200)]
* apt-pkg/packagemanager.{cc,h}:
  - move DoInstallPostFork() out of the header into the .cc file

16 years ago* fix "purge" commandline argument, closes: #133421
Michael Vogt [Fri, 14 Sep 2007 12:04:23 +0000 (14:04 +0200)]
* fix "purge" commandline argument, closes: #133421
  (thanks to Julien Danjou for the patch)

16 years ago* debian/apt.cron.daily:
Michael Vogt [Tue, 11 Sep 2007 19:46:51 +0000 (21:46 +0200)]
* debian/apt.cron.daily:
  - move unattended-upgrade before apt-get autoclean

16 years ago* fix missing SetExecClose() call when the status-fd is used
Michael Vogt [Tue, 11 Sep 2007 18:50:31 +0000 (20:50 +0200)]
* fix missing SetExecClose() call when the status-fd is used

16 years ago* apt-pkg/contrib/hashes.h:
Michael Vogt [Mon, 10 Sep 2007 14:52:56 +0000 (16:52 +0200)]
* apt-pkg/contrib/hashes.h:
  - fix anohter missing cstring include

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 10 Sep 2007 14:28:04 +0000 (16:28 +0200)]
apt-pkg/deb/dpkgpm.cc:
- ignore EINTR on select()

16 years ago* make apt build with g++ 4.3
Michael Vogt [Mon, 10 Sep 2007 14:03:07 +0000 (16:03 +0200)]
* make apt build with g++ 4.3

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 10 Sep 2007 12:56:53 +0000 (14:56 +0200)]
apt-pkg/deb/dpkgpm.cc:
- comment out dpkg trigger messages, those seem to be not generated by
  dpkg over the status fd

16 years ago* dpkg-triggers: Deal properly with new package states.
Michael Vogt [Thu, 6 Sep 2007 13:38:32 +0000 (15:38 +0200)]
* dpkg-triggers: Deal properly with new package states.

16 years ago* test/fake-status:
Michael Vogt [Tue, 28 Aug 2007 08:54:59 +0000 (10:54 +0200)]
* test/fake-status:
  - make the fake package architecture all to make the testsuit
    work on all arches

16 years ago* test/pre-upload-check.py:
Michael Vogt [Tue, 28 Aug 2007 08:19:57 +0000 (10:19 +0200)]
* test/pre-upload-check.py:
  - add pointer to test-data-repo

16 years ago* apt-pkg/acquire.cc:
Michael Vogt [Tue, 28 Aug 2007 08:17:07 +0000 (10:17 +0200)]
* apt-pkg/acquire.cc:
  - increase MaxPipeDepth for the internal worker<->method
    communication to 1000 for the debtorrent backend

16 years ago* merged from dpkg-log branch
Michael Vogt [Tue, 28 Aug 2007 08:02:45 +0000 (10:02 +0200)]
* merged from dpkg-log branch

16 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 27 Aug 2007 12:28:27 +0000 (14:28 +0200)]
* apt-pkg/deb/dpkgpm.cc:
  - on error in select() continue

16 years ago* apt-pkg/pkgcachegen.cc:
Michael Vogt [Thu, 9 Aug 2007 10:31:46 +0000 (12:31 +0200)]
* apt-pkg/pkgcachegen.cc:
  - increase default mmap size
* tests/local-repo:
  - added local repository testcase

16 years ago* apt-pkg/deb/dpkgpm.{cc,h}:
Michael Vogt [Mon, 6 Aug 2007 13:41:32 +0000 (15:41 +0200)]
* apt-pkg/deb/dpkgpm.{cc,h}:
  move term_out into DPkgPM class

16 years ago* merged with dpkg-log branch
Michael Vogt [Mon, 6 Aug 2007 13:13:30 +0000 (15:13 +0200)]
* merged with dpkg-log branch

16 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 6 Aug 2007 13:11:48 +0000 (15:11 +0200)]
* apt-pkg/deb/dpkgpm.cc:
  - do not fail if openpty() fails

16 years ago* added missing test/fake-status file
Michael Vogt [Fri, 3 Aug 2007 19:04:07 +0000 (21:04 +0200)]
* added missing test/fake-status file

16 years ago* make apt -Wall clean
Michael Vogt [Fri, 3 Aug 2007 16:59:39 +0000 (18:59 +0200)]
* make apt -Wall clean

16 years ago* merged from dpkg-log branch
Michael Vogt [Fri, 3 Aug 2007 12:56:41 +0000 (14:56 +0200)]
* merged from dpkg-log branch

16 years ago* test/pre-upload-check.py:
Michael Vogt [Fri, 3 Aug 2007 12:55:10 +0000 (14:55 +0200)]
* test/pre-upload-check.py:
  - commit initial testsuit code to do a blackbox test on the
    generated binary to catch common problem before a upload

16 years ago* apt-pkg/init.cc:
Michael Vogt [Fri, 3 Aug 2007 12:53:51 +0000 (14:53 +0200)]
* apt-pkg/init.cc:
  - init Dir::Log::Terminal
* apt-pkg/deb/dpkgpm.cc:
  - only work with term_out if it is not NULL

16 years ago (ABI break)
Michael Vogt [Fri, 3 Aug 2007 09:27:47 +0000 (11:27 +0200)]
(ABI break)
* merged apt--sha256 branch to fully support the new
  sha256 checksums in the Packages and Release files
  (ABI break)

16 years ago* merged from dpkg-log branch
Michael Vogt [Fri, 3 Aug 2007 09:23:25 +0000 (11:23 +0200)]
* merged from dpkg-log branch

16 years ago* doc/examples/configure-index:
Michael Vogt [Fri, 3 Aug 2007 09:21:19 +0000 (11:21 +0200)]
* doc/examples/configure-index:
  - updated Dir::Log::Terminal
* apt-pkg/deb/dpkgpm.cc:
  - make the terminal log optional
  - rename Dir::Log::Name to Dir::Log::Terminal

16 years ago* apt-pkg/deb/dpkgpm.{cc,h}:
Michael Vogt [Fri, 3 Aug 2007 09:13:25 +0000 (11:13 +0200)]
* apt-pkg/deb/dpkgpm.{cc,h}:
  - merged dpkg-log branch, this lets you specify a
    Dir::Log::Terminal file to log dpkg output to
    ABI break

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Fri, 3 Aug 2007 08:22:24 +0000 (10:22 +0200)]
* apt-pkg/acquire-item.cc:
  - remove zero size files on I-M-S hit
* methods/https.cc:
  - only send LastModified if we actually have one
  - send range request with if-range
  - delete failed downloads

16 years agodebian/changelog: updated credits
Michael Vogt [Thu, 2 Aug 2007 22:56:57 +0000 (00:56 +0200)]
debian/changelog: updated credits

16 years ago* methods/https.cc:
Michael Vogt [Thu, 2 Aug 2007 17:23:41 +0000 (19:23 +0200)]
* methods/https.cc:
  - only send i-m-s if last-modified is > 0
  - instead of resume send a range: if-range: custom header
  - merge 304 detection patch from thom may (thanks!)
* apt-pkg/acquire-item.cc:
  - remove empty files on i-m-s hits from partial/

16 years ago* apt-inst/contrib/extracttar.cc:
Michael Vogt [Thu, 2 Aug 2007 09:56:54 +0000 (11:56 +0200)]
* apt-inst/contrib/extracttar.cc:
  - fix fd leak for zero size files

16 years ago* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
Otavio Salvador [Wed, 1 Aug 2007 22:51:20 +0000 (19:51 -0300)]
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
  directory downloading on non-linux architectures (closes: #435597)

16 years agoRelease 0.7.5
Otavio Salvador [Tue, 31 Jul 2007 18:23:12 +0000 (15:23 -0300)]
Release 0.7.5

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Tue, 31 Jul 2007 10:11:54 +0000 (12:11 +0200)]
* apt-pkg/acquire-item.cc:
  - only verify checksum in pkgAcqFile if we actually have one

16 years agoChanged Guillem's mail address as per his request
Otavio Salvador [Mon, 30 Jul 2007 23:26:53 +0000 (20:26 -0300)]
Changed Guillem's mail address as per his request

16 years ago* methods/makefile:
Michael Vogt [Mon, 30 Jul 2007 19:48:03 +0000 (21:48 +0200)]
* methods/makefile:
  - install lzma symlink method (for full lzma support)
* debian/control:
  - suggest "lzma"

16 years ago* apt-pkg/acquire-item.{cc,h}:
Michael Vogt [Mon, 30 Jul 2007 15:47:05 +0000 (17:47 +0200)]
* apt-pkg/acquire-item.{cc,h}:
  - rename "hash" into ExpectedHash in pkgAcqFile, pkgAcqIndex
  - add missing HashSum() call to class pkgAcqIndex
  - use the data provided by acquire-method (and send via the
    {SHA256,SHA1,MD5Sum}-Hash tag when comparing the hash, this
    avoids calculating the hash twice (just like old libapt)
* apt-pkg/acquire-method.cc:
  - send MD5Sum-Hash tag to libapt to be consistant with
    HashString::SupportedHashes()
* apt-pkg/acquire-worker.cc:
  - check with "Owner->HashSum().HashType()" what hash the frontend
    is expecting and pass it to pkgAcquireItem::Done() in the new
    HashString format
  - add some debugging output
* apt-pkg/contrib/hashes.cc:
  - fix off-by-one error when constructing a HashString from a single
    input string
* apt-pkg/contrib/hashes.h:
  - add "HashType()" method
* apt-pkg/init.h, apt-pkg/makefile, methods/makefile:
  - break ABI

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Mon, 30 Jul 2007 14:53:02 +0000 (16:53 +0200)]
* apt-pkg/acquire-item.cc:
  - md5sum -> hashsum

16 years ago* apt-pkg/acquire-method.{cc,h}:
Michael Vogt [Mon, 30 Jul 2007 14:51:58 +0000 (16:51 +0200)]
* apt-pkg/acquire-method.{cc,h}:
  - transfert sha256 sum between libapt and method too

16 years ago* Applied patch from Guillem Jover <guillem.jover@nokia.com> to add
Otavio Salvador [Sat, 28 Jul 2007 15:25:01 +0000 (12:25 -0300)]
* Applied patch from Guillem Jover <guillem.jover@nokia.com> to add
  support to add lzma support (closes: #408201)

16 years ago* implement sha256/sha1/md5 checking with proper backward compatibility
Michael Vogt [Thu, 26 Jul 2007 17:18:11 +0000 (19:18 +0200)]
* implement sha256/sha1/md5 checking with proper backward compatibility
  and fallback

16 years ago* apt-pkg/depcache.cc:
Michael Vogt [Thu, 26 Jul 2007 08:45:18 +0000 (10:45 +0200)]
* apt-pkg/depcache.cc:
  - support a list of sections for:
    APT::Install-Recommends-Sections
    APT::Never-MarkAuto-Sections

16 years ago* Applied patch from Guillem Jover <guillem.jover@nokia.com> to use
Michael Vogt [Thu, 26 Jul 2007 08:27:28 +0000 (10:27 +0200)]
* Applied patch from Guillem Jover <guillem.jover@nokia.com> to use
  dpkg-architecture to get the host architecture (closes: #407187)
      * vi.po: completed to 532t, again. Closes: #429899
      * gl.po: completed to 532t. Closes: #429506
      * vi.po: completed to 532t. Closes: #428672

16 years ago* apt-pkg/depcache.cc:
Michael Vogt [Thu, 26 Jul 2007 08:25:10 +0000 (10:25 +0200)]
* apt-pkg/depcache.cc:
  - support a list of sections for:
    APT::Install-Recommends-Sections
    APT::Never-MarkAuto-Sections

16 years ago* Applied patch from Guillem Jover <guillem.jover@nokia.com> to use
Otavio Salvador [Wed, 25 Jul 2007 23:27:40 +0000 (20:27 -0300)]
* Applied patch from Guillem Jover <guillem.jover@nokia.com> to use
  dpkg-architecture to get the host architecture (closes: #407187)

16 years agoAdded myself as uploader. Acked by Michael
Otavio Salvador [Tue, 24 Jul 2007 15:32:37 +0000 (12:32 -0300)]
Added myself as uploader. Acked by Michael

16 years agoreleasing version 0.7.4
Otavio Salvador [Tue, 24 Jul 2007 15:17:16 +0000 (12:17 -0300)]
releasing version 0.7.4

16 years ago* merged from otavio
Michael Vogt [Tue, 24 Jul 2007 12:36:13 +0000 (14:36 +0200)]
* merged from otavio

16 years ago* merged from apt--mvo
Michael Vogt [Tue, 24 Jul 2007 12:30:33 +0000 (14:30 +0200)]
* merged from apt--mvo

16 years ago* merged from Christian Perrier (thanks!)
Michael Vogt [Tue, 24 Jul 2007 12:29:46 +0000 (14:29 +0200)]
* merged from Christian Perrier (thanks!)
  * eu.po: completed to 532t. Closes: #423766
  * Update all PO and the POT. Gives 529t3f for formerly
    complete translations
  * Unfuzzy formerly complete translations (es, fr, gl, vi)
  * es.po: completed to 532t, again. Closes: #429935
  * vi.po: completed to 532t, again. Closes: #429899

16 years ago* merged from Christian Perrier (thanks!)
Michael Vogt [Tue, 24 Jul 2007 12:24:48 +0000 (14:24 +0200)]
* merged from Christian Perrier (thanks!)
  * eu.po: completed to 532t. Closes: #423766
  * Update all PO and the POT. Gives 529t3f for formerly
    complete translations
  * Unfuzzy formerly complete translations (es, fr, gl, vi)
  * es.po: completed to 532t, again. Closes: #429935
  * vi.po: completed to 532t, again. Closes: #429899

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Mon, 23 Jul 2007 13:28:32 +0000 (15:28 +0200)]
* cmdline/apt-get.cc:
  - fix in the task-install code regexp (thanks to Adam Conrad and
    Colin Watson)
  - support task removal too: apt-get remove taskname^
    (thanks to Matt Zimmerman reporting this problem)
* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
* Fix compilation warnings:
  - apt-pkg/contrib/configuration.cc: wrong argument type;
  - apt-pkg/deb/dpkgpm.cc: wrong signess;
  - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
  - methods/https.cc:
    - type conversion;
    - unused variable;
    - changed SetupProxy() method to void;
* Simplified HttpMethod::Fetch on http.cc removing Tail variable;
* Fix pipeline handling on http.cc (closes: #413324)
* Fix building to properly support binNMUs. Thanks to Daniel Schepler
  <schepler@math.unipd.it> by the patch (closes: #359634)
* Fix example for Install-{Recommends,Suggests} options on
  configure-index example file. Thanks to Peter Eisentraut
  <peter_e@gmx.net> by the patch (closes: #432223)
* fixed compile errors with g++ 4.3 (thanks to

16 years ago* smalish changelog fixes
Michael Vogt [Mon, 23 Jul 2007 13:27:14 +0000 (15:27 +0200)]
* smalish changelog fixes

16 years agomerge logrotate support
Michael Vogt [Thu, 19 Jul 2007 10:21:20 +0000 (11:21 +0100)]
merge logrotate support

16 years agoadd logrotate support
Michael Vogt [Thu, 19 Jul 2007 09:46:47 +0000 (10:46 +0100)]
add logrotate support

16 years agomerge the local changes back
Michael Vogt [Thu, 19 Jul 2007 09:40:39 +0000 (10:40 +0100)]
merge the local changes back

16 years agoapt-pkg/deb/dpkgpm.{cc,h}
Michael Vogt [Thu, 19 Jul 2007 09:37:05 +0000 (10:37 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}
- a bit cleanup
- move the log date to the right place
- write log to dir::log::name
apt-pkg/init.cc:
- init dir::log::name "/var/log/apt/term.log"
debian/apt.dirs:
- create /var/log/apt/
doc/examples/configure-index:
- add new dir::log::name to the index

16 years agoapt-pkg/deb/dpkgpm.{cc,h}:
Michael Vogt [Wed, 18 Jul 2007 23:56:22 +0000 (00:56 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}:
- move output processing ProcessDpkgStatusLine() and out of the
  Go() method (yeah!) - things start to look more tidy now

16 years agoapt-pkg/deb/dpkgpm.{cc,h}:
Michael Vogt [Wed, 18 Jul 2007 23:22:42 +0000 (00:22 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}:
- move make dpkgstatus processing into DoDpkgStatusFd()
  and ProcessDpkgStatusLine() [the later is a stub for now]

16 years ago - support task removal too: apt-get remove taskname^
Michael Vogt [Wed, 18 Jul 2007 11:33:36 +0000 (12:33 +0100)]
  - support task removal too: apt-get remove taskname^
    (thanks to Matt Zimmerman reporting this problem)

16 years agoAnother sync with Christian
Otavio Salvador [Tue, 17 Jul 2007 02:05:01 +0000 (23:05 -0300)]
Another sync with Christian

16 years agoRemove a useless entry from changelog
Otavio Salvador [Tue, 17 Jul 2007 02:03:16 +0000 (23:03 -0300)]
Remove a useless entry from changelog

16 years agoapt-pkg/deb/dpkgpm.{cc,h}:
Michael Vogt [Mon, 16 Jul 2007 16:07:42 +0000 (17:07 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}:
- merge select() based terminal log

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 16 Jul 2007 08:19:45 +0000 (09:19 +0100)]
apt-pkg/deb/dpkgpm.cc:
- run  DoStdin(), DoTerminalPty() calls only if their FD is in the
  returned set after select()

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Sun, 15 Jul 2007 16:38:22 +0000 (17:38 +0100)]
apt-pkg/deb/dpkgpm.cc:
- write current time to log

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Sun, 15 Jul 2007 14:42:15 +0000 (15:42 +0100)]
apt-pkg/deb/dpkgpm.cc:
- unbreak progress reporting, make code nicer

16 years agoapt-pkg/deb/dpkgpm.{cc,h}:
Michael Vogt [Sun, 15 Jul 2007 10:11:04 +0000 (11:11 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}:
- move the terminal and stdin reading into its own functions

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Sun, 15 Jul 2007 09:30:30 +0000 (10:30 +0100)]
apt-pkg/deb/dpkgpm.cc:
- use select() to check for new data

16 years agoSync with Michael
bubulle@debian.org [Sun, 15 Jul 2007 06:17:44 +0000 (08:17 +0200)]
Sync with Michael

16 years agoSync with Peter Karlsson and fix an error in sv.po
bubulle@debian.org [Sun, 15 Jul 2007 06:13:54 +0000 (08:13 +0200)]
Sync with Peter Karlsson and fix an error in sv.po

16 years ago [ Christian Perrier ]
Otavio Salvador [Sat, 14 Jul 2007 18:52:26 +0000 (15:52 -0300)]
  [ Christian Perrier ]
  * Basque translation update. Closes: ##423766
  * Unfuzzy formerly complete translations
  * French translation update
  * Re-generate PO(T) files
  * Sync with Michael
  * Spanish translation update

16 years agoRevert po/apt-all.pot changes to make merging from Christian's branch easier.
Otavio Salvador [Sat, 14 Jul 2007 18:50:17 +0000 (15:50 -0300)]
Revert po/apt-all.pot changes to make merging from Christian's branch easier.

16 years agoMade several improvements suggested by Daniel Nylander.
Peter Karlsson [Sat, 14 Jul 2007 17:44:14 +0000 (18:44 +0100)]
Made several improvements suggested by Daniel Nylander.

16 years agoFixed fuzzy strings.
Peter Karlsson [Sat, 14 Jul 2007 16:24:10 +0000 (17:24 +0100)]
Fixed fuzzy strings.

16 years agoMerge fixes branch.
Otavio Salvador [Sat, 14 Jul 2007 16:02:52 +0000 (13:02 -0300)]
Merge fixes branch.

16 years ago* Simplified HttpMethod::Fetch on http.cc removing Tail variable;
Michael Vogt [Sat, 14 Jul 2007 15:13:23 +0000 (16:13 +0100)]
* Simplified HttpMethod::Fetch on http.cc removing Tail variable;
* Fix pipeline handling on http.cc (closes: #413324)
* Fix building to properly support binNMUs. Thanks to Daniel Schepler
  <schepler@math.unipd.it> by the patch (closes: #359634)
* Fix example for Install-{Recommends,Suggests} options on
  configure-index example file. Thanks to Peter Eisentraut
  <peter_e@gmx.net> by the patch (closes: #432223)

16 years ago* Fix example for Install-{Recommends,Suggests} options on
Otavio Salvador [Thu, 12 Jul 2007 17:09:39 +0000 (14:09 -0300)]
* Fix example for Install-{Recommends,Suggests} options on
  configure-index example file. Thanks to Peter Eisentraut
  <peter_e@gmx.net> by the patch (closes: #432223)

16 years ago* Fix building to properly support binNMUs. Thanks to Daniel Schepler
Otavio Salvador [Thu, 12 Jul 2007 17:05:12 +0000 (14:05 -0300)]
* Fix building to properly support binNMUs. Thanks to Daniel Schepler
  <schepler@math.unipd.it> by the patch (closes: #359634)

16 years agoSync with Michael branch
Otavio Salvador [Thu, 12 Jul 2007 17:02:46 +0000 (14:02 -0300)]
Sync with Michael branch

16 years ago - fix in the task-install code regexp (thanks to Adam Conrad and
Michael Vogt [Thu, 12 Jul 2007 15:49:43 +0000 (16:49 +0100)]
  - fix in the task-install code regexp (thanks to Adam Conrad and
    Colin Watson)

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Thu, 12 Jul 2007 15:12:33 +0000 (16:12 +0100)]
* cmdline/apt-get.cc:
  - fix in the task-install code
* Fix compilation warnings:
  - apt-pkg/contrib/configuration.cc: wrong argument type;
  - apt-pkg/deb/dpkgpm.cc: wrong signess;
  - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
  - methods/https.cc:
    - type conversion;
    - unused variable;
    - changed SetupProxy() method to void;

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Wed, 11 Jul 2007 22:21:07 +0000 (23:21 +0100)]
* cmdline/apt-get.cc:
  - fix in the task-install code

16 years agoBasque translation update. Closes: ##423766
bubulle@debian.org [Wed, 11 Jul 2007 06:02:32 +0000 (08:02 +0200)]
Basque translation update. Closes: ##423766

16 years ago * Fix pipeline handling on http.cc (closes: #413324)
Otavio Salvador [Tue, 10 Jul 2007 19:49:12 +0000 (16:49 -0300)]
 * Fix pipeline handling on http.cc (closes: #413324)

16 years agoSimplified HttpMethod::Fetch on http.cc removing Tail variable;
Otavio Salvador [Tue, 10 Jul 2007 19:12:25 +0000 (16:12 -0300)]
Simplified HttpMethod::Fetch on http.cc removing Tail variable;

16 years agoMinor typos.
Otavio Salvador [Tue, 10 Jul 2007 18:14:57 +0000 (15:14 -0300)]
Minor typos.

16 years ago * Fix compilation warnings:
Otavio Salvador [Tue, 10 Jul 2007 18:06:12 +0000 (15:06 -0300)]
  * Fix compilation warnings:
    - apt-pkg/contrib/configuration.cc: wrong argument type;
    - apt-pkg/deb/dpkgpm.cc: wrong signess;
    - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
    - methods/https.cc:
      - type conversion;
      - unused variable;
      - changed SetupProxy() method to void;

16 years agoUnfuzzy formerly complete translations
bubulle@debian.org [Fri, 6 Jul 2007 05:27:18 +0000 (07:27 +0200)]
Unfuzzy formerly complete translations

16 years agoFrench translation update
bubulle@debian.org [Fri, 6 Jul 2007 05:23:04 +0000 (07:23 +0200)]
French translation update

16 years agoRe-generate PO(T) files
bubulle@debian.org [Fri, 6 Jul 2007 05:21:35 +0000 (07:21 +0200)]
Re-generate PO(T) files

16 years agoSync with Michael
bubulle@debian.org [Fri, 6 Jul 2007 05:18:13 +0000 (07:18 +0200)]
Sync with Michael

16 years ago* first (raw and ineffient) implementation
Michael Vogt [Tue, 3 Jul 2007 19:38:32 +0000 (21:38 +0200)]
* first (raw and ineffient) implementation

16 years ago* merged fixes from otavio (thanks!)
Michael Vogt [Tue, 3 Jul 2007 09:39:38 +0000 (11:39 +0200)]
* merged fixes from otavio (thanks!)

16 years ago* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
Otavio Salvador [Mon, 2 Jul 2007 16:29:03 +0000 (13:29 -0300)]
* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)

16 years ago* fixed compile errors with g++ 7.3 (thanks to
Michael Vogt [Sun, 1 Jul 2007 10:31:49 +0000 (12:31 +0200)]
* fixed compile errors with g++ 7.3 (thanks to
  Daniel Burrows, closes: #429378)
* fixes in the auto-mark code (thanks to Daniel
  Burrows)
* fix FTFBFS by changing build-depends to
  libcurl4-gnutls-dev (closes: #428363)
* cmdline/apt-get.cc:
  - fix InstallTask code when a pkgRecord ends
    with a single '\n' (thanks to Soren Hansen for reporting)
* merged from Christian Perrier:
      * Update all PO and the POT. Gives 514t14f4u for formerly
        complete translations
      * fr.po: completed to 532t
      * ku.po, uk.po, LINGUAS: reintegrate those translations
        which disappeared from the BZR repositories

16 years ago* Non-maintainer upload.
Michael Vogt [Sun, 1 Jul 2007 10:28:53 +0000 (12:28 +0200)]
* Non-maintainer upload.
* Build-depend on libcurl4-gnutls-dev instead of the obsolete
  libcurl3-gnutls-dev.  Closes: #428363.

16 years ago* fixes in the auto-mark code (thanks to Daniel
Michael Vogt [Fri, 29 Jun 2007 20:40:44 +0000 (22:40 +0200)]
* fixes in the auto-mark code (thanks to Daniel
  Burrows)

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Wed, 27 Jun 2007 12:35:44 +0000 (14:35 +0200)]
* cmdline/apt-get.cc:
  - improve taskinstall regexp

16 years ago* merged from Christian Perrier:
Michael Vogt [Wed, 27 Jun 2007 12:29:59 +0000 (14:29 +0200)]
* merged from Christian Perrier:
      * Update all PO and the POT. Gives 514t14f4u for formerly
        complete translations
      * fr.po: completed to 532t
      * ku.po, uk.po, LINGUAS: reintegrate those translations
        which disappeared from the BZR repositories

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Wed, 27 Jun 2007 11:13:36 +0000 (13:13 +0200)]
* cmdline/apt-get.cc:
  - fix InstallTask code when a pkgRecord ends
    with a single '\n' (thanks to Soren Hansen for reporting)