summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clearly documented '/<release>' and '=<version>' in apt-get.8.Eugene V. Lyubimkin2008-11-012-9/+37
|
* Substituted 'apt-archive' with 'apt-ftparchive'.Eugene V. Lyubimkin2008-11-017-11/+22
|
* Advanced apt-cache.cc's built-in help.Eugene V. Lyubimkin2008-11-012-1/+3
|
* Merged from debian-sid.Eugene V. Lyubimkin2008-11-010-0/+0
|\
| * * debian/rules:Michael Vogt2008-10-3113-10/+46
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | Bumped Standards-Version to 3.8.0.Eugene V. Lyubimkin2008-11-012-1/+2
| | |
* | | debian/control improvementsEugene V. Lyubimkin2008-11-012-5/+8
| |/ |/|
* | Added 'unset GREP_OPTIONS' to apt-key.Eugene V. Lyubimkin2008-10-312-0/+5
| |
* | Added lintian override of 'must depend on python.Eugene V. Lyubimkin2008-10-313-0/+10
| |
* | Reverted 'bashisms' commit, it was wrong as $(...) is not a bashism.Eugene V. Lyubimkin2008-10-312-5/+3
| |
* | Dropped Debian revision '-1' from build dependency on 'doc-base'.Eugene V. Lyubimkin2008-10-292-1/+3
| |
* | Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.Eugene V. Lyubimkin2008-10-292-1/+3
| |
* | Added 'set -e' to maintainer scripts.Eugene V. Lyubimkin2008-10-294-0/+9
| |
* | Added 'python-apt' to Suggests of apt (because of apt-mark).Eugene V. Lyubimkin2008-10-292-1/+2
| |
* | Fixed 'Devel' -> 'Debian' doc-base sections.Eugene V. Lyubimkin2008-10-295-4/+7
| |
* | 'Source-Version' in debian/control became 'binary:Version'.Eugene V. Lyubimkin2008-10-292-1/+3
| |
* | Fixed 'debian/rules ignores make errors' lintian warnings.Eugene V. Lyubimkin2008-10-292-2/+4
| |
* | Fixed bashisms in apt-key.Eugene V. Lyubimkin2008-10-292-3/+5
|/
* apt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the ↵Michael Vogt2008-10-291-1/+2
| | | | (generic) acquire-item.cc code
* apt-pkg/acquire-item.cc: fixed my incorrect use of flExtensionMichael Vogt2008-10-291-3/+3
|
* merged from the debian-sid branchMichael Vogt2008-10-280-0/+0
|\
| * merged from the debain-sid branchMichael Vogt2008-10-0758-2798/+6487
| |\
* | \ * apt-pkg/acquire-item.cc:Michael Vogt2008-10-284-73/+101
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * | | Forgot to remove regex.h include in previous commit. Now doneEugene V. Lyubimkin2008-10-261-1/+0
| | | |
| * | | Switched from regexp to using existing URI class to strip user/password.Eugene V. Lyubimkin2008-10-261-15/+4
| | | |
| * | | Corrected determining if regexp matched.Eugene V. Lyubimkin2008-10-251-2/+3
| | | |
| * | | Fixed error output when fallback'ed to uncompressed Packages/Sources.Eugene V. Lyubimkin2008-10-251-2/+2
| | | |
| * | | Strip user/password from URL in error message.Eugene V. Lyubimkin2008-10-252-1/+20
| | | |
| * | | Added fallback to uncompressed files while acquiring index files (Sources ↵Eugene V. Lyubimkin2008-10-252-6/+28
|/ / / | | | | | | | | | and Packages)
* | | update changelogMichael Vogt2008-10-101-1/+6
| | |
* | | doc/apt-cache.8.xml: add missing <citerefentry>Michael Vogt2008-10-102-3/+3
| | |
* | | * doc/apt-cache.8.xml:Michael Vogt2008-10-1021-45/+106
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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:
| * \ \ * doc/apt-cache.8.xml:Michael Vogt2008-10-0721-45/+107
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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:
| | * | | Typo in changelogLuca Bruno2008-10-051-1/+1
| | | | |
| | * | | * doc/apt-cache.8.xml:Luca Bruno2008-10-052-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | - search command uses POSIX regex, and searches for virtual packages too (closes: #277536)
| | * | | * doc/offline.sgml: clarify remote and target hostsLuca Bruno2008-10-042-8/+12
| | | | |
| | * | | * Better documentation for apt-get --optionLuca Bruno2008-10-042-0/+4
| | | | |
| | * | | * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)Luca Bruno2008-10-042-1/+2
| | | | |
| | * | | Applied patch from #461458 for apt.8 typoLuca Bruno2008-10-032-6/+8
| | | | |
| | * | | Applied patch from #431636 for typosLuca Bruno2008-10-031-6/+6
| | | | |
| | * | | Applied patch from #411532 for typosLuca Bruno2008-10-032-2/+3
| | | | |
| | * | | Applying #298821 patch for further arbitary typosLuca Bruno2008-10-033-4/+4
| | | | |
| | * | | Wrap changelog linesLuca Bruno2008-10-031-2/+4
| | | | |
| | * | | * Better documentation on using both APT::Default-Release and ↵Luca Bruno2008-10-033-2/+9
| | | | | | | | | | | | | | | | | | | | /etc/apt/preferences (closes: #145575)
| | * | | Fixed typo in changelogLuca Bruno2008-10-031-1/+1
| | | | |
| | * | | * Document apt-key finger and adv commands (thanks to Stefan Schmidt, ↵Luca Bruno2008-10-033-0/+26
| | | | | | | | | | | | | | | | | | | | closes: #350575)
| | * | | Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno2008-10-0310-22/+23
| | | | |
| | * | | Experimental branchLuca Bruno2008-10-031-0/+6
| | | |/ | | |/|
| * | | merged from debian-sidMichael Vogt2008-10-0758-2798/+6493
| |\ \ \ | |/ / / |/| | / | | |/ | |/|
* | | Upload to unstableMichael Vogt2008-10-072-1/+7
| |/ |/|