File: rules

package info (click to toggle)
gnome-web-photo 0.10.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 508 kB
  • ctags: 104
  • sloc: ansic: 1,055; makefile: 108; sh: 15
file content (11 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

%:
	dh $@ --with autotools_dev

override_dh_auto_build:
	./autogen.sh --prefix=/usr
	dh_auto_build