[neon/backports-jammy/kimageannotator/Neon/release] debian: Prepare new upload.

Boyuan Yang null at kde.org
Tue Jan 16 14:14:15 GMT 2024


Git commit 14182c3ff7c5152d4bd74dfcd638e88fa03459c1 by Boyuan Yang.
Committed on 03/04/2021 at 16:33.
Pushed by jriddell into branch 'Neon/release'.

Prepare new upload.

M  +8    -0    debian/changelog
M  +1    -1    debian/control
D  +0    -24   debian/patches/0001-Fix-soname.patch
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/backports-jammy/kimageannotator/-/commit/14182c3ff7c5152d4bd74dfcd638e88fa03459c1

diff --git a/debian/changelog b/debian/changelog
index 3abcb44..7f0ad9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kimageannotator (0.4.2-1~exp1) experimental; urgency=medium
+
+  * New upstream release.
+  * debian/patches: Drop patches, merged upstream.
+  * debian/control: Bump version requirement of kcolorpicker.
+
+ -- Boyuan Yang <byang at debian.org>  Sat, 03 Apr 2021 10:32:38 -0400
+
 kimageannotator (0.4.0-2) unstable; urgency=high
 
   * debian/patches: Add patch 0001 from upstream to properly
diff --git a/debian/control b/debian/control
index 41d11d9..cca4a54 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends:
  debhelper-compat (= 13),
  cmake (>= 3.5),
  qtbase5-dev,
- libkcolorpicker-dev (>= 0.1.5~),
+ libkcolorpicker-dev (>= 0.1.5),
  qttools5-dev-tools,
  qttools5-dev,
  libqt5svg5-dev,
diff --git a/debian/patches/0001-Fix-soname.patch b/debian/patches/0001-Fix-soname.patch
deleted file mode 100644
index 1e9dc50..0000000
--- a/debian/patches/0001-Fix-soname.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Boyuan Yang <byang at debian.org>
-Date: Sat, 26 Dec 2020 22:26:25 -0500
-Subject: Fix soname
-
-Bug-Debian: https://bugs.debian.org/977649
-Applied-Upstream: https://github.com/ksnip/kImageAnnotator/commit/72353f0208410ec1170daf07859a88365f86605f
----
- CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 6cf69d2..6c97b81 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -80,7 +80,8 @@ set_target_properties(kImageAnnotator
- 					  ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib
- 					  LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib
- 					  RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin
--					  SOVERSION ${PROJECT_VERSION}
-+					  VERSION ${PROJECT_VERSION}
-+					  SOVERSION 0
- 					  )
- 
- install(TARGETS kImageAnnotator
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9bb24ce..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-soname.patch



More information about the Neon-commits mailing list