diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-24 16:18:02 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-07-24 16:30:12 +0200 |
commit | eeda87dfbe9df20d08c5acfcee1cbd88e9188a09 (patch) | |
tree | a0f73c921c1dda6d6a3d49d923815b8de9a7afae /debian/control | |
parent | 50818430f22e924d0bc929e2e69344b6b6a67cf8 (diff) | |
download | vyos-live-build-eeda87dfbe9df20d08c5acfcee1cbd88e9188a09.tar.gz vyos-live-build-eeda87dfbe9df20d08c5acfcee1cbd88e9188a09.zip |
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 7c67a1ffa..11c52f7f9 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 |