Package: libgtkada / 2.24.1-7
Metadata
Package | Version | Patches format |
---|---|---|
libgtkada | 2.24.1-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 doc.patch | (download) |
docs/gtkada-config.1 |
57 28 + 29 - 0 ! |
adapt documentation to debian guidelines * Adjust the info and man page files to Debian. * Move the Info documentation to "GNU Ada Tools". * Correct the license of the documentation from GFDL with invariant sections to GPLv2 or later, as required by upstream who claims that everything on libre.adacore.com, including the Subversion repository, is pure GPL. * embed boxes.jpg in html files (generated with fig2dev -L jpeg boxes.eps boxes.jpg, boxes.gif should be here). * Fix incorrect description of --prefix option of gtkada-dialog. =================================================================== |
04 testgtk.patch | (download) |
testgtk/testgtk.gpr |
29 11 + 18 - 0 ! |
make a tarball from testgtk examples Upstream examples, in directory testgtk, are intended to be built inside the source tree. This patch adds a project and a make file, so that the tarball provided by the doc package demonstrates how every user may build a program depending on gtkada. |
example_makefiles.patch | (download) |
examples/Makefile |
3 1 + 2 - 0 ! |
adapt the example makefiles to debian This patch is Debian-specific as it adjusts the build infrastructure of the examples to the Debian paths and project files, which are much simpler to use than upstream's. |
avoid_hardening_flags_errors.patch | (download) |
src/misc.c |
10 5 + 5 - 0 ! |
patch some security problems |
include_only_glib_h.patch | (download) |
src/misc.c |
2 0 + 2 - 0 ! |
including invidiual glib headers has been deprecated for several years. Bug-Debian: http://bugs.debian.org/665570 |