File: rules

package info (click to toggle)
firegestures 1.6.16-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 676 kB
  • sloc: makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with xul-ext

override_dh_auto_build:
	xpi-pack . firegestures.xpi

override_dh_auto_install:
	install-xpi --remove-license-files firegestures.xpi

override_dh_auto_clean:
	rm -f firegestures.xpi