Package: derivations / 0.53.20120414-2

Metadata

Package Version Patches format
derivations 0.53.20120414-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build_fixes | (download)

btool/Makefile | 6 3 + 3 - 0 !
btool/Makefile-optim | 2 1 + 1 - 0 !
btool/Util/TeX_atom.cc | 14 7 + 7 - 0 !
3 files changed, 11 insertions(+), 11 deletions(-)

---
upstream_helper | (download)

helper/Def.pm | 24 24 + 0 - 0 !
helper/FilesTex | 26 26 + 0 - 0 !
helper/README | 35 35 + 0 - 0 !
helper/RelSteps | 164 164 + 0 - 0 !
helper/buff-expand | 121 121 + 0 - 0 !
helper/buffe-src | 16 16 + 0 - 0 !
helper/deprecated/README | 7 7 + 0 - 0 !
helper/deprecated/close-source | 68 68 + 0 - 0 !
helper/deprecated/maintenv | 65 65 + 0 - 0 !
helper/deprecated/open-new-source | 22 22 + 0 - 0 !
helper/dict | 1069 1069 + 0 - 0 !
helper/extend-changelog | 86 86 + 0 - 0 !
helper/ispell-all | 13 13 + 0 - 0 !
helper/letexec | 14 14 + 0 - 0 !
helper/make-readme | 271 271 + 0 - 0 !
helper/update-date | 218 218 + 0 - 0 !
helper/update-debver | 61 61 + 0 - 0 !
helper/vim-macros | 6 6 + 0 - 0 !
18 files changed, 2286 insertions(+)

 development helper
 These are meant to help Derivations development, but is not needed
 to use it in any way. Read helper/README to know more about it.
poppler_api_change | (download)

btool/PDF/PDF.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
cxxflags | (download)

btool/Makefile | 2 1 + 1 - 0 !
btool/Makefile-subdir | 4 3 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 automatically support poppler api changes


fill popplers xref table gap | (download)

btool/Makefile-subdir | 1 1 + 0 - 0 !
btool/PDF/PDF.cc | 105 103 + 2 - 0 !
btool/PDF/PDF.h | 4 2 + 2 - 0 !
btool/PDF/update_catalog.cc | 5 3 + 2 - 0 !
btool/PDF/update_catalog.h | 3 2 + 1 - 0 !
btool/PDF/updator.cc | 5 4 + 1 - 0 !
btool/PDF/updator.h | 1 1 + 0 - 0 !
7 files changed, 116 insertions(+), 8 deletions(-)

 fill libpoppler's new unwillingness to find the last xref.
 Libpoppler used to report where the last XRef table was. Evidently,
 Libpoppler's developer has since decided that this to be only an internal
 capability of the library, not exposed in the public, nor even in the
 private-public, interface. This patch fills the gap, implementing the
 missing functionality.
 .
 derivations (0.53.20120414-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Automatically support poppler api changes (closes: #690161).
     - Thanks to Pino Toscano.