Age | Commit message (Collapse) | Author |
|
/d-i/level4/apt-main)
|
|
- translate the dpkg progress strings when they are used, not in the
struct (thanks to Steinar Gunderson)
* debian/changelog:
- updated
|
|
- Daniel Schepler to make apt bin-NMU able
|
|
- just stop on empty files, don't call the extractor
* debian/changelog:
- merged the last debian upload
- added entry for extractor
|
|
|
|
A depends on X|Y
B depends on Y
With the old code we get:
"apt-get install A B": we get "A B X Y"
"apt-get install B A": we get "A B Y"
With the new code there is no way to get this right and we always end
up with "A B X Y" because we just go over the packages in the order
that they are in the cache and run MarkInstall(AutoInstall=true) on
them then. When A comes before B we always end up with the unneeded X
dependency.
|
|
- merged patch from otavio to make the order of package selections less important
|
|
- reverted the mmap patch again, it caused too much trouble with
pipes etc
|
|
- applied patch from jvw to make the tag key stuff case-insensitive
|
|
- removed the outdated debian 2004 and the amd64 keys
|
|
(http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main)
|
|
- removed no-longer used non-us line
|
|
- if it can't write (because var is full), close the FromGz stream
to not hang in ExecWait() later
|
|
- check for incorrect proxy settings more carefully
|
|
- fixed for the suggets/recommends display
|
|
|
|
- switched to libdb4.4
|
|
|
|
|
|
- check "/bin/bzip2" instead of "/usr/bin/bzip2"
|
|
|
|
- assign the return string value from Find() before calling c_str() on
it, otherwise the string goes out of scope and is deleted
|
|
- deal with gpgs NODATA message
|
|
- ignore lines that can't be split properly from dpkg (DpkgPM::Go)
* doc/examples/configure-index:
- documentation updates
|
|
- point to the right dir for the user guide in the man-page
|
|
|
|
- applied patch from ajt (#379576)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- applied patch from Lionel Elie Mamane to fix epoch handling
(debian: #363358)
|
|
on the sever
|
|
|
|
|
|
|
|
- use mmap for the tagfile code (closes: #350025)
|
|
* debian/changelog: updated
* debian/rules: invoke tar with --no-recursion to avoid cruft in the tarbal
* po/apt-all.pot: updated
|
|
|
|
(http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main)
|
|
|
|
Patches applied:
* bubulle@debian.org--2005/apt--main--0--patch-183
Brazilian Portuguese translation update
* bubulle@debian.org--2005/apt--main--0--patch-184
Italian translation update
* bubulle@debian.org--2005/apt--main--0--patch-185
Japanese manpages translation update
* bubulle@debian.org--2005/apt--main--0--patch-186
Simplified Chinese translation update
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-136
* merged with bubulle
|
|
Patches applied:
* bubulle@debian.org--2005/apt--main--0--patch-183
Brazilian Portuguese translation update
* bubulle@debian.org--2005/apt--main--0--patch-184
Italian translation update
* bubulle@debian.org--2005/apt--main--0--patch-185
Japanese manpages translation update
* bubulle@debian.org--2005/apt--main--0--patch-186
Simplified Chinese translation update
|
|
|