File: rules

package info (click to toggle)
font-v 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,080 kB
  • sloc: python: 1,870; makefile: 22; sh: 4
file content (18 lines) | stat: -rwxr-xr-x 447 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export PYBUILD_NAME = fontv
export PYBUILD_DESTDIR = debian/tmp/

export PYBUILD_BEFORE_TEST =\
	set -e; cd {build_dir}; git init .; git config user.name 'Testuser';\
	git config user.email 'test@example.com'; git add .;\
	git commit -m 'test commit'

export PYBUILD_AFTER_TEST =\
	set -e; rm -rfv --one-file-system {build_dir}/.git

%:
	dh $@ --buildsystem=pybuild

dh_installchangelogs:
	dh_installchangelogs -k CHANGELOG.md