Michael Vogt
75c541fded
* apt-pkg/tagfile.cc,h:
- make the internal buffer grow dynamically if required
16 years ago
Michael Vogt
c407612f82
* apt-pkg/tagfile.h:
- increase the buffer in tagfile.cc for now, this really needs to
become a dynamic buffer
16 years ago
Michael Vogt
60a9e37531
* methods/gzip.cc:
- fix invalid reanem
16 years ago
Michael Vogt
47e6f3ac05
* merged from Christian Perrier ( http://www.perrier.eu.org/debian/packages
/d-i/level4/apt-main)
16 years ago
Michael Vogt
21e1008e14
* apt-pkg/deb/dpkgpm.cc:
- translate the dpkg progress strings when they are used, not in the
struct (thanks to Steinar Gunderson)
* debian/changelog:
- updated
16 years ago
Michael Vogt
fa341c6aac
* debian/rules:
- Daniel Schepler to make apt bin-NMU able
16 years ago
Michael Vogt
84cc6f7364
* methods/gzip.cc:
- just stop on empty files, don't call the extractor
* debian/changelog:
- merged the last debian upload
- added entry for extractor
16 years ago
bubulle@debian.org
be2dfb501d
Finnish translation update. Closes : #390149
16 years ago
Michael Vogt
efe9ba671b
* doc/examples/configure-index:
- document the buildDeps debug option
16 years ago
bubulle@debian.org
a0788d187c
Basque translation update. Closes : #389725
16 years ago
bubulle@debian.org
40f7548f29
Sync with Michael
16 years ago
bubulle@debian.org
e4c8003068
Vietnamese translation update
16 years ago
Michael Vogt
fe901d9edd
* translation merges (thanks to Christian!)
16 years ago
bubulle@debian.org
54288dc3bb
Fake change to fix permissions
16 years ago
bubulle@debian.org
b4364e7004
Romanian translation update. Closes : #388402
16 years ago
bubulle@debian.org
7ea7ba5308
Dzongkha translation update. Closes : #388184
16 years ago
bubulle@debian.org
5b3bb4b96e
Resync with Michael Vogt
16 years ago
bubulle@debian.org
145e88a839
Italian translation typos fixed. Closes : #387812
16 years ago
bubulle@debian.org
13d8449224
Add Kurdish translation. Closes : #387766
16 years ago
Michael Vogt
3772dc74d3
* reverted otavios patch again because it breaks the following behaviour:
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.
16 years ago
Michael Vogt
42142a6cf6
* cmdline/apt-get.cc:
- merged patch from otavio to make the order of package selections less important
16 years ago
Michael Vogt
2ca99a0dce
* apt-pkg/tagfile.cc, tagfile.h:
- reverted the mmap patch again, it caused too much trouble with
pipes etc
16 years ago
Michael Vogt
2c4eaffff4
* apt-pkg/tagfile.cc:
- applied patch from jvw to make the tag key stuff case-insensitive
16 years ago
Michael Vogt
071812e3bf
* share/debian-archive.gpg:
- removed the outdated debian 2004 and the amd64 keys
16 years ago
Michael Vogt
c46c8b2a3d
* merged from Christian Perrier ( http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main )
16 years ago
Michael Vogt
9c0b7da119
* doc/examples/sources.list:
- removed no-longer used non-us line
16 years ago
Michael Vogt
504bbe47e6
* methods/gzip.cc:
- if it can't write (because var is full), close the FromGz stream
to not hang in ExecWait() later
16 years ago
bubulle@debian.org
8f52c00ae7
Add Closes statements to some translation changes
16 years ago
bubulle@debian.org
d799e5fdbc
Various changes I have no idea about
16 years ago
bubulle@debian.org
3c79125806
Updated Slovak translation. Closes : #386851
16 years ago
bubulle@debian.org
49bd5de2a8
Re-enable Hebrew translation
16 years ago
bubulle@debian.org
8bdd069e07
Japanese translation update. Closes : #386537
16 years ago
bubulle@debian.org
1fcd37b1f0
Update Galician translation. Closes : #386397
16 years ago
bubulle@debian.org
b5eb93a831
Updated French translation
16 years ago
bubulle@debian.org
d97aff15e9
Regenerate POs and POT
16 years ago
bubulle@debian.org
d9ca9477f7
Regenerate the PO and POT from the 0.6.45 sources
16 years ago
bubulle@debian.org
29dc4a16e8
Brazilian Portuguese translation update. Closes : #383966
16 years ago
bubulle@debian.org
3784e34677
Merge with Michael and resolve conflicts
16 years ago
bubulle@debian.org
8fa7672020
Swedish translation update. Closes : #383641
16 years ago
Michael Vogt
02b7ddb140
* methods/http.cc:
- check for incorrect proxy settings more carefully
16 years ago
bubulle@debian.org
f619757973
Finnish translation update. Closes : #382702
16 years ago
Michael Vogt
cd33a78610
* cmdline/apt-get.cc:
- added FIXME about the missing feature of or-group display in recommends/suggests display
16 years ago
Michael Vogt
29f37db85f
* cmdline/apt-get.cc:
- fixed for the suggets/recommends display
16 years ago
Michael Vogt
51e25dd69e
* changelog updated
16 years ago
Michael Vogt
1b5f30cb55
* debian/control:
- switched to libdb4.4
16 years ago
Michael Vogt
80e2662eee
* merged the "work-on-non-mapable-files-again" branch
16 years ago
Michael Vogt
227307bee1
* changelog updates
16 years ago
Michael Vogt
99c2e5aca0
* suport both MMapable files and non-mmapable files
16 years ago
Michael Vogt
4577fda2b5
* apt-pkg/acquire-item.cc:
- check "/bin/bzip2" instead of "/usr/bin/bzip2"
16 years ago
Michael Vogt
584c10c51b
* typo fix
16 years ago