Release to unstable
This commit is contained in:
29
debian/changelog
vendored
29
debian/changelog
vendored
@ -1,11 +1,34 @@
|
||||
gimp (2.10.20-1) UNRELEASED; urgency=medium
|
||||
gimp (2.10.20-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
* Update build-dependencies as per configure.ac
|
||||
* d/copyright: Update
|
||||
* Remove build-dependency on deprecated libdbus-glib-1-dev.
|
||||
This has been unnecessary since 2013 (Closes: #955842)
|
||||
* Set Rules-Requires-Root to no
|
||||
* New upstream release
|
||||
* d/tests: Add a superficial test for the -dev package
|
||||
* Use debhelper compat level 13.
|
||||
This lets us use variables in .install files, among other useful things.
|
||||
* Install pkg-config metadata in multiarch location.
|
||||
This should be sufficient to make *some* dependent packages
|
||||
cross-compile. Packages that need to run gimptool-2.0 during build
|
||||
will still not cross-compile, unless they are able to run
|
||||
host-architecture executables, for example via qemu.
|
||||
Thanks to Helmut Grohne (Closes: #872424)
|
||||
* Install shared libraries in multiarch locations.
|
||||
This should in principle allow loading plugins (which are executables)
|
||||
from foreign architectures, although it will not allow loading foreign
|
||||
modules (which are dlopen'ed).
|
||||
I'm deliberately not changing the ${libdir} at this stage, because gimp
|
||||
seems to treat the plugin directories derived from the ${libdir} as
|
||||
configuration parameters that might be saved in user configuration, so
|
||||
modifying plugin-loading code to look in /usr/lib in addition to
|
||||
/usr/lib/${multiarch} will not necessarily be effective.
|
||||
(Closes: #737725)
|
||||
* Add patch to use pkg-config in preference to libwmf-config
|
||||
(Closes: #956183)
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Wed, 26 Aug 2020 11:07:16 +0100
|
||||
-- Simon McVittie <smcv@debian.org> Mon, 07 Sep 2020 22:28:47 +0100
|
||||
|
||||
gimp (2.10.18-1) unstable; urgency=medium
|
||||
|
||||
|
Reference in New Issue
Block a user