File: rules

package info (click to toggle)
python-transitions 0.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,284 kB
  • sloc: python: 6,960; makefile: 9; sh: 7
file content (14 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export DH_VERBOSE=1

export PYBUILD_NAME=transitions

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs Changelog.md

override_dh_fixperms:
	dh_fixperms
	find debian/python3-transitions/ -type f -exec chmod a-x {} \;