1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234
|
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
|