On Sun, 23 Jul 2023 23:47:40 +0100 Simon McVittie <s...@debian.org> wrote:
On Tue, 04 Aug 2020 at 11:52:20 +0100, s...@debian.org wrote:
> This package has Build-Depends on GTK 2 (libgtk2.0-dev), or produces
> binary packages with a Depends on GTK 2.

In fact this build-dependency appears to be useles: libopenraw doesn't
need GTK, it only builds a gdk-pixbuf plugin. Please consider the attached
patch, also available from
<https://salsa.debian.org/debian/libopenraw/-/merge_requests/1>.

I have integrated the fix in a NMU that I have just uploaded to DELAYED/10.
The debdiff is attached and the changes are available in git.
diff -Nru libopenraw-0.1.2/debian/changelog libopenraw-0.1.2/debian/changelog
--- libopenraw-0.1.2/debian/changelog   2018-02-10 22:17:48.000000000 +0100
+++ libopenraw-0.1.2/debian/changelog   2023-08-14 16:03:39.000000000 +0200
@@ -1,3 +1,17 @@
+libopenraw (0.1.2-0.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/copyright: Fix ifd header path.
+  * d/watch: Scan existing website.
+
+  [ Jelmer Vernooij ]
+  * Migrate repository from alioth to salsa.
+
+  [ Simon McVittie ]
+  * Build-depend on gdk-pixbuf instead of deprecated GTK 2. (Closes: #967585)
+
+ -- Bastian Germann <b...@debian.org>  Mon, 14 Aug 2023 16:03:39 +0200
+
 libopenraw (0.1.2-0.2) unstable; urgency=medium
 
   * Update debian/copyright. Closes: #889828.
diff -Nru libopenraw-0.1.2/debian/control libopenraw-0.1.2/debian/control
--- libopenraw-0.1.2/debian/control     2018-02-06 21:06:00.000000000 +0100
+++ libopenraw-0.1.2/debian/control     2023-08-14 15:45:11.000000000 +0200
@@ -7,14 +7,14 @@
  , dh-autoreconf
  , libglib2.0-dev (>= 2.0.0)
  , libboost-test-dev (>= 1.33.1)
+ , libgdk-pixbuf-2.0-dev,
  , libjpeg-dev
  , libxml2-dev (>= 2.5.0)
- , libgtk2.0-dev (>= 2.0.0)
  , pkg-kde-tools
 Standards-Version: 4.1.3
 Homepage: http://libopenraw.freedesktop.org/
-Vcs-Git: git://git.debian.org/git/collab-maint/libopenraw.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/libopenraw.git
+Vcs-Git: https://salsa.debian.org/debian/libopenraw.git
+Vcs-Browser: https://salsa.debian.org/debian/libopenraw
 
 Package: libopenraw-dev
 Section: libdevel
diff -Nru libopenraw-0.1.2/debian/copyright libopenraw-0.1.2/debian/copyright
--- libopenraw-0.1.2/debian/copyright   2018-02-10 22:17:48.000000000 +0100
+++ libopenraw-0.1.2/debian/copyright   2023-08-14 15:55:24.000000000 +0200
@@ -14,7 +14,7 @@
 Copyright: ツゥ 2007-2012, David Paleino <da...@debian.org>
 License: GPL-3+
 
-Files: lib/ifd.h
+Files: lib/ifd.hpp
 Copyright: ツゥ 2006, Hubert Figuiere <h...@figuiere.net>
  ツゥ 2001, Lutz Mテシller <l...@users.sourceforge.net>
 License: LGPL-2.1+
diff -Nru libopenraw-0.1.2/debian/watch libopenraw-0.1.2/debian/watch
--- libopenraw-0.1.2/debian/watch       2016-09-24 19:02:26.000000000 +0200
+++ libopenraw-0.1.2/debian/watch       2023-08-14 16:00:48.000000000 +0200
@@ -1,2 +1,2 @@
-version=3
-http://libopenraw.freedesktop.org/download/libopenraw-([[:digit:]].*)\.tar\.(?:gz|bz2)
+version=4
+https://libopenraw.freedesktop.org/libopenraw/ 
.*/download/libopenraw-([[:digit:]].*)\.tar\.(?:gz|bz2)

Reply via email to