File: rules

package info (click to toggle)
rpmlint 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,424 kB
  • ctags: 696
  • sloc: python: 14,920; makefile: 70; sh: 23
file content (19 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# The upstream clean target removes the changelog.
override_dh_auto_clean:
	rm -f *~ *.pyc *.pyo __version__.py

override_dh_auto_build:
	rm -f __version__.py
	rm -f __isocodes__.py
	dh_auto_build

override_dh_auto_test:
	make check

%:
	dh $@ --with python2