ntk/apt.git
14 years ago* apt-pkg/acquire.cc:
Michael Vogt [Tue, 9 Jun 2009 14:14:21 +0000 (16:14 +0200)]
* apt-pkg/acquire.cc:
  - make the max pipeline depth of the acquire queue configurable
    via Acquire::Max-Pipeline-Depth

14 years ago* cmdline/apt-mark:
Michael Vogt [Wed, 3 Jun 2009 10:05:20 +0000 (12:05 +0200)]
* cmdline/apt-mark:
  - add "showauto" option to show automatically installed packages

15 years agobuild fixes for g++-4.4
Michael Vogt [Fri, 24 Apr 2009 08:12:36 +0000 (10:12 +0200)]
build fixes for g++-4.4

15 years agofix problematic use of tolower() when calculating the version
Michael Vogt [Thu, 23 Apr 2009 10:53:48 +0000 (12:53 +0200)]
fix problematic use of tolower() when calculating the version
hash by using locale independant tolower_ascii() function.
Thanks to M. Vefa Bicakci (LP: #80248)

15 years ago* methods/gpgv.cc:
Michael Vogt [Wed, 8 Apr 2009 20:42:30 +0000 (22:42 +0200)]
* methods/gpgv.cc:
  - properly check for expired and revoked keys (closes: #433091)

15 years ago* cmdline/acqprogress.cc:
Michael Vogt [Fri, 27 Mar 2009 21:45:07 +0000 (22:45 +0100)]
* cmdline/acqprogress.cc:
  - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
    dlstatus messages on the status-fd (LP: #290234).

15 years agoftparchive/cachedb.cc: compact() the database after c_del()
Michael Vogt [Tue, 24 Mar 2009 13:38:07 +0000 (14:38 +0100)]
ftparchive/cachedb.cc: compact() the database after c_del()

15 years agomake pre-build.sh executable
Michael Vogt [Thu, 19 Mar 2009 15:06:10 +0000 (16:06 +0100)]
make pre-build.sh executable

15 years agomake it bzr-buildpackage able
Michael Vogt [Thu, 19 Mar 2009 15:01:36 +0000 (16:01 +0100)]
make it bzr-buildpackage able

15 years agocmdline/apt-get.cc: fix typo
Michael Vogt [Mon, 9 Mar 2009 15:18:38 +0000 (16:18 +0100)]
cmdline/apt-get.cc: fix typo

15 years agofix "apt-get source pkg" if there is a binary package and
Michael Vogt [Mon, 9 Mar 2009 15:11:29 +0000 (16:11 +0100)]
fix "apt-get source pkg" if there is a binary package and
a source package of the same name but from different
packages (LP: #330103)

15 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Fri, 6 Mar 2009 08:56:30 +0000 (09:56 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - revert the change by Kees again for the amd64 ALL-CAPS problem

15 years ago* methods/https.cc:
Michael Vogt [Tue, 3 Feb 2009 13:10:36 +0000 (14:10 +0100)]
* methods/https.cc:
  - add Acquire::https::AllowRedirect support

15 years agoapt-pkg/pkgcache.cc: fix typo
Michael Vogt [Tue, 3 Feb 2009 13:06:49 +0000 (14:06 +0100)]
apt-pkg/pkgcache.cc: fix typo

15 years ago* apt-pkg/pkgcache.cc:
Michael Vogt [Tue, 3 Feb 2009 11:24:31 +0000 (12:24 +0100)]
* apt-pkg/pkgcache.cc:
  - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
    state (LP: #322955)

15 years agomethods/https.cc: do not unlink partial files (thanks to robbiew)
Michael Vogt [Tue, 3 Feb 2009 09:50:32 +0000 (10:50 +0100)]
methods/https.cc: do not unlink partial files (thanks to robbiew)

15 years ago[ABI break] use int for the package IDs (thanks to Steve Cotton)
Michael Vogt [Fri, 30 Jan 2009 20:12:15 +0000 (21:12 +0100)]
[ABI break] use int for the package IDs (thanks to Steve Cotton)

15 years ago[ABI break] merge support for http redirects, thanks to
Michael Vogt [Fri, 30 Jan 2009 19:55:20 +0000 (20:55 +0100)]
[ABI break] merge support for http redirects, thanks to
Jeff Licquia and Anthony Towns

15 years agoapt-pkg/deb/debsystem.cc: add missing i18n string
Michael Vogt [Wed, 28 Jan 2009 16:36:03 +0000 (17:36 +0100)]
apt-pkg/deb/debsystem.cc: add missing i18n string

15 years agoapt-pkg/pkgcachegen.cc: when searching for duplicates in the description, avoid side...
Michael Vogt [Mon, 19 Jan 2009 11:50:37 +0000 (12:50 +0100)]
apt-pkg/pkgcachegen.cc: when searching for duplicates in the description, avoid side effect

15 years ago* apt-pkg/contrib/strutl.cc:
Michael Vogt [Thu, 8 Jan 2009 12:48:06 +0000 (13:48 +0100)]
* apt-pkg/contrib/strutl.cc:
  - fix TimeToStr i18n (LP: #289807)

15 years agoClarify the --help for 'purge' (LP: #243948)
Michael Vogt [Tue, 16 Dec 2008 06:37:02 +0000 (07:37 +0100)]
Clarify the --help for 'purge' (LP: #243948)

15 years agomerged from the debian-sid branch
Michael Vogt [Wed, 10 Dec 2008 01:49:46 +0000 (17:49 -0800)]
merged from the debian-sid branch

15 years ago* methods/gpgv.cc:
Michael Vogt [Tue, 9 Dec 2008 22:38:10 +0000 (14:38 -0800)]
* methods/gpgv.cc:
  - fix compiler warning
* cmdline/apt-get.cc:
  - fix "apt-get source pkg=ver" if binary name != source name
    and show a message (LP: #202219)
* apt-pkg/deb/debsystem.cc:
  - make strings i18n able

15 years agoapt-pkg/contrib/strutl.cc: increase the size limit
Michael Vogt [Tue, 9 Dec 2008 17:21:53 +0000 (09:21 -0800)]
apt-pkg/contrib/strutl.cc: increase the size limit

15 years agodebian/changelog: fix changelog
Michael Vogt [Mon, 8 Dec 2008 23:58:12 +0000 (15:58 -0800)]
debian/changelog: fix changelog

15 years agomerged lp:~jackyf-devel/apt/debian-sid
Michael Vogt [Mon, 8 Dec 2008 23:48:34 +0000 (15:48 -0800)]
merged lp:~jackyf-devel/apt/debian-sid

15 years ago* apt-pkg/indexrecords.cc:
Michael Vogt [Mon, 8 Dec 2008 17:58:04 +0000 (09:58 -0800)]
* apt-pkg/indexrecords.cc:
  - fix some i18n issues
* apt-pkg/contrib/strutl.h:
  - add new strprintf() function to make i18n strings easier

15 years ago - fix "apt-get source pkg=ver" if binary name != source name
Michael Vogt [Mon, 8 Dec 2008 17:33:43 +0000 (09:33 -0800)]
  - fix "apt-get source pkg=ver" if binary name != source name
    (LP: #202219)
* doc/makefile:
  - add examples/apt-https-method-example.conf

15 years agoDrop awful use of first person in French translation. The same should happen to Engli...
bubulle@debian.org [Sun, 7 Dec 2008 09:34:59 +0000 (10:34 +0100)]
Drop awful use of first person in French translation. The same should happen to English messages after lenny

15 years agoIncluded missing file debian/apt-transport-https.README to repo.
Eugene V. Lyubimkin [Sat, 6 Dec 2008 21:34:11 +0000 (23:34 +0200)]
Included missing file debian/apt-transport-https.README to repo.

15 years agoMentioned 'APT::Periodic' and 'APT::Archives' groups of options.
Eugene V. Lyubimkin [Sat, 6 Dec 2008 21:20:13 +0000 (23:20 +0200)]
Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.

15 years agoApplied patch from Daniel Burrows to document 'Debug' group of options.
Eugene V. Lyubimkin [Sat, 6 Dec 2008 20:41:43 +0000 (22:41 +0200)]
Applied patch from Daniel Burrows to document 'Debug' group of options.

15 years agoDocumented briefly 'APT::https' group of options.
Eugene V. Lyubimkin [Sat, 6 Dec 2008 20:14:52 +0000 (22:14 +0200)]
Documented briefly 'APT::https' group of options.

15 years agoRenewed buildlib/config.{sub,guess} files.
Eugene V. Lyubimkin [Sat, 6 Dec 2008 19:32:49 +0000 (21:32 +0200)]
Renewed buildlib/config.{sub,guess} files.

15 years agoFixed place of 'merged install-recommends and install-task branches' in debian/changelog.
Eugene V. Lyubimkin [Sat, 6 Dec 2008 18:59:55 +0000 (20:59 +0200)]
Fixed place of 'merged install-recommends and install-task branches' in debian/changelog.

15 years agomake "apt-get build-dep" installed packages marked automatic
Michael Vogt [Tue, 2 Dec 2008 19:54:43 +0000 (20:54 +0100)]
make "apt-get build-dep" installed packages marked automatic
by default. This can be changed by setting the value of
APT::Get::Build-Dep-Automatic to false (thanks to Aaron
Haviland, closes: #44874, LP: #248268)

15 years ago* doc/examples/sources.list:
Michael Vogt [Tue, 2 Dec 2008 19:16:41 +0000 (20:16 +0100)]
* doc/examples/sources.list:
  - Removed obsolete commented non-us deb-src entry, replaced it with
    'deb-src security.debian.org' one. (Closes: #411298)
* apt-pkg/contrib/mmap.cc:
  - Added instruction how to work around MMap error in MMap error message.
    (Closes: #385674, 436028)

15 years agoAdded instruction how to work around MMap error in MMap error message.
Eugene V. Lyubimkin [Wed, 26 Nov 2008 20:26:32 +0000 (22:26 +0200)]
Added instruction how to work around MMap error in MMap error message.

15 years agoRemoved obsolete commented non-us deb-src entry, replaced with 'security.debian.org...
Eugene V. Lyubimkin [Wed, 26 Nov 2008 20:08:56 +0000 (22:08 +0200)]
Removed obsolete commented non-us deb-src entry, replaced with 'security.debian.org' one.

15 years agoMerged from debian-sid branch.
Eugene V. Lyubimkin [Wed, 26 Nov 2008 20:03:42 +0000 (22:03 +0200)]
Merged from debian-sid branch.

15 years agoupload as 0.7.19
Michael Vogt [Mon, 24 Nov 2008 09:34:54 +0000 (10:34 +0100)]
upload as 0.7.19

15 years agoUkrainian translation updated
bubulle@debian.org [Sun, 23 Nov 2008 10:19:13 +0000 (11:19 +0100)]
Ukrainian translation updated

15 years agoMarathi translation updated
bubulle@debian.org [Sun, 23 Nov 2008 10:16:27 +0000 (11:16 +0100)]
Marathi translation updated

15 years agoTranslation updates
bubulle@debian.org [Fri, 21 Nov 2008 18:34:47 +0000 (19:34 +0100)]
Translation updates

15 years agoBasque translation update
bubulle@debian.org [Tue, 18 Nov 2008 20:58:23 +0000 (21:58 +0100)]
Basque translation update

15 years agoMerged from debian-sid branch.
Eugene V. Lyubimkin [Tue, 18 Nov 2008 20:47:13 +0000 (22:47 +0200)]
Merged from debian-sid branch.

15 years agoTranslation updates
bubulle@debian.org [Mon, 17 Nov 2008 07:11:14 +0000 (08:11 +0100)]
Translation updates

15 years agoCompleted Romanian translation
bubulle@debian.org [Sun, 16 Nov 2008 10:37:01 +0000 (11:37 +0100)]
Completed Romanian translation

15 years agoSimplified Chinese translation update
bubulle@debian.org [Sat, 15 Nov 2008 07:30:15 +0000 (08:30 +0100)]
Simplified Chinese translation update

15 years agoRomanian translation update
bubulle@debian.org [Sat, 15 Nov 2008 07:25:50 +0000 (08:25 +0100)]
Romanian translation update

15 years agoSpanish translation update
bubulle@debian.org [Sat, 15 Nov 2008 07:23:29 +0000 (08:23 +0100)]
Spanish translation update

15 years ago* doc/apt-get.8.xml:
Michael Vogt [Fri, 14 Nov 2008 20:12:57 +0000 (21:12 +0100)]
* doc/apt-get.8.xml:
  - Explicitly say that 'dist-upgrade' command may remove packages.

15 years agoMerged from debian-sid.
Eugene V. Lyubimkin [Fri, 14 Nov 2008 20:09:06 +0000 (22:09 +0200)]
Merged from debian-sid.

15 years agoUpdated translations
bubulle@debian.org [Fri, 14 Nov 2008 19:06:10 +0000 (20:06 +0100)]
Updated translations

15 years agoUpdates to translation (and a mistake of mine with ru.po)
bubulle@debian.org [Thu, 13 Nov 2008 18:46:14 +0000 (19:46 +0100)]
Updates to translation (and a mistake of mine with ru.po)

15 years agoUpdated Bulgarian translation
bubulle@debian.org [Wed, 12 Nov 2008 21:57:38 +0000 (22:57 +0100)]
Updated Bulgarian translation

15 years agoFrench translation completed
bubulle@debian.org [Wed, 12 Nov 2008 21:43:29 +0000 (22:43 +0100)]
French translation completed

15 years agoUpdate all PO files. Unfortunately I can't unfuzzy translations.
bubulle@debian.org [Wed, 12 Nov 2008 21:38:46 +0000 (22:38 +0100)]
Update all PO files. Unfortunately I can't unfuzzy translations.
Good luck to find the change, poor translators....

15 years agoUpdate POT file
bubulle@debian.org [Wed, 12 Nov 2008 21:09:45 +0000 (22:09 +0100)]
Update POT file

15 years agomerge from the mvo branch
Michael Vogt [Wed, 12 Nov 2008 20:18:34 +0000 (21:18 +0100)]
merge from the mvo branch

15 years agofix another typo
Michael Vogt [Wed, 12 Nov 2008 20:17:34 +0000 (21:17 +0100)]
fix another typo

15 years agodoc/apt-get.8.xml: explicitly say that 'dist-upgrade' command may remove packages.
Eugene V. Lyubimkin [Wed, 12 Nov 2008 20:05:56 +0000 (22:05 +0200)]
doc/apt-get.8.xml: explicitly say that 'dist-upgrade' command may remove packages.

15 years agoMerged from debian-sid branch.
Eugene V. Lyubimkin [Wed, 12 Nov 2008 20:01:40 +0000 (22:01 +0200)]
Merged from debian-sid branch.

15 years agoMerged from debian-sid branch.
Eugene V. Lyubimkin [Wed, 12 Nov 2008 19:42:47 +0000 (21:42 +0200)]
Merged from debian-sid branch.

15 years agomerge from debian-sid
Michael Vogt [Wed, 12 Nov 2008 19:40:09 +0000 (20:40 +0100)]
merge from debian-sid

15 years agoapt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf)
Michael Vogt [Wed, 12 Nov 2008 19:36:41 +0000 (20:36 +0100)]
apt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf)

15 years agofix SIGHUP handling (closes: #463030)
Michael Vogt [Wed, 12 Nov 2008 15:24:26 +0000 (16:24 +0100)]
fix SIGHUP handling (closes: #463030)

15 years agofix SIGHUP handling (closes: #463030)
Michael Vogt [Wed, 12 Nov 2008 15:23:19 +0000 (16:23 +0100)]
fix SIGHUP handling (closes: #463030)

15 years ago* doc/sources.list.5.xml:
Michael Vogt [Wed, 12 Nov 2008 15:21:38 +0000 (16:21 +0100)]
* doc/sources.list.5.xml:
  - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
    Thanks to Matthias Urlichs. (Closes: #426913)
* doc/apt-get.8.xml:
  - Included '-v'/'--version' as a command to synopsis.
* cmdline/apt-cache.cc:
  - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
  - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
  - Removed asking to file a release-critical bug against a package if there
    is a request to install only one package and it is not installable.
    (Closes: #419521)

15 years agoRemoved asking to file a release-critical bug against a package if there is a request...
Eugene V. Lyubimkin [Tue, 11 Nov 2008 19:47:04 +0000 (21:47 +0200)]
Removed asking to file a release-critical bug against a package if there is a request to install only one package and it is not installable.

15 years agoThai translation update
bubulle@debian.org [Sun, 9 Nov 2008 07:37:09 +0000 (08:37 +0100)]
Thai translation update

15 years agoRe-applied apt-cache built-in help fixes.
Eugene V. Lyubimkin [Sat, 8 Nov 2008 19:11:14 +0000 (21:11 +0200)]
Re-applied apt-cache built-in help fixes.

15 years agoStripped unneeded statring newline from 'install' command description in apt-get...
Eugene V. Lyubimkin [Sat, 8 Nov 2008 11:04:23 +0000 (13:04 +0200)]
Stripped unneeded statring newline from 'install' command description in apt-get manpage.

15 years agoUpdate synopsis in apt-get manpage for '-v'/'--version'.
Eugene V. Lyubimkin [Sat, 8 Nov 2008 11:02:07 +0000 (13:02 +0200)]
Update synopsis in apt-get manpage for '-v'/'--version'.

15 years agoNoted allowed file name characters in /etc/apt/sources.list.d/* files.
Eugene V. Lyubimkin [Sat, 8 Nov 2008 10:43:37 +0000 (12:43 +0200)]
Noted allowed file name characters in /etc/apt/sources.list.d/* files.

15 years agoMissing accent
bubulle@debian.org [Sat, 8 Nov 2008 06:49:58 +0000 (07:49 +0100)]
Missing accent

15 years agoFixed wrong upload date for 0.7.17~exp4 upload, set approximated one.
Eugene V. Lyubimkin [Fri, 7 Nov 2008 22:27:41 +0000 (00:27 +0200)]
Fixed wrong upload date for 0.7.17~exp4 upload, set approximated one.

15 years agoMerged from debian-sid.
Eugene V. Lyubimkin [Fri, 7 Nov 2008 21:59:28 +0000 (23:59 +0200)]
Merged from debian-sid.

15 years agoupload as 0.7.18
Michael Vogt [Fri, 7 Nov 2008 21:14:03 +0000 (22:14 +0100)]
upload as 0.7.18

15 years agofix depend on libdb4.4 (closes: #501253)
Michael Vogt [Fri, 7 Nov 2008 20:55:46 +0000 (21:55 +0100)]
fix depend on libdb4.4 (closes: #501253)

15 years ago* doc/examples/configure-index:
Michael Vogt [Fri, 7 Nov 2008 20:04:50 +0000 (21:04 +0100)]
* doc/examples/configure-index:
  - Removed obsoleted header line. (Closes: #417638)
  - Changed 'linux-kernel' to 'linux-image'.
* doc/sources.list.5.xml:
  - Fixed typo and grammar in 'sources.list.d' section. Thanks to
    Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
* doc/apt-get.8.xml:
  - Advanced descriptions for 'remove' and 'purge' options.
    (Closes: #274283)
* debian/rules:
  - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
    Fixes FTBFS. (Closes: #504181)

15 years agoFix 'dpkg-buildpackage -B' FTBFS.
Eugene V. Lyubimkin [Thu, 6 Nov 2008 21:52:36 +0000 (23:52 +0200)]
Fix 'dpkg-buildpackage -B' FTBFS.

15 years agodoc/apt-get.8.xml: advanced descriptions for 'remove' and 'purge'.
Eugene V. Lyubimkin [Thu, 6 Nov 2008 21:04:40 +0000 (23:04 +0200)]
doc/apt-get.8.xml: advanced descriptions for 'remove' and 'purge'.

15 years agodoc/sources.list.5.xml: fixed grammar and typo.
Eugene V. Lyubimkin [Thu, 6 Nov 2008 20:34:16 +0000 (22:34 +0200)]
doc/sources.list.5.xml: fixed grammar and typo.

15 years agodoc/examples/configure-index: 'linux-kernel' -> 'linux-image'.
Eugene V. Lyubimkin [Thu, 6 Nov 2008 20:21:31 +0000 (22:21 +0200)]
doc/examples/configure-index: 'linux-kernel' -> 'linux-image'.

15 years agoRemoved obsolete header line from configure-index.
Eugene V. Lyubimkin [Thu, 6 Nov 2008 20:19:41 +0000 (22:19 +0200)]
Removed obsolete header line from configure-index.

15 years agoFrench translation update
bubulle@debian.org [Thu, 6 Nov 2008 18:42:22 +0000 (19:42 +0100)]
French translation update

15 years agoHistory of PO files
bubulle@debian.org [Thu, 6 Nov 2008 18:40:58 +0000 (19:40 +0100)]
History of PO files

15 years agoUpdate PO files
bubulle@debian.org [Thu, 6 Nov 2008 18:31:39 +0000 (19:31 +0100)]
Update PO files

15 years agoAdded 'dist-upgrade' to apt-get synopsis in apt-get manpage.
Eugene V. Lyubimkin [Wed, 5 Nov 2008 21:26:04 +0000 (23:26 +0200)]
Added 'dist-upgrade' to apt-get synopsis in apt-get manpage.

15 years agoAdded (x) to some manpage referrings in apt-get manpage.
Eugene V. Lyubimkin [Wed, 5 Nov 2008 21:19:28 +0000 (23:19 +0200)]
Added (x) to some manpage referrings in apt-get manpage.

15 years agoMerged with debian-sid.
Eugene V. Lyubimkin [Wed, 5 Nov 2008 21:10:30 +0000 (23:10 +0200)]
Merged with debian-sid.

15 years ago - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
Michael Vogt [Wed, 5 Nov 2008 12:47:53 +0000 (13:47 +0100)]
  - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
    Andre Felipe Machado. (Closes: #309893)
  - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
    (Closes: #323866)

15 years ago* debian/rules:
Michael Vogt [Wed, 5 Nov 2008 12:20:25 +0000 (13:20 +0100)]
* debian/rules:
  - Fixed lintian warnings "debian/rules ignores make errors".
* debian/control:
  - Substituted outdated "Source-Version" fields with "binary:Version".
  - Added 'python-apt' to Suggests, as apt-mark need it for work.
  - Drop Debian revision from 'doc-base' build dependency, this fixes
    appropriate lintian warning.
* debian/libapt-pkg-doc.doc-base.*:
  - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
    lintian warnings.
* debian/{postrm,prerm,preinst}:
  - Added 'set -e', fixes lintian warnings
    'maintainer-script-ignores-error'.
* dselect/makefile:
  - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
* share/lintian-overrides:
  - Added with override of 'apt must depend on python'. Script 'apt-mark'
    needs apt-python for working and checks this on fly. We don't want
    python in most cases.
* cmdline/apt-key:
  - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
    failure when GREP_OPTIONS contains options that modify grep output.
    (Closes: #428752)
* apt-pkg/acquire-item.cc:
  - fix a merge mistake that prevents the fallback to the
    uncompressed 'Packages' to work correctly (closes: #409284)
* 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)

* fix various -Wall warnings

15 years ago* Fix typos:
Michael Vogt [Wed, 5 Nov 2008 11:54:44 +0000 (12:54 +0100)]
* Fix typos:
  - apt-pkg/depcache.cc
* Fix compilation warnings:
  - apt-pkg/acquire.cc
  - apt-pkg/versionmatch.cc
* Compilation fixes and portability improvement for compiling APT against non-GNU libc
  (thanks to Martin Koeppe, closes: #392063):
  - buildlib/apti18n.h.in:
    + textdomain() and bindtextdomain() must not be visible when --disable-nls
  - buildlib/inttypes.h.in: undefine standard int*_t types
  - Append INTLLIBS to SLIBS:
    + cmdline/makefile
    + ftparchive/makefile
    + methods/makefile
* doc/apt.conf.5.xml:
  - clarify whether configuration items of apt.conf are case-sensitive
    (thanks to Vincent McIntyre, closes: #345901)

15 years ago* debian/control:
Michael Vogt [Tue, 4 Nov 2008 21:12:20 +0000 (22:12 +0100)]
* debian/control:
  - 'Vcs-Bzr' field is official, used it.
  - Bumped 'Standards-Version' to 3.8.0, no changes needed.
  - Actualized 'Uploaders' field.
* doc/:
  - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
    Patch based on work of Andre Felipe Machado. (Closes: #350865)
  - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
    '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
    work of Andre Felipe Machado. (Closes: #399673)
  - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
    option in the apt-cache manpage. The part of patch by Andre Felipe
    Machado. (Closes: #176106, #355945)
  - Documented that 'apt-get install' command should be used for upgrading
    some of installed packages. Based on patch by Nori Heikkinen and
    Andre Felipe Machado. (Closes: #267087)
  - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
  - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
  - APT::Install-Recommends is now true by default, mentioned this in
    configure-index example. (Closes: #463268)
  - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
    (Closes: #320225)
  - Documented '--no-install-recommends' option in apt-get manpage.
    (Closes: #462962)
  - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
  - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
    sources.list manpage, as they are already described under in the manpage.
  - Removed notice that ssh/rsh access cannot use password authentication
    from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)

15 years agoUncommitted lowercasing of short descriptions for Lenny.
Eugene V. Lyubimkin [Tue, 4 Nov 2008 21:03:07 +0000 (23:03 +0200)]
Uncommitted lowercasing of short descriptions for Lenny.

15 years agoUncommitted built-in help for apt-cache for Lenny.
Eugene V. Lyubimkin [Tue, 4 Nov 2008 20:55:15 +0000 (22:55 +0200)]
Uncommitted built-in help for apt-cache for Lenny.

15 years agoCleaned up unnecessary [<...>] from apt-get synopsis. Added '--help'.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 13:10:21 +0000 (15:10 +0200)]
Cleaned up unnecessary [<...>] from apt-get synopsis. Added '--help'.