File: rules

package info (click to toggle)
libpgjava 42.2.15-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,976 kB
  • sloc: java: 62,136; xml: 159; makefile: 63; sh: 16
file content (17 lines) | stat: -rwxr-xr-x 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# force doc build to be in English
export LC_ALL=C.UTF-8

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- package
	dh_auto_build -- javadoc:javadoc
	# defang package-contains-ancient-file
	touch README.md

override_dh_gencontrol:
	# the resulting .jar embeds classes from libscram-java. Note the version in Built-Using
	dh_gencontrol -- -VbuiltUsing='libscram-java (= $(shell dpkg-query --show --showformat '$${Version}' libscram-java))'