File: rules

package info (click to toggle)
pythoncad 0.1.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,816 kB
  • ctags: 5,020
  • sloc: python: 64,182; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//')
TAG = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/.*\./R/')

%:
	dh --buildsystem=python_distutils $@

override_dh_auto_install:
	dh_auto_install -- --install-scripts=/usr/share/pythoncad --install-lib=/usr/share/pythoncad

override_dh_installchangelogs:
	dh_installchangelogs NEWS