]> git.saurik.com Git - apt.git/log
apt.git
14 years agoFirst French update
bubulle@debian.org [Fri, 29 Jan 2010 18:59:11 +0000 (19:59 +0100)] 
First French update

14 years agoFrench translation update
bubulle@debian.org [Fri, 29 Jan 2010 18:54:18 +0000 (19:54 +0100)] 
French translation update

14 years agoItalian translation update
bubulle@debian.org [Fri, 29 Jan 2010 18:46:44 +0000 (19:46 +0100)] 
Italian translation update

14 years agomerged from lp:~mvo/apt/mvo
Michael Vogt [Wed, 27 Jan 2010 15:07:21 +0000 (16:07 +0100)] 
merged from lp:~mvo/apt/mvo

14 years agocmdline/apt-cdrom.cc: add help, fix duplicated option
Michael Vogt [Wed, 27 Jan 2010 15:06:05 +0000 (16:06 +0100)] 
cmdline/apt-cdrom.cc: add help, fix duplicated option

14 years agomerge 1695..1701 from the lp:~mvo/apt/mvo branch
Michael Vogt [Wed, 27 Jan 2010 11:11:07 +0000 (12:11 +0100)] 
merge 1695..1701 from the lp:~mvo/apt/mvo branch

14 years agodebian/changelog: add --auto-detect option
Michael Vogt [Wed, 27 Jan 2010 11:05:22 +0000 (12:05 +0100)] 
debian/changelog: add --auto-detect option

14 years agomerged from libudev-dlopen
Michael Vogt [Wed, 27 Jan 2010 11:03:55 +0000 (12:03 +0100)] 
merged from libudev-dlopen

14 years agodebian/apt.dirs: remove var/lib/apt/media again
Michael Vogt [Wed, 27 Jan 2010 11:00:35 +0000 (12:00 +0100)] 
debian/apt.dirs: remove var/lib/apt/media again

14 years agomerged the latest lp:~mvo/apt/libudev-cdrom branch
Michael Vogt [Tue, 26 Jan 2010 20:23:30 +0000 (21:23 +0100)] 
merged the latest lp:~mvo/apt/libudev-cdrom branch

14 years agoadd Dir::Media::MountPath config option
Michael Vogt [Tue, 26 Jan 2010 20:08:41 +0000 (21:08 +0100)] 
add Dir::Media::MountPath config option

14 years ago* cmdline/apt-cdrom.cc:
Michael Vogt [Tue, 26 Jan 2010 19:36:13 +0000 (20:36 +0100)] 
* cmdline/apt-cdrom.cc:
  - fixed signed/unsigned warning
  - create /media mount point if needed
  - fix initialization for res in DoAdd()
* methods/cdrom.cc:
  - make AptMountPoint a variable

14 years agocmdline/apt-cdrom.cc: add --auto-detect
Michael Vogt [Tue, 26 Jan 2010 15:43:20 +0000 (16:43 +0100)] 
cmdline/apt-cdrom.cc: add --auto-detect

14 years ago* apt-pkg/cdrom.cc:
Michael Vogt [Tue, 26 Jan 2010 14:56:29 +0000 (15:56 +0100)] 
* apt-pkg/cdrom.cc:
  - fix crash in pkgUdevCdromDevices

14 years agomerge from the mvo branch
Michael Vogt [Tue, 26 Jan 2010 14:51:45 +0000 (15:51 +0100)] 
merge from the mvo branch

14 years agomethods/cdrom.cc: fix compilication error
Michael Vogt [Tue, 26 Jan 2010 12:37:25 +0000 (13:37 +0100)] 
methods/cdrom.cc: fix compilication error

14 years agoadd new "Acquire::cdrom::AutoDetect" config that enables/disables
Michael Vogt [Tue, 26 Jan 2010 10:49:29 +0000 (11:49 +0100)] 
add new "Acquire::cdrom::AutoDetect" config that enables/disables
the dlopen of libudev for automatic cdrom detection. Off by default
currently, feedback/testing welcome

