File: rules

package info (click to toggle)
jackson-dataformat-yaml 2.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-backports, jessie-kfreebsd
  • size: 428 kB
  • ctags: 478
  • sloc: java: 3,293; xml: 135; sh: 27; makefile: 11
file content (19 lines) | stat: -rwxr-xr-x 411 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

# export DH_VERBOSE=1

VERSION_FILE=src/main/java/com/fasterxml/jackson/dataformat/yaml/PackageVersion.java

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

override_dh_auto_configure:
	sh debian/replace-generate.sh $(VERSION_FILE)
	dh_auto_configure

override_dh_auto_clean:
	rm -f $(VERSION_FILE)
	dh_auto_clean

override_dh_installchangelogs:
	dh_installchangelogs release-notes/VERSION