ascension

Migrate DNS zones to the GNU Name System
Log | Files | Refs | README | LICENSE

rules (528B)


      1 #!/usr/bin/make -f
      2 
      3 # This file was automatically generated by stdeb 0.8.5 at
      4 # Tue, 21 May 2019 14:31:45 +0000
      5 
      6 %:
      7 	dh $@ --with python3 --buildsystem=python_distutils
      8 
      9 
     10 override_dh_auto_clean:
     11 	python3 setup.py clean -a
     12 	find . -name \*.pyc -exec rm {} \;
     13 
     14 
     15 
     16 override_dh_auto_build:
     17 	python3 setup.py build --force
     18 
     19 
     20 
     21 override_dh_auto_install:
     22 	python3 setup.py install --force --root=debian/python3-ascension --no-compile -O0 --install-layout=deb --prefix=/usr 
     23 
     24 
     25 
     26 override_dh_python2:
     27 	dh_python2 --no-guessing-versions
     28 
     29 
     30 
     31