• Bug#264671: /usr/sbin/log2mail binary is missing in latest deb

    From Florian Ernst@1:229/2 to All on Fri Aug 20 21:40:13 2004
    From: [email protected]

    --i7PFf0A+xzvFOD9h
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: inline

    package log2mail
    tags 264671 patch
    tags 264687 patch
    thanks

    This patch reintroduces the missing binary. Please be aware that this
    was the first time I handled cdbs, so it might be below optimum. The
    resulting files are pbuilder tested and lintian clean (except for native-package-with-dash-version).

    Cheers,
    Flo

    --i7PFf0A+xzvFOD9h
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: attachment; filename="missing_binary.diff" Content-Transfer-Encoding: quoted-printable

    diff -Nru /tmp/lvRIr3S1UL/log2mail-0.2.8/debian/control /tmp/jCjvLB5Mro/log2mail-0.2.8/debian/control
    --- /tmp/lvRIr3S1UL/log2mail-0.2.8/debian/control 2004-08-01 18:04:34.000000000 +0200
    +++ /tmp/jCjvLB5Mro/log2mail-0.2.8/debian/control 2004-08-20 21:19:55.000000000 +0200
    @@ -7,7 +7,7 @@

    Package: log2mail
    Architecture: any
    -Depends: ${shlibs:Depends}, (exim4 | mail-transport-agent)
    +Depends: exim4 | mail-transport-agent, ${shlibs:Depends}
    Description: Daemon watching logfiles and mailing lines matching patterns
    log2mail is a small daemon watching logfiles and sending mail
    to a specified address if a regular expression is matched.
    diff -Nru /tmp/lvRIr3S1UL/log2mail-0.2.8/debian/rules /tmp/jCjvLB5Mro/log2mail-0.2.8/debian/rules
    --- /tmp/lvRIr3S1UL/log2mail-0.2.8/debian/rules 2004-08-01 17:36:39.000000000 +0200
    +++ /tmp/jCjvLB5Mro/log2mail-0.2.8/debian/rules 2004-08-20 21:13:09.000000000 +0200
    @@ -4,6 +4,7 @@
    include /usr/share/cdbs/1/class/makefile.mk

    DEB_MAKE_ENVVARS += DEBUG=no
    +DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/log2mail

    # Store build information