Skip to content

Commit

Permalink
Fix for Bug#27786499, REDUNDANT FILES IN DEBIAN PACKAGE FOR DEBIAN9(C…
Browse files Browse the repository at this point in the history
…OMMUNITY 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
  • Loading branch information
ltangvald authored and fjssilva committed Feb 26, 2019
1 parent c49db58 commit f5d24e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

Version 8.0.16

- Fix for Bug#27786499, REDUNDANT FILES IN DEBIAN PACKAGE FOR DEBIAN9(COMMUNITY PACKAGE) FOR CJAVA.

- WL#12246, DevAPI: Prepared statement support.

- WL#10839, Adjust c/J tests to the new "ON" default for explicit_defaults_for_timestamp.
Expand Down
3 changes: 3 additions & 0 deletions src/build/misc/debian.in/rules
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ override_dh_auto_build:

override_dh_auto_clean:
$(ANT_CMD) $(ANT_COMMON_OPTIONS) clean

override_dh_installchangelogs:
dh_installchangelogs -XCHANGES

0 comments on commit f5d24e3

Please sign in to comment.