diff --git a/debian/changelog b/debian/changelog index 1a4ee88..123f10f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libmypaint (1.5.1-1~exp1) experimental; urgency=medium + + * Team upload. + * New upstream release. + + -- Boyuan Yang Sun, 23 Feb 2020 16:25:42 -0500 + libmypaint (1.5.0-1~exp2) experimental; urgency=medium * Team upload. diff --git a/debian/patches/0002-configure.ac-Force-using-python3.patch b/debian/patches/0002-configure.ac-Force-using-python3.patch index 7aad6a8..dc09123 100644 --- a/debian/patches/0002-configure.ac-Force-using-python3.patch +++ b/debian/patches/0002-configure.ac-Force-using-python3.patch @@ -8,7 +8,7 @@ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac -index ac26867..2d234d3 100644 +index c9e0e6d..aae6e6d 100644 --- a/configure.ac +++ b/configure.ac @@ -192,7 +192,7 @@ if test "x$enable_docs" = xyes; then diff --git a/debian/patches/backport/0003-Fix-Name-and-Requires-in-libmypaint-gegl.pc.patch b/debian/patches/backport/0003-Fix-Name-and-Requires-in-libmypaint-gegl.pc.patch deleted file mode 100644 index 0e88bc0..0000000 --- a/debian/patches/backport/0003-Fix-Name-and-Requires-in-libmypaint-gegl.pc.patch +++ /dev/null @@ -1,29 +0,0 @@ -From: Atri Bhattacharya -Date: Wed, 19 Feb 2020 15:07:05 +0100 -Subject: Fix Name and Requires in libmypaint-gegl.pc. - -* Correct version of gegl in Requires. -* libmypaint-1.5.pc doesn't exist, Requires: libmypaint instead, without - the versioning. -* Change Name to libmypaint-gegl to distinguish from libmypaint.pc which - already uses Name: libmypaint. ---- - gegl/libmypaint-gegl.pc.in | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/gegl/libmypaint-gegl.pc.in b/gegl/libmypaint-gegl.pc.in -index c1f2946..9a5b7eb 100644 ---- a/gegl/libmypaint-gegl.pc.in -+++ b/gegl/libmypaint-gegl.pc.in -@@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@ - libdir=@libdir@ - includedir=@includedir@ - --Name: libmypaint -+Name: libmypaint-gegl - Description: MyPaint brush engine library, with GEGL integration. - Version: @LIBMYPAINT_VERSION@ --Requires: gegl-0.3 libmypaint-@LIBMYPAINT_API_PLATFORM_VERSION@ -+Requires: gegl-@GEGL_VERSION@ libmypaint - Cflags: -I${includedir}/libmypaint-gegl - Libs: -L${libdir} -lmypaint-gegl diff --git a/debian/patches/series b/debian/patches/series index 4297b6d..ad5311d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ reproducible-build.patch 0002-configure.ac-Force-using-python3.patch -backport/0003-Fix-Name-and-Requires-in-libmypaint-gegl.pc.patch