We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5020ded commit 39365b1Copy full SHA for 39365b1
pkg/deb/CMakeLists.txt
@@ -48,7 +48,6 @@ file(MAKE_DIRECTORY
48
49
# Copy and create configuration files
50
file(COPY
51
- "templates/changelog"
52
"templates/rules"
53
"templates/compat"
54
"templates/ipfixcol2.install"
@@ -61,6 +60,12 @@ file(COPY
61
60
DESTINATION "${DEB_CFG_DIR}/source"
62
)
63
+configure_file(
64
+ "templates/changelog.in"
65
+ "${DEB_CFG_DIR}/changelog"
66
+ @ONLY
67
+)
68
+
69
configure_file(
70
"templates/control.in"
71
"${DEB_CFG_DIR}/control"
pkg/deb/templates/changelog pkg/deb/templates/changelog.inpkg/deb/templates/changelog renamed to pkg/deb/templates/changelog.in
@@ -1,4 +1,4 @@
1
-ipfixcol2 (2.2.0-1) unstable; urgency=low
+ipfixcol2 (@CPACK_PACKAGE_VERSION@-@CPACK_PACKAGE_RELEASE@) unstable; urgency=low
2
3
* Initial release.
4
0 commit comments