File: rules

package info (click to toggle)
chasen 2.4.5-46.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,616 kB
  • sloc: sh: 10,024; ansic: 5,983; cpp: 179; makefile: 111; perl: 10
file content (18 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS := hardening=+all

%:
	dh $@ --no-parallel

override_dh_auto_configure:
	dh_auto_configure -- --sysconfdir=/etc --with-darts=/usr/include

override_dh_compress:
	dh_compress -X.pdf -X.tex

override_dh_install:
	dh_install
	sed -e 's/-L[^ ]* -lchasen/-lchasen/' chasen-config \
	> debian/chasen-dictutils/usr/bin/chasen-config