File: rules

package info (click to toggle)
cclib 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 768 kB
  • sloc: python: 6,804; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 428 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

#export DH_VERBOSE=1

%:
	dh $@ --with=python2,python3 --buildsystem=pybuild --parallel

override_dh_install:
	dh_install --list-missing
	mv debian/cclib/usr/bin/ccget debian/cclib/usr/bin/cclib-get
	mv debian/cclib/usr/bin/cda debian/cclib/usr/bin/cclib-cda

override_dh_python2:
	dh_python2 -ppython-cclib
	dh_numpy -ppython-cclib

override_dh_python3:
	dh_python3 -Npython-cclib
	dh_numpy3 -Npython-cclib