diff options
author | Marco Amadori <amadorim@vdavda.com> | 2010-07-27 11:24:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:16 +0100 |
commit | 88b2c572839034453e3cff94815af7e69aa2852e (patch) | |
tree | b4be75e5a68c5c1b3813f1d16404ffa637ceb6c9 | |
parent | 5c242447dfce5bb782669d407afda9c424efdf7f (diff) | |
download | vyos-live-build-88b2c572839034453e3cff94815af7e69aa2852e.tar.gz vyos-live-build-88b2c572839034453e3cff94815af7e69aa2852e.zip |
Correcting typo, live-helper should depend on live-build.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7a3977ba9..c162aa5c9 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Description: Debian Live - System Build Scripts (cgi frontend) Package: live-helper Architecture: all -Depends: ${misc:Depends}, live-helper +Depends: ${misc:Depends}, live-build Description: Debian Live - System Build Scripts (transitional package) Package to ease upgrading from older live-helper packages to the new live-build package. |