summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * NMUMichael Vogt2007-04-251-0/+8
| | | | * Fix broken use of awk in apt-key that caused removal of the wrong keys from the keyring. Closes: #412572
* * merged from Christian Perrier:Michael Vogt2007-04-251-12/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio Closes: #412828 * da.po: Updated by Claus Hindsgaul Closes: #409483 * fr.po: Remove a non-breakable space for usability issues. Closes: #408877 * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections
* | * merged from Christian Perrier:Michael Vogt2007-04-201-1/+13
|\| | | | | | | * mr.po: New Marathi translation Closes: #416806
* | * apt-pkg/policy.cc:Michael Vogt2007-04-201-0/+2
| | | | | | - allow multiple packages (thanks to David Foerster)
* | * [ABI] apt-pkg/acquire.{cc,h}:Michael Vogt2007-04-171-0/+3
| | | | | | | | - deal better with duplicated sources.list entries (avoid double queuing of URLs) - this fixes hangs in bzip/gzip
* | * apt-pkg/acquire-item.cc:Michael Vogt2007-04-171-1/+3
| | | | | | - if decompression of a index fails, delete the index
* | * po/gl.po:Michael Vogt2007-04-111-0/+2
|/ | | - fix error translation that causes trouble to lsb_release
* * apt-pkg/cdrom.cc:Michael Vogt2007-03-071-4/+5
| | | | | - only unmount if APT::CDROM::NoMount is false * methods/cdrom.cc: - only umount if it was mounted by the method before
* - added APT::CDROM::UnMountOnFinish to have more control overMichael Vogt2007-03-071-2/+3
| | | the umount/mount process
* * apt-pkg/cdrom.cc, methods/cdrom.cc:Michael Vogt2007-03-071-0/+2
| | | - only unmount if APT::CDROM::NoMount is false
* * apt-pkg/algorithms.cc:Michael Vogt2006-12-191-0/+2
| | | | | | - when encountering a or-group in pkgProblemResolver::Resolver(), check if it IsCritical(), otherwise we may do checking on weak-depends and confuse the system badly
* * apt-pkg/deb/debrecords.cc:Michael Vogt2006-12-191-0/+4
| | | | | | - return the correct SHA1Hash() * methods/http.cc: - send VERSION of apt in the User-Agent string
* * apt-pkg/algorithms.cc: Michael Vogt2006-12-181-2/+4
| | | | | - only increase the score of installed applications if they are not obsolte (still downloadable)
* * apt-pkg/algorithms.cc:Michael Vogt2006-12-131-0/+7
| | | | - use clog instead of cout in debug
* * debian/changelog:Michael Vogt2006-12-071-1/+1
| | | | - fix incorrect
* * apt-pkg/contrib/progress.ccMichael Vogt2006-12-071-2/+7
| | | | | | | | | | | | | - only check time on precent boundaries (seems to make a real difference on ARM, see debian #398381) * apt-pkg/contrib/sha256.cc: - added #pragma interface * apt-pkg/contrib/sha256.h: - remove unneeded stdint.h include * apt-pkg/vendorlist.cc: - fix qualifier to make it build with -O0 * po/: - make update-po
* * merged NMU from abaMichael Vogt2006-12-072-1/+21
|
* * changelog updatesMichael Vogt2006-12-011-0/+4
|
* * changelog updatedMichael Vogt2006-12-011-1/+1
|
* * apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2006-11-301-0/+2
| | | | - make the buffer dynmaic
* * apt-pkg/deb/dpkgpm.cc: Michael Vogt2006-11-271-1/+4
| | | | | - added "Dpkg::StopOnError" variable that controls if apt will abort on errors from dpkg
* * mention apt-secure in apt.8 and apt-apt.8Michael Vogt2006-11-231-0/+6
|
* * changelog updated to match latest debian uploadMichael Vogt2006-11-231-1/+18
|
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2006-10-301-0/+9
| | | | - fix segfault if dpkg sends multiline error messages
* * debian/changelog:Michael Vogt2006-10-111-1/+1
| | | | - finalized changelog
* * merged from Chrisitan PerrierMichael Vogt2006-10-101-1/+2
|\
* | * debian/changelog: fixed dateMichael Vogt2006-10-091-1/+1
|/
* * Merged from Christian Perrier bzr branch:Michael Vogt2006-10-091-1/+10
|
* * apt-pkg/tagfile.cc,h:Michael Vogt2006-10-021-2/+2
| | | | - make the internal buffer grow dynamically if required
* * apt-pkg/tagfile.h:Michael Vogt2006-09-301-0/+2
| | | | | - increase the buffer in tagfile.cc for now, this really needs to become a dynamic buffer
* * merged from Christian Perrier (http://www.perrier.eu.org/debian/packagesMichael Vogt2006-09-301-0/+4
|\ | | | | | | /d-i/level4/apt-main)
* | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2006-09-301-1/+6
| | | | | | | | | | | | | | - translate the dpkg progress strings when they are used, not in the struct (thanks to Steinar Gunderson) * debian/changelog: - updated
* | * debian/rules:Michael Vogt2006-09-302-2/+4
| | | | | | | | - Daniel Schepler to make apt bin-NMU able
* | * methods/gzip.cc:Michael Vogt2006-09-301-1/+8
|/ | | | | | | - just stop on empty files, don't call the extractor * debian/changelog: - merged the last debian upload - added entry for extractor
* * translation merges (thanks to Christian!)Michael Vogt2006-09-211-1/+5
|
* * reverted otavios patch again because it breaks the following behaviour:Michael Vogt2006-09-161-3/+1
| | | | | | | | | | | | | 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.
* * cmdline/apt-get.cc:Michael Vogt2006-09-161-1/+3
| | | | - merged patch from otavio to make the order of package selections less important
* * apt-pkg/tagfile.cc, tagfile.h:Michael Vogt2006-09-151-1/+3
| | | | | - reverted the mmap patch again, it caused too much trouble with pipes etc
* * apt-pkg/tagfile.cc:Michael Vogt2006-09-151-0/+3
| | | | - applied patch from jvw to make the tag key stuff case-insensitive
* * share/debian-archive.gpg:Michael Vogt2006-09-121-3/+4
| | | | - removed the outdated debian 2004 and the amd64 keys
* * merged from Christian Perrier ↵Michael Vogt2006-09-121-2/+9
|\ | | | | | | (http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main)
* | * doc/examples/sources.list:Michael Vogt2006-09-121-0/+2
| | | | | | | | - removed no-longer used non-us line
* | * methods/gzip.cc:Michael Vogt2006-09-121-0/+3
|/ | | | | - if it can't write (because var is full), close the FromGz stream to not hang in ExecWait() later
* * methods/http.cc:Michael Vogt2006-08-161-0/+2
| | | | - check for incorrect proxy settings more carefully
* * cmdline/apt-get.cc:Michael Vogt2006-08-091-0/+5
| | | | - fixed for the suggets/recommends display
* * changelog updatedMichael Vogt2006-08-091-1/+1
|
* * debian/control:Michael Vogt2006-08-092-1/+8
| | | | - switched to libdb4.4
* * merged the "work-on-non-mapable-files-again" branchMichael Vogt2006-07-271-0/+3
|\
* | * changelog updatesMichael Vogt2006-07-271-3/+2
|/
* * apt-pkg/acquire-item.cc:Michael Vogt2006-07-251-0/+2
| | | | - check "/bin/bzip2" instead of "/usr/bin/bzip2"