File: rules

package info (click to toggle)
dispmua 1.8.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 8,820 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@ --with xul-ext --buildsystem=xul_ext

override_dh_auto_install:
	install-xpi -x LICENSE -x CHANGELOG xul-ext-dispmua.xpi
	# May not be installed into the binary package otherwise the extension
	# won't show up in thunderbird
	find . -name "install.rdf" -delete