summaryrefslogtreecommitdiff
path: root/apt-pkg/policy.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-161-1/+1
| | | | | | | | | | | | | | | | | 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.
* Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies2010-01-031-34/+3
| | | | code copies used to load the various parts-files
* display warnings instead of errors if the parts dirs doesn't existDavid Kalnischkies2009-07-151-1/+10
| | | | | Parts dirs are /etc/apt/{sources.list,apt.conf,preferences}.d (in the default setup)
* merge with lp:~mvo/apt/debian-sidDavid Kalnischkies2009-07-151-1/+50
|\
| * Support /etc/apt/preferences.d (Closes: #535512)Julian Andres Klode2009-07-061-1/+49
| |
* | versions with a pin of -1 shouldn't be a candidate (Closes: #355237)David Kalnischkies2009-07-011-0/+8
|/
* [ABI break] support '#' in apt.conf and /etc/apt/preferencesMichael Vogt2009-06-091-2/+16
| | | (closes: #189866)
* * Removed the more leftover #pragma interface/implementationMichael Vogt2007-06-081-3/+0
|\ | | | | closes: #306937 (thanks to Andreas Henriksson for the patch)
| * * remove all the remaining #pragma implementationMichael Vogt2007-06-081-3/+0
| |
* | * apt-pkg/policy.cc:Michael Vogt2007-04-201-1/+8
|/ | | - allow multiple packages (thanks to David Foerster)
* * Correct the section in apt_preferences(5) on interpre...Arch Librarian2004-09-201-3/+9
| | | | | | | | Author: mdz Date: 2003-08-12 00:17:37 GMT * Correct the section in apt_preferences(5) on interpreting priorities to show that zero is not a valid priority, and print a warning if such a pin is encountered in the preferences file (Closes: #204971)
* Fix some unlikely segfaultsArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 2002-11-06 06:43:14 GMT Fix some unlikely segfaults
* Corrected array handlingArch Librarian2004-09-201-17/+5
| | | | | | Author: jgg Date: 2001-05-27 23:40:56 GMT Corrected array handling
* More ignoring of versionless packagesArch Librarian2004-09-201-7/+22
| | | | | | Author: jgg Date: 2001-05-27 05:36:04 GMT More ignoring of versionless packages
* 'apt-cache policy' preferences debug tool.Arch Librarian2004-09-201-17/+33
| | | | | | Author: jgg Date: 2001-04-29 05:13:51 GMT 'apt-cache policy' preferences debug tool.
* Core correctness patchesArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-03-13 05:23:42 GMT Core correctness patches
* Various fixesArch Librarian2004-09-201-7/+2
| | | | | | Author: jgg Date: 2001-03-05 02:43:28 GMT Various fixes
* Bug 87390Arch Librarian2004-09-201-2/+16
| | | | | | Author: jgg Date: 2001-03-03 23:27:24 GMT Bug 87390
* Join with aliencodeArch Librarian2004-09-201-0/+275
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode