File: rules

package info (click to toggle)
folder-account 12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: javascript: 223; makefile: 26; sh: 7
file content (40 lines) | stat: -rwxr-xr-x 700 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.

export DH_VERBOSE=1
export DH_OPTIONS=-v

FOLDER-ACCOUNT_FILES =  \
api \
background.js \
folderAccount.mjs \
folderSettings.css \
folderSettings.html \
folderSettings.js \
icon.png \
LICENSE \
manifest.json \
options.html \
options.js \
README.md \
$(NULL)

# FOLDER-ACCOUNT_FILES_EXCLUDE =  \
# $(NULL)

%:
	dh $@


override_dh_clean:
	dh_clean
	rm -rf debian/build

override_dh_auto_build-indep:
	mkdir $(CURDIR)/debian/build && \
	zip --recurse-paths $(CURDIR)/debian/build/{C8534C26-F59A-11DA-9804-B622A1EF5492}.xpi \
	    $(FOLDER-ACCOUNT_FILES) \
# 	    --exclude $(FOLDER-ACCOUNT_FILES_EXCLUDE)
	dh_auto_build