summaryrefslogtreecommitdiff
path: root/apt-pkg/versionmatch.h
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/versionmatch.cc:Julian Andres Klode2010-06-281-0/+2
| | | | | - Support matching pins by regular expressions or glob() like patterns, regular expressions have to be put between to slashes; for example, /.*/.
* merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies2009-12-231-0/+2
| | | | | | | | | | | | | | 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).
* [apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies2009-05-071-8/+13
| | | | | * MatchType::Release checks first for archive than for codename equality * new n= option in apt_preference to be able to pin based on a codeName
* * removed the pragma messMichael Vogt2006-10-021-3/+0
|
* Fixed matching all releasesArch Librarian2004-09-201-2/+3
| | | | | | Author: jgg Date: 2001-05-29 03:07:12 GMT Fixed matching all releases
* G++3 fixes from RandolphArch Librarian2004-09-201-2/+4
| | | | | | Author: jgg Date: 2001-05-07 04:24:08 GMT G++3 fixes from Randolph
* Join with aliencodeArch Librarian2004-09-201-0/+69
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode