File: rules

package info (click to toggle)
remuco 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,276 kB
  • ctags: 2,452
  • sloc: java: 7,161; python: 6,140; xml: 5,704; sh: 165; makefile: 74
file content (19 lines) | stat: -rwxr-xr-x 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

override_dh_auto_clean:
	dh_auto_clean -Spython_distutils

override_dh_auto_build:
	ant -f client/libgen/build.xml setup \
		-Dproguard.jar=/usr/share/java/proguard.jar
	ant -f client/build.xml dist
	dh_auto_build -Spython_distutils

override_dh_auto_install:
	dh_auto_install -Spython_distutils

override_dh_installchangelogs:
	dh_installchangelogs doc/CHANGES

%:
	dh $@