Codebase list libmypaint / 6bca637
debian/patches: Drop backported patch Boyuan Yang 4 years ago
4 changed file(s) with 8 addition(s) and 31 deletion(s). Raw diff Collapse all Expand all
0 libmypaint (1.5.1-1~exp1) experimental; urgency=medium
1
2 * Team upload.
3 * New upstream release.
4
5 -- Boyuan Yang <byang@debian.org> Sun, 23 Feb 2020 16:25:42 -0500
6
07 libmypaint (1.5.0-1~exp2) experimental; urgency=medium
18
29 * Team upload.
77 2 files changed, 2 insertions(+), 2 deletions(-)
88
99 diff --git a/configure.ac b/configure.ac
10 index ac26867..2d234d3 100644
10 index c9e0e6d..aae6e6d 100644
1111 --- a/configure.ac
1212 +++ b/configure.ac
1313 @@ -192,7 +192,7 @@ if test "x$enable_docs" = xyes; then
+0
-29
debian/patches/backport/0003-Fix-Name-and-Requires-in-libmypaint-gegl.pc.patch less more
0 From: Atri Bhattacharya <A.Bhattacharya@uliege.be>
1 Date: Wed, 19 Feb 2020 15:07:05 +0100
2 Subject: Fix Name and Requires in libmypaint-gegl.pc.
3
4 * Correct version of gegl in Requires.
5 * libmypaint-1.5.pc doesn't exist, Requires: libmypaint instead, without
6 the versioning.
7 * Change Name to libmypaint-gegl to distinguish from libmypaint.pc which
8 already uses Name: libmypaint.
9 ---
10 gegl/libmypaint-gegl.pc.in | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/gegl/libmypaint-gegl.pc.in b/gegl/libmypaint-gegl.pc.in
14 index c1f2946..9a5b7eb 100644
15 --- a/gegl/libmypaint-gegl.pc.in
16 +++ b/gegl/libmypaint-gegl.pc.in
17 @@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@
18 libdir=@libdir@
19 includedir=@includedir@
20
21 -Name: libmypaint
22 +Name: libmypaint-gegl
23 Description: MyPaint brush engine library, with GEGL integration.
24 Version: @LIBMYPAINT_VERSION@
25 -Requires: gegl-0.3 libmypaint-@LIBMYPAINT_API_PLATFORM_VERSION@
26 +Requires: gegl-@GEGL_VERSION@ libmypaint
27 Cflags: -I${includedir}/libmypaint-gegl
28 Libs: -L${libdir} -lmypaint-gegl
00 reproducible-build.patch
11 0002-configure.ac-Force-using-python3.patch
2 backport/0003-Fix-Name-and-Requires-in-libmypaint-gegl.pc.patch