Bug#1099918: fix the patch to update ETL to 1.5.3 version
Previous patch file I forgot to delete the dropped patch file.
diff --git a/debian/changelog b/debian/changelog
index 2dabe63..81a6a0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+etl (1.5.3-1) unstable; urgency=medium
+
+ * New upstream release
+ * Drop backported patch: it is now obsolete
+ * Build-Depends:
+ - libglibmm-2.4-dev
+ * Standards-Version: 4.7.1 (no changes required)
+
+ -- Rodolfo Gomes <debian@rodolfo.eng.br> Sun, 09 Mar 2025 08:10:16 -0300
+
etl (1.5.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index e1fa9a9..a4108e5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,10 @@
Source: etl
Section: libdevel
Priority: optional
-Standards-Version: 4.6.0
+Standards-Version: 4.7.1
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
-Build-Depends: debhelper-compat (= 13) ,pkg-config
- ,libglibmm-2.4-dev
+Build-Depends: debhelper-compat (= 13) ,pkgconf
Homepage: http://www.synfig.org/
Vcs-Browser: https://salsa.debian.org/multimedia-team/etl
Vcs-Git: https://salsa.debian.org/multimedia-team/etl.git
diff --git a/debian/patches/gcc11.patch b/debian/patches/gcc11.patch
deleted file mode 100644
index 7ad195b..0000000
--- a/debian/patches/gcc11.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix compatibility with GCC-11
- Backported patch from upstream, with thanks to Rodolfo Ribeiro Gomes for
- identifying the relevant commit upstream.
-Bug: #984053
-Origin: https://github.com/synfig/synfig/commit/e2f89aac473ba9016582d35f9fac74e61e99ec8c
---- a/test/angle.cpp
-+++ b/test/angle.cpp
-@@ -199,9 +199,9 @@
- angle b(angle::deg(200));
-
- affine_combo<angle> combo;
-
-- hermite<angle> hermie(a,b,b.dist(a),b.dist(a));
-+ etl::hermite<angle> hermie(a,b,b.dist(a),b.dist(a));
-
- for(f=0;f<1.001;f+=0.1)
- {
- printf("@%f--affine_combo: %f hermie: %f\n",angle::deg(f).get(),angle::deg(combo(a,b,f)).get(),angle::deg(hermie(f)).get());
diff --git a/debian/patches/series b/debian/patches/series
index 056331a..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-gcc11.patch
Reply to: