12345678910 |
- #!/usr/bin/make -f
- # This file was automatically generated by stdeb 0.6.0+git at
- # Sun, 14 Apr 2013 00:45:09 +0200
- %:
- dh $@ --with python2
- override_dh_auto_install:
- python setup.py install --root=debian/stov --install-layout=deb --install-lib=/usr/share/stov --install-scripts=/usr/share/stov --install-data=/usr
- override_dh_auto_build:
|