~ubuntu-branches/ubuntu/precise/libmail-dkim-perl/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Magnus Holmgren
  • Date: 2007-09-27 22:21:31 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070927222131-pu9el2pqbshlg2ka
Tags: 0.28-2
* Skip 'make realclean' if Makefile does not exist, and do not ignore
  errors.
* Modernise debian/control: wrap dependency fields, add XS-Vcs-* fields,
  and make Homepage a real field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        dh_testroot
28
28
        rm -f build-stamp
29
29
 
30
 
        -$(MAKE) realclean
 
30
        [ ! -f Makefile ] || $(MAKE) realclean
31
31
 
32
32
        dh_clean
33
33