File: rules

package info (click to toggle)
molmodel 3.0~svn842-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,616 kB
  • sloc: cpp: 40,500; perl: 526; ansic: 317; makefile: 50
file content (13 lines) | stat: -rwxr-xr-x 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

# Most of the tests fail (confirmed by the upstream)
override_dh_auto_test:

override_dh_install:
	dh_install
	dh_install -plibsimtkmolmodel3.0  debian/tmp/usr/lib/libSimTKmolmodel.so.* usr/lib/${DEB_HOST_MULTIARCH}
	dh_install -plibsimtkmolmodel-dev debian/tmp/usr/lib/libSimTKmolmodel.so   usr/lib/${DEB_HOST_MULTIARCH}
	rm -rf debian/tmp/usr/examples # not installing examples for now