~ubuntu-branches/debian/sid/bogofilter/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Serafeim Zanikolas
  • Date: 2014-05-08 20:31:19 UTC
  • Revision ID: package-import@ubuntu.com-20140508203119-c2ddcry50mtqzb59
Tags: 1.2.4+dfsg1-3
* Update config.guess to build on hurd-i386 (Closes: #729192). Thanks to
  Samuel Thibault <sthibault@debian.org> for the patch.
* Bump Standards-Version to 3.9.5 (no changes).
* bdb backend:
    - build with libdb5.3 and update Suggests to db5.3-util
    - add NEWS.Debian entry to advise users that have enabled bdb
      transactions, on upgrade steps

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
configure: configure-stamp
34
34
configure-stamp:
35
35
        dh_testdir
 
36
        dh_autotools-dev_updateconfig
36
37
        mkdir obj-db obj-sqlite
37
38
        cd obj-db && ../configure --with-database=db \
38
39
                --prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc \
62
63
 
63
64
clean:
64
65
        dh_testdir
 
66
        dh_autotools-dev_restoreconfig
65
67
        rm -f build-stamp configure-stamp build-indep-stamp configure-indep-stamp \
66
68
                config.h.in debian/*debhelper.log \
67
69
                debian/*.substvars debian/bogofilter.substvars \