Skip to content

Commit 2b3dc7d

Browse files
committed
Merge pull request #272 from allentiak/fix-debian-packaging-dependencies
Fix Debian packaging dependencies
2 parents 87136b0 + 662355f commit 2b3dc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ string(REGEX REPLACE "-(alpha|beta|rc)\\." "~\\1"
103103
CPACK_DEBIAN_PACKAGE_VERSION "${MOZART_PROP_OZ_VERSION}")
104104
set(CPACK_DEBIAN_PACKAGE_SECTION "devel")
105105
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
106-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "tcl8.5, tk8.5, emacs")
106+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "tcl8.5, tk8.5, emacsen-common")
107107

108108
# Configuration of the RPM generator
109109

0 commit comments

Comments
 (0)