diff options
author | Daniel Baumann <daniel@debian.org> | 2010-06-16 13:47:17 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:26 +0100 |
commit | 5dad9c4e951b667f71ccc40f8259e724892eac80 (patch) | |
tree | a172ce895f873a313587e7a964a79ec9deea60a1 | |
parent | 22f8659bdc8d58f59b6af26f83237fcde052009a (diff) | |
download | live-boot-5dad9c4e951b667f71ccc40f8259e724892eac80.tar.gz live-boot-5dad9c4e951b667f71ccc40f8259e724892eac80.zip |
Removing depends on live-config in live-boot.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6225329..3c377af 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: git://live.debian.net/git/live-boot.git Package: live-boot Architecture: all -Depends: ${misc:Depends}, live-config-sysvinit | live-config-backend +Depends: ${misc:Depends} Recommends: eject, file, rsync, uuid-runtime Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget Description: Debian Live - System Boot Scripts |