File: rules

package info (click to toggle)
xperia-flashtool 0.9.34%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,684 kB
  • sloc: java: 30,923; xml: 526; sh: 348; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE = 1

override_dh_auto_build:
	dh_auto_build -- -f ant/deploy-release.xml

override_dh_auto_clean:
	dh_auto_clean -- -f ant/deploy-release.xml

override_dh_auto_install:
	mkdir -p debian/tmp
	cp src/gui/ressources/icons/flash_32.png debian/tmp/flashtool.png
	dh_auto_install

%:
	dh $@ --with javahelper --buildsystem=ant