Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Updating year in copyright notices for 2009. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Don't use set -e in sourced functions, this is the job of the actual ↵ | Daniel Baumann | 1 | -2/+0 | |
executed script. | |||||
2011-03-09 | Ensure local packages lists are sourced over global ones (Closes: #499656) | Chris Lamb | 1 | -0/+1 | |
2011-03-09 | Allow needle and haystack parts of packagelist #if constructs to be lists | Chris Lamb | 1 | -8/+14 | |
This allows us to write: #if SECTIONS contrib non-free contrib-package non-free-package #endif and #if DISTRIBUTION lenny sid new-package #endif | |||||
2011-03-09 | Support list of items for conditionals in package lists | Tiago Bortoletto Vaz | 1 | -2/+3 | |
This patch allows giving a list of items for the conditionals in package lists. For example, it's possible to specify some packages for more than one architecture in the same conditional block: package01 #if ARCHITECTURE i386 amd64 package02 package03 #endif package04 where package01 and package04 are available for all architectures, but package02 and package03 are available only for i386 and amd64 architectures. | |||||
2011-03-09 | Support simple conditionals in package lists | Chris Lamb | 1 | -10/+50 | |
This patch adds support for simple conditionals in package lists. For example, to limit a package to i386 only: foo #if ARCHITECTURE i386 package-only-in-i386 #endif bar Any variable that beings in LH_ can be expanded: #if MODE ubuntu package-only-in-ubuntu #endif Nesting of conditionals is not supported. If the variable to be expanded does not exist, the conditional is false. | |||||
2011-03-09 | Rewrite Expand_packagelist to not be recursive | Chris Lamb | 1 | -23/+32 | |
2011-03-09 | Updating copyright years to 2008. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Use C-style 'include' in lists (backwards compatible). | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Consistently using the pipe as seperator in sed commands now. | Daniel Baumann | 1 | -2/+2 | |
2011-03-09 | Replacing backticks with POSIX expression. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Adding live-helper 1.0~a21-1. | Daniel Baumann | 1 | -0/+42 | |