]>
git.saurik.com Git - apt.git/log
Eugene V. Lyubimkin [Fri, 31 Oct 2008 19:21:18 +0000 (21:21 +0200)]
Added 'unset GREP_OPTIONS' to apt-key.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 18:56:17 +0000 (20:56 +0200)]
Added lintian override of 'must depend on python.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 18:24:05 +0000 (20:24 +0200)]
Reverted 'bashisms' commit, it was wrong as $(...) is not a bashism.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 21:29:37 +0000 (23:29 +0200)]
Dropped Debian revision '-1' from build dependency on 'doc-base'.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 21:21:22 +0000 (23:21 +0200)]
Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 21:17:01 +0000 (23:17 +0200)]
Added 'set -e' to maintainer scripts.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:34:27 +0000 (22:34 +0200)]
Added 'python-apt' to Suggests of apt (because of apt-mark).
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:33:12 +0000 (22:33 +0200)]
Fixed 'Devel' -> 'Debian' doc-base sections.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:08:12 +0000 (22:08 +0200)]
'Source-Version' in debian/control became 'binary:Version'.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:04:30 +0000 (22:04 +0200)]
Fixed 'debian/rules ignores make errors' lintian warnings.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:01:52 +0000 (22:01 +0200)]
Fixed bashisms in apt-key.
Michael Vogt [Wed, 29 Oct 2008 17:58:48 +0000 (18:58 +0100)]
add fixme for the future flJustExtension
Michael Vogt [Wed, 29 Oct 2008 17:55:11 +0000 (18:55 +0100)]
add missing bugnumber
Michael Vogt [Wed, 29 Oct 2008 09:09:26 +0000 (10:09 +0100)]
upload as 0.7.17~exp3
Michael Vogt [Wed, 29 Oct 2008 08:37:45 +0000 (09:37 +0100)]
* apt-pkg/acquire-item.cc:
- fix a merge modification (done by me) that prevents the
fallback to the uncompressed 'Packages' to work correctly
Michael Vogt [Wed, 29 Oct 2008 08:31:53 +0000 (09:31 +0100)]
apt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the (generic) acquire-item.cc code
Michael Vogt [Wed, 29 Oct 2008 08:27:11 +0000 (09:27 +0100)]
apt-pkg/acquire-item.cc: fixed my incorrect use of flExtension
Michael Vogt [Tue, 28 Oct 2008 17:14:29 +0000 (18:14 +0100)]
fix various -Wall warnings
Michael Vogt [Tue, 28 Oct 2008 16:40:31 +0000 (17:40 +0100)]
* apt-pkg/acquire-item.cc:
- Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
available. (Closes: #409284)
* apt-pkg/algorithm.cc:
- Strip username and password from source URL in error message.
(Closes: #425150)
Michael Vogt [Tue, 28 Oct 2008 16:14:41 +0000 (17:14 +0100)]
merged from the debian-sid branch
Michael Vogt [Tue, 28 Oct 2008 15:48:16 +0000 (16:48 +0100)]
* apt-pkg/acquire-item.cc:
- Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
available. (Closes: #409284)
* apt-pkg/algorithm.cc:
- Strip username and password from source URL in error message.
(Closes: #425150)
Eugene V. Lyubimkin [Sun, 26 Oct 2008 11:41:09 +0000 (13:41 +0200)]
Forgot to remove regex.h include in previous commit. Now done
Eugene V. Lyubimkin [Sun, 26 Oct 2008 11:39:10 +0000 (13:39 +0200)]
Switched from regexp to using existing URI class to strip user/password.
Eugene V. Lyubimkin [Sat, 25 Oct 2008 19:49:22 +0000 (22:49 +0300)]
Corrected determining if regexp matched.
Eugene V. Lyubimkin [Sat, 25 Oct 2008 19:15:20 +0000 (22:15 +0300)]
Fixed error output when fallback'ed to uncompressed Packages/Sources.
Eugene V. Lyubimkin [Sat, 25 Oct 2008 14:03:16 +0000 (17:03 +0300)]
Strip user/password from URL in error message.
Michael Vogt [Sat, 25 Oct 2008 08:29:21 +0000 (10:29 +0200)]
merged from Luca Bruno
Michael Vogt [Sat, 25 Oct 2008 08:27:13 +0000 (10:27 +0200)]
merged from debian-sid
Eugene V. Lyubimkin [Fri, 24 Oct 2008 22:33:40 +0000 (01:33 +0300)]
Added fallback to uncompressed files while acquiring index files (Sources and Packages)
Luca Bruno [Sat, 11 Oct 2008 08:48:59 +0000 (10:48 +0200)]
Fix typo in apt-pkg/depcache.cc
Luca Bruno [Sat, 11 Oct 2008 08:31:18 +0000 (10:31 +0200)]
Clarify whether configuration items of apt.conf are case-sensitive
Luca Bruno [Sat, 11 Oct 2008 08:00:50 +0000 (10:00 +0200)]
* Compilation fixes and portability improvement for compiling APT against non-GNU libc
Luca Bruno [Sat, 11 Oct 2008 07:42:17 +0000 (09:42 +0200)]
Fix another compilation warning in apt-pkg/versionmatch.cc
Luca Bruno [Sat, 11 Oct 2008 07:22:43 +0000 (09:22 +0200)]
Fix compilation warning in apt-pkg/acquire.cc. New experimental release
Luca Bruno [Sat, 11 Oct 2008 07:00:02 +0000 (09:00 +0200)]
Merge with debian-sid
Michael Vogt [Fri, 10 Oct 2008 21:45:39 +0000 (23:45 +0200)]
update changelog
Michael Vogt [Fri, 10 Oct 2008 21:28:21 +0000 (23:28 +0200)]
doc/apt-cache.8.xml: add missing <citerefentry>
Michael Vogt [Fri, 10 Oct 2008 21:03:50 +0000 (23:03 +0200)]
* doc/apt-cache.8.xml:
- search command uses POSIX regex, and searches for virtual packages too
(closes: #277536)
* doc/offline.sgml: clarify remote and target hosts
(thanks to Nikolaus Schulz, closes: #175940)
* Fix several typos in docs, translations and debian/changelog
(thanks to timeless, Nicolas Bonifas and Josh Triplett,
closes: #368665, #298821, #411532, #431636, #461458)
* Document apt-key finger and adv commands
(thanks to Stefan Schmidt, closes: #350575)
* Better documentation for apt-get --option
(thanks to Tomas Pospisek, closes: #386579)
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
* Better documentation on using both APT::Default-Release and
/etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
* fix FTBFS by changing build-depends to
* ABI library name change because it's built against
* Package that contains all the new features
* Branch that contains all the new features:
Michael Vogt [Tue, 7 Oct 2008 18:41:41 +0000 (20:41 +0200)]
* doc/apt-cache.8.xml:
- search command uses POSIX regex, and searches for virtual packages too
(closes: #277536)
* doc/offline.sgml: clarify remote and target hosts
(thanks to Nikolaus Schulz, closes: #175940)
* Fix several typos in docs, translations and debian/changelog
(thanks to timeless, Nicolas Bonifas and Josh Triplett,
closes: #368665, #298821, #411532, #431636, #461458)
* Document apt-key finger and adv commands
(thanks to Stefan Schmidt, closes: #350575)
* Better documentation for apt-get --option
(thanks to Tomas Pospisek, closes: #386579)
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
* Better documentation on using both APT::Default-Release and
/etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
* fix FTBFS by changing build-depends to
* ABI library name change because it's built against
* Package that contains all the new features
* Branch that contains all the new features:
Michael Vogt [Tue, 7 Oct 2008 18:38:46 +0000 (20:38 +0200)]
merged from debian-sid
Michael Vogt [Tue, 7 Oct 2008 18:36:08 +0000 (20:36 +0200)]
Upload to unstable
Michael Vogt [Tue, 7 Oct 2008 18:24:10 +0000 (20:24 +0200)]
merged from the debain-sid branch
Luca Bruno [Sun, 5 Oct 2008 07:12:51 +0000 (09:12 +0200)]
Typo in changelog
Luca Bruno [Sun, 5 Oct 2008 07:11:57 +0000 (09:11 +0200)]
* doc/apt-cache.8.xml:
- search command uses POSIX regex, and searches for virtual packages too
(closes: #277536)
Luca Bruno [Sat, 4 Oct 2008 10:48:19 +0000 (12:48 +0200)]
* doc/offline.sgml: clarify remote and target hosts
Luca Bruno [Sat, 4 Oct 2008 10:43:14 +0000 (12:43 +0200)]
* Better documentation for apt-get --option
Luca Bruno [Sat, 4 Oct 2008 10:10:54 +0000 (12:10 +0200)]
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)
Luca Bruno [Fri, 3 Oct 2008 20:08:48 +0000 (22:08 +0200)]
Applied patch from #461458 for apt.8 typo
Luca Bruno [Fri, 3 Oct 2008 20:01:37 +0000 (22:01 +0200)]
Applied patch from #431636 for typos
Luca Bruno [Fri, 3 Oct 2008 19:57:41 +0000 (21:57 +0200)]
Applied patch from #411532 for typos
Luca Bruno [Fri, 3 Oct 2008 18:57:25 +0000 (20:57 +0200)]
Applying #298821 patch for further arbitary typos
Luca Bruno [Fri, 3 Oct 2008 18:41:34 +0000 (20:41 +0200)]
Wrap changelog lines
Luca Bruno [Fri, 3 Oct 2008 18:41:16 +0000 (20:41 +0200)]
* Better documentation on using both APT::Default-Release and /etc/apt/preferences (closes: #145575)
Luca Bruno [Fri, 3 Oct 2008 18:25:56 +0000 (20:25 +0200)]
Fixed typo in changelog
Luca Bruno [Fri, 3 Oct 2008 18:25:06 +0000 (20:25 +0200)]
* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)
Luca Bruno [Fri, 3 Oct 2008 18:15:06 +0000 (20:15 +0200)]
Fix some typos in docs and translations (thanks to timeless, closes: 368665)
Luca Bruno [Fri, 3 Oct 2008 18:04:57 +0000 (20:04 +0200)]
Experimental branch
Michael Vogt [Wed, 1 Oct 2008 16:49:37 +0000 (18:49 +0200)]
fix typo *sigh*
Michael Vogt [Wed, 1 Oct 2008 16:35:23 +0000 (18:35 +0200)]
* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
- move the state file writting into the Go() implementation
of dpkgpm (closes: #498799)
* apt-pkg/algorithms.cc:
- fix simulation performance drop (thanks to Ferenc Wagner
for reporting the issue)
Daniel Burrows [Fri, 26 Sep 2008 01:24:09 +0000 (18:24 -0700)]
Restore the apt ABI.
The problem was that the size of pkgDpkgPM and its member offsets
changed because a map giving the names of the trigger states was
inserted into the middle of the structure. I fixed it by using a
statically allocated array instead. This changes the procedure for
looking up a string to a linear search, which should be fine (or
even faster than before) since there are only 4 state strings. If
it becomes a problem, sorting the array by key will allow us to use
std::equal_range(), but I would advise against this unless it's
really necessary, since sooner or later someone will forget to maintain
the sort order.
Michael Vogt [Tue, 23 Sep 2008 05:34:53 +0000 (07:34 +0200)]
update the changelog
egon [Tue, 23 Sep 2008 05:31:23 +0000 (07:31 +0200)]
* apt-pkg/pkgcachegen.cc:
- do not add multiple identical descriptions for the same
language (closes: #400768)
bubulle@debian.org [Fri, 19 Sep 2008 15:33:01 +0000 (17:33 +0200)]
Catalan translation update
egon [Tue, 16 Sep 2008 21:34:52 +0000 (23:34 +0200)]
upload as 0.7.15~exp1
egon [Tue, 16 Sep 2008 21:34:23 +0000 (23:34 +0200)]
po/es.po: fix msgmerge error
egon [Tue, 16 Sep 2008 19:27:35 +0000 (21:27 +0200)]
* debian/changelog:
- upload to experimental to give the releases managers something
to check out
* doc/makesfile:
- merged from the apt--mvo branch
bubulle@debian.org [Tue, 16 Sep 2008 06:52:34 +0000 (08:52 +0200)]
Updated Polish translation
bubulle@debian.org [Tue, 16 Sep 2008 06:46:21 +0000 (08:46 +0200)]
Russian translation update
bubulle@debian.org [Fri, 12 Sep 2008 17:53:08 +0000 (19:53 +0200)]
Greek translation update
bubulle@debian.org [Sat, 6 Sep 2008 15:24:55 +0000 (17:24 +0200)]
German translation compelted and corrected
bubulle@debian.org [Fri, 5 Sep 2008 17:38:41 +0000 (19:38 +0200)]
Vietnamese translation udpate
bubulle@debian.org [Wed, 3 Sep 2008 06:43:33 +0000 (08:43 +0200)]
Swedish translation update
bubulle@debian.org [Mon, 1 Sep 2008 12:01:25 +0000 (14:01 +0200)]
Updated translations
bubulle@debian.org [Fri, 29 Aug 2008 18:13:21 +0000 (20:13 +0200)]
Korean translation updated
bubulle@debian.org [Fri, 29 Aug 2008 18:11:29 +0000 (20:11 +0200)]
Bug closure
bubulle@debian.org [Fri, 29 Aug 2008 18:09:37 +0000 (20:09 +0200)]
Bug closure
bubulle@debian.org [Fri, 29 Aug 2008 18:06:50 +0000 (20:06 +0200)]
Norwegian Bokmål translation updated
bubulle@debian.org [Fri, 29 Aug 2008 18:04:37 +0000 (20:04 +0200)]
Simplified Chinese translation updated
bubulle@debian.org [Fri, 29 Aug 2008 18:02:03 +0000 (20:02 +0200)]
Portuguese translation added
bubulle@debian.org [Fri, 29 Aug 2008 18:00:14 +0000 (20:00 +0200)]
Lithuanian translation added
bubulle@debian.org [Fri, 29 Aug 2008 17:58:09 +0000 (19:58 +0200)]
Romanian translation update
bubulle@debian.org [Wed, 27 Aug 2008 18:06:40 +0000 (20:06 +0200)]
Basque translation updated
bubulle@debian.org [Tue, 26 Aug 2008 06:15:31 +0000 (08:15 +0200)]
Brazilian Portuguese translation update
bubulle@debian.org [Sat, 9 Aug 2008 15:33:36 +0000 (12:33 -0300)]
More complete Greek translation
bubulle@debian.org [Wed, 6 Aug 2008 20:39:18 +0000 (22:39 +0200)]
Fix missing space in Greek translation. Closes: #493922
bubulle@debian.org [Sat, 2 Aug 2008 05:55:17 +0000 (07:55 +0200)]
Pending translations
bubulle@debian.org [Fri, 1 Aug 2008 05:32:21 +0000 (07:32 +0200)]
Pending translations
bubulle@debian.org [Wed, 30 Jul 2008 07:59:22 +0000 (09:59 +0200)]
Slovak translation updated
bubulle@debian.org [Wed, 30 Jul 2008 07:54:09 +0000 (09:54 +0200)]
Bulgarian translation update
bubulle@debian.org [Sat, 26 Jul 2008 05:38:23 +0000 (07:38 +0200)]
French translation completed
Michael Vogt [Fri, 25 Jul 2008 18:33:10 +0000 (20:33 +0200)]
* add DPkg::NoTriggers option so that applications that call
apt/aptitude (like the installer) defer trigger processing
(thanks to Joey Hess)
Michael Vogt [Fri, 25 Jul 2008 18:21:53 +0000 (20:21 +0200)]
* improve apt progress reporting, display trigger actions
Michael Vogt [Fri, 25 Jul 2008 18:03:51 +0000 (20:03 +0200)]
* apt-pkg/depcache.cc:
- when checking for new important deps, skip critical ones
(closes: #485943)
Michael Vogt [Fri, 25 Jul 2008 17:57:08 +0000 (19:57 +0200)]
* merge patch that enforces stricter https server certificate
checking (thanks to Arnaud Ebalard, closes: #485960)
* allow per-mirror specific https settings
(thanks to Arnaud Ebalard, closes: #485965)
* add doc/examples/apt-https-method-example.cof
(thanks to Arnaud Ebalard, closes: #485964)
bubulle@debian.org [Sat, 12 Jul 2008 18:15:24 +0000 (20:15 +0200)]
German translation corrected
bubulle@debian.org [Sun, 29 Jun 2008 18:44:13 +0000 (20:44 +0200)]
Traditional Chinese translation update
bubulle@debian.org [Sun, 29 Jun 2008 18:42:00 +0000 (20:42 +0200)]
Traditional Chinese translation update
bubulle@debian.org [Sat, 28 Jun 2008 13:19:49 +0000 (15:19 +0200)]
Romanian translation update
bubulle@debian.org [Sat, 14 Jun 2008 05:39:57 +0000 (07:39 +0200)]
Fix typo in cron.daily script comments
Michael Vogt [Wed, 28 May 2008 13:19:37 +0000 (15:19 +0200)]
finalized as 0.7.14