Skip to content

Commit f5d24e3

Browse files
ltangvaldfjssilva
authored andcommitted
Fix for Bug#27786499, REDUNDANT FILES IN DEBIAN PACKAGE FOR DEBIAN9(COMMUNITY PACKAGE) FOR CJAVA.
Debian (but not Ubuntu), would automatically pick up the CHANGES file as a changelog and add it. Override the dh_installchangelog section of the build to ignore the CHANGES file
1 parent c49db58 commit f5d24e3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
Version 8.0.16
55

6+
- Fix for Bug#27786499, REDUNDANT FILES IN DEBIAN PACKAGE FOR DEBIAN9(COMMUNITY PACKAGE) FOR CJAVA.
7+
68
- WL#12246, DevAPI: Prepared statement support.
79

810
- WL#10839, Adjust c/J tests to the new "ON" default for explicit_defaults_for_timestamp.

src/build/misc/debian.in/rules

+3
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ override_dh_auto_build:
7272

7373
override_dh_auto_clean:
7474
$(ANT_CMD) $(ANT_COMMON_OPTIONS) clean
75+
76+
override_dh_installchangelogs:
77+
dh_installchangelogs -XCHANGES

0 commit comments

Comments
 (0)