diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-24 16:18:02 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:15 +0100 |
commit | c58e77942a264198c8bf00c96413968cffea8d4f (patch) | |
tree | a0f73c921c1dda6d6a3d49d923815b8de9a7afae /debian/control | |
parent | 79b6f784534bb01b30c86992094c88f6ce757880 (diff) | |
download | live-build-c58e77942a264198c8bf00c96413968cffea8d4f.zip live-build-c58e77942a264198c8bf00c96413968cffea8d4f.tar.gz |
Splitting out cgi frontend to own package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 7c67a1f..11c52f7 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,17 @@ Description: Debian Live - System Build Scripts . An introduction to live-build can be found in the live-build(7) manpage. +Package: live-build-cgi +Architecture: all +Depends: ${misc:Depends}, live-helper (= ${source:Version}) +Conflicts: live-helper (<< 2.0~a20) +Replaces: live-helper +Recommends: apache2 | httpd +Description: Debian Live - System Build Scripts (cgi frontend) + live-build is a set of scripts to build Debian Live system images. + . + This package contains the cgi frontend. + Package: live-helper Architecture: all Depends: ${misc:Depends}, live-helper |