gimp-texturize (3.0+ds-1) unstable; urgency=medium

  * New upstream version 3.0+ds. (Closes: #1088063)
  * debian/control:
      - Bumped Standards-Version to 4.7.2.
      - Changed from libgimp2.0-dev to libgimp-3.0-dev in Build-Depends field.
  * debian/copyright:
      - Added a comment to explain about the "+ds" suffix.
      - Updated upstream and packaging copyright years.
  * debian/install: removed because this file is no longer needed.
  * debian/links: removed because this file is no longer needed.
  * debian/lintian-overrides: created to override a message about the libexec
    directory.
  * debian/rules: created the target execute_after_dh_auto_install to remove
    the pseudo upstream docs that are a link to his homepage.
  * debian/tests/control: updated to make it compliant with the new upstream
    version.
  * debian/watch: updated the rule to ignore the "+ds" suffix.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 30 Mar 2025 16:31:14 -0300

gimp-texturize (2.2-4) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.2.
  * debian/copyright:
      - Converted the last paragraph of the GPL-2 in a comment.
      - Updated packaging copyright years.
      - Updated the upstream email addresses.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Thu, 21 Sep 2023 07:08:35 -0300

gimp-texturize (2.2-3) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.1.
  * debian/copyright: updated packaging copyright years.
  * debian/watch: updated the search rule to make it compliant with new
    standards of the GitHub.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 02 Oct 2022 21:18:32 -0300

gimp-texturize (2.2-2) unstable; urgency=medium

  * Upload to unstable.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Tue, 16 Nov 2021 10:19:43 -0300

gimp-texturize (2.2-1) experimental; urgency=medium

  [ Joao Eriberto Mota Filho ]
  * New upstream version 2.2. (Closes: #997101)
  * debian/control:
      - Build-Depends field:
          ~ Added meson.
          ~ Removed intltool and libxml-parser-perl, no longer needed.
      - Bumped Standards-Version to 4.6.0.
  * debian/copyright:
      - Removed not needed data.
      - Updated the Source field to point to GitHub.
      - Updated upstream and packaging copyright years.
  * debian/docs: renamed README to README.md.
  * debian/install: created to install the plugin. No longer installing the
    useless help page (html).
  * debian/link: created to make symlink between the old and the new place of
    the plugin.
  * debian/patches/: removed all patches because the upstream fixed the source
    code. Thanks.
  * debian/tests/control: updated the test to use /usr/libexec/.
  * debian/watch: changed to point to GitHub.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + gimp-texturize: Drop versioned constraint on gimp in Depends.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Mon, 15 Nov 2021 08:47:22 -0300

gimp-texturize (2.1-11) unstable; urgency=medium

  * debian/tests/control: set CI test as superficial. (Closes: #974454)

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 18 Nov 2020 22:11:32 -0300

gimp-texturize (2.1-10) unstable; urgency=medium

  * debian/control:
      - Bumped Standards-Version to 4.5.0.
      - Migrated DH level to 13.
  * debian/copyright:
      - Split 'GPL-2 or GPL-2+' text in two blocks of licenses.
      - Updated packaging copyright years.
  * debian/patches/:
      - Added Applied-Upstream field to patches 10, 20 and 30.
      - debian/patches/70_fix-UTF8.patch: created to fix an UTF-8 character in
        README file.
  * debian/rules: removed DEB_LDFLAGS_MAINT_APPEND variable, used to inject
    -Wl,--as-needed in build process because it is default since Bullseye.
  * debian/upstream/metadata: created.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Fri, 24 Jul 2020 22:38:36 -0300

gimp-texturize (2.1-9) unstable; urgency=medium

  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.9
      - Bumped Standards-Version to 4.4.1.
  * debian/copyright: using GitHub/issues address in Upstream-Contact field.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/watch: updated to read version from plain text.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Fri, 13 Dec 2019 22:49:27 -0300

gimp-texturize (2.1-8) unstable; urgency=medium

  * debian/control:
      - Added VCS fields.
      - Bumped Standards-Version to 4.4.0.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Mon, 02 Sep 2019 23:38:39 -0300

gimp-texturize (2.1-7) unstable; urgency=medium

  * Upload to unstable.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Tue, 19 Feb 2019 08:03:40 -0300

gimp-texturize (2.1-6) experimental; urgency=medium

  * New maintainer. (Closes: #738993)
  * New upstream homepage. Consequently, updated Homepage field in
    debian/control file. (Closes: #922556)
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 12.
  * Run wrap-and-sort.
  * debian/control:
      - Added intltool to Build-Depends field.
      - Bumped Standards-Version to 4.3.0.
      - Improved long description.
  * debian/copyright:
      - Migrated to 1.0 format.
      - Updated all data.
  * debian/dirs: no longer needed. Removed.
  * debian/docs: added todo file.
  * debian/patches/:
      - move_image_to_heap:
          ~ Renamed to 10_move-image-to-heap.patch.
          ~ Added a header.
      - fix_cast_warnings:
          ~ Renamed to 20_fix-cast-warnings.patch.
          ~ Added a header.
      - remove_non_public_gimpimage_pdb_header
          ~ Renamed to 30_remove-non-public-gimpimage-pdb-header.patch.
          ~ Reorganized the header.
      - unescaped-left-brace: renamed to 40_unescaped-left-brace.patch.
      - replace_huge_by_inf:
          ~ Renamed to 50_replace-huge-by-inf.patch.
          ~ Added a header.
      - 60_avoid-no-translation-with-DH12.patch: created to allow
        gimp-texturize install its translations when using DH >= 10.
  * debian/rules: added DEB_BUILD_MAINT_OPTIONS and DEB_LDFLAGS_MAINT_APPEND
    variables to improve the GCC hardening and fix some invalid library links.
  * debian/tests/control: added to provide a trivial test.
  * debian/watch:
      - Added a fake site to explain about the current status of the original
        upstream homepage.
      - Bumped version to 4.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Mon, 18 Feb 2019 07:59:51 -0300

gimp-texturize (2.1-5) unstable; urgency=medium

  * QA upload.
  * debian/patches/replace_huge_by_inf patch to fix build with
    glibc >= 2.27.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 11 Feb 2018 21:22:36 +0000

gimp-texturize (2.1-4) unstable; urgency=medium

  * QA upload.
  * Fix "Local copy of intltool-* fails with perl 5.26":
    add patch to escape a literal opening brace in intltool-update.in.
    (Closes: #869576)

 -- gregor herrmann <gregoa@debian.org>  Mon, 24 Jul 2017 21:51:26 +0200

gimp-texturize (2.1-3) unstable; urgency=medium

  * QA upload.
  * Set maintainer to Debian QA Group. (see #738993)
  * Standards-Version: 3.9.8 (no changes)

 -- Adrian Bunk <bunk@debian.org>  Sun, 15 Jan 2017 16:09:08 +0200

gimp-texturize (2.1-2) unstable; urgency=low

  * [debian/patches/remove_non_public_gimpimage_pdb_header]: Remove unneeded
    #includes for private gimp headers (Closes: #674398). Thanks to the
    rebuild of all packages made by Lucas Nussbaum.
  * Bump Standards-Version to 3.9.3.
  * Bump debhelper version to 9 to use hardening options.

 -- Maximiliano Curia <maxy@debian.org>  Wed, 20 Jun 2012 17:01:19 -0300

gimp-texturize (2.1-1) unstable; urgency=low

  [adn+deb@diwi.org]
  * New upstream release. (Closes: #650127)
  * Switch to dpkg-source 3.0 (quilt) format.
  * Update debian/watch file.
  * Bump debhelper version to 8 and update packaging style to use dh.

  [maxy@debian.org]
  * Add myself as uploader, to maintain the Adnène version while keeping
    lintian happy.
  * Bump Standards-Version to 3.9.2.
  * [debian/patches/move_image_to_heap]: Avoid storing image information in
    the stack (Closes: #555841),
    thanks to Darren Salt <linux@youmustbejoking.demon.co.uk> for the patch
  * [debian/patches/fix_cast_warnings]: Fix for 'const char *'-to-'char *'
    conversion warnings (Closes: #555838),
    thanks to Darren Salt <linux@youmustbejoking.demon.co.uk> for the patch

 -- Maximiliano Curia <maxy@debian.org>  Mon, 09 Jan 2012 16:22:26 -0300

gimp-texturize (2.0-2) unstable; urgency=medium

  * Correct description (it is pseudo-periodicity).
  * Bump Standards-Version to 3.7.2.
  * Switch to cdbs:
     + use default rules, especially clean:: (Closes: #442573)
  * Bumped debhelper compatibility to 5.

 -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Thu, 15 Dec 2005 20:54:22 +0100

gimp-texturize (2.0-1) unstable; urgency=low

  * New upstream version. Closes: #325894

 -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Wed, 31 Aug 2005 20:16:01 +0200

gimp-texturize (1.0-4) unstable; urgency=low

  * Improve description

 -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Mon, 22 Aug 2005 00:55:37 +0200

gimp-texturize (1.0-3) unstable; urgency=low

  * Bumped Standards-Version to 3.6.2
  * Recompile against new gcc and g++ versions

 -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Wed, 13 Jul 2005 01:49:38 +0200

gimp-texturize (1.0-2) unstable; urgency=low

  * Renamed gettext file name (thanks to Ari Pollak). Closes: #303676

 -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Sun, 10 Apr 2005 18:51:00 +0200

gimp-texturize (1.0-1) unstable; urgency=low

  * Initial Release. Closes: #293901

 -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Sun,  6 Feb 2005 13:00:21 +0100
