Package: samhain Version: 2.8.3a-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu raring ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Add missing build-dep on libauparse-dev, so audit support is enabled. Now, while this would be self-explanatory in itself (missing the build-dep means that all !x86 packages don't use and link libauparse0, which you had installed on your machine at build time), there's also the part where this exact patch only applies to experimental where libauparse and libaudit have been split. For unstable, you'd want to s/libauparse-dev/libaudit-dev/, until the audit transition happens. ... Adam -- System Information: Debian Release: wheezy/sid APT prefers raring-updates APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.8.0-4-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u samhain-2.8.3a/debian/control samhain-2.8.3a/debian/control --- samhain-2.8.3a/debian/control +++ samhain-2.8.3a/debian/control @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Javier Fernandez-Sanguino Pen~a <[email protected]> -Build-Depends: debhelper (>= 4.1.16), autoconf, procps, libgmp3-dev, e2fslibs-dev, libprelude-dev +Build-Depends: debhelper (>= 4.1.16), autoconf, procps, libgmp3-dev, e2fslibs-dev, libprelude-dev, libauparse-dev Standards-Version: 3.5.8 Homepage: http://la-samhna.de/samhain/index.html diff -u samhain-2.8.3a/debian/changelog samhain-2.8.3a/debian/changelog

