File: rules

package info (click to toggle)
ginac 1.8.0-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 6,472 kB
  • sloc: cpp: 48,536; sh: 5,137; makefile: 439; python: 210
file content (17 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --libexecdir='$${libdir}/ginac'

override_dh_installchangelogs:
	dh_installchangelogs --exclude=ChangeLog

override_dh_installdocs:
	dh_installdocs -- NEWS README AUTHORS