~ubuntu-branches/ubuntu/lucid/gpgme1.0/lucid-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-07-30 10:49:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730104921-g11b6qvc81o611zh
Tags: 1.1.5-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules: enable tests.
  - debian/control: adjust Maintainers field

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#export DH_VERBOSE=1
7
7
 
8
8
# This is the debhelper compatability version to use.
9
 
export DH_COMPAT=3
 
9
#export DH_COMPAT=3
10
10
 
11
11
# C compiler information
12
12
CC              = gcc
67
67
        dh_testroot
68
68
        rm -f build-stamp configure-stamp
69
69
 
70
 
        -$(MAKE) distclean
71
 
 
 
70
        [ ! -f Makefile ] || $(MAKE) distclean
 
71
        
72
72
        rm -f tests/gpg/*.gpg
73
73
 
74
74
        dh_clean