~ubuntu-branches/ubuntu/raring/dansguardian/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2009-06-14 11:21:44 UTC
  • mfrom: (1.1.8 upstream) (7.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090614112144-m630jsv0vn9kcg5c
Tags: 2.10.1.1-1
* New upstream version (Closes: #516749)
* Re-enable clamd support (Closes: #533024)
* Bump standards version (No changes)
* Add --retry 15 to start-ѕtop-daemon (Closes: #424076)
* Fix headers for gcc 4.4 (Closes: #505386, #526156)
  Thanks to tbm for the patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        CC=$(CC) CXX="$(CXX)" /bin/bash ./configure \
42
42
                --mandir=/usr/share/man/ \
43
43
                --enable-clamav=yes \
 
44
                --enable-clamd=yes \
44
45
                --with-proxyuser=dansguardian \
45
46
                --with-proxygroup=dansguardian \
46
47
                --prefix=/usr \