[neon/plasma-mobile/plasma-camera/Neon/release] debian/patches: drop backports patch
Carlos De Maine
null at kde.org
Mon Jul 27 11:34:11 BST 2026
Git commit e774b9fa7a0d4d359f2908081127a4adbbe88e53 by Carlos De Maine.
Committed on 27/07/2026 at 10:34.
Pushed by carlosdem into branch 'Neon/release'.
drop backports patch
D +0 -14 debian/patches/exiv2.diff
D +0 -1 debian/patches/series
https://invent.kde.org/neon/plasma-mobile/plasma-camera/-/commit/e774b9fa7a0d4d359f2908081127a4adbbe88e53
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
More information about the Neon-commits
mailing list