File: rules

package info (click to toggle)
mecab-jumandic 7.0-20130310-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid
  • size: 211,304 kB
  • sloc: sh: 508; makefile: 17
file content (12 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- Makefile -*-

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-dicdir=/var/lib/mecab/dic/juman-utf8

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/ -name 'matirx.def' -delete