tag 312276 +patch
thanks

Hi,

Please enable the Prelude support for samhain. The (fairly trivial)
patch is attached, you just have to apply it with -p1.

Regards,
Pierre
diff -ruN samhain-2.2.3/debian/control samhain-2.2.3-prelude/debian/control
--- samhain-2.2.3/debian/control	2007-10-28 10:42:31.000000000 +0100
+++ samhain-2.2.3-prelude/debian/control	2007-10-28 10:40:35.000000000 +0100
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.16), libgmp3-dev, e2fslibs-dev, autoconf
+Build-Depends: debhelper (>= 4.1.16), libgmp3-dev, e2fslibs-dev, autoconf, libprelude-dev
 Standards-Version: 3.5.8
 
 Package: samhain
diff -ruN samhain-2.2.3/debian/rules samhain-2.2.3-prelude/debian/rules
--- samhain-2.2.3/debian/rules	2007-10-28 10:42:31.000000000 +0100
+++ samhain-2.2.3-prelude/debian/rules	2007-10-28 10:40:57.000000000 +0100
@@ -18,6 +18,7 @@
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man \
 		--with-config-file=/etc/samhain/samhainrc \
 		--with-state-dir=/var/state/samhain  \
+		--with-prelude \
 		--enable-network=no  \
 		--with-pid-file=/var/run/samhain/samhain.pid \
 		--with-log-file=/var/log/samhain/samhain.log 

Reply via email to