File: rules

package info (click to toggle)
tse3 0.3.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,892 kB
  • sloc: cpp: 22,940; sh: 8,559; makefile: 332; perl: 47
file content (15 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-static

override_dh_install:
	cd $(CURDIR)/debian/tmp/usr/doc/tse3-*; rm -f AUTHORS COPYING History
	dh_install