diff -Nru gelemental-2.0.1/debian/changelog gelemental-2.0.2/debian/changelog --- gelemental-2.0.1/debian/changelog 2022-04-24 10:36:45.000000000 +0200 +++ gelemental-2.0.2/debian/changelog 2023-04-07 12:32:57.000000000 +0200 @@ -1,3 +1,18 @@ +gelemental (2.0.2-1) unstable; urgency=medium + + [ Debian Janitor ] + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on libgtkmm-2.4-dev and + pkg-config. + + [ Graham Inggs ] + * New upstream release + * Drop pango1.50.patch, included upstream + * Update debian/copyright + * Bump Standards-Version to 4.6.2, no changes + + -- Graham Inggs Fri, 07 Apr 2023 10:32:57 +0000 + gelemental (2.0.1-2) unstable; urgency=medium * Fix build with Pango 1.50 (Closes: #1005490) diff -Nru gelemental-2.0.1/debian/control gelemental-2.0.2/debian/control --- gelemental-2.0.1/debian/control 2021-09-26 13:02:42.000000000 +0200 +++ gelemental-2.0.2/debian/control 2023-04-07 12:31:50.000000000 +0200 @@ -10,10 +10,10 @@ gettext, graphviz, intltool, - libgtkmm-2.4-dev (>> 2.18.0), + libgtkmm-2.4-dev, libxml-parser-perl, - pkg-config (>> 0.9.0) -Standards-Version: 4.6.0 + pkg-config +Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://github.com/ginggs/gelemental Vcs-Browser: https://salsa.debian.org/debichem-team/gelemental diff -Nru gelemental-2.0.1/debian/copyright gelemental-2.0.2/debian/copyright --- gelemental-2.0.1/debian/copyright 2021-09-26 13:02:42.000000000 +0200 +++ gelemental-2.0.2/debian/copyright 2023-04-07 12:27:44.000000000 +0200 @@ -4,7 +4,7 @@ Source: https://github.com/ginggs/gelemental Files: * -Copyright: 2016-2021 Graham Inggs +Copyright: 2016-2023 Graham Inggs 2006-2007 Kevin Daughtridge 2002-2004 Ole Laursen 2003 Jonas Frantz @@ -16,7 +16,7 @@ Files: debian/* Copyright: 2007 Cesare Tirabassi - 2008-2021 The Debichem Team + 2008-2023 The Debichem Team License: GPL-3.0+ License: GPL-3.0+ diff -Nru gelemental-2.0.1/debian/patches/pango1.50.patch gelemental-2.0.2/debian/patches/pango1.50.patch --- gelemental-2.0.1/debian/patches/pango1.50.patch 2022-04-24 10:34:47.000000000 +0200 +++ gelemental-2.0.2/debian/patches/pango1.50.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ -Description: Fix build with Pango 1.50 -Applied-Upstream: https://github.com/ginggs/gelemental/commit/689d343086ca151ecc4c4a407c1650bc64c7c931 -Bug-Debian: https://bugs.debian.org/1005490 -Author: Graham Inggs -Last-Update: 2022-04-24 - ---- a/libelemental/value.cc -+++ b/libelemental/value.cc -@@ -25,7 +25,7 @@ - - #include - #include --#include -+#include - - namespace Elemental { - diff -Nru gelemental-2.0.1/debian/patches/series gelemental-2.0.2/debian/patches/series --- gelemental-2.0.1/debian/patches/series 2022-04-23 23:45:48.000000000 +0200 +++ gelemental-2.0.2/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -pango1.50.patch