[neon/mobile/plasma-camera/Neon/unstable] debian/patches: unstable doesn't need patching as exiv2 is new enough

Carlos De Maine null at kde.org
Mon Oct 20 21:27:04 BST 2025


Git commit cbe3da1d7115ca7fbc9cafcad29b998969a8ab5e by Carlos De Maine.
Committed on 20/10/2025 at 20:27.
Pushed by carlosdem into branch 'Neon/unstable'.

unstable doesn't need patching as exiv2 is new enough

D  +0    -14   debian/patches/exiv2.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/mobile/plasma-camera/-/commit/cbe3da1d7115ca7fbc9cafcad29b998969a8ab5e

diff --git a/debian/patches/exiv2.diff b/debian/patches/exiv2.diff
deleted file mode 100644
index 5e854d2..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


More information about the Neon-commits mailing list