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 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559
|
graphite2 (1.3.14-1) unstable; urgency=medium
* New upstream version 1.3.14
-- Rene Engelhard <rene@debian.org> Wed, 01 Apr 2020 11:11:00 +0200
graphite2 (1.3.13-11) unstable; urgency=medium
* Team upload.
* d/rules: fix variable name in the previous change.
-- Mattia Rizzolo <mattia@debian.org> Tue, 15 Oct 2019 19:56:08 +0200
graphite2 (1.3.13-10) unstable; urgency=medium
* Team upload.
* d/rules: export LD_LIBRARY_PATH while testing.
The build fails consistently on the buildds, but I can't reproduce it no
matter what. Lacking a clear solution, let's try explicitly exporting
this variable, hoping it will work around whatever is going wrong.
-- Mattia Rizzolo <mattia@debian.org> Tue, 15 Oct 2019 17:55:43 +0200
graphite2 (1.3.13-9) unstable; urgency=medium
* Team upload.
* Simplify and forward d/patches/non-linux.diff
* Run wrap-and-sort.
* d/control:
+ Bump Standards-Version to 4.4.1, no changes needed.
+ Annotate python3 build dependency with :native. Closes: #941647
Thanks to Helmut Grohne for the patch.
-- Mattia Rizzolo <mattia@debian.org> Thu, 03 Oct 2019 12:16:50 +0200
graphite2 (1.3.13-8) unstable; urgency=medium
* Team upload.
[ Rene Engelhard ]
* Apply patch from Helmut Grohne to annotate
Build-Depends: python3-fonttools with <!nocheck>. (Closes: #928545)
[ Mattia Rizzolo ]
* Refresh all the patches.
* Apply patch from Svante Signell to refresh the non-linux.diff patch.
* Enable the non-linux.diff patch again (disabled in 1.3.12-1).
* d/rules: Drop now unneeded override_dh_strip.
* Drop now unneeded lintian override for embedded-javascript-library.
* d/control:
+ Bump Standards-Version to 4.4.0, no changes needed.
+ Set Rules-Requires-Root:no.
* d/rules:
+ Explicitly set --no-parallel to the dh_auto_build building the docs, as
that's what's preventing the whole thing from being completely parallel.
+ Split the current override_dh_auto_install into multiple targets,
for better separation of arch/indep builds.
* Bump debhelper compat level to 12:
+ Drop d/compat, use the new debhelper-compat notation instead.
+ Drop explicit --parallel, default since compat 10.
+ The documentation moved: /usr/share/doc/libgraphite2-{doc -> dev}/html/
(change from Policy v3.9.7, ยง12.3)
* d/libgraphite2-doc.install: drop, the .docs contains it all already.
-- Mattia Rizzolo <mattia@debian.org> Sun, 18 Aug 2019 23:15:02 +0200
graphite2 (1.3.13-7) unstable; urgency=medium
* revert debian/patches/revert-49fce465ae4ee921f81e9fb8270177c16849a3e9.diff
sice whatever caused this is now apparently not needed anymore in testing
or unstable; in contrast - the tests fail *with* that patch applied.
-- Rene Engelhard <rene@debian.org> Tue, 15 Jan 2019 21:08:22 +0100
graphite2 (1.3.13-6) unstable; urgency=medium
* upload to unstable
* add autopkgtest running upstream make test
-- Rene Engelhard <rene@debian.org> Wed, 09 Jan 2019 22:23:24 +0000
graphite2 (1.3.13-5) experimental; urgency=medium
* install the (arch-indep) python module in the if clause where we also
install the docs
-- Rene Engelhard <rene@debian.org> Tue, 08 Jan 2019 19:14:24 +0000
graphite2 (1.3.13-4) experimental; urgency=medium
* revert upstream 49fce465ae4ee921f81e9fb8270177c16849a3e9 (awamicmp1,2,3
test json updates) to work around test failures (closes: #918685)
-- Rene Engelhard <rene@debian.org> Tue, 08 Jan 2019 19:00:01 +0100
graphite2 (1.3.13-3) experimental; urgency=medium
* move dh-python build-dep from Build-Depends-Indep to Build-Depends
-- Rene Engelhard <rene@debian.org> Fri, 04 Jan 2019 17:04:27 +0000
graphite2 (1.3.13-2) experimental; urgency=medium
* add basic (superficial) import graphite2 test generated by autodep8
* add missing build-dep on python3-all
* update python-libgraphite-SONAME.diff to not use
ctypes.util.find_library at all (thanks Julien Cristau)
* fix clean for new python/graphite2/* files
-- Rene Engelhard <rene@debian.org> Fri, 21 Dec 2018 19:56:35 +0000
graphite2 (1.3.13-1) experimental; urgency=medium
* New upstream version 1.3.13
* package (new) python module
-- Rene Engelhard <rene@debian.org> Thu, 20 Dec 2018 20:42:58 +0000
graphite2 (1.3.12-1) unstable; urgency=medium
* New upstream version 1.3.12
* debian/patches/x32.diff: add patch from Thorsten Glaser to fix x32
build (closes: #884190)
-- Rene Engelhard <rene@debian.org> Mon, 27 Aug 2018 16:27:47 +0000
graphite2 (1.3.11-2) unstable; urgency=medium
* backport upstream commit db132b4731a9b4c9534144ba3a18e65b390e9ff6
to fix CVE-2018-7999 (closes: #892590)
-- Rene Engelhard <rene@debian.org> Sun, 11 Mar 2018 13:22:48 +0100
graphite2 (1.3.11-1) unstable; urgency=medium
* New upstream version 1.3.11
* update Vcs-* to salsa
* backport proper PYTHON_EXECUTABLE support commits from upstream and remove
our own python3-testsuite.diff
-- Rene Engelhard <rene@debian.org> Sat, 10 Mar 2018 14:15:13 +0100
graphite2 (1.3.10-8) unstable; urgency=medium
* oops, forgot to remove (temporarily added) Files-Excluded: again...
-- Rene Engelhard <rene@debian.org> Fri, 08 Dec 2017 00:06:36 +0100
graphite2 (1.3.10-7) unstable; urgency=medium
* create a libgraphite2-utils package containing gr2fonttest
(closes: 680243).
* mention LGPL-2.1+ or MPL-1.1 or GPL-2+ in copyright (except some file
which are LGPL-2.1+ only)
* add UDHR stuff (public-domain)
-- Rene Engelhard <rene@debian.org> Thu, 07 Dec 2017 17:36:50 +0100
graphite2 (1.3.10-6) unstable; urgency=medium
* fix Build-Depends:, since we use python3 now we need to B-D: on python3,
* Build-Depend just on python3-fonttools
-- Rene Engelhard <rene@debian.org> Sun, 15 Oct 2017 16:24:48 +0000
graphite2 (1.3.10-5) unstable; urgency=medium
* Team upload.
* Fix the tests so they can run with python3.
* Enable the fnttxtreader tests again.
* d/control: avoid duplicated "Section" field.
* d/copyright:
+ fix syntax to match the final copyright-format 1.0.
+ update, the project is now mostly LGPL-2.1+.
+ add myself to the copyright holders for debian/*.
+ add a bunch of missing license texts.
* override lintian warning embedded-javascript-library, false positive due
to doxygen.
* d/rules: drop duplicated override_dh_strip.
-- Mattia Rizzolo <mattia@debian.org> Thu, 28 Sep 2017 18:53:41 +0200
graphite2 (1.3.10-4) unstable; urgency=medium
* remove obsolete/long not used perl and mono parts from rules/control
* temporarily disable fnttxtrender-tests since fonttools lost it's python2
module and it doesn't work with python3 (yet)
-- Rene Engelhard <rene@debian.org> Tue, 19 Sep 2017 21:21:00 +0000
graphite2 (1.3.10-3) unstable; urgency=medium
[ Mattia Rizzolo ]
* d/control: Add Vcs-* fields.
* d/control: Mark libgraphite2-dev Multi-Arch:same (Closes: #875647)
* d/control: Mark libgraphite2-doc as Multi-Arch:foreign (Closes: #875648)
* d/control: Bump Standards-Version to 4.1.0
-- Rene Engelhard <rene@debian.org> Tue, 19 Sep 2017 21:10:07 +0200
graphite2 (1.3.10-2) unstable; urgency=medium
* s/latex-xcolor/texlive-latex-recommended/ in Build-Depends-Indep
(closes: #865254)
-- Rene Engelhard <rene@debian.org> Tue, 20 Jun 2017 07:15:10 +0200
graphite2 (1.3.10-1) unstable; urgency=medium
* New upstream version 1.3.10
-- Rene Engelhard <rene@debian.org> Sat, 06 May 2017 13:20:52 +0200
graphite2 (1.3.9-4) unstable; urgency=medium
* add -ffloat-store to COMPILE_FLAGS; enable awami tests again
-- Rene Engelhard <rene@debian.org> Tue, 21 Feb 2017 12:02:23 +0100
graphite2 (1.3.9-3) unstable; urgency=medium
* s/asciidoc, dblatex/asciidoc-dblatex/ in Build-Depends-Indep
(closes: #850995)
-- Rene Engelhard <rene@debian.org> Wed, 11 Jan 2017 21:33:49 +0100
graphite2 (1.3.9-2) unstable; urgency=medium
* [30ae987] disable awami tests, rounding errors (suggested by upstream)
-- Rene Engelhard <rene@debian.org> Thu, 17 Nov 2016 13:51:29 +0100
graphite2 (1.3.9-1) unstable; urgency=medium
* [5ca6f6e] Imported Upstream version 1.3.9
-- Rene Engelhard <rene@debian.org> Mon, 14 Nov 2016 19:24:32 +0100
graphite2 (1.3.8-1) unstable; urgency=medium
* New upstream release
-- Rene Engelhard <rene@debian.org> Thu, 31 Mar 2016 07:30:00 +0000
graphite2 (1.3.7-1) unstable; urgency=medium
* New upstream release
* add debian/watch, update debian/copyright to point to github
* add Homepage: (http://graphite.sil.org/)
-- Rene Engelhard <rene@debian.org> Tue, 15 Mar 2016 09:23:42 +0100
graphite2 (1.3.6-1) unstable; urgency=medium
* New upstream release
- fixes CVE-2016-1977 CVE-2016-2790 CVE-2016-2791 CVE-2016-2792
CVE-2016-2793 CVE-2016-2794 CVE-2016-2795 CVE-2016-2796
CVE-2016-2797 CVE-2016-2798 CVE-2016-2799 CVE-2016-2800
CVE-2016-2801 CVE-2016-2802
-- Rene Engelhard <rene@debian.org> Mon, 29 Feb 2016 20:52:55 +0100
graphite2 (1.3.5-1) unstable; urgency=medium
* New upstream release
- fixes Bidirectional Font BracketPairStack Code Execution Vulnerability
(TALOS-2016-0057/CVE-2016-1522)
- fixes directrun Opcode Handling Code Execution Vulnerability
(TALOS-2016-0058/CVE-2016-1521)
- fixes Context Item Code Execution Vulnerability
(TALOS-2016-0059/CVE-2016-1523)
- fixes Bidirectional Font mFeatureMap Denial of Service Vulnerability
(TALOS-2016-0060/CVE-2016-1522)
- fixes LocaLookup Denial of Service Vulnerability"
(TALOS-2016-0061/CVE-2016-1521)
-- Rene Engelhard <rene@debian.org> Wed, 20 Jan 2016 23:39:14 +0100
graphite2 (1.3.4-2) unstable; urgency=medium
* debian/patches/revert-collision-info-refactoring-to-fix-alignment.diff:
add from upstream git, thanks Tim Eves (closes: #805323)
* debian/patches/reproducible-build.diff: tell dblatex to use a static
path to make build reproduceable, thanks Reiner Herrmann
(closes: #807838)
* use -DGRAPHITE2_NTRACING:BOOL=ON (instead of :bool=1)
* fix Maintainer:
* migrate from manual -dbg to ddeb
-- Rene Engelhard <rene@debian.org> Tue, 05 Jan 2016 17:12:01 +0000
graphite2 (1.3.4-1) unstable; urgency=medium
* New upstream release
-- Rene Engelhard <rene@debian.org> Sat, 31 Oct 2015 16:11:37 +0100
graphite2 (1.3.3-1) unstable; urgency=medium
* New upstream release
-- Rene Engelhard <rene@debian.org> Tue, 22 Sep 2015 09:07:46 +0200
graphite2 (1.3.2-4) unstable; urgency=medium
* upload to unstable
* add graphviz to B-D-I...
-- Rene Engelhard <rene@debian.org> Fri, 18 Sep 2015 11:12:41 +0200
graphite2 (1.3.2-3) experimental; urgency=medium
* don't run dh_auto_install when ./build/src/libgraphite2.so.3 doesn't exist
(as for dh_auto_test) so that we don't run a graphite build after building
the docs (as make install of course requires that). Install the docs
manually using .install
-- Rene Engelhard <rene@debian.org> Wed, 16 Sep 2015 11:52:49 +0200
graphite2 (1.3.2-2) experimental; urgency=medium
* check for existence of ./build/src/libgraphite2.so.3 before running
dh_auto_test to skip the tests on "all" builds
-- Rene Engelhard <rene@debian.org> Tue, 15 Sep 2015 08:13:13 +0200
graphite2 (1.3.2-1) experimental; urgency=medium
* New upstream release
* use --parallel in dh_auto_build (not in docs build and tests; the former
doesn't build with parallelism)
* Standards-Versions: 3.9.1 -> 3.9.6, no changes needed
-- Rene Engelhard <rene@debian.org> Mon, 14 Sep 2015 21:20:32 +0200
graphite2 (1.3.0-2) experimental; urgency=medium
* backport fixes from http://hg.palaso.org/graphitedev/raw-rev/cfab7499b46b:
- fix tests on !linux (closes: #79499)
- increase test timeout from 10s to 120s to make them succeed on mips(el)
-- Rene Engelhard <rene@rene-engelhard.de> Wed, 12 Aug 2015 17:12:57 +0200
graphite2 (1.3.0-1) experimental; urgency=medium
* New upstream release
-- Rene Engelhard <rene@debian.org> Sat, 08 Aug 2015 10:38:42 +0000
graphite2 (1.2.4-3) unstable; urgency=medium
* run a2x without --icons to avoid FTBFS (closes: #741845)
-- Rene Engelhard <rene@debian.org> Sun, 01 Jun 2014 11:12:56 +0200
graphite2 (1.2.4-2) unstable; urgency=low
* add patch from Pino Toscano to also avoid linking to libstdc++ on
kFreeBSD and Hurd (closes: #738353)
-- Rene Engelhard <rene@debian.org> Mon, 10 Feb 2014 09:47:01 +0100
graphite2 (1.2.4-1) unstable; urgency=low
* New upstream release
* some tests need apparently need python, build-dep on python (>= 2.6)
-- Rene Engelhard <rene@debian.org> Fri, 29 Nov 2013 20:12:13 +0100
graphite2 (1.2.3-1) unstable; urgency=low
* New upstream release
-- Rene Engelhard <rene@debian.org> Tue, 11 Jun 2013 19:25:25 +0200
graphite2 (1.2.2-2) unstable; urgency=low
* add patch from Michael Cree <mcree@orcon.net.nz> to fix
misaligned memory access - thanks (closes: #710336)
-- Rene Engelhard <rene@debian.org> Sun, 02 Jun 2013 12:05:28 +0000
graphite2 (1.2.2-1) unstable; urgency=low
* New upstream release
* stop building with -O3 gotten from somewhere and overriding
dpkg-buildflags' value, just remove via sed
* converto multiarch again... (closes: #689813)
-- Rene Engelhard <rene@debian.org> Fri, 31 May 2013 18:10:55 +0200
graphite2 (1.2.1-2) unstable; urgency=low
* upload to unstable
-- Rene Engelhard <rene@debian.org> Thu, 18 Apr 2013 23:49:24 +0200
graphite2 (1.2.1-1) experimental; urgency=low
* New upstream release
-- Rene Engelhard <rene@debian.org> Mon, 04 Mar 2013 19:44:28 +0100
graphite2 (1.2.0-4) experimental; urgency=low
* revert multiarch stuff as harfbuzz now doesn't need us
anymore... (reopens: #699714)
-- Rene Engelhard <rene@debian.org> Sat, 02 Mar 2013 14:29:58 +0100
graphite2 (1.2.0-3) experimental; urgency=low
* apply patch from Daniel Schaal to convert to multiarch
as already multiarchified pango now needs us via harfbuzz...
(closes: #699714)
* clean up (not packaged) perl module packaging
* add (not used yet) stuff to build mono binding
* split arch-dep and arch-indep (docs...) build
* disable the compare renderer stuff - enough compared ;-)
-- Rene Engelhard <rene@debian.org> Wed, 27 Feb 2013 20:24:34 +0100
graphite2 (1.2.0-2) experimental; urgency=low
* break libgraphite2-2.0.0 (<< 1.2.0) (closes: #689813)
-- Rene Engelhard <rene@debian.org> Sat, 06 Oct 2012 18:24:32 +0200
graphite2 (1.2.0-1) experimental; urgency=low
* New upstream release
-- Rene Engelhard <rene@debian.org> Fri, 21 Sep 2012 16:41:23 +0200
graphite2 (1.1.3-1) unstable; urgency=low
* New upstream release
-- Rene Engelhard <rene@debian.org> Sat, 02 Jun 2012 01:10:10 +0200
graphite2 (1.1.2-1) unstable; urgency=low
* New upstream release
-- Rene Engelhard <rene@debian.org> Fri, 20 Apr 2012 01:45:47 +0200
graphite2 (1.1.1-1) unstable; urgency=low
* New upstream release
-- Rene Engelhard <rene@debian.org> Mon, 27 Feb 2012 22:32:26 +0100
graphite2 (1.1.0-2) unstable; urgency=low
* upload to unstable
-- Rene Engelhard <rene@debian.org> Tue, 21 Feb 2012 20:41:47 +0100
graphite2 (1.1.0-1) experimental; urgency=low
* New upstream release
* fix copyright syntax
-- Rene Engelhard <rene@debian.org> Tue, 07 Feb 2012 22:55:08 +0000
graphite2 (1.0.3.real-1) unstable; urgency=low
* fixup upstream release for 1.0.3
-- Rene Engelhard <rene@debian.org> Thu, 22 Sep 2011 20:59:53 +0200
graphite2 (1.0.3-1) unstable; urgency=low
* New upstream release
* add libxml2-utils to B-D-I
-- Rene Engelhard <rene@debian.org> Tue, 20 Sep 2011 00:28:27 +0200
graphite2 (1.0.2-1) unstable; urgency=low
* New upstream release
-- Rene Engelhard <rene@debian.org> Mon, 15 Aug 2011 13:29:41 +0000
graphite2 (1.0.1-3) unstable; urgency=low
* debian/patches/fix-typedefs.diff: move ...
* debian/patches/words-bigendian-fixes.diff: ... here and add additional
upstream fix for setting -DWORDS_BIGENDIAN also for the tests...
* clean up Build-Depends:
+ move asciidoc, dblatex, doxygen, docbook-xsl, latex-xcolor to B-D-I
+ remove libxml2-utils
-- Rene Engelhard <rene@debian.org> Wed, 10 Aug 2011 15:42:59 +0200
graphite2 (1.0.1-2) unstable; urgency=low
* debian/patches/fix-typedefs.diff: fix Main.h typedefs for
WORDS_BIGENDIAN
-- Rene Engelhard <rene@debian.org> Tue, 09 Aug 2011 17:47:10 +0000
graphite2 (1.0.1-1) unstable; urgency=low
* New upstream release
- removes -nostdlibs (closes: #634810)
* build with -DDISABLE_TRACING:bool=1
* stop symlinking to Debian's fonts as they are not sufficient for the
tests
* update debian/copyright; mention ppport.h according to
http://pkg-perl.alioth.debian.org/copyright.html#devel__ppport
* fix libgraphite2-2.0.0's short description
-- Rene Engelhard <rene@debian.org> Thu, 28 Jul 2011 12:54:36 +0000
graphite2 (0.9.4.dfsg-4) unstable; urgency=low
* grr, remove dpkg-source generated patch which readds ppport.h...
-- Rene Engelhard <rene@debian.org> Thu, 14 Jul 2011 14:50:55 +0200
graphite2 (0.9.4.dfsg-3) unstable; urgency=low
* upload to unstable
-- Rene Engelhard <rene@debian.org> Tue, 12 Jul 2011 16:58:19 +0000
graphite2 (0.9.4.dfsg-2) experimental; urgency=low
* add missing build-dep on latex-xcolor
-- Rene Engelhard <rene@debian.org> Sun, 10 Jul 2011 00:05:23 +0200
graphite2 (0.9.4.dfsg-1) experimental; urgency=low
* remove perl/pport.h and tests/fonts/* from .orig
* debian/changelog: update
* debian/control: build-depend on ttf-sil-padauk, ttf-sil-scheherazade
* debian/rules: symlink to Debian's versions pf Padauk and Scheherazade,
though....
* debian/patches/disable_font_tests.diff: disable them (fail)
* debian/rules, debian/control: disable perl build
-- Rene Engelhard <rene@debian.org> Sat, 09 Jul 2011 16:50:25 +0000
graphite2 (0.9.4-1) experimental; urgency=low
* Initial release (closes: #617718)
-- Rene Engelhard <rene@debian.org> Fri, 03 Jun 2011 11:08:48 +0000
|