From efa1e916debcd95aa630404956ae3b086b17ac76 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:29:05 +0200 Subject: Adding debian version 1.0.2-4. Signed-off-by: Daniel Baumann --- debian/changelog | 1660 ++++++++++++++++++++ debian/control | 127 ++ debian/copyright | 34 + debian/gbp.conf | 4 + debian/inkscape-tutorials.install | 3 + debian/inkscape.applications | 7 + debian/inkscape.docs | 2 + debian/inkscape.install | 1 + debian/inkscape.links | 1 + debian/inkscape.lintian-overrides | 2 + debian/inkscape.maintscript | 1 + debian/inkscape.mime | 4 + .../avoid-syntaxwarning-in-python-extension.patch | 26 + debian/patches/check-for-atomic.patch | 31 + debian/patches/python3.patch | 23 + debian/patches/series | 3 + debian/rules | 48 + debian/source/format | 1 + debian/source/lintian-overrides | 3 + debian/upstream/signing-key.asc | 142 ++ debian/watch | 17 + 21 files changed, 2140 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/inkscape-tutorials.install create mode 100644 debian/inkscape.applications create mode 100644 debian/inkscape.docs create mode 100644 debian/inkscape.install create mode 100644 debian/inkscape.links create mode 100644 debian/inkscape.lintian-overrides create mode 100644 debian/inkscape.maintscript create mode 100644 debian/inkscape.mime create mode 100644 debian/patches/avoid-syntaxwarning-in-python-extension.patch create mode 100644 debian/patches/check-for-atomic.patch create mode 100644 debian/patches/python3.patch create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/lintian-overrides create mode 100644 debian/upstream/signing-key.asc create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9f96378 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,1660 @@ +inkscape (1.0.2-4) unstable; urgency=medium + + * d/control: Add an explicit dependency on libpoppler-glib8 because we need + a stricter version than what would otherwise be generated. See #969907 + + -- Mattia Rizzolo Wed, 14 Apr 2021 17:27:50 +0200 + +inkscape (1.0.2-3) unstable; urgency=medium + + * Add a fake version restriction to the imagemagick build-dependency. + This is a workaround for #413954 in graphicsmagick, that it is lying + about providing the same imagemagick interface but missing the `compare` + tool, which is required here. Adding a version there forces dependency + resolvers to pick up the real imagemagick, which should fix the test + failures in kbsd. + + -- Mattia Rizzolo Mon, 25 Jan 2021 11:23:17 +0100 + +inkscape (1.0.2-2) unstable; urgency=medium + + * Add a depndency on librsvg2-common as we need it to render the svg icons + in the gui interface. Closes: #980396 + Add it only for architectures where librsvg2 is available, also + Recommends it for all the other architectures that might have it + somehow. + + -- Mattia Rizzolo Wed, 20 Jan 2021 02:23:52 +0100 + +inkscape (1.0.2-1) unstable; urgency=medium + + * New upstream version 1.0.2. + https://wiki.inkscape.org/wiki/index.php/Release_notes/1.0.2 + https://inkscape.org/release/inkscape-1.0.2/ + https://inkscape.org/news/2021/01/17/102-and-11alpha/ + * Drop patches applied upstream. + * Switch build system from cmake+make to cmake+ninja. + + Fixes FTBFS with a very high level of parallelism. Closes: #976935 + + -- Mattia Rizzolo Mon, 18 Jan 2021 00:40:50 +0100 + +inkscape (1.0.1-2) unstable; urgency=medium + + * Backport several patches from the upstream stable branch. + + Fix build with a newer boost. Closes: #975429 + * Bump Standards-Version to 4.5.1, no changes needed. + + -- Mattia Rizzolo Sun, 22 Nov 2020 10:55:48 +0100 + +inkscape (1.0.1-1) unstable; urgency=medium + + * New upstream version 1.0.1. + https://wiki.inkscape.org/wiki/index.php/Release_notes/1.0.1 + https://inkscape.org/release/inkscape-1.0.1/ + https://inkscape.org/news/2020/09/06/inkscape-version-101-patches-crashes-bugs/ + * Drop patches applied upstream. + * Add patch to fix a SyntaxWarning in a Python extension. + * Drop our copy of the bash auto completion, now shipped upstream. + + -- Mattia Rizzolo Thu, 10 Sep 2020 16:31:05 +0200 + +inkscape (1.0-5) unstable; urgency=medium + + * Add patch from upstream to allow users to resize the document property + dialog again. Closes: #962185 + + -- Mattia Rizzolo Thu, 30 Jul 2020 14:37:18 +0200 + +inkscape (1.0-4) unstable; urgency=medium + + * Add patch from upstream to fix crash using some cursors under Wayland. + Closes: #965969 + + -- Mattia Rizzolo Wed, 22 Jul 2020 12:13:47 +0200 + +inkscape (1.0-3) unstable; urgency=medium + + [ shouhuanxiaoji ] + * d/rules: Fix typo in dh_missing override. MR: !2 + + [ Mattia Rizzolo ] + * d/rules: Drop now unneeded dh_missing override. + * Rebuild against glibmm2.4/2.64.2-2 to pick up the proper versioned + dependency. Closes: #964390 + + -- Mattia Rizzolo Mon, 06 Jul 2020 19:53:49 +0200 + +inkscape (1.0-2) unstable; urgency=medium + + * d/rules: + + Don't run dwz when building for buster-backports. + + Build with -DCMAKE_BUILD_TYPE=Release. Closes: #960955, #962934 + + -- Mattia Rizzolo Wed, 24 Jun 2020 18:29:43 +0200 + +inkscape (1.0-1) unstable; urgency=medium + + [ Mattia Rizzolo ] + * New upstream version 1.0. LP: #1876996 + https://wiki.inkscape.org/wiki/index.php/Release_notes/1.0 + https://inkscape.org/release/inkscape-1.0/ + https://inkscape.org/news/2020/05/04/introducing-inkscape-10/ + * d/watch: Update to point at the new source archive. + * Update Marc Jeanmougin's upstream gpg key. + * Refresh patches. + * Bump debhelper compat level to 13. + + [ Gianfranco Costamagna ] + * Increase test timeout to 3 minutes instead of 1, to avoid failures when + a slow machine runs tests (such as riscv64 that is emulated in Ubuntu). + + -- Mattia Rizzolo Thu, 07 May 2020 20:57:39 +0200 + +inkscape (1.0~rc1-4) unstable; urgency=medium + + * d/rules: Fix architecture match, only make the testsuite fata on little + endian architectures. + + -- Mattia Rizzolo Mon, 27 Apr 2020 22:58:01 +0200 + +inkscape (1.0~rc1-3) unstable; urgency=medium + + * d/rules: + + Use the correct variable used as cmake's build directory. + + Only consider the testsuite fatal on amd64 and arm64. + + -- Mattia Rizzolo Mon, 27 Apr 2020 14:40:49 +0200 + +inkscape (1.0~rc1-2) unstable; urgency=medium + + * Add a patch to add -latomic to the linker flags when needed. + This should fix FTBFS in armel, mipsel, m68k and sh4. + * Run the testsuite at build time, add Build-Dep on imagemagick for that. + * Upload to unstable. + + -- Mattia Rizzolo Mon, 27 Apr 2020 11:58:44 +0200 + +inkscape (1.0~rc1-1) experimental; urgency=medium + + * New upstream version 1.0~rc1. + https://wiki.inkscape.org/wiki/index.php/Release_notes/1.0 + https://inkscape.org/release/inkscape-1.0rc1/ + + -- Mattia Rizzolo Mon, 13 Apr 2020 17:09:01 +0200 + +inkscape (1.0~beta2-1) experimental; urgency=medium + + * New upstream version 1.0~beta2. + http://wiki.inkscape.org/wiki/index.php/Release_notes/1.0 + https://inkscape.org/release/inkscape-1.0beta2/ + * Refresh patches + * d/rules: now the extensions are properly present in the tarball, drop + multitarball hack. + + -- Mattia Rizzolo Fri, 06 Dec 2019 13:07:44 +0100 + +inkscape (1.0~beta1+ds-2) experimental; urgency=medium + + * Add a patch to make the program icon appear also under Gnome with Wayland. + Closes: #942600 + + -- Mattia Rizzolo Tue, 03 Dec 2019 18:21:19 +0100 + +inkscape (1.0~beta1+ds-1) experimental; urgency=low + + * New upstream version 1.0~beta1. Closes: #933678 + http://wiki.inkscape.org/wiki/index.php/Release_notes/1.0 + https://inkscape.org/release/inkscape-1.0beta1/ + + Also include the extensions. Closes: #933688 + * Drop the Drop_PS_and_PDF_support_in_MimeType patch. + This was added without any real satisfying explanation many years ago, + and I could figure why anybody would want this. + Let's stop this unjustified divergence from upstream. + * Add back Marc Jeanmougin's upstream key. + * Drop all patches, mostly applied upstream. + * Move everything from Python2 to Python3. Closes: #883155; LP: #1735363 + + d/p/python3: Add patch to call python3 instead of python while building. + * d/control: Update Build-Depends. + * Bump debhlper compat level to 12. + * Remove an extension that work only on Windows. Closes: #930154 + + -- Mattia Rizzolo Fri, 04 Oct 2019 23:08:14 +0200 + +inkscape (1.0~alpha-1) experimental; urgency=medium + + * New upstream version 1.0~alpha. + http://wiki.inkscape.org/wiki/index.php/Release_notes/1.0 + https://inkscape.org/news/2019/01/17/inkscape-launches-version-0924/ + + Ability to invert the ruler coordinates. LP: #170049 + * d/control: + + Update Vcs information for the experimental branch. + + Update Build-Depends for the gtk2 → gtk3 move. + * d/inkscape.docs: update paths. + * d/rules: + + Simplify command now that the autotools build system is gone. + + Stop installing the several /usr/share/inkscape/*/README files. + * d/source/lintian-overrides: drop now unused override about the removed + autotools build system. + * d/patches: refresh + + Drop a bunch of patches that were cherry-picked from upstream. + + Refresh the libcroco typos patch. + + Add patch from upstream fixing a bunch of typos. + + -- Mattia Rizzolo Tue, 22 Jan 2019 15:19:27 +0100 + +inkscape (0.92.5-1) unstable; urgency=medium + + * New upstream version 0.92.5. + https://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.5 + * d/upstream/signing-key.asc: + + Add back Marc Jeanmougin's upstream key. + + Refresh upstream signing keys. + * Drop patches applied upstream + * debian/inkscape.mime: drop quoting around filename placeholder. + See lintian's quoted-placeholder-in-mailcap-entry. + * d/control: Bump Standards-Version to 4.5.0, no changes needed. + + -- Mattia Rizzolo Mon, 13 Apr 2020 15:10:28 +0200 + +inkscape (0.92.4-5) unstable; urgency=medium + + * Fix syntax error in a patch that would prevent building the package + against an older version of cairo. + Thanks to Thomas Arendsen Hein for reporting. + + -- Mattia Rizzolo Thu, 06 Feb 2020 14:43:49 +0100 + +inkscape (0.92.4-4) unstable; urgency=medium + + * Add patch from upstream to fix FTBFS with poppler 0.76. + * d/control: Bump Standards-Version to 4.4.1, no changes needed. + + -- Mattia Rizzolo Fri, 04 Oct 2019 22:33:06 +0200 + +inkscape (0.92.4-3) unstable; urgency=medium + + * Add patch from upstream master branch to output a useful error if the + tutorials aren't installed. LP: #1803021 + * d/control: switch Recommends from non-existent transfig to fig2dev. + Closes: #925171 + + -- Mattia Rizzolo Wed, 20 Mar 2019 21:54:39 +0100 + +inkscape (0.92.4-2) unstable; urgency=medium + + [ Matteo F. Vescovi ] + * debian/control: drop myself from Uploaders. + + [ Mattia Rizzolo ] + * Add a patch to update the appstream data file. Closes: #920338 + + -- Mattia Rizzolo Thu, 24 Jan 2019 19:29:41 +0100 + +inkscape (0.92.4-1) unstable; urgency=medium + + * New upstream version 0.92.4. + http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.4 + https://inkscape.org/news/2019/01/17/inkscape-launches-version-0924/ + * d/patches: + + Remove patches applied upstream. + + Add patch to fix a spelling error. + * d/control: + + Bump debhelper compat level to 12. + + Bump Standards-Version to 4.3.0, no changes needed. + + Add a Build-Depends on libgmock-dev. + * Update upstream signing key. + + -- Mattia Rizzolo Thu, 17 Jan 2019 20:46:29 +0100 + +inkscape (0.92.3-7) unstable; urgency=medium + + * Team upload. + * Add patch from upstream to fix build with poppler 0.71 + + -- Jeremy Bicha Sun, 25 Nov 2018 08:08:16 -0500 + +inkscape (0.92.3-6) unstable; urgency=medium + + * d/watch: fix a few syntax errors. Thanks to yadd for pointing them out. + * Add patch from upstream to fix crashes during shift/ctrl+click actions. + Closes: #911652 + * Override lintian tag autotools-pkg-config-macro-not-cross-compilation-safe, + as we are not using autotools. + + -- Mattia Rizzolo Mon, 05 Nov 2018 20:23:06 +0100 + +inkscape (0.92.3-5) unstable; urgency=medium + + * Re-arrenge the patch files. + * Add patch from upstream to fix build with poppler 0.69. Closes: #910867 + * Use the new debhelper-compat(=11) notation and drop d/compat. + * Try to simplify d/watch using substitution patterns. + + -- Mattia Rizzolo Sat, 13 Oct 2018 12:48:22 +0200 + +inkscape (0.92.3-4) unstable; urgency=medium + + [ Mattia Rizzolo ] + * d/bash-completion: fix completion to use the runtime-evaluating _have() + instead of the static check have(). LP: #1792835 + * Mark inkscape-tutorials as Multi-Arch:foreign (from the m-a hinter). + * Bump Standards-Version to 4.2.1, no changes needed. + * Add patch from upstream to make the command-line PDF output reproducible. + Thanks to Chris Lamb for the patch! Closes: #893314 + + [ Andrej Shadura ] + * Add patch from upstream to fix crash when resizing elements with snapping + enabled. Closes: #910379; LP: #1796046 + + -- Mattia Rizzolo Mon, 08 Oct 2018 11:27:04 +0200 + +inkscape (0.92.3-3) unstable; urgency=medium + + * Team upload. + * Backport 2 patches to fix build with poppler 0.65. + + -- Jeremy Bicha Sat, 25 Aug 2018 10:29:08 -0400 + +inkscape (0.92.3-2) unstable; urgency=medium + + * d/control: Bump Standards-Version to 4.1.4, no changes needed. + * Split the tutorials on their own inkscape-tutorials binary, and don't + install them by default. Closes: #471076; LP: #238276 + + -- Mattia Rizzolo Mon, 21 May 2018 16:22:40 +0200 + +inkscape (0.92.3-1) unstable; urgency=medium + + * New upstream version 0.92.3. + http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.3 + https://inkscape.org/en/news/2018/03/22/announcing-0923-release-inkscape + + -- Mattia Rizzolo Fri, 23 Mar 2018 17:43:46 +0100 + +inkscape (0.92.3~pre0-1) unstable; urgency=medium + + [ Mattia Rizzolo ] + * New upstream version 0.92.3~pre0. + http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.3 + + Compact layout for Document Properties. Closes: #867083; LP: #1510831 + * d/control: Update Maintainer address to move away from alioth. + * Rename d/mime to d/inkscape.mime for consistency. + * Drop patch for poppler 0.58, applied upstream. + + [ Ondřej Nový ] + * d/control: Set Vcs-* to salsa.debian.org + + -- Mattia Rizzolo Mon, 05 Mar 2018 21:53:25 +0100 + +inkscape (0.92.2-3) unstable; urgency=medium + + * Bump debhelper compat level to 11. + * Stop using gnome-pkg-tools. + inkscape in Ubuntu has been demoted from main to universe, so there is + no need to do anything regarding language packs. Closes: #885108 + * Rename d/docs to d/inkscape.docs for clearity. + * debian/control: + + Drop unused build-dependency on libart-2.0-dev. Closes: #885794 + + Bump Standards-Version to 4.1.3, no changes needed. + + Set Rules-Requires-Root: no. + + -- Mattia Rizzolo Sat, 30 Dec 2017 23:15:28 +0100 + +inkscape (0.92.2-2) unstable; urgency=medium + + * debian/control: + + Remove alternative suggestion of dia-gnome, not available anymore. + Closes: #878585 + + Bump Standards-Version 4.1.2, no changes needed. + * Add patch from upstream to fix build with poppler 0.58. Closes: #883519 + + -- Mattia Rizzolo Mon, 04 Dec 2017 21:02:35 +0100 + +inkscape (0.92.2-1) unstable; urgency=medium + + * New upstream version 0.92.2. + http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2 + + Fix PDF+TeX output for text inside groups with clip/mask. + Closes: #823953; LP: #1417470 + * Update the upstream signing keys. + * Bump Standards-Version to 4.0.1, no changes needed. + + -- Mattia Rizzolo Wed, 09 Aug 2017 11:36:38 +0200 + +inkscape (0.92.2~pre0-1) unstable; urgency=medium + + * New upstream version 0.92.2~pre0. + http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2 + + Fix an integer overflow. Closes: #838654 + + Fix compilation with GCC 7. Closes: #853453 + * d/dirs: remove, useless. + * d/patches: drop 15484 patch, applied upstream. + * d/control: bump Standards-Version to 4.0.0, no changes needed. + + -- Mattia Rizzolo Wed, 26 Jul 2017 16:07:58 +0200 + +inkscape (0.92.1-1) unstable; urgency=medium + + * New upstream version 0.92.1. + http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.1 + + Fixes a bug involving the line-height CSS property. Closes: #852837 + * Remove patches applied upstream. + * Backport patch from upstream trunk: + + 15484: support for old scour 0.26. Closes: #852290 + + -- Mattia Rizzolo Thu, 16 Feb 2017 11:32:16 +0100 + +inkscape (0.92.0-4) unstable; urgency=medium + + * Backport more patches from upstream 0.92.x branch: + + 15320: Fix regression on selecting objects after locking layers. + + 15323: Fix crash on ungrouping in v0.92. + + 15324: Fix insane memory leak and crash with pattern along path. + + 15325: Fixes bugs in copy LPE's. + * Move patches from upstream's 0.92.x branch under the upstream/0.92.x + directory, and the ones from trunk under upstream/trunk, + and name them after the upstream commit number. + + -- Mattia Rizzolo Sun, 22 Jan 2017 20:45:39 +0100 + +inkscape (0.92.0-3) unstable; urgency=medium + + * d/rules: don't run dh_scour, to avoid breaking internal SVGs (markers, …). + LP: #1638373 + + -- Mattia Rizzolo Thu, 12 Jan 2017 01:05:44 +0100 + +inkscape (0.92.0-2) unstable; urgency=medium + + * Upload to unstable. + * Gbp: back to master. + * d/control: + + require a new enough version of bash-completion, so backports users will + still have bash completion after the upgrade. + + Recommend python-scour to enable the feature "save as optimized svg". + * New patches from upstream trunk: + + 0002-Fix-lintian-s-executable-not-elf-or-script.patch + + 0003-Install-the-localized-manpages-in-the-correct-path.patch + + 0006-Suppress-warnings-on-symbols-dialog.patch + * New patches waiting to be upstreamed: + + 0004-typos-libcroco.patch + + 0005-Fix-typo-in-a-variable-name.patch + * d/inkscape.lintian-overrides: drop, lintian warnings fixed by properly + installing the manpages. + + -- Mattia Rizzolo Mon, 09 Jan 2017 15:03:04 +0100 + +inkscape (0.92.0-1) experimental; urgency=medium + + * New upstream version 0.92.0. + https://inkscape.org/en/news/2017/01/04/inkscape-version-092-released/ + http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92 + + Fix bug where arcs were not rendered accuretely. Closes: #668224 + + Fix crash when using the poppler PDF importer. Closes: #816494 + + Fix bug involving duplicating a text linked to a path. Closes: #522532 + + Fix bug where Bézier curves were drawn instead of arcs. Closes: #598791 + + Fix bug on parsing flags for arch path. Closes: #740785 + * gbp: switch packaging branch to experimental. + * Bump debhelper compat level to 10. + + Drop --parallel and '--with autotools_dev', now defaults. + * Drop patches applied upstream + - fix-FTBFS.patch + - reproducible-build.patch + - fix-FTBFS-with-gcc6.patch + - fix-cursor-color-in-BE.patch + * Move to the cmake build system. + * d/control: + + Build-dep on libpotrace-dev for the Trace Bitmap and Paintbucket tools. + + Build-dep on libdbus-1-dev and libdbus-glib-1-dev for dbus support. + * d/rules: + + Enable DBus support. + + Override override_dh_autoreconf, useless now that we're using cmake. + + -- Mattia Rizzolo Wed, 04 Jan 2017 16:54:12 +0100 + +inkscape (0.91-12) unstable; urgency=medium + + [ Daniel Kahn Gillmor ] + * d/control: Use https for the Homepage field. Closes: #837291 + + [ Mattia Rizzolo ] + * Add patch to fix cursor colors when running in a Big Endian systems. + Thanks to Steven Gawroriski for the patch. + Closes: #841853 + * Mark the reproducible-builds patch as forwarded (and applied). + + -- Mattia Rizzolo Fri, 11 Nov 2016 16:57:07 +0000 + +inkscape (0.91-11) unstable; urgency=medium + + * Build with gnome-pkg-tools for automatic langpack support in Ubuntu. + This will allow to drop the last delta between Debian and Ubuntu. + Thanks to Jeremy Bicha for the patch. + + -- Mattia Rizzolo Tue, 06 Sep 2016 08:50:37 +0000 + +inkscape (0.91-10) unstable; urgency=medium + + * Add patch to fix compilation with gcc-6 (with --std=c++14). Closes: #835716 + + -- Mattia Rizzolo Fri, 02 Sep 2016 15:04:34 +0000 + +inkscape (0.91-9) unstable; urgency=medium + + * Disable gnome-vfs support. Closes: #822912 + * debian/rules: + + Remove dh_auto_configure override: those are default options anyway. + + Remove useless variable definitions. + + -- Mattia Rizzolo Fri, 29 Apr 2016 15:45:03 +0000 + +inkscape (0.91-8) unstable; urgency=medium + + * debian/control: + + Use my @debian.org email address. + + Bump Standards-Version to 3.9.8, no changes needed. + + Use HTTPS in Vcs-Git. + + Demote pstoedit to Suggests. + + Document suggested packages. Closes: #771807 + * debian/watch: rewrite, using format=4 and pgpmode=next/prev to allow gpg + verification of the tarball. + Thanks to Osamu Aoki for the help and for implementing + all this new stuff in devscripts. + * debian/inkscape.menu: remove, after CTTE's decision in #741573. + * debian/patches/fix-FTBFS.patch: backport patch from upstream to fix FTBFS + with a glibmm without Glib::ScopedPtr. Closes: #822392 + + -- Mattia Rizzolo Tue, 26 Apr 2016 22:06:31 +0000 + +inkscape (0.91-7) unstable; urgency=medium + + * debian/control: change build-dependency on libgsl0-dev to libgsl-dev. + Closes: #806833 + + -- Mattia Rizzolo Wed, 02 Dec 2015 06:48:27 +0000 + +inkscape (0.91-6) unstable; urgency=medium + + * debian/rules: stop handling DEB_BUILD_OPTIONS=noopt on our own, nowadays + dpkg takes care of that. + * debian/watch: rewrite to point at launchpad.net and improve it. + * use dh_bash-completion to handle the bash completion. (This also fixes the + package-installs-into-obsolete-dir lintian warning when using + bash-completion >= 1:2.1-4.2). + + debian/inkscape.maintscript: also remove the bash completion from /etc. + * debian/upstream/signing-key.asc: add, with the key of the 3 inkscape + release managers. We can't currently automate the signature check in + debian/watch because they seems to do not use a costant suffix for the + signature (sometimes .asc, sometimes .sig). + Add the key anyway, so the tarball can easily be verified manually or by + other means. + * debian/inkscape.lintian-overrides: add to override a couple of + spelling-error-in-manpage due to French words. + + -- Mattia Rizzolo Tue, 27 Oct 2015 10:54:44 +0100 + +inkscape (0.91-5) unstable; urgency=medium + + [ Matteo F. Vescovi ] + * debian/control: dh-python b-dep added + * debian/README.source: file dropped (Closes: #696924) + + [ Mattia Rizzolo ] + * debian/patches/reproducible-build.patch: add to allow reproducible build. + * debian/rules: enable hardening. + * debian/control: Replace recommends on perlmagick (which is a transitional + package) by libimage-magick-perl. + Thanks to Martin Michlmayr for reporting (Closes: #789232) + + -- Mattia Rizzolo Fri, 19 Jun 2015 08:05:18 +0000 + +inkscape (0.91-4) unstable; urgency=medium + + * Upload to unstable + + [ Matteo F. Vescovi ] + * debian/control: set DMM Team as Maintainer + * debian/gbp.conf: git-dch -> dch parameter fixed + + [ Mattia Rizzolo ] + * debian/control: add myself to Uploaders + * debian/control: update Vcs-* links to point + the repo in the pkg-multimedia namespace + + -- Matteo F. Vescovi Thu, 30 Apr 2015 08:39:35 +0200 + +inkscape (0.91-3) experimental; urgency=medium + + * Cherry-pick commit from unstable suite + - debian/control: build-dependencies updated [b4f5c6f] + - librevenge-dev added + - libwpd-dev (>= 0.9.0) dropped + - libwpg-dev (>= 0.2.0) bumped to libwpg-dev (>= 0.3.0) + + -- Matteo F. Vescovi Thu, 12 Feb 2015 15:04:45 +0100 + +inkscape (0.91-2) experimental; urgency=medium + + * debian/rules: override_dh_auto_test dropped (Closes: #776857) + + -- Matteo F. Vescovi Mon, 02 Feb 2015 17:58:28 +0100 + +inkscape (0.91-1) experimental; urgency=medium + + * New upstream release + + -- Matteo F. Vescovi Mon, 02 Feb 2015 12:10:35 +0100 + +inkscape (0.91~pre4-1) experimental; urgency=medium + + * New upstream pre-release + + -- Matteo F. Vescovi Mon, 19 Jan 2015 10:16:13 +0100 + +inkscape (0.91~pre3-1) experimental; urgency=medium + + * New upstream pre-release + * debian/control: Uploader e-mail address updated + * debian/control: S-V bump 3.9.5 => 3.9.6 (no changes needed) + + -- Matteo F. Vescovi Thu, 18 Dec 2014 09:30:56 +0100 + +inkscape (0.48.5-3) unstable; urgency=medium + + * debian/patches/: patchset updated + - 0006-Update_to_new_libwpg.patch refreshed + - 0007-Fix_API_mismatch.patch added (Closes: #754716) + Thanks to Pino Toscano (pino) for the patch. + + -- Matteo F. Vescovi Fri, 19 Sep 2014 11:11:07 +0200 + +inkscape (0.91~pre2-1) experimental; urgency=medium + + * New upstream pre-release + + -- Matteo F. Vescovi Thu, 21 Aug 2014 14:48:57 +0200 + +inkscape (0.48.5-2) unstable; urgency=medium + + * debian/patches/: patchset updated + - 0006-Update_to_new_libwpg.patch added (Closes: #753430) + Thanks to Rene Engelhard (rene) for the patch. + * debian/control: build-dependencies updated + - librevenge-dev added + - libwpd-dev (>= 0.9.0) dropped + - libwpg-dev (>= 0.2.0) bumped to libwpg-dev (>= 0.3.0) + * debian/: dh-autoreconf usage applied + + -- Matteo F. Vescovi Sat, 09 Aug 2014 14:22:26 +0200 + +inkscape (0.48.5-1) unstable; urgency=medium + + [ Luca Bruno ] + * debian/rules: fix FTBFS on alpha (Closes: #738155) + + [ Mattia Rizzolo ] + * debian/patches/: patchset updated against v0.48.5 + - 0004-Fix_FTBFS_on_gcc-4.8.patch refreshed + - 0005-Fix_FreeType_include.patch dropped (applied upstream) + - 0006-Fix_FTBFS_on_poppler-0.26.patch dropped (applied upstream) + - 0005-Fix_FTBFS_due_to_tests.patch added + + [ Matteo F. Vescovi ] + * Imported Upstream version 0.48.5 + + -- Matteo F. Vescovi Tue, 08 Jul 2014 15:49:42 +0200 + +inkscape (0.91~pre1-1) experimental; urgency=medium + + * New upstream pre-release + - debian/control: poppler versioning dropped + - debian/patches/: patchset updated + - 0002-Fix_FTBFS_on_poppler-0.26.patch dropped (applied upstream) + * debian/control: libcdr-dev and libvisio-dev b-deps added (Closes: #751090) + + -- Matteo F. Vescovi Mon, 23 Jun 2014 17:11:17 +0200 + +inkscape (0.91~pre0-1) experimental; urgency=medium + + * New upstream pre-release + - debian/control: python-lxml b-dep added + - debian/rules: dh_auto_test overridden for test purpose + - debian/patches/: patchset refreshed against v0.91~pre0 + - 0001-Fix_Datamatrix_UI_issue.patch dropped (applied upstream) + - 0002-Drop_PS_and_PDF_support_in_MimeType.patch => #0001 + - 0003-Fix_LP_-911146.patch dropped (applied upstream) + - 0004-Fix_FTBFS_on_gcc-4.8.patch dropped (applied upstream) + - 0005-Fix_FreeType_include.patch dropped (applied upstream) + - 0006-Fix_FTBFS_on_poppler-0.26.patch updated and => #0002 + * debian/control: b-dep bump to use poppler (>= 0.26) + + -- Matteo F. Vescovi Thu, 05 Jun 2014 15:45:25 +0200 + +inkscape (0.48.4-5) unstable; urgency=medium + + * debian/patches/: patchset updated + - 0006-Fix_FTBFS_on_poppler-0.26.patch added + + -- Matteo F. Vescovi Thu, 05 Jun 2014 09:05:43 +0200 + +inkscape (0.48.4-4) unstable; urgency=medium + + * debian/: python dependency fixed + * debian/control: b-dep bump liblcms1-dev => liblcms2-dev (Closes: #745533) + + -- Matteo F. Vescovi Wed, 23 Apr 2014 09:22:50 +0200 + +inkscape (0.48.4-3) unstable; urgency=medium + + * debian/control: S-V bump 3.9.4 => 3.9.5 (no changes needed) + * debian/control: Uploader e-mail address updated + * debian/patches/: patchset updated + - 0005-Fix_FreeType_include.patch added (Closes: #733118) + Thanks to Adam Conrad for the patch. + + -- Matteo F. Vescovi Fri, 27 Dec 2013 09:45:37 +0100 + +inkscape (0.48.4-2) unstable; urgency=low + + * debian/control: fields update + - Duplicate Homepage field removed + - VCS-* fields repositioned + * debian/watch: path updated + * debian/: dh bump 7 => 9 + * debian/source/format: 3.0 (quilt) file added + * debian/patches/: patchset re-worked using gbp-pq + - patches re-worked using gbp-pq (authorships kept) + - debian/control: quilt b-dep dropped + - debian/rules: quilt usage dropped + * debian/gbp.conf: file added + * debian/control: autotools-dev b-dep added + * debian/rules: drastic simplification + * debian/control: S-V bump 3.8.3 => 3.9.4 (no changes needed) + * debian/control: python-lxml Suggests => Recommends (Closes: #389540) + * debian/control: python-numpy Suggests => Recommends (Closes: #440566) + * debian/control: libgnomevfs2-extra Suggests => Recommends + (Closes: #602599) + * debian/control: skencil Suggests dropped. + The package has been removed from unstable + on 2010-09-03 and from testing on 2010-09-04. (Closes: #712192) + * debian/control: transfig added to Recommends (Closes: #601770) + * debian/control: python dropped from Suggests (Closes: #628009) + * debian/control: Package description updated. + Thanks to Phil Bull for the new description. + (Closes: #635244) (LP: #811634) + + -- Matteo F. Vescovi Tue, 02 Jul 2013 17:25:52 +0200 + +inkscape (0.48.4-1) unstable; urgency=low + + * Upload to unstable + * debian/control: added myself to Uploaders + * debian/patches/: patchset updated + - 04-Fix_FTBFS_on_gcc-4.8.patch added (Closes: #701297) + + -- Matteo F. Vescovi Fri, 21 Jun 2013 15:13:32 +0200 + +inkscape (0.48.4-0.1) experimental; urgency=low + + * Non-maintainer upload. + * New upstream release (Closes: #696181) + - debian/patches/: patch #03 for CVE-2012-5656 + was merged upstream, so dropped our copy + - libpng15 incompatibility fixed (Closes: #649975) + - fixes compatibility with poppler 0.20.x (Closes: #679890) + * debian/changelog: old NMU changelog entry added (Closes: #564022) + + -- Matteo F. Vescovi Thu, 24 Jan 2013 10:21:49 +0100 + +inkscape (0.48.3.1-1.3) unstable; urgency=low + + * Non-maintainer upload. + * Add Debian patch to fix relative filename vulnerability (Closes: #654341). + + -- John Paul Adrian Glaubitz Sat, 29 Dec 2012 19:15:46 +0100 + +inkscape (0.48.3.1-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Add Debian patch to fix vulnerability CVE-2012-5656 (Closes: #696485). + + -- John Paul Adrian Glaubitz Mon, 24 Dec 2012 00:58:56 +0100 + +inkscape (0.48.3.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Switch the libpng12-dev build dependency to libpng-dev (closes: #662378) + * Add the libpoppler-private-dev build dependency (closes: #660987) + + -- Pino Toscano Fri, 15 Jun 2012 16:40:22 +0200 + +inkscape (0.48.3.1-1) unstable; urgency=low + + * [cb1a6e2] delete 01-libwpg0.2.dpatch since proper patch appied upstream + * [041bdd7] delete 02-add-shebangs-and-fix-permissions.dpatch (applied upstream) + * [518e31b] delete 03-add-missing-mimetypes.dpatch (applied upstream) + * [df995c3] add datamatrix patch from ubuntu (closes: #618835) + * [169ca97] Imported Upstream version 0.48.3.1, this handles the following + debian bugs: + - closes: #665560: inkscape: Including individual glib headers no longer supported + - closes: #627637: JessyInk: Embedded Javascript Broken + - closes: #559332: inkscape: Cairo rendering broken for "use" elements with + scaling or a viewBox + - closes: #596836: clipart search spews messages in console + - closes: #628035: inkscape: in the pdf export dialog a wrong pdf version is + reported + - closes: #651196: French manpage has accents replaced by some garbage + - closes: #633150: inkscape: New upstream version 0.48.3 is available + * [3f6e27a] use quilt instead of dpatch for patch handling + * [dd10775] Acknowledge NMU, inkscape doesn't register for handling of pdf + and ps anymore (closes: #613752) + * upload sponsored by Guido Guenther + Thank you very much! + + -- Wolfram Quester Sun, 25 Mar 2012 13:51:37 +0200 + +inkscape (0.48.1-2) unstable; urgency=low + + * upload to unstable (closes: #611626) + * [d364fdc] link against libwpg0.2/libwpd0.9 (closes: 604825) + Thanks to Rene Engelhard for his work and the patch! + * upload sponsored by Guido Guenther + Thank you very much! + + -- Wolfram Quester Mon, 14 Feb 2011 13:48:21 +0100 + +inkscape (0.48.1-1) experimental; urgency=low + + * [f6250fa] Imported Upstream version 0.48.1 + * [e5b9206] remove debian/patches/01-end-drag-fix.dpatch since applied + upstream + * [2b6fb5b] add patch to fix shebang lines in extensions scripts + * [f38e3e1] drop dependency upon ttf-bitstream-vera (closes: #597503) + * [0a91fb1] binary depends on ${misc:Depends} as indicated by lintian + * [02b4953] depend on libmagick++-dev instead of libmagick++9-dev + * [ea095c3] Add supported mime types (closes: #596982) + + -- Wolfram Quester Sun, 06 Feb 2011 12:05:13 +0100 + +inkscape (0.48.0-1) experimental; urgency=low + + * [cae07a3] New Upstream version 0.48.0 + * [309c498] add patch to fix crash in node tool + * The highlights of this release are: + - multipath editing + - improved text tool: subscript, superscript, numerical input for text kerning, tracking and more + - new Airbrush tool + - LaTeX export with PDF/PS/EPS + - JessyInk extension to create presentations + - numerous bugfixes + * [56702cf] don't build-depend on libssl-dev (closes: #573338) + * [013b235] wrap lines in debian/control. patch by Benjamin Drung, + many thanks to him (closes: #576357) + * [747d3d1] add README.source adopted from nagios to make lintian a + bit happier + * [4df0df7] Remove all patches since they are applied upstream + + -- Wolfram Quester Mon, 16 Aug 2010 13:49:28 +0200 + +inkscape (0.47.0-2) unstable; urgency=low + + * Build depend on libaspell-dev, recommend aspell, add explanation to + package description (closes: #562060) + * update debian/watch patch by Kees Cook, many thanks to him + (closes: #562225) + * process DEB_BUILD_OPTIONS for "parallel=N" flag patch by Kees Cook, + many thanks to him. (Closes: #562226) + * Add patch to update man-page (closes:#570494) + * remove old unneeded patches + * upload sponsored by Guido Guenther + + -- Wolfram Quester Fri, 19 Feb 2010 19:21:33 +0100 + +inkscape (0.47.0-1) unstable; urgency=low + + * Imported Upstream version 0.47 + * This is upstream version 0.47, I added the .0 because + I forget the ~ in the -pre versions. + * add proper Vcs-fields to debian/control + * upload sponsored by Guido Guenther + + -- Wolfram Quester Mon, 30 Nov 2009 17:23:20 +0100 + +inkscape (0.47pre4-1) unstable; urgency=low + + * Imported Upstream version 0.47pre4 + * upload sponsored by Guido Guenther + + -- Wolfram Quester Fri, 06 Nov 2009 12:31:05 +0100 + +inkscape (0.47pre2-2) unstable; urgency=low + + * fix installation of usr/share/application- + registry/inkscape.applications + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 27 Oct 2009 08:16:59 +0100 + +inkscape (0.47pre2-1) unstable; urgency=low + + * new upstream release (closes: #532277) + Improvements and new features include: + - code cleanups and refractoring + - autosave feature, configurable via Inkscape preferences + - new and enhanced tools, extensions and filters + - new path effects + - enhanced import and export features + - improved svg support + - many other improvements and new features. For a better and more + comprehensive decription of enhancements see the online release notes at + http://wiki.inkscape.org/wiki/index.php/Release_notes/0.47 + * remove 04-only-use-valid-font-families-in-text-tool.dpatch + since there is a better fix in the code now (closes: #496784) + * remove other patches which are no longer needed: + - 01_mips.dpatch + - 02-poppler-0.8.3.dpatch + - 03-chinese-inkscape.dpatch + - 05_fix_latex_patch.dpatch + - 06_gcc-4.4.dpatch + - 07_cdr2svg.dpatch + - 08_skip-bad-utf-on-pdf-import.dpatch + - 09_gtk-clist.dpatch + - 10_belarussian.dpatch + - 12_desktop.dpatch + fix patch permissions in clean target + * upload sponsored by Guido Guenther + * build-depend on libgsl0-dev + * small adations to debian/rules + + -- Wolfram Quester Wed, 08 Jul 2009 22:37:10 +0200 + +inkscape (0.46-9) unstable; urgency=low + + * add 13_slider.dpatch by Marco Presi + to allow the full range of values for r/g/b/alpha channels + (closes: #525100) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Fri, 24 Apr 2009 18:35:32 +0200 + +inkscape (0.46-8) unstable; urgency=low + + * Try to workaround libpng-bug by 11_libpng.dpatch + (closes: #522477). + * upload sponsored by Guido Guenther + + -- Wolfram Quester Mon, 20 Apr 2009 19:26:39 +0200 + +inkscape (0.46-7) unstable; urgency=low + + * apply patch Arthur Loiret to fix GPREL16 relocation errors on + alpha (Closes: #521767). + * Acknowledge NMU for 0.46-5.1 by Josselin Mouette, which happened quite + parallel to the upload of 0.46-6 + * raise Standards-Version to 3.8.1 + * raise debhelper compat mode and dependency to 7 + * add dh_desktop to install target in debian/rules + to fix lintian warning desktop-mimetype-without-update-call + * fix lintian warnings description-contains-homepage + and debian-rules-ignores-make-clean-error + * fix config changes in .diff.gz + * upload sponsored by Guido Guenther + + -- Wolfram Quester Thu, 02 Apr 2009 19:12:05 +0200 + +inkscape (0.46-6) unstable; urgency=low + + * fix typo: suggest python-uniconvertor instead of python-uniconverter + (Closes: #506217) + * add 09_gtk-clist.patch to work around a gtk bug (closes: #518633) + patch taken from https://bugs.launchpad.net/inkscape/+bug/238223 + * upload sponsored by Guido Guenther + * add 10_belarussian.dpatch by Hleb Valoshka + (closes: #514549) + + -- Wolfram Quester Sun, 08 Mar 2009 12:16:45 +0100 + +inkscape (0.46-5.1) unstable; urgency=low + + * Non-maintainer upload. + * 03-gtk-includes.dpatch: patch from Ubuntu to fix FTBFS caused by + wrong GTK+ includes. Closes: #518633. + + -- Josselin Mouette Mon, 23 Mar 2009 20:35:51 +0100 + +inkscape (0.46-5) unstable; urgency=low + + * Fix error in bash completion file introduced in the last upload. + Thanks to Salvatore Bonaccorso for spotting this. + * Include patch by Thomas Viehmann, which fixes a crash with pdf import in + some cases (Closes: #510234). + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 30 Dec 2008 23:40:25 +0100 + +inkscape (0.46-4) unstable; urgency=low + + * Fix lintian warning: menu-item-uses-apps-section (Closes: #508692). + * Add debian/watch file (Closes: #508690). + * Add support in bash completion file for jpeg, svgz, and pdf + (Closes: #428226). + * Add patch to give back LaTeX formula rendering option + (Closes: #464154, #506285). + * Thanks Salvatore Bonaccorso for his patches :-) + * Add patch by Martin Michlmayr to make inkscape compile + with gcc 4.4 (Closes: #505660) + * Suggest python-uniconvertor and add patch by Andreas Wenning to use it in + the .cdr input plugin instead of the old uniconv (Closes: #471109, #506217). + * Suggest libgnomevfs2-extra which is needed to make + "Import From Open Clip Art Library" work (Closes: #496785). + * Suggest libsvg-perl , as the txt2svg extension needs it (Closes: #504469). + * upload sponsored by Guido Guenther + + -- Wolfram Quester Sun, 28 Dec 2008 17:35:10 +0100 + +inkscape (0.46-3) unstable; urgency=low + + * suggest ttf-bitstream-vera (Closes: #496784) + * add a patch by Thomas Viehmann to only use valid font + families in the text tool. Many thanks to him and Charles Plessy + for debugging this stuff. + * Acknowledge NMU by Thomas Viehmann + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 28 Oct 2008 19:46:24 +0100 + +inkscape (0.46-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Add upstream patch fixing a crash in the open dialog + in the zh_CN.utf8 locale. Closes: #487623. + Thanks to Luca Bruno for the patch. + + -- Thomas Viehmann Tue, 09 Sep 2008 23:29:02 +0200 + +inkscape (0.46-2) unstable; urgency=low + + * chmod a+x inkscape/extensions/xaml2svg/ during install in debian/rules + * change my email address in debian/control + * upload sponsored by Guido Guenther + * add patch from gentoo to make inkscape build with libpoppler 0.8.3 + http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape/files/inkscape-0.46-poppler-0.8.3.patch?view=markup + (closes: #488170, #489083) + + + -- Wolfram Quester Tue, 22 Jul 2008 17:48:18 +0200 + +inkscape (0.46-1) unstable; urgency=low + + * acknowledge NMU by Aurelien Jarno, many thanks to him for making inkscape + build again + * new upstream release (Closes: #470832) + Improvements and new features include: + - speed and interactivity improvements + - better SVG compliance + - Open Clip Art Library integration + - Native PDF and AI import + - Dockable dialogs + For a more detailed description see /usr/share/doc/inkscape/NEWS.gz + The following bugs are fixed by this release: + - FTBFS: Global symbol "@INTLTOOL_ICONV" requires + explicit package name at ./intltool-merge line 94. (Closes: #436333) + - FTBFS: attributes.cpp:400: error: 'g_assert' was not declared in this + scope (Closes: #471622) + - Inkscape build requirements not met (Closes: #475071) + - translator credits in the about dialog is empty (Closes: #415940) + * remove 02_fix_ps2pdf_bashism.dpatch and + 03_measure-add-english-units.dpatch since they are applied upstream + * add libboost-dev, libgtkspell-dev, libmagick++9-dev, libpoppler-glib-dev, + and libwpg-dev to build-deps in debian/control + * remove build-dependency on libperl-dev (Closes: #463130) + * change version dependencies to match those in configure script + * replace python-xml by python-lxml in Suggests: (Closes: #468598), add + ruby + * add python-numpy to Suggests: + * adopt package description to reflect the changes in Suggests: and Depends: + * raise Standards-Version to 3.7.3 + * change executable bits on extension scripts as suggested by lintian + (quick'n'dirty fix) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 15 Apr 2008 19:32:15 +0200 + +inkscape (0.45.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix autotools issues (closes: #436333): + - Remove all autotools change from the .diff.gz + - debian/patches/04_maintainer-mode.dpatch: new patch to enable + AM_MAINTAINER_MODE. + - debian/patches/05_autotools.dpatch: new patch containing the result + of reconfigure/relibtoolize/reintltoolize. + * Fix build with gcc-4.3 (closes: #467187): + - debian/patches/06_gcc-4.3.dpatch: new patch. + + -- Aurelien Jarno Mon, 03 Mar 2008 16:58:31 +0100 + +inkscape (0.45.1-1) unstable; urgency=low + + * New upstream release, containing bugfixes + * fix bashism in ps2pdf.sh. (closes: #417245) + Thanks to Jérémy Bobbio + * add libssl-dev to enable SSL support in inkboard and + remove libloudmouth-dev since it is no longer used for inkboard, raise + required version of libgtk2.0-dev to >= 2.8.0-1 (closes: #410358) + Thanks to Kees Cook for pointing this out. + * add foot and yard units to inkscape's "measure path" extension + Thanks Daniel Kahn Gillmor + for the patch (closes: #417959) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Wed, 25 Apr 2007 18:57:50 +0200 + +inkscape (0.45-1) unstable; urgency=low + + * new upstream version. + Improvements and new features include: + - Gaussian blur + - History dialog + - Several important tool features are added + - new extension effects + - Display speed and interactivity improved + - better bitmap tracing + - improved outline mode + - more commands in Help menu + * upload sponsored by Guido Guenther + + -- Wolfram Quester Mon, 5 Feb 2007 17:00:44 +0100 + +inkscape (0.45~pre1-1) unstable; urgency=low + + * new upstream version. + Debian bugs fixed by this version are: + - No tight-fitting bounding box in EPS output (closes: #396393) + - Effects->Render->LaTeX formula is unusable (closes: #376558) + * adopt 02_mips.dpatch to this new version (move to 01_mips.dpatch) + * remove 01_nb.po since applied upstream + * remove no longer needed --datarootdir option from configure call + in debian/rules + * upload sponsored by Guido Guenther + + -- Wolfram Quester Thu, 11 Jan 2007 11:36:22 +0100 + +inkscape (0.44.1-1) unstable; urgency=low + + * new upstream version. New features include: + - inkscape now compiles with gcc-4.2.x (Closes: #377013) + - added missing German version of the advanced tutorial and made + corrections to the calligraphy one; added missing Czech, German, and + Brazil-Portuguese tutorials to tarball; added missing German keytable to + tarball (Closes: #386616) + - applied changes to the German and Spanish translations of Inkscape + strings + For more changes and bug fixes not related to entries in debian's BTS see + the file /usr/share/doc/inkscape/NEWS.gz + * enable inkboard collaborative editing features (Closes: #343852) + added libloudmouth1-dev to Depends: + * update norwegian bookmål translation. (Thanks to Steinar H. Gunderson + for the update, closes: #387436) + * get rid of the xgot hack on mips (Thanks to Thiemo Seufer + for the patch, closes: #377082) + * move dia | dia-gnome and skencil from Recommends: to Suggests: + (Closes: #386360) + * Add --datarootdir=\$${prefix}/share --datadir=\$${prefix}/share + to configure options to repair datarootdir in config.h + * change debian/mime as suggested by James R. Van Zandt + Thanks for the patch. (Closes: #375249) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Mon, 18 Sep 2006 18:05:08 +0200 + +inkscape (0.44-1) unstable; urgency=low + + * new upstream version (closes: #375497) + See /usr/share/doc/inkscape/NEWS.gz for new features, bugfixes and known + problems. + * add liblcms1-dev to build-depends and configure with --enable-lcms to + enable LittleCms color management. + * remove gcc-4.1.diff.dpatch and no-freetype-internals.diff since they are + applied upstream + * remove --with-perl and --with-python from configure options since they are + only stubs ATM. + * recommend skencil instead of sketch (closes: #370437) + * bump Standards-Version up to 3.7.2 (no changes) + * remove executable-bit from ps2pdf.cmd during install + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 13 Jun 2006 16:30:28 +0200 + +inkscape (0.43-5) unstable; urgency=low + + * move handling of debian-specific patches to dpatch (and build-depend on + it), little cleanup of debian/rules. + * remove "g++ (>= 4:4.0.2-2) [arm m68k hppa]" from build-dependencies + * added no-freetype-internals.diff submitted upstream by David Turner to + clean up inkscape's dealing with freetype. This patch also allows to build + inkscape using freetype 2.2.1. Thanks David! + * added gcc-4.1.diff submitted by Martin Michlmayr and Brian M. Carlson to fix + compilation with gcc-4.1. Thanks Martin and Brian! + (closes: #357112) + * upload sponsored by Martin Michlmayr + + -- Wolfram Quester Mon, 29 May 2006 11:47:43 +0200 + +inkscape (0.43-4) unstable; urgency=low + + * In the last upload I removed gcc-3.4 in the build-depends but forgot to + adapt debian/rules. (Closes: #347682) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Thu, 12 Jan 2006 11:40:19 +0100 + +inkscape (0.43-3) unstable; urgency=low + + * Acknowledge NMU, which in fact was an upload of my sponsor with my + knowledge (Closes: #341909, #342194, #342367) + * Build-Depend on g++ (>= 4:4.0.2-2) on arm/hppa/m68k to get rid of g++-3.4 + on etch + * upload sponsored by Guido Guenther + + -- Wolfram Quester Sat, 24 Dec 2005 11:32:35 +0100 + +inkscape (0.43-2) unstable; urgency=low + + * Rebuild against newer libsigc++ (>= 2.0.16-2) to help the C++ transistion + (Closes: #341909) + + -- Guido Guenther Fri, 9 Dec 2005 10:21:39 +0100 + +inkscape (0.43-1) unstable; urgency=high + + * New upstream version, new features include: + - Connectors: Objects can be connected using auto-routing lines + - calligraphy tool may now use a tablet pen with pressure and tilt + support + - better editing of Bezier curves + - new extensions, improved SVG compatibility + * Correct website for dia in extensions (Closes: #337353) + * urgency=high since this version fixes the buffer overflow discovered by + Joxean Koret (see CVE-2005-3737, debian bug 330894). + * upload sponsored by Guido Guenther + + -- Wolfram Quester Thu, 24 Nov 2005 11:54:49 +0100 + +inkscape (0.42.2+0.43pre2-1) unstable; urgency=low + + * New upstream version. + * Build with gcc-3.4 on arm m68k hppa (Closes: #336324). + Use the workaround provided in + http://lists.debian.org/debian-devel/2005/09/msg00020.html to escape from + Bug #323133. + * Just for the record: inkscape version 0.42+0.43pre1 and newer is not vulnerable to + the security bug mentioned in Bug #330894. + * upload sponsored by Guido Guenther + + -- Wolfram Quester Mon, 7 Nov 2005 17:27:35 +0100 + +inkscape (0.42.2+0.43pre1-1) unstable; urgency=low + + * New upstream version. + * Recommend dia | dia-gnome instead of dia only. Thanks to Olleg Samoylov + for spotting this (Closes: #328419). + * configure with python/perl extensions (Closes: #332825). + For that, build-depend on python-dev and libperl-dev. + * compile with -mieee on alpha to work around bug 330826 (closes: #330604). + * Bump Standards-Version up to 3.6.2 (no changes) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 25 Oct 2005 14:18:56 +0200 + +inkscape (0.42.2-1) unstable; urgency=low + + * New upstream version. + * Just for the record: inkscape version 0.42 and newer is not vulnerable to + the security bug mentioned in Bug #321501. + * enable --with-gnome-vfs in debian/rules, add libgnomevfs2-dev to + Build-Depends + * upload sponsored by Guido Guenther + + -- Wolfram Quester Mon, 22 Aug 2005 12:06:23 +0200 + +inkscape (0.42-1) unstable; urgency=low + + * New upstream version. + New features include better flow text handling and text selection, + better PS/EPS Export and SVG/CSS Compliance, Colored Clones, new, powerful + ways to arrange objects. For more information please have a look into the + release notes. + This fixes the following bugs: + - Simple and reproducible crash sequence with color tool (Closes: #302159) + - inkscape: got frozen with 2 buttons (Closes: #296126) + - Cannot export _really_ large drawings (more than 10000px) (Closes: #310864) + - updated german translation (Closes: #314041) + - fails to install (wrong dependencies) (Closes: #319958) + - new upstream version 0.42 available (Closes: #321015) + * Remove all patches from the debian package, since they were applied + upstream or backports. + * added Suggests: libxml-xql-perl, python-xml which are used by some + extensions in the new effect menu + * Fix typos in package description and add some info to copyright (thanks to Peter Moulder) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Wed, 29 Jun 2005 11:13:02 +0200 + +inkscape (0.41-5) unstable; urgency=low + + * Backport Patch from upstream to allow correct handling of empty lines in + svg files when exporting to eps in certain cases (closes: #301984) + * Added note to debian/copyright that some code in inkscape is public domain + + -- Wolfram Quester Fri, 13 May 2005 12:04:30 +0200 + +inkscape (0.41-4) unstable; urgency=high + + * include a fix the segfault at startup on alpha. Since this makes inkscape + usable on alpha set urgency to high, to allow this fix to reach sarge. + (Closes: #261848) + Many thanks to Florian Hars for the fix. + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 5 Apr 2005 14:01:10 +0200 + +inkscape (0.41-3) unstable; urgency=low + + * fix typo in package description (Closes: #297525) + + -- Wolfram Quester Wed, 2 Mar 2005 14:34:19 +0100 + +inkscape (0.41-2) unstable; urgency=low + + * grab patch from upstream to fix segfault on cmd-line export to png + (Closes: #295341) + * include file for bash-completion contributed by Julien Allali + . Many thanks to him! + * Move dia, libwmf-bin, pstoedit, sketch, imagemagick, and perlmagick + to Recommends: instead of Suggests: to avoid the warning about not + initialized extensions and get the functionality they provide into + a default install. Explain that these packages are needed in the package + description (Closes: #294930) + * Fix wording in the german translation of the "Could not load extensions" + dialogue (I really should use dpatch). + * add an additional hunk to inkscape-0.41_amd64.diff. This was sent in by + Andreas Jochens. Again thanks to him. I hope this is really fixed now. + (Closes: #288946) + + -- Wolfram Quester Thu, 24 Feb 2005 19:58:32 +0100 + +inkscape (0.41-1) unstable; urgency=low + + * New upstream version. changes to v. 0.40 include: + + Color tracing, as well as multi-level grayscale tracing, is now possible + with the built-in tracer. + + Clone tiler is an exciting new way to create patterns, tesselations, + scatterings, or just about any regular or chaotic arrangements with clones + of an original tile. + + Managing length units is cleaned up, extended, and centralized in the + document units preference stored with a document. The user unit (px) of + SVG is fully supported and made the default. + + It is possible to invert selections via the !-key. + + Icon theming is now possible. + + Revised translations, new translations of some tutorials. + + This upstream version closes: #293746, #292552 + * remove export-orientation.diff since it was taken from upstream + * adopt the amd64 patch by Andreas Jochens to the new version + * set build-depends libgc >= 1:6.4-1, since inkscape will not build with + older versions. Some bugs inkscape suffered from had their reason in the + old libgc. + * added patch to fix lintian warnings executable-not-elf-or-script. + * suggest perlmagick to enable import files from Adobe Illustrator and + imagemagick since the blured shadows-script needs convert. + * add libxslt1-dev to build-depends + * upload sponsored by Guido Guenther + * Guido Günther: fix typo in Build-Depends: that made the list look empty + + -- Wolfram Quester Thu, 10 Feb 2005 14:06:32 +0100 + +inkscape (0.40-3) unstable; urgency=low + + * Fixed typos and added link to wiki in man-page of inkview. Closes: #286310. + * Add patch by Andreas Jochens to allow compile on amd86/gcc-4.0. + Closes: #288946. + * Add patch by Philipp Hartmann as a workaround for people who want to + export as eps instead of printing. Closes: #292166. + * let the package synopsis start wit v instead of V to make lintian happy + + -- Wolfram Quester Sat, 29 Jan 2005 14:59:07 +0100 + +inkscape (0.40-2) unstable; urgency=high + + * High-urgency upload for sarge targetted RC bugfix. + * Build inkscape with -Wa,-xgot on mips, mipsel so that the linker can + handle the symbol tables correctly. Closes: #283476. + This patch is from Steve Langasek. Many thanks to him. + * upload sponsored by Guido Guenther + * GG: really set urgency to high + + -- Wolfram Quester Wed, 8 Dec 2004 18:54:45 +0100 + +inkscape (0.40-1) unstable; urgency=low + + * New upstream version. changes to v. 0.39 include: + + First version that supports layers. + + Text on path. + + Improved calligraphy pen, freehand pencil and star tool. + + Three new tutorials. + + More detail at http://www.inkscape.org/cgi-bin/wiki.pl?ReleaseNotes + * added hints="Vector" to debian/inkscape.menu + * cleanup debian/rules: remove comments remaining from dh_make, fix + intendation to meet the script from upstream + * upload sponsored by Guido Guenther + + -- Wolfram Quester Mon, 29 Nov 2004 15:06:27 +0100 + +inkscape (0.39+0.40pre4-1) unstable; urgency=low + + * This is upstream version 0.40pre4. + * upload sponsored by Guido Guenther + + -- Wolfram Quester Thu, 25 Nov 2004 13:42:32 +0100 + +inkscape (0.39+0.40pre3-1) unstable; urgency=low + + * This is upstream version 0.40pre3. + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 16 Nov 2004 10:59:39 +0100 + +inkscape (0.39+0.40pre2-1) unstable; urgency=low + + * This is upstream version 0.40pre2. + * upload sponsored by Guido Guenther + + -- Wolfram Quester Wed, 10 Nov 2004 17:42:40 +0100 + +inkscape (0.39+0.40pre1-1) unstable; urgency=low + + * new upstream version + New features include "Make bitmap copy", "Blurred shadows", "Randomized + Shapes", "Select Under/Drag Selected", better and easier handling of + default gradients, master opacity, node editing and the star tool as well + as a new tutorial on shapes. + * This is upstream version 0.40pre1. The versioning of debian is to make + sure the final version 0.40 is greater than this pre-Version + * remove PS-patch since it is applied upstream + * Adopt upstreams Depends: in control file + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 2 Nov 2004 15:21:06 +0100 + +inkscape (0.39-7) unstable; urgency=low + + * use %F instead of %U in inkscape.desktop.in (closes: #276785) + * rebuild against libpango1.0-0 from unstable (closes: #277063) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Mon, 18 Oct 2004 15:50:01 +0200 + +inkscape (0.39-6) unstable; urgency=medium + + * urgency=medium to get proper printing into sarge. + * Thanks to Ross Burton for uncovering the hopefully last bug in my PS-patch + (closes: #270119). + * upload sponsored by Guido Guenther + + -- Wolfram Quester Wed, 13 Oct 2004 11:18:48 +0200 + +inkscape (0.39-5) unstable; urgency=low + + * change ADSC-patch so that printing in landscape mode is properly supported + when we print using PS-operators and as bitmap. Now ADSC-compliant PS is + generated in all cases. Thanks to Ross Burton for all his testing. + This finally closes: #270119. + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 14 Sep 2004 08:57:35 +0200 + +inkscape (0.39-4) unstable; urgency=low + + * change ADSC-patch to create ADSC-compliant PostScript even when using + "Print as bitmap". + * upload sponsored by Guido Guenther + + -- Wolfram Quester Mon, 13 Sep 2004 17:44:05 +0200 + +inkscape (0.39-3) unstable; urgency=low + + * create and apply patch to create ADSC-compliant PostScript and fix printing + in landscape mode when printing via "using postscript operators". The + landscape part of this patch is already applied upstream. + (closes: #270119) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Thu, 9 Sep 2004 13:33:34 +0200 + +inkscape (0.39-2) unstable; urgency=low + + * sort and clean build-dependencies in control according to pjrm. + * removed libxml-parser-perl from build-debs and added intltool instead. + This means that we don't use the intltool included in orig.tar.gz anymore. + * Added dia, pstoedit, and libwmf-bin to suggests in order to get proper + ps/eps and wmf import. + * set CXXFLAGS="$(CFLAGS)" for configure. Thanks to Thimo Neubauer and Peter + Moulder for pointing this out (closes: #266014). + * don't use build-stamp anymore. + * trim some whitespace at the end of lines in this changelog. + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 17 Aug 2004 11:49:54 +0200 + +inkscape (0.39-1) unstable; urgency=low + + * New upstream version + * upload sponsored by Guido Guenther + + -- Wolfram Quester Fri, 16 Jul 2004 12:45:42 +0200 + +inkscape (0.38.1+0.39pre4-1) unstable; urgency=low + + * New upstream version + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 13 Jul 2004 17:32:39 +0200 + +inkscape (0.38.1+0.39pre3-1) unstable; urgency=low + + * New upstream version + * This is upstream version 0.39pre3. The versioning of debian is to make + sure the final version 0.39 is greater than this pre-Versions + * removed "Conflicts: inkscape-cvs" and "Provides: inkscape" from debian/control + because the regular inkscape package should be installable parallel to + inkscape-cvs (if I ever have time to create this one) + * added "Suggests: sketch" to debian/control because inkscape can use sketch + to export eps. + + -- Wolfram Quester Fri, 9 Jul 2004 00:24:02 +0200 + +inkscape (0.38.1-4) unstable; urgency=low + + * added link to the inkscape homepage to debian/control + * added "Conflicts: inkscape-cvs" and "Provides: inkscape" to debian/control + to ensure proper handling of the new inkscape-cvs package + * upload sponsored by Guido Guenther + + -- Wolfram Quester Thu, 10 Jun 2004 16:13:35 +0200 + +inkscape (0.38.1-3) unstable; urgency=low + + * move debian/menu to debian/inkscape.menu. This was needed because upstream + includes a slightly diffent inkscape.menu file. Thanks to Karsten Merker. + * upload sponsored by Karsten Merker + + -- Wolfram Quester Tue, 20 Apr 2004 18:44:45 +0200 + +inkscape (0.38.1-2) unstable; urgency=low + + * fixed wording of package description in debian/control + (thanks to Karsten Merker) + * upload sponsored by Karsten Merker + + -- Wolfram Quester Mon, 19 Apr 2004 15:50:48 +0200 + +inkscape (0.38.1-1) unstable; urgency=low + + * New upstream release to fix two bugs itroduced in the flurry of last-day + activity. + * added my fix to the KEYBINDINGS-section in inkscape.1.in again + * upload sponsored by Guido Guenther and + Karsten Merker + + + -- Wolfram Quester Mon, 12 Apr 2004 21:11:01 +0200 + +inkscape (0.38-1) unstable; urgency=low + + * New upstream release: + Main goal for this release was to fix as many bugs as possible. Apart from + that, some new features and usability enhancements were included. Have a + look at /usr/share/doc/inkscape/NEWS for more information. + * remove debian/inkview.1 since it was included upstream. + * added my fix to the KEYBINDINGS-section in inkscape.1.in again + * don't remove po/*.gmo in debian/rules any longer + * remove debian/examples and dh_installexamples + * upload sponsored by Guido Guenther and + Karsten Merker + + -- Wolfram Quester Thu, 8 Apr 2004 12:24:13 +0200 + +inkscape (0.37-5) unstable; urgency=low + + * remove Guido Guenther from Uploaders + * insert a pair of #ifdef DEBUG_MARKERS ... #endif in + src/dialogs/stroke-style.cpp, sp_stroke_style_set_marker_buttons() + as suggested by + http://cvs.sourceforge.net/viewcvs.py/inkscape/inkscape/src/dialogs/stroke-style.cpp?r1=1.23&r2=1.24&hideattic=0 + (closes: #241668) + * upload sponsored by Guido Guenther + + -- Wolfram Quester Fri, 2 Apr 2004 19:09:03 +0200 + +inkscape (0.37-4) unstable; urgency=low + + * took updated po/es.po from upstream + * remove po/*.gmo in debian/rules + * added mime-type image/svg to debian/mime + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 30 Mar 2004 11:20:18 +0200 + +inkscape (0.37-3) unstable; urgency=low + + * converted inkscape.png to debian/inkscape.xpm and use this icon in the + menus (Trying to avoid lintians menu-icon-not-in-xpm-format) + * use dh_installexamples correctly. inkscape can display them even if + they are gzipped. (Closes: #232254) + * upload sponsored by Guido Guenther + * added manpage for inkview + * fixed KEYBINDINGS-section in inkscape.1 + * added inkscape.applications to have an entry in nautilus' "open with + another application" menu. I still don't know how I get an entry in "open + with" + + -- Wolfram Quester Fri, 13 Feb 2004 01:15:37 +0100 + +inkscape (0.37-2) unstable; urgency=low + + * the ./intltool-* scripts need libxml-parser-perl. + + -- Guido Guenther Wed, 11 Feb 2004 15:36:31 +0100 + +inkscape (0.37-1) unstable; urgency=low + + * new upstream version + * added libsigc++-1.2-dev to Build-Depends + * removed no more existing TODO from debian/docs + * upload sponsored by Guido Guenther + + -- Wolfram Quester Tue, 10 Feb 2004 14:02:10 +0100 + +inkscape (0.36-3) unstable; urgency=low + + * enable installation of debian menus + * install examples to /usr/share/doc/inkscape/ + * added mime-support + + -- Wolfram Quester Tue, 13 Jan 2004 11:36:43 +0100 + +inkscape (0.36-2) unstable; urgency=low + + * fix versioning in debian/changelog + * remove CVS/ subdirs + * remove sodipodi changelog from debian/ directory + * add myself to uploaders + + -- Guido Guenther Fri, 26 Dec 2003 23:01:02 +0100 + +inkscape (0.36-1) unstable; urgency=low + + * Initial Release. closes: #220795. + * adopted package description from Nathan Hurst + + -- Wolfram Quester Thu, 18 Dec 2003 12:36:30 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cdfe3c5 --- /dev/null +++ b/debian/control @@ -0,0 +1,127 @@ +Source: inkscape +Section: graphics +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: + Mattia Rizzolo , +Build-Depends: + cmake, + debhelper-compat (= 13), + dh-python, + dh-sequence-python3, + ninja-build, + python3, +Build-Depends-Arch: + imagemagick (>= 0) , + libaspell-dev, + libboost-dev, + libcdr-dev, + libdbus-1-dev, + libdbus-glib-1-dev, + libdouble-conversion-dev, + libgc-dev (>= 1:6.8), + libgdl-3-dev, + libgmock-dev, + libgsl-dev, + libgtk-3-dev, + libgtkmm-3.0-dev, + libgtkspell3-3-dev, + libjemalloc-dev, + liblcms2-dev, + libmagick++-dev, + libpango1.0-dev, + libpng-dev, + libpoppler-glib-dev, + libpoppler-private-dev, + libpotrace-dev, + librevenge-dev, + libsigc++-2.0-dev (>= 2.0.16-2), + libsoup2.4-dev, + libtool, + libvisio-dev, + libwpg-dev (>= 0.3.0), + libxml-parser-perl, + libxml2-dev (>= 2-2.4.24), + libxslt1-dev, + pkg-config, + zlib1g-dev, +Standards-Version: 4.5.1 +Rules-Requires-Root: no +Homepage: https://inkscape.org +Vcs-Git: https://salsa.debian.org/multimedia-team/inkscape.git +Vcs-Browser: https://salsa.debian.org/multimedia-team/inkscape + +Package: inkscape +Architecture: any +Depends: +# See https://bugs.debian.org/969907 + libpoppler-glib8 (>= 20.09.0), + librsvg2-common [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64 riscv64 sparc64], + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, +Recommends: + aspell, + fig2dev, + imagemagick, + libimage-magick-perl, + librsvg2-common, + libwmf-bin, + python3-lxml, + python3-numpy, + python3-scour, +Suggests: + dia, + inkscape-tutorials, + libsvg-perl, + libxml-xql-perl, + pstoedit, + python3-uniconvertor, + ruby, +Description: vector-based drawing program + Inkscape is an illustration editor which has everything needed to + create professional-quality computer art. You can use it to make + diagrams and illustrations, technical drawings, web graphics, clip art, + icons and logos. A collection of hands-on tutorials show you how to + combine lines, shapes and text of different types and styles to build + up a picture. + . + A selection of powerful vector graphics editing tools comes as + standard. There is excellent support for paths, gradients, layers, + alpha transparency and text flow control. An extensive library of + filters allow you to apply realistic effects and extensions allow you + to work with bitmaps, barcodes and printing marks, amongst other things. + . + Most of the common vector formats are supported, including PDF, Adobe + Illustrator and AutoCAD files, and it has unrivalled support for the + SVG web graphics standard. + . + Between the suggested packages: + * dia: to export Dia shapes; + * libsvg-perl: to import .txt files (txt2svg extension); + * libxml-xql-perl: to use the shadow effect; + * python3-uniconvertor: enables several import/export extensions; + * pstoedit: to work with eps files; + * ruby: there are several extensions written in ruby; + +Package: inkscape-tutorials +Architecture: all +Multi-Arch: foreign +Depends: + ${misc:Depends}, +Recommends: + inkscape, +Breaks: + inkscape (<= 0.92.3-2~), +Replaces: + inkscape (<= 0.92.3-2~), +Description: vector-based drawing program - tutorials + Inkscape is an illustration editor which has everything needed to + create professional-quality computer art. You can use it to make + diagrams and illustrations, technical drawings, web graphics, clip art, + icons and logos. A collection of hands-on tutorials show you how to + combine lines, shapes and text of different types and styles to build + up a picture. + . + This package contains the tutorials, accessible from the Help > Tutorials + menu. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..319f15d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Wolfram Quester on +Wed, 12 Nov 2003 10:39:40 +0100. + +It was downloaded from http://inkscape.sourceforge.net/ + +Upstream Authors: + Josh Andler; John Bintz; Arpad Biro; Daniel Borgmann; Hans Breuer; + Nicu Buculei; Bulia Byak; Chema Celorio; Johan Ceuppens; Zbigniew Chyla; + Alexander Clausen; John Cliff; Kees Cook; Ben Cromwell; Robert Crosbie; + Jon Cruz; Daniel Díaz; Larry Doolittle; Maxim V. Dziumanenko; Danilo Egan; + Frank Felfe; Andrew Fitzsimon; Edward Flick; Fred; Ben Fowler; + Ted Gould; Bryce Harrington; Carl Hetherington; Karl Ove Hufthammer; + Richard Hughes; Nathan Hurst; Thomas Ingham; Bob Jamison; Lauris Kaplinski; + Lynn Kerby; Petr Kovar; Raph Levien; Vitaly Lipatov; Colin Marquardt; + Dmitry G. Mastrukov; Matiphas; Michael Meeks; Federico Mena; MenTaLguY; + Aubanel Monnier; Derek P. Moore; Peter Moulder; Jörg Müller; Yukihiro Nakai; + Christian Neumair; Andreas Nilsson; Mitsuru Oka; Jon Phillips; + Zdenko Podobny; Alexandre Prokoudine; Alexey Remizov; Frederic Rodrigo; + Juarez Rudsatz; Xavier Conde Rueda; Christian Schaller; Tom von Schwerdtner; + Shivaken; Boštjan Špetič; Aaron Spike; Kaushik Sridharan; Dariusz Stojek; + Pat Suwalski; Adib Taraben; David Turner; Aleksandar Urosevic; Lucas Vieites; + Michael Wybrow; Daniel Yacob; Masatake Yamato. + + See http://www.inkscape.org/discussion.php for Jabber/IRC discussion details, + and http://www.inkscape.org/mailing_lists.php for Inkscape-related mailing lists. + +License: GNU GPL; some portions public domain. + + On Debian systems, the text of the GNU GPL can be found in + /usr/share/common-licenses/GPL. + + Some parts of the inkscape source code are released into the Public Domain; + this is stated in the files and functions concerned. + Please consult the individual source files for more information. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..0109807 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,4 @@ +[DEFAULT] +pristine-tar = True +#debian-branch = experimental +#upstream-branch = upstream_exp diff --git a/debian/inkscape-tutorials.install b/debian/inkscape-tutorials.install new file mode 100644 index 0000000..b85c537 --- /dev/null +++ b/debian/inkscape-tutorials.install @@ -0,0 +1,3 @@ +share/tutorials/*.jpg usr/share/inkscape/tutorials +share/tutorials/*.png usr/share/inkscape/tutorials +share/tutorials/*.svg usr/share/inkscape/tutorials diff --git a/debian/inkscape.applications b/debian/inkscape.applications new file mode 100644 index 0000000..842b837 --- /dev/null +++ b/debian/inkscape.applications @@ -0,0 +1,7 @@ +inkscape + command=inkscape + name=inkscape + can_open_multiple_files=true + expects_uris=false + requires_terminal=false + mime_types=image/svg,image/svg+xml diff --git a/debian/inkscape.docs b/debian/inkscape.docs new file mode 100644 index 0000000..da4bc20 --- /dev/null +++ b/debian/inkscape.docs @@ -0,0 +1,2 @@ +NEWS.md +README.md diff --git a/debian/inkscape.install b/debian/inkscape.install new file mode 100644 index 0000000..093b12f --- /dev/null +++ b/debian/inkscape.install @@ -0,0 +1 @@ +debian/inkscape.applications usr/share/application-registry/ diff --git a/debian/inkscape.links b/debian/inkscape.links new file mode 100644 index 0000000..97acd27 --- /dev/null +++ b/debian/inkscape.links @@ -0,0 +1 @@ +/usr/share/inkscape/examples /usr/share/doc/inkscape/examples diff --git a/debian/inkscape.lintian-overrides b/debian/inkscape.lintian-overrides new file mode 100644 index 0000000..08d7289 --- /dev/null +++ b/debian/inkscape.lintian-overrides @@ -0,0 +1,2 @@ +# These are fine: inkscape invokes python by itself +unusual-interpreter usr/share/inkscape/extensions/*.py #!python diff --git a/debian/inkscape.maintscript b/debian/inkscape.maintscript new file mode 100644 index 0000000..1d39cb8 --- /dev/null +++ b/debian/inkscape.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/bash_completion.d/inkscape 0.91-6~ diff --git a/debian/inkscape.mime b/debian/inkscape.mime new file mode 100644 index 0000000..7486558 --- /dev/null +++ b/debian/inkscape.mime @@ -0,0 +1,4 @@ +image/svg+xml; inkscape %s; description="Scalable Vector Graphics"; test=test -n "$DISPLAY"; print=inkscape --print='|lp' %s; edit=inkscape %s; compose=inkscape %s; priority=7 +image/svg; inkscape %s; description="Scalable Vector Graphics"; test=test -n "$DISPLAY"; print=inkscape --print='|lp' %s; edit=inkscape %s; compose=inkscape %s; priority=7 +image/svg+xml; false; description="Scalable Vector Graphics"; test=test -z "$DISPLAY"; print=inkscape --print='|lp' %s; priority=7 +image/svg; false; description="Scalable Vector Graphics"; test=test -z "$DISPLAY"; print=inkscape --print='|lp' %s; priority=7 diff --git a/debian/patches/avoid-syntaxwarning-in-python-extension.patch b/debian/patches/avoid-syntaxwarning-in-python-extension.patch new file mode 100644 index 0000000..c8556d4 --- /dev/null +++ b/debian/patches/avoid-syntaxwarning-in-python-extension.patch @@ -0,0 +1,26 @@ +Author: Mattia Rizzolo +Description: Avoid SyntaxWarning in a python extension + I also reckon the chances of the check actually passing while using `is` to be quite low… +Forwarded: no, this is already upstream but not (yet) in the 1.0.x branch. +Last-Updated: 2020-09-10 + +--- a/share/extensions/interp.py ++++ b/share/extensions/interp.py +@@ -112,7 +112,7 @@ + else: + fillstyle = 'color' + +- if strokestyle is 'color': ++ if strokestyle == 'color': + if sst['stroke'] == 'none': + sst['stroke-width'] = '0.0' + sst['stroke-opacity'] = '0.0' +@@ -122,7 +122,7 @@ + est['stroke-opacity'] = '0.0' + est['stroke'] = sst['stroke'] + +- if fillstyle is 'color': ++ if fillstyle == 'color': + if sst['fill'] == 'none': + sst['fill-opacity'] = '0.0' + sst['fill'] = est['fill'] diff --git a/debian/patches/check-for-atomic.patch b/debian/patches/check-for-atomic.patch new file mode 100644 index 0000000..4097100 --- /dev/null +++ b/debian/patches/check-for-atomic.patch @@ -0,0 +1,31 @@ +Description: Add -latomic where needed + This is to fix the build on armel and mipsel +Author: Mattia Rizzolo +Forwarded: https://gitlab.com/inkscape/inkscape/-/merge_requests/1867 +Last-Update: 2020-05-07 + +--- a/CMakeScripts/DefineDependsandFlags.cmake ++++ b/CMakeScripts/DefineDependsandFlags.cmake +@@ -60,6 +60,22 @@ + list(APPEND INKSCAPE_LIBS "-latomic") + ENDIF() + ++include(CheckCXXSourceCompiles) ++CHECK_CXX_SOURCE_COMPILES(" ++#include ++#include ++std::atomic x (0); ++int main() { ++ uint64_t i = x.load(std::memory_order_relaxed); ++ return 0; ++} ++" ++LIBATOMIC_NOT_NEEDED) ++IF (NOT LIBATOMIC_NOT_NEEDED) ++ message(STATUS " Adding -latomic to the libs.") ++ list(APPEND INKSCAPE_LIBS "-latomic") ++ENDIF() ++ + + # ---------------------------------------------------------------------------- + # Helper macros diff --git a/debian/patches/python3.patch b/debian/patches/python3.patch new file mode 100644 index 0000000..16c431c --- /dev/null +++ b/debian/patches/python3.patch @@ -0,0 +1,23 @@ +Description: Don't consider `python` a valid python[23]? interpreter. + Just to be safe, don't even try to look it up. + Should be safe to drop the patch once python2 is not around anymore. +Author: Mattia Rizzolo +Forwarded: not-needed +Last-Update: 2020-05-07 + +--- a/src/extension/implementation/script.cpp ++++ b/src/extension/implementation/script.cpp +@@ -80,9 +80,11 @@ + { "python", {"python-interpreter", {"python3" }}}, + #else + { "perl", {"perl-interpreter", {"perl" }}}, +- { "python", {"python-interpreter", {"python3", "python" }}}, ++ /* don't consider `python` a valid python(3) interpreter */ ++ { "python", {"python-interpreter", {"python3" }}}, + #endif +- { "python2", {"python2-interpreter", {"python2", "python" }}}, ++ /* don't consider `python` a valid python(2) interpreter either */ ++ { "python2", {"python2-interpreter", {"python2" }}}, + { "ruby", {"ruby-interpreter", {"ruby" }}}, + { "shell", {"shell-interpreter", {"sh" }}}, + }; diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..479224a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,3 @@ +check-for-atomic.patch +python3.patch +avoid-syntaxwarning-in-python-extension.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2c4ab82 --- /dev/null +++ b/debian/rules @@ -0,0 +1,48 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/pkg-info.mk +include /usr/share/dpkg/architecture.mk + +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + +%: + dh $@ --buildsystem cmake+ninja + +override_dh_auto_configure-arch: + dh_auto_configure -- \ + -DCMAKE_BUILD_TYPE=Release \ + -DWITH_DBUS=ON \ + -DDART_TESTING_TIMEOUT=180 + +override_dh_auto_test-arch: + @# this is not run in parallel just because I'm too lazy to parse DEB_BUILD_OPTIONS + cd obj-$(DEB_HOST_GNU_TYPE) && LC_ALL=C.UTF-8 ninja -v tests + # some tests are not parallel-safe, since they try to look at the same file +ifeq ($(DEB_HOST_ARCH_ENDIAN),little) + dh_auto_test -a --no-parallel +else + # the testsuite fails on BE. https://gitlab.com/inkscape/inkscape/-/issues/1365 + -dh_auto_test -a --no-parallel +endif + +override_dh_auto_install-arch: + # The tutorials are manually installed, the rest goes here + dh_auto_install --destdir=debian/inkscape + rm -rv debian/inkscape/usr/share/inkscape/tutorials + rm -rv debian/inkscape/usr/share/inkscape/*/README + # Remove extensions that work only on Windows. #930154 + # https://gitlab.com/inkscape/inkscape/-/merge_requests/2689 + rm -v debian/inkscape/usr/share/inkscape/extensions/print_win32_vector.* + +ifeq (buster-backports,$(DEB_DISTRIBUTION)) +override_dh_dwz: + : Skipping dwz, 0.12 cannot compress Inkscape debug symbols +endif + +override_dh_auto_configure-indep: nothing +override_dh_auto_build-indep: nothing +override_dh_auto_install-indep: nothing +override_dh_auto_test-indep: nothing +.PHONY: nothing +nothing: + : Do nothing for the -indep build diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..3483d42 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,3 @@ +# something went wrong with 1.0.2 +source-is-missing *.pyc +source-contains-prebuilt-python-object diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..e61fa84 --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,142 @@ +pub rsa4096 2018-11-05 [SC] + A661100B3DAC1D4F2CAD8A54E603B2578FB8F0FB +uid [ unknown] Bryce Harrington +uid [ unknown] Bryce Harrington +uid [ unknown] Bryce Harrington +sub rsa4096 2018-11-05 [E] + EFE3985C341259026B70827A025EAF543E9B0729 + +pub dsa1024 2010-03-08 [SCA] [expires: 2023-04-09] + 74E8DA1398055A8120B276EB5FCB204EF882B07A +uid [ unknown] Marc Jeanmougin +uid [ unknown] Marc Jeanmougin +uid [ unknown] Marc Jeanmougin +uid [ unknown] Marc Jeanmougin +sub elg4096 2010-03-08 [E] [expires: 2023-04-09] + F51F4ABFBDFF8FCD8FF75BC25164476ED5AC11E6 + +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +PVf/YPl95swmVva86bmrGXvCKTCFfT4j9mDrKQ8umDkNJDUj4FJLbW2hGVVNUxlg +7GNbnLkNNmCHRunBeqT4eH8AoMkp3zgYWusJAbbc83+uEJajWQItA/9SbG0uVcRT +DPVK6kwlFQnZigTomwYma2HWRBqAiTr6F4nZIMg/S3ibSng4LEEAELFUFJ604skc +lUQUnIG7WYV1hR1MIkQssiJCUd/idDJoCv1NHNjarFhY2UTU08D0ebLsQx6y1Vwz +xv4H7iJwbNu0gy8qhTcAwG5q35rLDvvKyAQAjE5XYEf8Fuq5VLJH69EfG3qFqJXz +qL3S4Zg9XDid7qpE/zyJ1Mke0lb+qAkSIzbaOj7tDJ1QhHwk605UJi2b72+z+ikm +DK6/0ljohP85gvc6P1x8eU6UgcoQ5mLArjCfY32QkMlQ9kBIKrQiO3GgqypRebWl +ay2CS/Cj6g0WX260JE1hcmMgSmVhbm1vdWdpbiA8bWFyY0BqZWFubW91Z2luLmZy +PoiCBBMRAgBCAhsjBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAIZARYhBHTo2hOY +BVqBILJ261/LIE74grB6BQJej0/3BQkYng52AAoJEF/LIE74grB6UWYAnjeHFrfC +8gocab7co+hoCgwIz6IxAKC/gcomkBz4DiksUe4pt6DW4hGh9LQpTWFyYyBKZWFu +bW91Z2luIDxtYXJjLmplYW5tb3VnaW5AY25hbS5mcj6IaQQTEQIAKQUCVg/1IAIb +IwUJEtNf3wcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEF/LIE74grB6fqIA +niBsQNx6HEZyXC9kMy0Xb+KZzhONAJ9WNbFV9M/xRt+YeyBw27wWh+bj9LQoTWFy +YyBKZWFubW91Z2luIDxtYXJjamVhbm1vdWdpbkBmcmVlLmZyPoh9BBMRAgA9Ahsj +BgsJCAcDAgQVAggDBBYCAwECHgECF4AWIQR06NoTmAVagSCydutfyyBO+IKwegUC +Xo9P+gUJGJ4OdgAKCRBfyyBO+IKwevr7AJ4tpt+CFrenqIQKM2s4YXpgkhXF3ACg +iKFHJcSHUkw1yR3SnAYNqbbQNiK0Mk1hcmMgSmVhbm1vdWdpbiA8bWFyYy5qZWFu +bW91Z2luQHRlbGVjb20tcGFyaXMuZnI+iH4EExECAD4WIQR06NoTmAVagSCydutf +yyBO+IKwegUCXo9QHgIbIwUJGJ4OdgULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAK +CRBfyyBO+IKwehlWAJ9xxufSjBV0I04H7KUgj4ykQ8Ri7QCaA9ZlvnnZBAocJcBN +mEgI2HDkcw65BA0ES5TcARAQALCeJW6uzGah3ga0hwYynKq/kIMn+U8/uLBRNH+O +VUW8RB9WgES0GG3yHOPgGu5Rz2ho9uShwdO4zPifK/gmNVaiv4QMiMUKNLytjikc +F+VZJ7tZQ6mN6GGsGZ4DaTz0Rzxbb/UywFHxikoSWML/DNpVHpTC1xINA2pihdIs +BRYdLe369WdLPvo6jdzW/u0t2tsIkd5TB+BcDMNZLykpMewHJNReGKcIa2wSPT9m +TmCuhaVSkDvla9uFiQKAFk2EfTsR7SN1y1ZbHXGF2C0op1O2NNBQVV1xtpPfg07V +G3TqTwvR+12+uHWbnslSaOCqPpQ7uO18ff2SmUFgHkMIks9CA8VyaiQ6DXFM7G1q +OY09fhMdw3K5CpNBHtcPRPrwput3qY5VBqueg7otE+R4ko3F4PIhTy1sZhaenyU3 +7j4Qvo4AQR2RfoRTg6VKJBhGaLRVl2sky0wYMpfGNCs5ZR6POnBIo8iXxeHdpkhR +mBqn+NJx1/oMLHMxCSxd4FRFQV1b5CpLKUZiXc6TiJNfACDQPhEw1msZjA3ReAVw +f82P0jCvA6UFYBeWNXg0kj4afCohzn8cSE3s3uCsSBDT5PO0JX0Nj8RkUmUHXOH3 +WRRyhwXXdPNhoPJODCotguL8TUV1b+jgtS9G1CcLXD0NHAp6B8EKDukPSHbZBYyi +jmhfAAMFD/9BVdhfHkL/7UuzKMG2yw5tfFIBs8m2WnL/6l8oqCKvMjdfSJbAm+Q8 +VLXMy+mLXxeEvSb6n+wzrxsKPyZmOSSsAELr5DNPauKGPHhfdOOtwaveA5eLfXcy +jkcUVGwQbSXEyx2MpaElIydT0GWfk8VofTeRoqQ6r77GFC0wa0RCkicknXjb535b +Ci5WFBNrRVUgm5ITq47pF5ZOV72q7YyBZOa7VaAlXT8UapSGyQH5uOAxFxCHz0/e +IxljhW8ry2E8bb4saPDQikxpBG47scGGPJsiwHEUZoz0G5OkLyVd5rYNN4zPV51l +q5FsGZa9g2J0BKbmnXLuh5flccbl7BxPLt3Z/54cToZlTscvKTOGWbaUC2BjtROB +/+6pAddfcrRRkyww+0MfmdYS2fuZv86G4iYvCCSVLCUcOgTyM8UlzgLasEwFbbJx +c7xcESvWAaoiEt6P2tLWzC9OQvXRdxOHaaOR01ES0iTQhYYQcQasdBmTb45IlDAH +ha1JSZPNld+DfVZ57Ktx6iV0GMfZVI9IItHK07INFT1zOal5zNakp3socmBhoyP7 +W3LpNkY4DooZRRGgs69l94LFliHhlEnLicbKSvhie3/+OtFC1bqLllkoWQ6NK4vE +OiTBMilozyj7wHoS1mKhFwRHjTfyrpxB7vKKd0CNv3Il6L2rGn93WYhmBBgRAgAm +AhsMFiEEdOjaE5gFWoEgsnbrX8sgTviCsHoFAl6PT/sFCRieDnoACgkQX8sgTviC +sHpsmgCdH1CbVIpnCiLGvg+ZNuLS7/w9AngAnjJDv2NP4knPAHW0cmth7H3an113 +=ZKpB +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..c3dd3ba --- /dev/null +++ b/debian/watch @@ -0,0 +1,17 @@ +version=4 + +# ?pre=0 → only stable releases +# ?pre=1 → only unstable releases +# drop the ?pre for everything + +# main tarball +opts=\ +pgpmode=next,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/ \ +https://inkscape.org/release/all/source/archive/?pre=0 \ +(?:.*/)?@PACKAGE@@ANY_VERSION@(?:_.*)?@ARCHIVE_EXT@ + +# find the signature +opts=pgpmode=previous \ +https://inkscape.org/release/all/source/archive/?pre=0 \ +(?:.*/)?@PACKAGE@@ANY_VERSION@(?:_.*)?@SIGNATURE_EXT@ previous -- cgit v1.2.3