File: rules

package info (click to toggle)
https-finder 087-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 484 kB
  • sloc: makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

%:
	dh $@ --with xul-ext --buildsystem=xul_ext --parallel

override_dh_install:
	find $(CURDIR)/debian -type d -empty -delete -print
	dh_install

override_dh_builddeb:
	dh_builddeb -- -Zxz