Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
before {c,}debootstrap calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
breakage on amd64.
|
|
without --verbose
|
|
includes
|
|
|
|
|
|
|
|
|
|
to Juergen Fiedler <juergen.fiedler@gmail.com>.
|
|
existing, thanks to Thanatermesis <thanatermesis.ecvs@elivecd.net>.
|
|
|
|
* lh_config system-wide configuration file, like an implicit specification
of '--conffile=/etc/live-helper' to each lh_config call.
|
|
|
|
|
|
apache2 does not show gzipped files in the browser,
but downloads them which is not the desired action.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows us to write:
#if SECTIONS contrib non-free
contrib-package
non-free-package
#endif
and
#if DISTRIBUTION lenny sid
new-package
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|