~ubuntu-branches/ubuntu/dapper/clamav/dapper-backports

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-11-06 21:22:49 UTC
  • mfrom: (9.4.12 jaunty-proposed) (9.6.9 lucid)
  • Revision ID: james.westby@ubuntu.com-20091106212249-tym2czbosm8yf4yx
Tags: 0.95.3+dfsg-1ubuntu0.09.04~dapper1
* Source backport for clamav (LP: #423793)
  - Drop deny rule in freshclam apparmor profile since deny is not
    supported in early apparmor packages in Ubuntu
  - Drop dh_lintian from debian/rules and adjust version of debhelper
    build-dep
  - Drop build-dep and libclamav-dev depends on non-existent libtommath-dev
  - Changed Section to 'utils' for clamav-dbg package
  - Drop versioning of lsb-base depends
  - Revert lsb status changes from maintainer scripts
  - Build with GCC 3.4 to work around known bugs in 4.1
  - Drop po template file comments to work around bugs in the Dapper build
    system
  - Switch back to older dpkg-dev Source-Version style
  - Restore build-dep on dpkg-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
# don't complain that configuration files and databases are not removed, this is intended
30
30
distuninstallcheck_listfiles = find . -type f ! -name clamd.conf ! -name freshclam.conf ! -name daily.cvd ! -name main.cvd -print
31
31
DISTCLEANFILES = target.h
32
 
if DISTCHECK_ENABLE_FLAGS 
 
32
if DISTCHECK_ENABLE_FLAGS
33
33
DISTCHECK_CONFIGURE_FLAGS=--enable-milter --disable-clamav CFLAGS="-Wno-pointer-sign -Werror-implicit-function-declaration -Werror -Wextra -Wall -Wbad-function-cast -Wcast-align -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wno-error=missing-prototypes -Wnested-externs -Wno-error=nested-externs -Wpointer-arith -Wstrict-prototypes -Wno-error=strict-prototypes -Wno-switch -Wno-switch-enum -Wundef -Wwrite-strings -Wstrict-overflow=1 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wdeclaration-after-statement -Waggregate-return -Wmissing-format-attribute -Wno-error=missing-format-attribute -Wno-error=type-limits -Wno-error=unused-value -Wno-error=unused-variable -Wcast-qual -Wno-error=cast-qual -Wno-error=sign-compare -Wshadow -Wno-error=shadow -Wno-error=uninitialized -fdiagnostics-show-option -Wno-unused-parameter -Wno-error=unreachable-code -Winvalid-pch -Wno-error=invalid-pch -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -Wno-error=aggregate-return"
34
34
else
35
35
DISTCHECK_CONFIGURE_FLAGS=--enable-milter --disable-clamav