File: rules

package info (click to toggle)
python-augeas 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 780 kB
  • sloc: python: 823; makefile: 26; sh: 2
file content (9 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_VERBOSE=1
export PYBUILD_NAME=augeas
export PYBUILD_DESTDIR=debian/python3-augeas/
export PYBUILD_AFTER_TEST=find -name 'test*.out' -delete; find -type d -empty -delete

%:
	dh $@ --buildsystem=pybuild