| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Sat, 20 Jun 2009 19:03:40 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200906202303.n5KN3eIp026675@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-06-20 19:03:40 -0400 (Sat, 20 Jun 2009)
New Revision: 23885
Modified:
trunk/debathena/config/linerva/debian/control.in
Log:
In linerva, lvm is /not/ an essential package, so we /do/ have to
build-dep on it.
Modified: trunk/debathena/config/linerva/debian/control.in
===================================================================
--- trunk/debathena/config/linerva/debian/control.in 2009-06-20 23:00:45 UTC (rev 23884)
+++ trunk/debathena/config/linerva/debian/control.in 2009-06-20 23:03:40 UTC (rev 23885)
@@ -2,13 +2,13 @@
Section: linerva/net
Priority: extra
Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: @cdbs@, rsyslog, logcheck, debathena-ssh-server-config
+Build-Depends: @cdbs@, rsyslog, logcheck, debathena-ssh-server-config, lvm
Standards-Version: 3.7.2
Package: debathena-linerva
Architecture: all
Pre-Depends: git-core
-Depends: logcheck, screen, elinks, rsyslog, linux32, bind9, debathena-ssh-server-config
+Depends: logcheck, screen, elinks, rsyslog, linux32, bind9, debathena-ssh-server-config, lvm
Provides: ${diverted-files}
Conflicts: ${diverted-files}, apache2
Description: Special Configuration for Linerva
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |