File: rules

package info (click to toggle)
pycangjie 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,452 kB
  • ctags: 214
  • sloc: sh: 11,238; makefile: 91; python: 89
file content (12 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_VERBOSE=1

%:
	dh $@  --with autoreconf,python3

override_dh_auto_install:
	dh_auto_install

	# Removing unused files
	find debian/python3-pycangjie/usr/lib -name '*.la' -exec rm '{}' \;