[neon/plasma-mobile/plasma-camera/Neon/unstable] debian: Revert "add back patch required for stable"
Carlos De Maine
null at kde.org
Mon Jul 13 12:04:40 BST 2026
Git commit 06892233380f63538dd75a0d9f018edbd9722372 by Carlos De Maine.
Committed on 13/07/2026 at 11:04.
Pushed by carlosdem into branch 'Neon/unstable'.
Revert "add back patch required for stable"
This reverts commit 8e1e7ea8ae4f710917198146415bbfea3488b31a.
D +0 -14 debian/patches/exiv2.diff
D +0 -1 debian/patches/series
M +3 -0 debian/rules
https://invent.kde.org/neon/plasma-mobile/plasma-camera/-/commit/06892233380f63538dd75a0d9f018edbd9722372
diff --git a/debian/patches/exiv2.diff b/debian/patches/exiv2.diff
deleted file mode 100644
index 4a4b5fa..0000000
--- a/debian/patches/exiv2.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/plasmacameramanager.cpp b/src/plasmacameramanager.cpp
-index 29e651a..90fdf68 100644
---- a/src/plasmacameramanager.cpp
-+++ b/src/plasmacameramanager.cpp
-@@ -554,8 +554,8 @@ QString getExifOffsetFormat(int offsetSeconds)
- void PlasmaCameraManager::writeExifData(const QString &fileName)
- {
- try {
-- Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(fileName.toStdString());
-- if (!image) {
-+ Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(fileName.toStdString());
-+ if (image.get() != nullptr) {
- return;
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b8eab05..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-exiv2.diff
diff --git a/debian/rules b/debian/rules
index 3d69b0d..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@
%:
dh $@ --with kf6 --buildsystem kf6
+
+override_dh_shlibdeps:
+ dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
More information about the Neon-commits
mailing list