File: rules

package info (click to toggle)
bdist-nsi 0.1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 404 kB
  • sloc: python: 1,441; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=bdist-nsi

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

override_dh_installchangelogs:
	awk '/^import/{ exit }{ print }' bdist_nsi/bdist_nsi.py >CHANGELOG
	dh_installchangelogs