Skip to content

Commit 39365b1

Browse files
committed
DEB package: use latest collector version in changelog
1 parent 5020ded commit 39365b1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pkg/deb/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ file(MAKE_DIRECTORY
4848

4949
# Copy and create configuration files
5050
file(COPY
51-
"templates/changelog"
5251
"templates/rules"
5352
"templates/compat"
5453
"templates/ipfixcol2.install"
@@ -61,6 +60,12 @@ file(COPY
6160
DESTINATION "${DEB_CFG_DIR}/source"
6261
)
6362

63+
configure_file(
64+
"templates/changelog.in"
65+
"${DEB_CFG_DIR}/changelog"
66+
@ONLY
67+
)
68+
6469
configure_file(
6570
"templates/control.in"
6671
"${DEB_CFG_DIR}/control"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ipfixcol2 (2.2.0-1) unstable; urgency=low
1+
ipfixcol2 (@CPACK_PACKAGE_VERSION@-@CPACK_PACKAGE_RELEASE@) unstable; urgency=low
22

33
* Initial release.
44

0 commit comments

Comments
 (0)