File: rules

package info (click to toggle)
python-redmine 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,668 kB
  • ctags: 1,892
  • sloc: python: 14,154; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=redmine
export PYBUILD_TEST_ARGS=-s $(CURDIR)

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

override_dh_clean:
	rm -rf redmine/packages
	dh_clean

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.rst