Change logs for inkscape source package in Focal

  • inkscape (1.1.1-3ubuntu1~bpo20.04.1) focal-backports; urgency=medium
    
      * Rebuild for focal-backports.  LP: #1876996
        + Drop explicit dependency on libpoppler-glib8 that was added a workaround
          for a Debian upgrade bug.
    
    inkscape (1.1.1-3ubuntu1) jammy; urgency=medium
    
      * Merge from Debian.  Remaining changes:
        + Restrict ragel and lib2geom build-deps on [!i386], since
          they are not available there.
    
    inkscape (1.1.1-3) unstable; urgency=medium
    
      * Apply patch from Jessica Clarke to fix several unaligned access and
        endianess-specific bugs.
      * Drop patch skipping some tests that are now fixed by the above patch.
      * Add patch from upstream to fix build with poppler 21.11.
      * Link against the system-wide lib2geom instead of the embedded copy.
        Don't do that in ubuntu/i386 where it's not available.  Closes: #989606
    
    inkscape (1.1.1-2) unstable; urgency=medium
    
      * Upload to unstable.
      * d/control: add explicit Build-Depends on:
        + libfontconfig-dev: already pulled by something else, but used directly.
        + librsvg2-common: required to run a tests.  Normally this package is also
          pulled in by something, but in some occasion it isn't.  Closes: #994741
    
    inkscape (1.1.1-1) experimental; urgency=medium
    
      * New upstream version 1.1.1
        https://wiki.inkscape.org/wiki/index.php/Release_notes/1.1.1
        + Hide a console warning.  Closes: #990782
      * d/rules: build the tests in parallel.
      * Remove patch applied upstream.
      * Add a patch to disable two failing tests on armhf (known to upstream).
    
    inkscape (1.1-1) experimental; urgency=medium
    
      * New upstream version 1.1.
        https://wiki.inkscape.org/wiki/index.php/Release_notes/1.1
        + Fix crash when too many fonts are installed.  Closes: #960036
        + Fix crash when rotating some objects.  Closes: #864415
        + Prevent popups from plugins on copy.  Closes: 553456; LP: #418242
      * Refresh patches.
      * d/watch: Also uversionmangle the pgp signature.
      * d/rules:
        + Drop configure option that is now the default upstream.
        + Drop workaround for something now fixed upstream.
        + Drop special case for buster's dzw.
        + Do a static build of 2geom and statically link inkscape to it.
          This is temporary until I'll package 2geom separately (see #989606),
          to avoid shipping 2geom from src:inkscape.
      * d/control:
        + Add new build-dependency on libgspell-1-dev,
          libboost-filesystem-dev, libreadline-dev, ragel.
        + Drop libxml-xql-perl from Suggests (unused since v0.91).  Closes: #987917
    
    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
    
    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.
    
    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.
    
    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
    
    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.
    
    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.
    
    inkscape (1.0-5) unstable; urgency=medium
    
      * Add patch from upstream to allow users to resize the document property
        dialog again.  Closes: #962185
    
    inkscape (1.0-4) unstable; urgency=medium
    
      * Add patch from upstream to fix crash using some cursors under Wayland.
        Closes: #965969
    
    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
    
    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
    
    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).
    
    inkscape (1.0~rc1-4) unstable; urgency=medium
    
      * d/rules: Fix architecture match, only make the testsuite fata on little
        endian architectures.
    
    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.
    
    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.
    
    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/
    
    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.
    
    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
    
    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
    
    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 <email address hidden>  Thu, 27 Jan 2022 11:57:16 +0100
  • inkscape (0.92.5-1ubuntu1.1) focal; urgency=medium
    
      * Add patch to use `python2` instead of `python` to run the python
        extensions.  LP: #1880338
    
     -- Mattia Rizzolo <email address hidden>  Tue, 26 May 2020 18:49:47 +0200
  • inkscape (0.92.5-1ubuntu1) focal; urgency=medium
    
      * Merge from Debian.  Remaining changes:
        + Build-depend on python2 instead of python.
        + Build using python2.
    
    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
        This is only a bugfix release.
      * 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 <email address hidden>  Thu, 16 Apr 2020 13:44:15 +0200
  • inkscape (0.92.4-5ubuntu5) focal; urgency=medium
    
      * Rebuild with the current poppler soname version
    
     -- Sebastien Bacher <email address hidden>  Fri, 27 Mar 2020 18:07:30 +0100
  • inkscape (0.92.4-5ubuntu3.1) focal; urgency=medium
    
      * debian/rules:
        - try building wtth O2 on ppc64el to workaround a compiler ICE
    
     -- Sebastien Bacher <email address hidden>  Fri, 28 Feb 2020 15:02:28 +0100
  • inkscape (0.92.4-5ubuntu3) focal; urgency=medium
    
      * debian/patches/upstream/git_new_poppler.patch:
        - backported some upstream fixes to build with the new poppler
    
     -- Sebastien Bacher <email address hidden>  Mon, 24 Feb 2020 15:18:10 +0100
  • inkscape (0.92.4-5ubuntu2) focal; urgency=medium
    
      * Build depend on python-all-dev instead of python-dev.
      * Build using python2.
    
     -- Matthias Klose <email address hidden>  Tue, 11 Feb 2020 10:32:55 +0100
  • inkscape (0.92.4-5ubuntu1) focal; urgency=medium
    
      * Build depend on python-all-dev instead of python-dev.
    
     -- Matthias Klose <email address hidden>  Tue, 11 Feb 2020 10:32:55 +0100
  • 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 <email address hidden> for reporting.
    
     -- Mattia Rizzolo <email address hidden>  Thu, 06 Feb 2020 14:43:49 +0100
  • inkscape (0.92.4-4build2) focal; urgency=medium
    
      * No-change rebuild to restore i386 binaries
    
     -- Steve Langasek <email address hidden>  Tue, 31 Dec 2019 16:30:48 -0800
  • inkscape (0.92.4-4build1) focal; urgency=medium
    
      * No-change rebuild to generate dependencies on python2.
    
     -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:34:19 +0000
  • 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 <email address hidden>  Fri, 04 Oct 2019 22:33:06 +0200