File: rules

package info (click to toggle)
parafly 0.0.2013.01.21-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 904 kB
  • ctags: 315
  • sloc: sh: 1,042; cpp: 242; makefile: 14
file content (15 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DH_VERBOSE := 1

SAVEAUTO=debian/save_autoconf

%:
	dh $@ --with autoreconf,autotools_dev

override_dh_auto_clean:
	mkdir -p $(SAVEAUTO)
	mv Makefile configure config.log config.status $(SAVEAUTO)
	dh_auto_clean
	mv $(SAVEAUTO)/* .
	rm -rf $(SAVEAUTO)