Codebase list libmypaint / d661495
Prepare new upload. Boyuan Yang 3 years ago
7 changed file(s) with 37 addition(s) and 46 deletion(s). Raw diff Collapse all Expand all
0 libmypaint (1.6.0-1) unstable; urgency=medium
1
2 * Team upload.
3 * New upstream release 1.6.0.
4 * debian/control:
5 + Bump debhelper compat to v13.
6
7 -- Boyuan Yang <byang@debian.org> Sun, 10 May 2020 10:15:23 -0400
8
09 libmypaint (1.5.1-1) unstable; urgency=medium
110
211 * Team upload.
33 Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
44 Uploaders: Jeremy Bicha <jbicha@debian.org>, Vincent Cheng <vcheng@debian.org>
55 Build-Depends: autoconf-archive,
6 debhelper-compat (= 12),
6 debhelper-compat (= 13),
77 doxygen <!nodoc>,
88 gobject-introspection (>= 1.32.0),
99 intltool,
0 From: Boyuan Yang <byang@debian.org>
1 Date: Sun, 10 May 2020 10:23:27 -0400
2 Subject: Make the build reproducible
3
4 ---
5 doc/Doxyfile.in | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
9 index 0049179..51ed34d 100644
10 --- a/doc/Doxyfile.in
11 +++ b/doc/Doxyfile.in
12 @@ -148,7 +148,7 @@ INLINE_INHERITED_MEMB = NO
13 # shortest path that makes the file name unique will be used
14 # The default value is: YES.
15
16 -FULL_PATH_NAMES = YES
17 +FULL_PATH_NAMES = NO
18
19 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
20 # Stripping is only done if one of the specified strings matches the left-hand
11 Date: Wed, 19 Feb 2020 16:17:59 -0500
22 Subject: configure.ac: Force using python3
33
4 Last-Update: 2020-05-10
45 ---
5 configure.ac | 2 +-
6 generate.py | 2 +-
7 2 files changed, 2 insertions(+), 2 deletions(-)
6 generate.py | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
88
9 diff --git a/configure.ac b/configure.ac
10 index c9e0e6d..aae6e6d 100644
11 --- a/configure.ac
12 +++ b/configure.ac
13 @@ -192,7 +192,7 @@ if test "x$enable_docs" = xyes; then
14 AS_IF(test "x$SPHINX_BUILD" != "x", [], [AC_MSG_ERROR([sphinx is required to build docs])])
15 AC_MSG_CHECKING(for sphinx extension "breathe")
16 AS_IF([dnl
17 - python -c "
18 + python3 -c "
19 import breathe
20 import breathe.exception
21 breathe.exception.BreatheError" 2> /dev/null],
229 diff --git a/generate.py b/generate.py
2310 index 231f0c6..8d226f5 100644
2411 --- a/generate.py
+0
-22
debian/patches/reproducible-build.patch less more
0 From: Chris Lamb <lamby@debian.org>
1 Date: Wed, 19 Feb 2020 16:17:24 -0500
2 Subject: Make the build reproducible
3
4 Last-Update: 2018-04-11
5 ---
6 doc/Doxyfile | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/doc/Doxyfile b/doc/Doxyfile
10 index b6c0a45..d8914fe 100644
11 --- a/doc/Doxyfile
12 +++ b/doc/Doxyfile
13 @@ -119,7 +119,7 @@ INLINE_INHERITED_MEMB = NO
14 # path before files name in the file list and in the header files. If set
15 # to NO the shortest path that makes the file name unique will be used.
16
17 -FULL_PATH_NAMES = YES
18 +FULL_PATH_NAMES = NO
19
20 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
21 # can be used to strip a user-defined part of the path. Stripping is
0 reproducible-build.patch
10 0002-configure.ac-Force-using-python3.patch
1 0002-Make-the-build-reproducible.patch
00 #!/usr/bin/make -f
11
22 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
3 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
3 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
44
55 ifeq ($(filter nodoc, $(DEB_BUILD_PROFILES)),)
66 ENABLE_DOCS = --enable-docs
1414 override_dh_auto_configure:
1515 dh_auto_configure -- $(ENABLE_DOCS) --enable-openmp
1616
17 override_dh_install:
17 execute_before_dh_install:
1818 find debian/tmp -name '*.la' -print -delete
1919 find debian/tmp -name jquery.js -print -delete
2020 find debian/tmp -name underscore.js -print -delete
21 dh_install
22
23 override_dh_missing:
24 dh_missing --fail-missing
2521
2622 override_dh_makeshlibs:
2723 dh_makeshlibs -- -c4