File: rules

package info (click to toggle)
autorenamer 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 84 kB
  • sloc: python: 289; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export DH_VERBOSE=1
%:
	dh $@ --with python2

override_dh_auto_install:
	python setup.py install --root=debian/autorenamer --install-layout=deb --install-lib=/usr/share/autorenamer --install-scripts=/usr/share/autorenamer

override_dh_auto_build: