Skip to content
Snippets Groups Projects
Commit ae66e1fa authored by Felix A. Croes's avatar Felix A. Croes
Browse files

Fix debian package dependency line.

parent bc1f5a5b
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ set(CPACK_RPM_PACKAGE_URL "https://git.wur.nl/rdm-infrastructure/irods-microserv
set(CPACK_RPM_PACKAGE_AUTOREQ 0)
set(CPACK_RPM_PACKAGE_AUTOPROV 0)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "irods-server = ${IRODS_VERSION}, irods-runtime = ${IRODS_VERSION}")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "irods-server (= ${IRODS_VERSION}), irods-runtime (= ${IRODS_VERSION})")
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://git.wur.nl/rdm-infrastructure/irods-microservices")
set(CPACK_DEBIAN_PACKAGE_SECTION "contrib/science")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment