~ubuntu-branches/ubuntu/saucy/mod-wsgi/saucy-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-05-30 19:28:43 UTC
  • mfrom: (13.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130530192843-b17t8p2bl3mmukpk
Tags: 3.4-3
* Upload to unstable (python3 build dependency removed)
* Remove myself from Uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
PY3MAX=$(shell echo $(PY3VERS) | LANG=C awk '{print $$NF+0.1}')
17
17
pkgdir = $(CURDIR)/debian/$(PACKAGE)$(if $(patsubst 3.%,,$(1)),,-py3)
18
18
 
 
19
DPKG_EXPORT_BUILDFLAGS=1
 
20
include /usr/share/dpkg/buildflags.mk
 
21
 
19
22
autoreconf-stamp:
20
23
        dh_autoreconf
21
24
        touch $@
41
44
        dh_testroot
42
45
        rm -rf build-*
43
46
        dh_autoreconf_clean
44
 
        dh_clean 
 
47
        dh_clean
 
48
        rm -f autoreconf-stamp
45
49
 
46
50
install-clean:
47
51
        dh_testdir
66
70
        dh_installchangelogs 
67
71
        dh_installdocs
68
72
        dh_install
 
73
        dh_apache2
69
74
        install -d -m 755 debian/$(PACKAGE)/usr/share/python/runtime.d
70
75
        install -d -m 755 debian/$(PACKAGE)-py3/usr/share/python3/runtime.d
71
76
        install -m 755 debian/$(PACKAGE).rtupdate debian/$(PACKAGE)/usr/share/python/runtime.d/