File: rules

package info (click to toggle)
netbeans-cvsclient 6.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,360 kB
  • sloc: java: 20,291; xml: 244; sh: 18; makefile: 10
file content (18 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ --buildsystem=ant --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- -f debian/build.xml

override_dh_auto_clean:
	dh_auto_build -- -f debian/build.xml clean

POM_VERSION := 20060125

get-orig-pom:
	wget -O debian/pom.xml https://repository.sonatype.org/service/local/repositories/central/content/org/netbeans/lib/cvsclient/$(POM_VERSION)/cvsclient-$(POM_VERSION).pom