14 years agoadd new "Acquire::cdrom::AutoDetect" variable that enables/disables
Michael Vogt [Tue, 26 Jan 2010 10:27:58 +0000 (11:27 +0100)] 
add new "Acquire::cdrom::AutoDetect" variable that enables/disables
the dlopen of libudev for automatic cdrom detection

14 years ago* ftparchive/writer.{cc,h}:
Michael Vogt [Mon, 25 Jan 2010 16:34:02 +0000 (17:34 +0100)] 
* ftparchive/writer.{cc,h}:
  - merge crash fix for apt-ftparchive on hurd, thanks to
    Samuel Thibault for the patch (closes: #566664)

14 years ago* cmdline/apt-mark:
Michael Vogt [Mon, 25 Jan 2010 16:15:53 +0000 (17:15 +0100)] 
* cmdline/apt-mark:
  - merge fix from Gene Cash that supports markauto for
    packages that are not in the extended_states file yet
    (closes: #534920)

14 years agomethods/cdrom.cc: fix compile error
Michael Vogt [Mon, 25 Jan 2010 11:09:52 +0000 (12:09 +0100)] 
methods/cdrom.cc: fix compile error

14 years ago* apt-pkg/contrib/fileutl.cc:
Michael Vogt [Fri, 22 Jan 2010 23:37:21 +0000 (00:37 +0100)] 
* apt-pkg/contrib/fileutl.cc:
  - Fix the newly introduced method GetListOfFilesInDir to not
    accept every file if no extension is enforced
    (= restore old behaviour). (Closes: #565213)
* apt-pkg/policy.cc:
  - accept also partfiles with "pref" file extension as valid
* apt-pkg/contrib/configuration.cc:
  - accept also partfiles with "conf" file extension as valid
* doc/apt.conf.5.xml:
  - reorder description and split out syntax
  - add partfile name convention (Closes: #558348)
* doc/apt_preferences.conf.5.xml:
  - describe partfile name convention also here
* apt-pkg/deb/dpkgpm.cc:
  - don't segfault if term.log file can't be opened.
    Thanks Sam Brightman for the patch! (Closes: #475770)
* doc/*:
  - replace the per language addendum with a global addendum
  - add a explanation why translations include (maybe) english
    parts to the new global addendum (Closes: #561636)
* apt-pkg/contrib/strutl.cc:
  - fix malloc asseration fail with ja_JP.eucJP locale in
    apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)

14 years ago* methods/cdrom.cc:
Michael Vogt [Fri, 22 Jan 2010 20:34:29 +0000 (21:34 +0100)] 
* methods/cdrom.cc:
  - fixes in multi cdrom setup code

14 years ago* methods/cdrom.cc:
Michael Vogt [Fri, 22 Jan 2010 20:21:30 +0000 (21:21 +0100)] 
* methods/cdrom.cc:
  - fixes in multi cdrom setup code

14 years ago* apt-pkg/contrib/cdromutl.cc:
Michael Vogt [Fri, 22 Jan 2010 19:06:37 +0000 (20:06 +0100)] 
* apt-pkg/contrib/cdromutl.cc:
  - fix UnmountCdrom() fails, give it a bit more time and try
    the umount again

14 years ago* apt-pkg/contrib/cdromutl.cc:
Michael Vogt [Fri, 22 Jan 2010 19:05:11 +0000 (20:05 +0100)] 
* apt-pkg/contrib/cdromutl.cc:
  - fix UnmountCdrom() fails, give it a bit more time and try
    the umount again

14 years agomark the Error methods as __cold
David Kalnischkies [Fri, 22 Jan 2010 07:38:09 +0000 (08:38 +0100)] 
mark the Error methods as __cold

14 years agoadd a few gcc helpers, including [un]likely() and __deprecated
David Kalnischkies [Fri, 22 Jan 2010 07:27:20 +0000 (08:27 +0100)] 
add a few gcc helpers, including [un]likely() and __deprecated

14 years ago* apt-pkg/contrib/strutl.cc:
David Kalnischkies [Wed, 20 Jan 2010 13:18:12 +0000 (14:18 +0100)] 
* apt-pkg/contrib/strutl.cc:
  - fix malloc asseration fail with ja_JP.eucJP locale in
    apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)

14 years agoreplace the per language addendum with a global addendum and
David Kalnischkies [Wed, 20 Jan 2010 12:39:37 +0000 (13:39 +0100)] 
replace the per language addendum with a global addendum and
add a explanation why translations include (maybe) english
parts to this new global addendum (Closes: #561636)

14 years ago* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies [Tue, 19 Jan 2010 12:08:01 +0000 (13:08 +0100)] 
* apt-pkg/deb/dpkgpm.cc:
  - don't segfault if term.log file can't be opened.
    Thanks Sam Brightman for the patch! (Closes: #475770)

14 years agomerge with lp:~mvo/apt/apt-sid to get the complete fr
David Kalnischkies [Sun, 17 Jan 2010 14:56:50 +0000 (15:56 +0100)] 
merge with lp:~mvo/apt/apt-sid to get the complete fr

14 years agoMissing \n
bubulle@debian.org [Sun, 17 Jan 2010 12:18:08 +0000 (13:18 +0100)] 
Missing \n

14 years agoFix the newly introduced method GetListOfFilesInDir to not accept every
David Kalnischkies [Sat, 16 Jan 2010 22:09:42 +0000 (23:09 +0100)] 
Fix the newly introduced method GetListOfFilesInDir to not accept every
file if no extension is enforced (= restore old behaviour). (Closes: #565213)

This commit includes also:
* apt-pkg/policy.cc:
  - accept also partfiles with "pref" file extension as valid
* apt-pkg/contrib/configuration.cc:
  - accept also partfiles with "conf" file extension as valid
* doc/apt.conf.5.xml:
  - reorder description and split out syntax
  - add partfile name convention (Closes: #558348)
* doc/apt_preferences.conf.5.xml:
  - describe partfile name convention also here

And a lovely test application of course.

14 years agoCompleted translation
bubulle@debian.org [Sat, 16 Jan 2010 07:11:50 +0000 (08:11 +0100)] 
Completed translation

14 years agoFrench translation update (17 left)
bubulle@debian.org [Thu, 14 Jan 2010 18:33:17 +0000 (19:33 +0100)] 
French translation update (17 left)

14 years agocorrect a spelling error spotted by lintian in the debian/NEWS file:
David Kalnischkies [Wed, 13 Jan 2010 13:52:28 +0000 (14:52 +0100)] 
correct a spelling error spotted by lintian in the debian/NEWS file:
W: spelling-error-in-news-debian: informations -> information

14 years agomerge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes back
David Kalnischkies [Wed, 13 Jan 2010 13:51:28 +0000 (14:51 +0100)] 
merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes back

14 years agoreleasing version 0.7.25.1 0.7.25.1
Michael Vogt [Mon, 11 Jan 2010 18:44:47 +0000 (19:44 +0100)] 
releasing version 0.7.25.1

14 years ago* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
Michael Vogt [Sat, 9 Jan 2010 20:19:03 +0000 (21:19 +0100)] 
* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
  - add debug option Debug::pkgCacheGen
  - merge fix for apt-get source pkg=version regression
    (closes: #561971)

14 years agoUpdate PO files
bubulle@debian.org [Sat, 9 Jan 2010 16:20:40 +0000 (17:20 +0100)] 
Update PO files

14 years agoRussian translation update
bubulle@debian.org [Sat, 9 Jan 2010 15:46:43 +0000 (16:46 +0100)] 
Russian translation update

14 years agofix merge error
Michael Vogt [Fri, 8 Jan 2010 21:47:24 +0000 (22:47 +0100)] 
fix merge error

14 years ago* po/ru.po:
Michael Vogt [Fri, 8 Jan 2010 21:40:46 +0000 (22:40 +0100)] 
* po/ru.po:
  - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)

14 years ago* cmdline/apt-get.cc:
Michael Vogt [Fri, 8 Jan 2010 21:32:32 +0000 (22:32 +0100)] 
* cmdline/apt-get.cc:
  - fix apt-get source pkg=version regression (closes: #561971)

14 years ago* French manpage translation update
Michael Vogt [Fri, 8 Jan 2010 21:28:49 +0000 (22:28 +0100)] 
* French manpage translation update

* spot & fix various typos in all manpages
* German manpage translation update
* cmdline/apt-cache.cc:
  - remove translatable marker from the "%4i %s\n" string
* buildlib/po4a_manpage.mak:
  - instruct debiandoc to build files with utf-8 encoding
* buildlib/tools.m4:
  - fix some warning from the buildtools
* apt-pkg/acquire-item.cc:
  - add configuration PDiffs::Limit-options to not download
    too many or too big patches (Closes: #554349)
* debian/control:
  - let all packages depend on ${misc:Depends}
* share/*-archive.gpg:
  - remove the horrible outdated files. We already depend on
    the keyring so we don't need to ship our own version
* cmdline/apt-key:
  - errors out if wget is not installed (Closes: #545754)
  - add --keyring option as we have now possibly many
* methods/gpgv.cc:
  - pass all keyrings (TrustedParts) to gpgv instead of
    using only one trusted.gpg keyring (Closes: #304846)
* methods/https.cc:
  - finally merge the rest of the patchset from Arnaud Ebalard
    with the CRL and Issuers options, thanks! (Closes: #485963)

14 years ago44 strings left
bubulle@debian.org [Fri, 8 Jan 2010 18:45:15 +0000 (19:45 +0100)] 
44 strings left

14 years agomerge again with lp:~mvo/apt/debian-sid to get a buildable fr again
David Kalnischkies [Mon, 4 Jan 2010 13:09:54 +0000 (14:09 +0100)] 
merge again with lp:~mvo/apt/debian-sid to get a buildable fr again

14 years agosome minor style fixes: use empty() and add a few const
David Kalnischkies [Mon, 4 Jan 2010 13:06:49 +0000 (14:06 +0100)] 
some minor style fixes: use empty() and add a few const

14 years agofinally merge the rest of the patchset from Arnaud Ebalard
David Kalnischkies [Mon, 4 Jan 2010 12:54:57 +0000 (13:54 +0100)] 
finally merge the rest of the patchset from Arnaud Ebalard
with the CRL and Issuers options for https, thanks! (Closes: #485963)

14 years agoadd TrustedParts so in the future new keyrings can just be dropped
David Kalnischkies [Mon, 4 Jan 2010 12:45:14 +0000 (13:45 +0100)] 
add TrustedParts so in the future new keyrings can just be dropped
into /etc/apt/trusted.gpg.d/ which eliminates the need to have
gpg installed to add keys to APTs trusted keyring (with apt-key)
(Closes #304846) - Thanks to Timo Weingärtner & Peter Palfrader
for providing different patchs/ideas for this!

14 years agoReview continued by Stephane Blondon
bubulle@debian.org [Mon, 4 Jan 2010 06:09:43 +0000 (07:09 +0100)] 
Review continued by Stephane Blondon

14 years agoAdd a GetListOfFilesInDir() helper method which replaces the old
David Kalnischkies [Sun, 3 Jan 2010 18:37:34 +0000 (19:37 +0100)] 
Add a GetListOfFilesInDir() helper method which replaces the old
code copies used to load the various parts-files

14 years agoReviewed by Philippe batailler
bubulle@debian.org [Sun, 3 Jan 2010 15:55:41 +0000 (16:55 +0100)] 
Reviewed by Philippe batailler

14 years agoReview by Stephane Blondon and msgcat
bubulle@debian.org [Sun, 3 Jan 2010 08:30:47 +0000 (09:30 +0100)] 
Review by Stephane Blondon and msgcat

14 years agoapt-key errors out nicely if wget is not installed (Closes: #545754)
David Kalnischkies [Sat, 2 Jan 2010 19:24:53 +0000 (20:24 +0100)] 
apt-key errors out nicely if wget is not installed (Closes: #545754)

14 years agoremove the horrible outdated share/*-archive.gpg files and all there traces
David Kalnischkies [Sat, 2 Jan 2010 16:53:05 +0000 (17:53 +0100)] 
remove the horrible outdated share/*-archive.gpg files and all there traces
We already depend on the proper keyring so we don't need to ship our
own version which isn't used anyway.

14 years agofix a typo in the apt.conf manpage spotted by lintian
David Kalnischkies [Sat, 2 Jan 2010 16:43:07 +0000 (17:43 +0100)] 
fix a typo in the apt.conf manpage spotted by lintian
W: apt: spelling-error-in-manpage usr/share/man/man5/apt.conf.5.gz enviroment environment

14 years agofix another mistake spotted by lintian:
David Kalnischkies [Sat, 2 Jan 2010 16:38:04 +0000 (17:38 +0100)] 
fix another mistake spotted by lintian:
I: apt: spelling-error-in-binary ./usr/lib/libapt-pkg-libc6.9-6.so.4.8.0 Alot A lot

14 years agoFix the following gcc-4.5 buildfailure in pkgcache.cc by following the suggestion:
David Kalnischkies [Sat, 2 Jan 2010 16:19:07 +0000 (17:19 +0100)] 
Fix the following gcc-4.5 buildfailure in pkgcache.cc by following the suggestion:
pkgcache.cc: In member function ‘const char* pkgCache::PkgIterator::CandVersion() const’:
pkgcache.cc:301:51: error: cannot call constructor ‘pkgPolicy::pkgPolicy’ directly
pkgcache.cc:301:51: note: for a function-style cast, remove the redundant ‘::pkgPolicy’

14 years agolet all packages depend on
David Kalnischkies [Sat, 2 Jan 2010 16:03:23 +0000 (17:03 +0100)] 
let all packages depend on

14 years agoadd configuration PDiffs::Limit-options (FileLimit and SizeLimit) to
David Kalnischkies [Fri, 1 Jan 2010 23:22:31 +0000 (00:22 +0100)] 
add configuration PDiffs::Limit-options (FileLimit and SizeLimit) to
not download too many or too big patches (Closes: #554349)

14 years agobzrignore the now linked config.{guess,sub} files
David Kalnischkies [Fri, 1 Jan 2010 20:32:50 +0000 (21:32 +0100)] 
bzrignore the now linked config.{guess,sub} files

14 years agofix some warning from the buildtools in tools.m4 and configure.in
David Kalnischkies [Fri, 1 Jan 2010 20:05:58 +0000 (21:05 +0100)] 
fix some warning from the buildtools in tools.m4 and configure.in

14 years agoinstruct debiandoc to build files with utf-8 encoding
David Kalnischkies [Fri, 1 Jan 2010 20:00:54 +0000 (21:00 +0100)] 
instruct debiandoc to build files with utf-8 encoding

14 years agoremove translatable marker from the "%4i %s\n" string in apt-cache.cc
David Kalnischkies [Fri, 1 Jan 2010 18:15:15 +0000 (19:15 +0100)] 
remove translatable marker from the "%4i %s\n" string in apt-cache.cc

14 years agoupdate german manpage translation by Chris Leick
David Kalnischkies [Fri, 1 Jan 2010 18:10:14 +0000 (19:10 +0100)] 
update german manpage translation by Chris Leick

14 years agoChris Leick spot & fix various typos in all manpages
David Kalnischkies [Fri, 1 Jan 2010 11:54:13 +0000 (12:54 +0100)] 
Chris Leick spot & fix various typos in all manpages

14 years agomerge with lp:~mvo/apt/debian-sid to get updated french
David Kalnischkies [Fri, 1 Jan 2010 09:33:34 +0000 (10:33 +0100)] 
merge with lp:~mvo/apt/debian-sid to get updated french

14 years agoFrench translation update
bubulle@debian.org [Tue, 29 Dec 2009 08:50:03 +0000 (09:50 +0100)] 
French translation update

14 years agoSplit ListParser::NewDepends into two methods to use these new method
David Kalnischkies [Sun, 27 Dec 2009 18:39:47 +0000 (19:39 +0100)] 
Split ListParser::NewDepends into two methods to use these new method
for creating the dependencies needed for our groups:
For now for all groups only one package can be installed at the same
time which conflicts with each other packages in the group.
The exceptions are architecture all package.

Also, the Multi-Arch field is now parsed, but not used for now.

14 years agoYet more French
bubulle@debian.org [Wed, 23 Dec 2009 21:47:25 +0000 (22:47 +0100)] 
Yet more French

14 years ago* cmdline/apt-get.cc:
Michael Vogt [Wed, 23 Dec 2009 13:11:59 +0000 (14:11 +0100)] 
* cmdline/apt-get.cc:
  - fix apt-get source pkg=version regression (closes: #561971)

14 years agomerge Goswin Brederlow "support download of index files for different archs"
David Kalnischkies [Wed, 23 Dec 2009 11:38:19 +0000 (12:38 +0100)] 
merge Goswin Brederlow "support download of index files for different archs"
patch which includes the following big changes:
- Declare the unused [vendor] field in sources.list as option field,
  e.g. deb [arch=amd64,i386 lang=en_GB have=fun] http://example.org
- When fetching index files download them for all APT::Architectures
  (overrideable with the options field above)
- Allow all architectures of APT::Architectures to be in the Cache
- Add the architecture to status and progress informations
- Add b= (Binary architecture) to policy

This commit doesn't incude the "pin-hack" as the Group structure will take
care of this (and does it already to some extend).

14 years agoReview by Philippe batailler
bubulle@debian.org [Tue, 22 Dec 2009 19:02:18 +0000 (20:02 +0100)] 
Review by Philippe batailler

14 years agomerge with lp:~mvo/apt/sid to get the finale 0.7.25 state
David Kalnischkies [Tue, 22 Dec 2009 11:20:43 +0000 (12:20 +0100)] 
merge with lp:~mvo/apt/sid to get the finale 0.7.25 state

15 years agoFrench translation update
bubulle@debian.org [Sun, 20 Dec 2009 21:16:38 +0000 (22:16 +0100)] 
French translation update

15 years agoImplement the first step toward Multi-Arch by setting up a Group
David Kalnischkies [Sat, 19 Dec 2009 15:25:56 +0000 (16:25 +0100)] 
Implement the first step toward Multi-Arch by setting up a Group
infrastructor for packages.

APT is now aware of the fact that a package A in architecture X can't
satisfy a dependency on package A in architecture Y - to handle these
packages are now identified by name and architecture, so different
architectures of the same package are handled internally as completly
different packages. This is great for pinning, dependency checking and
in many other situations, but sometimes we need to know which archs are
available for a given package: Here Groups come to our rescue!

15 years agomark the Error/Warning method as __cold
David Kalnischkies [Sat, 19 Dec 2009 13:27:21 +0000 (14:27 +0100)] 
mark the Error/Warning method as __cold

15 years agoadd optional gcc features as deprecated, unused and (un)likely
David Kalnischkies [Sat, 19 Dec 2009 13:25:20 +0000 (14:25 +0100)] 
add optional gcc features as deprecated, unused and (un)likely

15 years agoFrench translation update
bubulle@debian.org [Sat, 19 Dec 2009 07:36:46 +0000 (08:36 +0100)] 
French translation update

15 years ago* merged lp:~mvo/apt/history
Michael Vogt [Fri, 18 Dec 2009 15:55:06 +0000 (16:55 +0100)] 
* merged lp:~mvo/apt/history
  - this writes a /var/log/apt/history tagfile that contains details
    from the transaction (complements term.log)

15 years agomerge from the debian-sid branch
Michael Vogt [Fri, 18 Dec 2009 15:53:22 +0000 (16:53 +0100)] 
merge from the debian-sid branch

15 years agoapt-pkg/deb/dpkgpm.{cc,h}: refactor writing of the history tag, add ","
Michael Vogt [Fri, 18 Dec 2009 14:43:49 +0000 (15:43 +0100)] 
apt-pkg/deb/dpkgpm.{cc,h}: refactor writing of the history tag, add ","

15 years agodebian/apt.logrotate: keep histories for 12 month
Michael Vogt [Fri, 18 Dec 2009 10:51:01 +0000 (11:51 +0100)] 
debian/apt.logrotate: keep histories for 12 month

15 years ago* debian/apt.logrotate:
Michael Vogt [Fri, 18 Dec 2009 10:30:22 +0000 (11:30 +0100)] 
* debian/apt.logrotate:
  - add to logratation
* doc/examples/configure-index:
  - add as example

15 years agoapt-pkg/deb/dpkgpm.cc: fflush early
Michael Vogt [Fri, 18 Dec 2009 09:58:07 +0000 (10:58 +0100)] 
apt-pkg/deb/dpkgpm.cc: fflush early

15 years agofix order of upgrade, install check because for a upgrade "Install()" returns True...
Michael Vogt [Fri, 18 Dec 2009 09:45:24 +0000 (10:45 +0100)] 
fix order of upgrade, install check because for a upgrade "Install()" returns True as well

15 years agoadd /var/log/apt/history.log file
Michael Vogt [Fri, 18 Dec 2009 09:25:34 +0000 (10:25 +0100)] 
add /var/log/apt/history.log file

15 years agoFrench translation update
bubulle@debian.org [Wed, 16 Dec 2009 22:00:06 +0000 (23:00 +0100)] 
French translation update

15 years agoreleasing version 0.7.25 0.7.25
Michael Vogt [Tue, 15 Dec 2009 12:49:21 +0000 (13:49 +0100)] 
releasing version 0.7.25

15 years agomerge segfault fix from Mario Sanchez Prada, many thanks
Michael Vogt [Mon, 14 Dec 2009 16:45:51 +0000 (17:45 +0100)] 
merge segfault fix from Mario Sanchez Prada, many thanks
(closes: #561109)

15 years agodoc/sources.list.5.xml: merge typo fixes
Michael Vogt [Mon, 14 Dec 2009 12:50:40 +0000 (13:50 +0100)] 
doc/sources.list.5.xml: merge typo fixes

15 years agofix two other typos - this time in sources.list.5.xml:
David Kalnischkies [Mon, 14 Dec 2009 11:44:17 +0000 (12:44 +0100)] 
fix two other typos - this time in sources.list.5.xml:
* recongnizable --> recognizable
* maintain --> maintains

15 years agoapt-inst/makefile: include libversion.mak
Michael Vogt [Mon, 14 Dec 2009 09:08:27 +0000 (10:08 +0100)] 
apt-inst/makefile: include libversion.mak

15 years agomerged patches from david (many thanks)
Michael Vogt [Mon, 14 Dec 2009 08:22:29 +0000 (09:22 +0100)] 
merged patches from david (many thanks)

15 years agofix to other oddities observed by Chris Leick while translating
David Kalnischkies [Sat, 12 Dec 2009 18:06:01 +0000 (19:06 +0100)] 
fix to other oddities observed by Chris Leick while translating
in doc/apt-get.8.xml, namely:
- change equivalent "for" to "to the" (purge command)
- clarify --fix-broken sentence about specifying packages

15 years agodecrease the libapt-inst major version again to 1.1 as the increase
David Kalnischkies [Sat, 12 Dec 2009 15:52:17 +0000 (16:52 +0100)] 
decrease the libapt-inst major version again to 1.1 as the increase
was a backport error and is not needed (and destroys our non-abi-break hack)

15 years agoremove informalexample tag which hides the programlisting in the
David Kalnischkies [Sat, 12 Dec 2009 15:32:18 +0000 (16:32 +0100)] 
remove informalexample tag which hides the programlisting in the
tree section of the apt-ftparchive manpage,
thanks Chris Leick for noticing it!

15 years agorefactor the current changelog a bit
David Kalnischkies [Sat, 12 Dec 2009 15:28:25 +0000 (16:28 +0100)] 
refactor the current changelog a bit