File: rules

package info (click to toggle)
aspell-fr 0.50-3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,060 kB
  • sloc: sh: 60; makefile: 7
file content (16 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1


%:
	dh $@ --with aspell-simple

# this is not a GNU autoconf/automake build system
override_dh_auto_configure:
	./configure

override_dh_clean:
	rm -f Makefile
	dh_clean