]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
fix double cpack line
authorBastian Dehn <hhaalo@arcor.de>
Sun, 17 Nov 2024 08:51:40 +0000 (09:51 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 17 Nov 2024 08:51:40 +0000 (09:51 +0100)
src/CMakeLists.txt

index f9734fc4b295aae287d4626bcfe756fcd22b4cd7..2c9df4515126a246bf959622aaa90eeb70b98941 100644 (file)
@@ -105,11 +105,10 @@ SET(CPACK_DEBIAN_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION})
 SET(CPACK_DEBIAN_PACKAGE_RELEASE "1")
 SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Bastian Dehn <hhaalo@arcor.de")
 SET(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
-SET(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
 SET(CPACK_DEBIAN_PACKAGE_SECTION "graphics")
 SET(CPACK_DEBIAN_PACKAGE_DESCRIPTION "sane network backend for kodak alaris s2000w series")
 set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA ${CMAKE_CURRENT_BINARY_DIR}/conffiles;
 ${CMAKE_CURRENT_SOURCE_DIR}/debian/postinst;
 ${CMAKE_CURRENT_SOURCE_DIR}/debian/postrm)
 
-INCLUDE(CPack)
\ No newline at end of file
+INCLUDE(CPack)