~ubuntu-branches/ubuntu/jaunty/gnupg2/jaunty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2006-01-24 04:31:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060124043142-pbg192or6qxv3yk2
Tags: 1.9.20-1
* New Upstream version. Closes:#306890,#344530
  * Closes:#320490: gpg-protect-tool fails to decrypt PKCS-12 files 
* Depend on libopensc2-dev, not -1-. Closes:#348106

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
config: config-stamp
31
31
config-stamp: configure
32
32
        dh_testdir
33
 
        chmod +x configure
 
33
        chmod +x configure tests/runtest
34
34
        env CFLAGS="$(CFLAGS)" \
35
35
        ./configure --enable-maintainer-mode \
36
36
                --prefix=/usr --libexecdir=/usr/lib/ --with-included-gettext \
37
 
                --with-zlib=/usr --infodir=/usr/share/info/ --enable-gpg
 
37
                --with-zlib=/usr --infodir=/usr/share/info/ --enable-gpg \
 
38
 
38
39
        touch config-stamp
39
40
 
40
41
build: build-stamp