File: rules

package info (click to toggle)
bergman 1.001%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 12,608 kB
  • sloc: csh: 1,690; lisp: 1,459; sh: 747; ansic: 57; haskell: 36; makefile: 12
file content (21 lines) | stat: -rwxr-xr-x 449 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
#!/usr/bin/make -f

BMROOT=debian/bergman/usr/share/common-lisp/source/bergman

%:
	dh $@

override_dh_auto_build:
	cd doc/manual && tth manual

override_dh_install:
# exclude unused files that cause lintian errors/warnings
	dh_install -Xcaseconv -Xcsh -Xhead1 -Xhead3 -Xmkprimefile -Xtstenv \
		-Xdoc

execute_after_dh_fixperms:
	chmod -x $(BMROOT)/domains/dynmktab.sl

override_dh_clean:
# don't clean files from upstream source
	dh_clean -X~ -X#