File: rules

package info (click to toggle)
webdeveloper 1.2.5%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,364 kB
  • ctags: 1,608
  • sloc: makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 545 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

override_dh_auto_install:
	install-xpi --remove-license-files xul-ext-webdeveloper.xpi
	rm $(CURDIR)/debian/xul-ext-webdeveloper/usr/share/xul-ext/webdeveloper/content/web-developer/common/jquery/icanhaz.js
	uglifyjs --no-copyright -o \
		$(CURDIR)/debian/xul-ext-webdeveloper/usr/share/xul-ext/webdeveloper/content/web-developer/common/jquery/icanhaz.js \
		$(CURDIR)/debian/ICanHaz.js

override_dh_installchangelogs:
	dh_installchangelogs $(CURDIR)/debian/upstream-changelog