File: rules

package info (click to toggle)
hodie 1.5-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 204 kB
  • sloc: ansic: 1,128; makefile: 31; sh: 4
file content (20 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

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

get-orig-source:
	wget https://github.com/michiexile/hodie/tarball/hodie-1.5

override_dh_auto_configure:
	sh autogen.sh
	dh_auto_configure

override_dh_clean:
	dh_clean
	-rm aclocal.m4 config.h.in configure install-sh missing Makefile.in
	-rm -rf depcomp

%:
	dh $@