Your message dated Sun, 08 Dec 2024 10:34:13 +0000
with message-id <e1tkec9-00czsw...@fasolo.debian.org>
and subject line Bug#1075296: fixed in mtpaint 3.50.11-1
has caused the Debian Bug report #1075296,
regarding mtpaint: ftbfs with GCC-14
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1075296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075296
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mtpaint
Version: 3.50-0.1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/mtpaint_3.50-0.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
/usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here
158 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
csel.c:423:20: warning: Deprecated pre-processor symbol: replace with
"g_mutex_lock"
423 | LOCK_MUTEX(csel_lock);
| ^~~~~~~~~~~
csel.c:553:20: warning: Deprecated pre-processor symbol
553 | UNLOCK_MUTEX(csel_lock);
| ^~~~~~~~~~~~~
csel.c:553:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use
'GMutex' instead [-Wdeprecated-declarations]
553 | UNLOCK_MUTEX(csel_lock);
| ^~~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here
158 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
csel.c:553:20: warning: Deprecated pre-processor symbol: replace with
"g_mutex_unlock"
553 | UNLOCK_MUTEX(csel_lock);
| ^~~~~~~~~~~~~
/usr/bin/gcc -Wall -Wno-pointer-sign -Wno-int-to-pointer-cast
-Wno-pointer-to-int-cast -Wno-misleading-indentation -Wno-stringop-truncation
-Wformat-truncation=0 -Wformat-overflow=0 -DU_GIF -DU_WEBP -DU_TIFF -DU_JPEG
-DU_FREETYPE -DU_NLS -DMT_LANG_DEST='"/usr/share/locale"' -DU_THREADS
-DU_FPICK_MTPAINT -DU_CPICK_MTPAINT -DMT_VERSION='"mtPaint 3.50"'
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-lin
ux-gnu/dbus-1.0/include -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fcommon -fcommon -frandom-seed=shifter
-c -o shifter.o shifter.c
/usr/bin/gcc -Wall -Wno-pointer-sign -Wno-int-to-pointer-cast
-Wno-pointer-to-int-cast -Wno-misleading-indentation -Wno-stringop-truncation
-Wformat-truncation=0 -Wformat-overflow=0 -DU_GIF -DU_WEBP -DU_TIFF -DU_JPEG
-DU_FREETYPE -DU_NLS -DMT_LANG_DEST='"/usr/share/locale"' -DU_THREADS
-DU_FPICK_MTPAINT -DU_CPICK_MTPAINT -DMT_VERSION='"mtPaint 3.50"'
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-lin
ux-gnu/dbus-1.0/include -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fcommon -fcommon -frandom-seed=spawn
-c -o spawn.o spawn.c
spawn.c: In function ‘spawn_process’:
spawn.c:774:40: warning: ignoring return value of ‘chdir’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
774 | if (directory) chdir(directory);
| ^~~~~~~~~~~~~~~~
spawn.c:785:25: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
785 | write(fds[1], &err, sizeof(err));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/gcc -Wall -Wno-pointer-sign -Wno-int-to-pointer-cast
-Wno-pointer-to-int-cast -Wno-misleading-indentation -Wno-stringop-truncation
-Wformat-truncation=0 -Wformat-overflow=0 -DU_GIF -DU_WEBP -DU_TIFF -DU_JPEG
-DU_FREETYPE -DU_NLS -DMT_LANG_DEST='"/usr/share/locale"' -DU_THREADS
-DU_FPICK_MTPAINT -DU_CPICK_MTPAINT -DMT_VERSION='"mtPaint 3.50"'
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-lin
ux-gnu/dbus-1.0/include -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fcommon -fcommon -frandom-seed=font -c
-o font.o font.c
/usr/bin/gcc -Wall -Wno-pointer-sign -Wno-int-to-pointer-cast
-Wno-pointer-to-int-cast -Wno-misleading-indentation -Wno-stringop-truncation
-Wformat-truncation=0 -Wformat-overflow=0 -DU_GIF -DU_WEBP -DU_TIFF -DU_JPEG
-DU_FREETYPE -DU_NLS -DMT_LANG_DEST='"/usr/share/locale"' -DU_THREADS
-DU_FPICK_MTPAINT -DU_CPICK_MTPAINT -DMT_VERSION='"mtPaint 3.50"'
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-lin
ux-gnu/dbus-1.0/include -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fcommon -fcommon -frandom-seed=fpick
-c -o fpick.o fpick.c
fpick.c: In function ‘fpick_scan_directory’:
fpick.c:533:25: warning: ignoring return value of ‘getcwd’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
533 | getcwd(full_name, PATHBUF - 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/gcc -Wall -Wno-pointer-sign -Wno-int-to-pointer-cast
-Wno-pointer-to-int-cast -Wno-misleading-indentation -Wno-stringop-truncation
-Wformat-truncation=0 -Wformat-overflow=0 -DU_GIF -DU_WEBP -DU_TIFF -DU_JPEG
-DU_FREETYPE -DU_NLS -DMT_LANG_DEST='"/usr/share/locale"' -DU_THREADS
-DU_FPICK_MTPAINT -DU_CPICK_MTPAINT -DMT_VERSION='"mtPaint 3.50"'
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-lin
ux-gnu/dbus-1.0/include -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fcommon -fcommon -frandom-seed=icons
-c -o icons.o icons.c
/usr/bin/gcc -Wall -Wno-pointer-sign -Wno-int-to-pointer-cast
-Wno-pointer-to-int-cast -Wno-misleading-indentation -Wno-stringop-truncation
-Wformat-truncation=0 -Wformat-overflow=0 -DU_GIF -DU_WEBP -DU_TIFF -DU_JPEG
-DU_FREETYPE -DU_NLS -DMT_LANG_DEST='"/usr/share/locale"' -DU_THREADS
-DU_FPICK_MTPAINT -DU_CPICK_MTPAINT -DMT_VERSION='"mtPaint 3.50"'
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-lin
ux-gnu/dbus-1.0/include -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fcommon -fcommon -frandom-seed=cpick
-c -o cpick.o cpick.c
/usr/bin/gcc -Wall -Wno-pointer-sign -Wno-int-to-pointer-cast
-Wno-pointer-to-int-cast -Wno-misleading-indentation -Wno-stringop-truncation
-Wformat-truncation=0 -Wformat-overflow=0 -DU_GIF -DU_WEBP -DU_TIFF -DU_JPEG
-DU_FREETYPE -DU_NLS -DMT_LANG_DEST='"/usr/share/locale"' -DU_THREADS
-DU_FPICK_MTPAINT -DU_CPICK_MTPAINT -DMT_VERSION='"mtPaint 3.50"'
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-lin
ux-gnu/dbus-1.0/include -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fcommon -fcommon -frandom-seed=thread
-c -o thread.o thread.c
thread.c: In function ‘thread_chunk’:
thread.c:254:17: warning: ‘g_atomic_int_exchange_and_add’ is deprecated: Use
'g_atomic_int_add' instead [-Wdeprecated-declarations]
254 | nx = thread_xadd(&tdata->done, step);
| ^~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
from /usr/include/glib-2.0/glib.h:34,
from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
from /usr/include/gtk-3.0/gdk/gdk.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from mygtk.h:20,
from thread.c:24:
/usr/include/glib-2.0/glib/gatomic.h:99:25: note: declared here
99 | gint g_atomic_int_exchange_and_add (volatile
gint *atomic,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thread.c: In function ‘launch_threads’:
thread.c:305:17: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new'
instead [-Wdeprecated-declarations]
305 | if (!g_thread_create((GThreadFunc)thread, tp, FALSE,
NULL))
| ^~
In file included from /usr/include/glib-2.0/glib.h:115:
/usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here
102 | GThread *g_thread_create (GThreadFunc func,
| ^~~~~~~~~~~~~~~
/usr/bin/gcc -Wall -Wno-pointer-sign -Wno-int-to-pointer-cast
-Wno-pointer-to-int-cast -Wno-misleading-indentation -Wno-stringop-truncation
-Wformat-truncation=0 -Wformat-overflow=0 -DU_GIF -DU_WEBP -DU_TIFF -DU_JPEG
-DU_FREETYPE -DU_NLS -DMT_LANG_DEST='"/usr/share/locale"' -DU_THREADS
-DU_FPICK_MTPAINT -DU_CPICK_MTPAINT -DMT_VERSION='"mtPaint 3.50"'
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-lin
ux-gnu/dbus-1.0/include -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fcommon -fcommon -frandom-seed=vcode
-c -o vcode.o vcode.c
/usr/bin/gcc -Wall -Wno-pointer-sign -Wno-int-to-pointer-cast
-Wno-pointer-to-int-cast -Wno-misleading-indentation -Wno-stringop-truncation
-Wformat-truncation=0 -Wformat-overflow=0 main.o mainwindow.o inifile.o png.o
memory.o canvas.o otherwindow.o mygtk.o viewer.o polygon.o layer.o info.o wu.o
prefs.o ani.o mtlib.o toolbar.o channels.o csel.o shifter.o spawn.o font.o
fpick.o icons.o cpick.o thread.o vcode.o -o mtpaint -lgif -lwebp -ltiff -ljpeg
-lfreetype -liconv -lpng -lz -lm -lintl -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0
-lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0
-lgio-2.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lX11 -s
-Wl,-z,relro -Wl,-z,now
/usr/bin/ld: cannot find -liconv: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:15: mtpaint] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:8: src] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:7: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mtpaint
Source-Version: 3.50.11-1
Done: наб <nabijaczlew...@nabijaczleweli.xyz>
We believe that the bug you reported is fixed in the latest version of
mtpaint, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
наб <nabijaczlew...@nabijaczleweli.xyz> (supplier of updated mtpaint package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 28 Nov 2024 10:33:58 +0100
Source: mtpaint
Architecture: source
Version: 3.50.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers
<pkg-phototools-de...@lists.alioth.debian.org>
Changed-By: наб <nabijaczlew...@nabijaczleweli.xyz>
Closes: 880489 903313 1075296 1086915
Changes:
mtpaint (3.50.11-1) unstable; urgency=medium
.
* Team upload.
.
[ наб ]
* debian/mtpaint.desktop: fix Exec=mtpaint %U -> %F (Closes: #880489)
(LP: #1714264, #1799060)
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Replace transitional package pkg-config by pkgconf in Build-Depends
(routine-update)
* Secure URI in copyright format (routine-update)
* Rules-Requires-Root: no (routine-update)
* watch file standard 4 (routine-update)
* d/rules: fix clean
* Don't ld -s
* d/copyright: update Format: link
* Fix cross builds (Closes: #903313)
* d/watch: update for GitHub releases
* New upstream version 3.50.11 (Closes: #1075296)
.
[ Andreas Tille ]
* Maintain package in Debian Phototools team
Closes: #1086915
* d/watch: Hint to github issue requesting tags for new upstream versions
* debian/README.source: removed since redundant
* debian/dirs: removed since not needed
* Use secure URI in Homepage field.
* Fix day-of-week for changelog entry 3.31-1.
* debian/source/include-binaries: removed since no binaries included any more
Checksums-Sha1:
536c90be09166cae1271f417db70b9468becaeac 2061 mtpaint_3.50.11-1.dsc
cb76381416243bec1ba6c315cffdbef4381b027c 1208090 mtpaint_3.50.11.orig.tar.gz
33985bdd02431e91e4f053b52afc109298352237 6144 mtpaint_3.50.11-1.debian.tar.xz
4fbaa5ae4433e5c9fba85eb355be323f19b61f02 14912
mtpaint_3.50.11-1_amd64.buildinfo
Checksums-Sha256:
8d916c76879163458478a3af2ba1e890ea2eb0b387fd0ded9eb51a801ae4da40 2061
mtpaint_3.50.11-1.dsc
40feed3ddfaf2b19f39b92e416ce7eed50833c7e486145e2c2b73c90c8315f62 1208090
mtpaint_3.50.11.orig.tar.gz
8f6d77ea67dd88610b78e96e6884c7050cb44cc868ef12a86bd74645e829ed4f 6144
mtpaint_3.50.11-1.debian.tar.xz
b86792be6d066b822ace399e6d6d5269baf8e9b2aefe93da5ab6cf2cd39cc965 14912
mtpaint_3.50.11-1_amd64.buildinfo
Files:
c6687cea3dffada66b2235ddce40e1f0 2061 graphics optional mtpaint_3.50.11-1.dsc
2638b83bcdbde3fbd224b13a16d8875a 1208090 graphics optional
mtpaint_3.50.11.orig.tar.gz
a80a32aa1b607e189dad6482cab9664e 6144 graphics optional
mtpaint_3.50.11-1.debian.tar.xz
bee600811856b60bccf3fb9a2bba46d9 14912 graphics optional
mtpaint_3.50.11-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmdIOvERHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHMDw/+O7McqYFLGZ35gXTzIZc3zkVQibAUkpVq
1WIXcr1yrdbDnukNKSnSRRryja4fyIbEPzrnKifpQxFFg+OYaV3d3JL+eghG4/gz
OI1Du1Y6EPNH+04fWvYqVmi+5h1o37b0aBwnYw2DjcftROss++p2rWj73lYUvXdj
hiR7RVgykrbGG87UjzJmSW0Oveet19exoS9JX1YVHYAKt6mtw4Wi5k9bOClZrn/z
EYRjQISt5LCyi+t7kh8g1SXdUqDQ3wWNL5Z1765r4cbTibIDPmzIefck+UYz+xTN
DYDrjnhoif2gEmXImJmqn6l1H4uupqKGP/ZbxYm/nZoA7eQdqEdtZulDz04xLjwq
l/8yUEHE34ydTkSbFHrer9+SyG/E0jpp+FPRAl3fHDx0nYQgY2sIh0JuWMqPuReL
GUaWAIFaBMT3fTq5VhL8iUwNjwfME4Nils2YXPklSR4rdlJuLsCn9UmL2rbAGyYU
k46atQtjglLPzZK/v19wKayfzAUafE4Erjv1KiA1nbsEi9+1MYwNumZWjrQJlr25
WtJn2s9X0k4yr2sdZkCmT/PSc57ACSVC6OrtlFh/djKyo/1N3CcBu/it/Bv6nEMN
iwclaRRnkiToxfsdkFQ4PNFB1riPyxVMVX/TZETFq0ET9c/C588IwVR8cyR2zws7
dlcKZfKe/bY=
=smKT
-----END PGP SIGNATURE-----
pgphP9LzGJf5c.pgp
Description: PGP signature
--- End Message ---