File: rules

package info (click to toggle)
parallelpython 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 340 kB
  • ctags: 291
  • sloc: python: 1,486; makefile: 13
file content (22 lines) | stat: -rwxr-xr-x 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_installexamples:
	dh_installexamples      examples/*

override_dh_installchangelogs:
	dh_installchangelogs    CHANGELOG

override_dh_installdocs:
	dh_installdocs          doc/ppdoc.html doc/example.config

override_dh_installman:
	dh_installman           doc/ppserver.1

override_dh_auto_install:
	dh_auto_install

	# Policy 10.4 - removing extension
	mv $(CURDIR)/debian/python-pp/usr/bin/ppserver.py $(CURDIR)/debian/python-pp/usr/bin/ppserver