File: rules

package info (click to toggle)
hodie 1.5-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 204 kB
  • ctags: 87
  • sloc: ansic: 1,128; makefile: 30; sh: 4
file content (20 lines) | stat: -rwxr-xr-x 361 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 compile config.h.in configure install-sh missing Makefile.in
	-rm -rf depcomp

%:
	dh $@