]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
fix copy copyright to package
authorBastian Dehn <hhaalo@arcor.de>
Fri, 12 Dec 2025 18:00:55 +0000 (19:00 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 12 Dec 2025 18:00:55 +0000 (19:00 +0100)
src/CMakeLists.txt
src/copyright [deleted file]
src/debian/changelog [new file with mode: 0644]

index b05d7f728d549f24281e55d373cd6ab11a8c8ad4..e4472f34cb5a98aaa7bd6b33ece9be15238e3611 100644 (file)
@@ -148,8 +148,9 @@ install(TARGETS sane-kds_s2000w_net sane-kds_s2000w_net-static
        DESTINATION ${CMAKE_LIBRARY_PATH}/sane)
 install(FILES kds_s2000w_net.conf
        DESTINATION ${CONFIG_INSTALL_PATH})
-file(COPY_FILE ${CMAKE_CURRENT_SOURCE_DIR}/debian/copyright copyright)
-install(FILES copyright
+file(COPY_FILE ${CMAKE_CURRENT_SOURCE_DIR}/debian/copyright
+       ${CMAKE_CURRENT_BINARY_DIR}/copyright)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/copyright
        DESTINATION usr/share/doc/${PROJECT_NAME})
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/changelog.Debian.gz
        DESTINATION usr/share/doc/${PROJECT_NAME})
diff --git a/src/copyright b/src/copyright
deleted file mode 100644 (file)
index c02e1d2..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Files: *
-Copyright: 2024-2025 Bastian Dehn <hhaalo@arcor.de>
-License: MIT
\ No newline at end of file
diff --git a/src/debian/changelog b/src/debian/changelog
new file mode 100644 (file)
index 0000000..1ece2fa
--- /dev/null
@@ -0,0 +1,8 @@
+sane-kds-s2000w-net (1.1.23) trixie; urgency=low
+
+  [ Deb Package Information ]
+    * add copyright, changelog
+    * add description summary with normal description
+    * fix post scripts, conffiles
+
+ -- Bastian Dehn <hhaalo@arcor.de>  Fri, 12 Dec 2025 18:18:00 +0200
\ No newline at end of file