File: rules

package info (click to toggle)
springpython 1.2.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 588 kB
  • ctags: 843
  • sloc: python: 4,809; makefile: 14; sh: 6
file content (19 lines) | stat: -rwxr-xr-x 422 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
%:
	dh $@ --with python2

override_dh_auto_build:
	dh_auto_build
	rst2man debian/coily.rst coily.1

override_dh_auto_install:
	dh_auto_install
	find debian/python-springpython -name LICENSE.txt -delete

override_dh_auto_clean:
	dh_auto_clean
	rm -rf springpython.egg-info

get-orig-source:
	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
	uscan --no-conf --rename --force-download --destdir $(CURDIR)