File: rules

package info (click to toggle)
json-smart 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,104 kB
  • sloc: java: 9,769; xml: 696; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

%:
	dh $@

execute_before_dh_auto_configure:
	sed "s/#VERSION#/$(DEB_VERSION_UPSTREAM)/" debian/pom.xml.in > pom.xml

execute_after_dh_clean:
	$(RM) pom.xml