File: rules

package info (click to toggle)
pegdown 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,684 kB
  • sloc: java: 3,141; xml: 51; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 362 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/default.mk

%:
	dh $@ --buildsystem=maven

override_dh_auto_configure:
	cp debian/pom.xml .
	dh_auto_configure

override_dh_auto_clean:
	dh_auto_clean
	rm -f pom.xml


get-orig-pom:
	wget http://central.maven.org/maven2/org/pegdown/pegdown/$(DEB_VERSION_UPSTREAM)/pegdown-$(DEB_VERSION_UPSTREAM).pom -O debian/pom.xml