Skip to content

Commit 13591d9

Browse files
committed
Cleanup debian/changelog to just have a generic link to online release notes.
1 parent f8536c5 commit 13591d9

File tree

2 files changed

+13
-32
lines changed

2 files changed

+13
-32
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ IF (NOT DEFINED DEB_CODENAME)
2525
)
2626
SET (DEB_CODENAME ${DEB_CODENAME} CACHE STRING "")
2727
ENDIF()
28+
# Timestamp for use in debian/changelog
29+
IF (NOT DEFINED DEB_CHANGELOG_TIMESTAMP)
30+
execute_process(
31+
COMMAND date --rfc-2822
32+
OUTPUT_VARIABLE DEB_CHANGELOG_TIMESTAMP
33+
OUTPUT_STRIP_TRAILING_WHITESPACE
34+
)
35+
SET (DEB_CHANGELOG_TIMESTAMP ${DEB_CHANGELOG_TIMESTAMP} CACHE STRING "")
36+
ENDIF()
2837
# Commercial or community
2938
IF (DEB_PRODUCT STREQUAL "commercial")
3039
SET (DEB_COPYRIGHT_UPSTREAMNAME "MySQL Commercial Server ${MYSQL_BASE_VERSION}")

packaging/deb-in/changelog.in

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,9 @@
11
mysql-@DEB_PRODUCTNAME@ (@DEB_SERVERVERSION@@DEB_PLATFORMRELEASE@) @DEB_CODENAME@; urgency=low
22

3-
[ Akhil Mohan ]
4-
* new upstream release
5-
* Added new libtest_* plugins to source/include-binaries, mysql-*-test.install
6-
* added new plugin to source/include-binaries, mysql-*-test.install
7-
libtest_framework
8-
libtest_services
9-
libtest_services_threaded
10-
locking_service
11-
test_security_context
12-
version_token
13-
* added support for MECAB in
14-
d/{control,rules,mysql-*-server.install,source/include-binaries}
15-
(Closes: #20315007)
16-
* added automatic setup of ssl certs in
17-
d/mysql-*-server.mysql.init
18-
d/extra/mysql-systemd-start
19-
(Closes: #20650118)
20-
* removed pkg mysql-*-bench; sqlbench will not be packaged
21-
(Closes: #21303289)
22-
* removed cleanup statement for client lib symlinks *_r in d/rules
23-
(Closes: #21311067)
24-
25-
[ Balasubramanian Kandasamy ]
26-
* Added mysqlpump man page to d/mysql-*-client.install
27-
* Added new decompression utilities lz4_decompress and zlib_decompress
28-
binaries.
29-
* Added mysqlx plugin
30-
31-
[ Lars Tangvald ]
32-
* Added keyring directory and plugin
33-
34-
-- Balasubramanian Kandasamy <[email protected]> Wed, 26 Aug 2015 15:20:12 +0530
3+
* New Release. For release notes, please refer to
4+
https://dev.mysql.com/doc/relnotes/mysql/@MYSQL_BASE_VERSION@/en/news-@MAJOR_VERSION@-@MINOR_VERSION@-@[email protected]
5+
6+
-- MySQL Release Engineering <[email protected]> @DEB_CHANGELOG_TIMESTAMP@
357

368
mysql-@DEB_PRODUCTNAME@ (5.7.7-rc-3ubuntu15.04) vivid; urgency=low
379

0 commit comments

Comments
 (0)