~ubuntu-branches/ubuntu/karmic/pcsc-lite/karmic-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-05-16 14:40:30 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516144030-0cb2ngb6d4rt7bue
Tags: 1.4.1-1
* New upstream release
* debian/control: Standards-Version: 3.6.2.0 -> 3.7.2.0. No change needed
* debian/libpcsclite-dev.docs: no PDF to distribute. Use the online HTML
  documentation instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        # we had LDFLAGS="-lpthread" for bug #253629
45
45
        ./configure $(confflags) \
46
46
                --prefix=/usr \
47
 
                --enable-runpid=/var/run/pcscd.pid \
48
47
                --enable-usbdropdir=/usr/lib/pcsc/drivers \
49
48
                CFLAGS="$(CFLAGS)" \
50
49
                INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
53
52
        touch configure-stamp
54
53
 
55
54
build: configure-stamp build-stamp
56
 
build-stamp:
 
55
build-stamp: configure-stamp
57
56
        dh_testdir
58
57
 
59
58
        # Add here commands to compile the package.