File: rules

package info (click to toggle)
cdk 1%3A2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 72,924 kB
  • sloc: java: 373,872; xml: 76,971; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

# Version of libsignatures-java (0.0~...) is different from the one
# given in its pom.xml, thus it has to be removed manually.
override_dh_auto_install:
	dh_auto_install
	sed -i 's/libsignatures-java (>= 1.2-SNAPSHOT)/libsignatures-java/' debian/libcdk-java.substvars