File: rules

package info (click to toggle)
assogiate 0.2.1-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,336 kB
  • sloc: sh: 9,084; cpp: 4,445; xml: 283; makefile: 81
file content (13 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with autotools_dev

override_dh_auto_configure:
	find .pc -type f -name '*.in' -exec echo '{}' >> po/POTFILES.skip \;
	find .pc -type f -name '*.cc' -exec echo '{}' >> po/POTFILES.skip \;
	dh_auto_configure -- --disable-scrollkeeper

override_dh_auto_clean:
	rm -f po/POTFILES.skip
	dh_auto_clean