~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-04-11 10:27:47 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411102747-neeoigoizk3gubgq
Tags: 0.88.1-1ubuntu1
* Synchronize to Debian to get new upstream microrelease (UVF exception
  approved by Daniel Holbach). This fixes the following vulnerabilities:
  - CVE-2006-1614: integer overflow in the PE header parser
  - CVE-2006-1615: format string vulnerabilities in logging code
  - CVE-2006-1630: DoS due to invalid memory access in cli_bitset_set()
* debian/clamav-base.init-stub: Protect 'x && y' with '|| true' to not break
  init script if it's run under set -e.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        dh_testdir 
98
98
        dh_testroot 
99
99
 
100
 
        -$(MAKE) distclean
 
100
ifeq (Makefile,$(wildcard Makefile))
 
101
        $(MAKE) distclean
 
102
endif
101
103
        rm -f target.h config.log
102
104
        -test -r /usr/share/misc/config.sub && \
103
105
          cp -f /usr/share/misc/config.sub config.sub
162
164
        dh_install -p$@
163
165
        dh_installchangelogs -p$@ ChangeLog 
164
166
        dh_compress -p$@ -X.pdf -X.html -X.css -X.png -X.uu
 
167
        rm -rf debian/clamav-docs/usr/share/doc/clamav-docs/html/.svn
165
168
        dh_md5sums -p$@
166
169
        dh_installdeb -p$@
167
170
        dh_gencontrol -p$@
203
206
        dh_link -p$@
204
207
        ${STRIP_OPTS}
205
208
        dh_compress -p$@
 
209
        rm -rf debian/clamav/usr/share/doc/clamav/examples/clamdwatch/.svn
 
210
        rm -rf debian/clamav/usr/share/doc/clamav/examples/clamavmon/.svn
 
211
        rm -rf debian/clamav/usr/share/doc/clamav/examples/clamdmon/.svn
206
212
        dh_md5sums -p$@
207
213
        dh_installdeb -p$@
208
214
        dh_shlibdeps -l debian/libclamav1/usr/lib -p$@