[go: up one dir, main page]

File: rules

package info (click to toggle)
torbirdy 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 664 kB
  • ctags: 198
  • sloc: makefile: 28; sh: 19
file content (10 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

override_dh_install:
	for file in README LICENSE ChangeLog Makefile README.RELEASE gpg.conf \
		import-translations.sh patches; do \
		rm -r debian/xul-ext-torbirdy/usr/share/xul-ext/torbirdy/$$file; \
	done