~ubuntu-branches/ubuntu/saucy/m2crypto/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Dima Barsky
  • Date: 2008-08-15 22:04:14 UTC
  • mfrom: (2.2.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080815220414-0z3b109m6bltav9d
Tags: 0.18.2-2
Added "import inspect" to M2Crypto/m2urllib2.py 
(Closes: #493314, #484364, 477799) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        INSTALL_PROGRAM += -s
20
20
endif
21
21
 
22
 
export QUILT_PATCHES=debian/patches
23
 
include /usr/share/quilt/quilt.make
24
 
 
25
 
 
26
22
configure: configure-stamp
27
 
configure-stamp: patch
 
23
configure-stamp:
28
24
        dh_testdir
29
25
        # Add here commands to configure the package.
30
26
 
41
37
 
42
38
        touch build-stamp
43
39
 
44
 
clean: unpatch
 
40
clean:
45
41
        dh_testdir
46
42
        for version in $(versions); \
47
43
                do python$$version setup.py clean -a; \