Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-01 | Mentioned 'apt_preferences(5)' in apt manpage. | Eugene V. Lyubimkin | |
2008-11-01 | Advanced documentation for 'apt-get install' command, mentioned upgrading ↵ | Eugene V. Lyubimkin | |
possibility. | |||
2008-11-01 | Mentioned more short options in the apt-get's manpage. Documented 'xvcg' in ↵ | Eugene V. Lyubimkin | |
the apt-get manpage. | |||
2008-11-01 | Clearly documented '/<release>' and '=<version>' in apt-get.8. | Eugene V. Lyubimkin | |
2008-11-01 | Substituted 'apt-archive' with 'apt-ftparchive'. | Eugene V. Lyubimkin | |
2008-11-01 | Advanced apt-cache.cc's built-in help. | Eugene V. Lyubimkin | |
2008-11-01 | Merged from debian-sid. | Eugene V. Lyubimkin | |
2008-11-01 | Bumped Standards-Version to 3.8.0. | Eugene V. Lyubimkin | |
2008-11-01 | debian/control improvements | Eugene V. Lyubimkin | |
2008-10-31 | * debian/rules: | Michael Vogt | |
- 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) | |||
2008-10-31 | Added 'unset GREP_OPTIONS' to apt-key. | Eugene V. Lyubimkin | |
2008-10-31 | Added lintian override of 'must depend on python. | Eugene V. Lyubimkin | |
2008-10-31 | Reverted 'bashisms' commit, it was wrong as $(...) is not a bashism. | Eugene V. Lyubimkin | |
2008-10-29 | Dropped Debian revision '-1' from build dependency on 'doc-base'. | Eugene V. Lyubimkin | |
2008-10-29 | Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory. | Eugene V. Lyubimkin | |
2008-10-29 | Added 'set -e' to maintainer scripts. | Eugene V. Lyubimkin | |
2008-10-29 | Added 'python-apt' to Suggests of apt (because of apt-mark). | Eugene V. Lyubimkin | |
2008-10-29 | Fixed 'Devel' -> 'Debian' doc-base sections. | Eugene V. Lyubimkin | |
2008-10-29 | 'Source-Version' in debian/control became 'binary:Version'. | Eugene V. Lyubimkin | |
2008-10-29 | Fixed 'debian/rules ignores make errors' lintian warnings. | Eugene V. Lyubimkin | |
2008-10-29 | Fixed bashisms in apt-key. | Eugene V. Lyubimkin | |
2008-10-29 | apt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the ↵ | Michael Vogt | |
(generic) acquire-item.cc code | |||
2008-10-29 | apt-pkg/acquire-item.cc: fixed my incorrect use of flExtension | Michael Vogt | |
2008-10-28 | merged from the debian-sid branch | Michael Vogt | |
2008-10-28 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- 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) | |||
2008-10-26 | Forgot to remove regex.h include in previous commit. Now done | Eugene V. Lyubimkin | |
2008-10-26 | Switched from regexp to using existing URI class to strip user/password. | Eugene V. Lyubimkin | |
2008-10-25 | Corrected determining if regexp matched. | Eugene V. Lyubimkin | |
2008-10-25 | Fixed error output when fallback'ed to uncompressed Packages/Sources. | Eugene V. Lyubimkin | |
2008-10-25 | Strip user/password from URL in error message. | Eugene V. Lyubimkin | |
2008-10-25 | Added fallback to uncompressed files while acquiring index files (Sources ↵ | Eugene V. Lyubimkin | |
and Packages) | |||
2008-10-10 | update changelog | Michael Vogt | |
2008-10-10 | doc/apt-cache.8.xml: add missing <citerefentry> | Michael Vogt | |
2008-10-10 | * doc/apt-cache.8.xml: | Michael Vogt | |
- 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: | |||
2008-10-07 | * doc/apt-cache.8.xml: | Michael Vogt | |
- 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: | |||
2008-10-07 | merged from debian-sid | Michael Vogt | |
2008-10-07 | Upload to unstable | Michael Vogt | |
2008-10-07 | merged from the debain-sid branch | Michael Vogt | |
2008-10-05 | Typo in changelog | Luca Bruno | |
2008-10-05 | * doc/apt-cache.8.xml: | Luca Bruno | |
- search command uses POSIX regex, and searches for virtual packages too (closes: #277536) | |||
2008-10-04 | * doc/offline.sgml: clarify remote and target hosts | Luca Bruno | |
2008-10-04 | * Better documentation for apt-get --option | Luca Bruno | |
2008-10-04 | * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276) | Luca Bruno | |
2008-10-03 | Applied patch from #461458 for apt.8 typo | Luca Bruno | |
2008-10-03 | Applied patch from #431636 for typos | Luca Bruno | |
2008-10-03 | Applied patch from #411532 for typos | Luca Bruno | |
2008-10-03 | Applying #298821 patch for further arbitary typos | Luca Bruno | |
2008-10-03 | Wrap changelog lines | Luca Bruno | |
2008-10-03 | * Better documentation on using both APT::Default-Release and ↵ | Luca Bruno | |
/etc/apt/preferences (closes: #145575) | |||
2008-10-03 | Fixed typo in changelog | Luca Bruno | |