Michael Vogt
7ce6bd6a75
* debian/rules
15 years ago
Otavio Salvador
4c18793fda
releasing version 0.7.9
15 years ago
Otavio Salvador
9c5fe9a09c
* Fix configure script to check for CURL library and headers presense.
15 years ago
Otavio Salvador
321fc595f9
Sorry but it fail on tests so it will not be uploaded
15 years ago
bubulle@debian.org
36fc5dca8b
Thai translation added
15 years ago
Otavio Salvador
5b28c80407
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
directory downloading on non-linux architectures (closes : #435597 )
15 years ago
Michael Vogt
96c1153afd
* methods/makefile:
- install lzma symlink method (for full lzma support)
* debian/control:
- suggest "lzma"
15 years ago
Otavio Salvador
0fbb494b34
* Applied patch from Guillem Jover <guillem.jover@nokia.com> to use
dpkg-architecture to get the host architecture (closes : #407187 )
15 years ago
Michael Vogt
6ae5496998
* smalish changelog fixes
15 years ago
Michael Vogt
f03dd1e032
- fix in the task-install code regexp (thanks to Adam Conrad and
Colin Watson)
15 years ago
Michael Vogt
eca44a5f7e
* Non-maintainer upload.
* Build-depend on libcurl4-gnutls-dev instead of the obsolete
libcurl3-gnutls-dev. Closes : #428363 .
15 years ago
Michael Vogt
0fa17428d9
* buildlib/systemtable, configure.in:
added new buildlib/systemtable to map complette canonical system type
to apt architecture and add support for lpia
15 years ago
Michael Vogt
3bc9f25de6
* fix version number and changelog
15 years ago
Michael Vogt
06c46e825c
* revert the api
15 years ago
Michael Vogt
d546f98d46
* added https transport method as optional pacakge
16 years ago
Michael Vogt
59b46c414d
* apt-pkg/deb/debrecords.cc:
- return the correct SHA1Hash()
* methods/http.cc:
- send VERSION of apt in the User-Agent string
16 years ago
Michael Vogt
06ce8ac63b
* finalized changelog
16 years ago
Michael Vogt
fbf8c5ea5f
* merged NMU from aba
16 years ago
Michael Vogt
6829543e20
* changelog updated
16 years ago
Michael Vogt
ed94a0d6f6
* apt-pkg/deb/dpkgpm.cc:
- fix segfault if dpkg sends multiline error messages
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
2c4eaffff4
* apt-pkg/tagfile.cc:
- applied patch from jvw to make the tag key stuff case-insensitive
16 years ago
Michael Vogt
9d2938d4e6
* cmdline/apt-get.cc:
- always show the autoremove information and give advice how to use it
* debian/rules:
- install apt.conf.autoremove with blacklist for linux-image and linux-restriceted-modules
16 years ago
Michael Vogt
857a1d4aaf
* apt-pkg/deb/dpkgpm.cc:
- pass --auto-deconfigure to dpkg (-B)
* debian/control:
- depend on a dpkg with support for breaks
16 years ago
Michael Vogt
8eff320d80
* cmdline/apt-get.cc:
- fix the "fix-policy" code
* debian/changelog:
- new version
16 years ago
Michael Vogt
5e9179a6a3
* apt-pkg/deb/dpkgpm.cc:
- ignore lines that can't be split properly from dpkg (DpkgPM::Go)
* doc/examples/configure-index:
- documentation updates
16 years ago
Michael Vogt
003585704e
* debian/changelog:
- whitespace change to make lintian happy
16 years ago
bubulle@debian.org
0dd3ccbc5d
Activate Dzongkha translation
16 years ago
Michael Vogt
c1f640c54b
* changelog updated
16 years ago
Michael Vogt
c08447c8ee
* merge the patch from Steinar
16 years ago
Michael Vogt
d4c5f11f8e
* added Debug::pkgDepCache::AutoInstall debug option
16 years ago
Michael Vogt
c833c7a163
* methods/http.cc: change user agent from debian to ubuntu
16 years ago
bubulle@debian.org
42702ee668
Add all languages but Hebrew (on purpose) to configure.in
Closes : #360262
16 years ago
Michael Vogt
42c458038b
* buildlib/defaults.mak:
- commented the auto-cpu number detections (make -j) out, causes too much
trouble on my SMP system
16 years ago
Michael Vogt
eda1bb3c93
* apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to mdz)
* debian/changelog: updated
* debian/rules: invoke tar with --no-recursion to avoid cruft in the tarbal
* po/apt-all.pot: updated
16 years ago
Michael Vogt
47eb38f452
* handle network failures more gracefully (default apt sources spec)
apt-pkg/acquire-item.cc:
- on network failures (Timeout,ResolveFailure,ConnectionRefused) move the
old (known good) sigfile back and don't touch the indexfiles
cmdline/apt-get.cc:
- don't fail on apt-get update problems but issue a warning instead
17 years ago
Michael Vogt
092ae175f0
* make apt-get source smarter about not downloading the same sources twice
17 years ago
Michael Vogt
193593331d
* more missing files added, this is really strange, I wonder if baz hates me :(
17 years ago
Michael Vogt
0f3579bce9
* add more missing bits from debians apt
17 years ago
Michael Vogt
171c75f13a
* applied parts of the string speedup patch from debian #319377 (ABI change)
17 years ago
Michael Vogt
f2047f6b2a
* pkgDirStream has (slightly) better extract support now
17 years ago
Michael Vogt
19326d2447
* removed double armeb entry in buildlib/sizetable
17 years ago
Michael Vogt
670c56e521
* merged the NMU from Franz Pop, fixed armeb problem ( #333599 )
17 years ago
Michael Vogt
927c393f13
* added http data corruption fix patch ( #280844 )
17 years ago
Michael Vogt
849eef0c94
* fix changelog
17 years ago
Michael Vogt
583958a894
* fix a incorrect example
17 years ago
Michael Vogt
d11052999e
* updated po/pot files
17 years ago
Michael Vogt
3971f8e87d
* fix a typo
17 years ago