File: rules

package info (click to toggle)
simple-ccsm 2%3A0.8.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 604 kB
  • sloc: python: 1,377; makefile: 15
file content (23 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

export DEB_PYTHON_INSTALL_LAYOUT = deb

%:
	dh $@

override_dh_auto_clean:
	python3 setup.py clean

override_dh_auto_configure:
	:

override_dh_auto_build:
	python3 setup.py build --with-gtk=3.0 --prefix=/usr

override_dh_auto_install:
	python3 setup.py install \
	--root=debian/simple-ccsm \
	--prefix=/usr $(py_setup_install_args)

override_dh_auto_test:
	: