Package: libgtkada / 2.24.4dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
libgtkada | 2.24.4dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 doc.patch | (download) |
docs/gtkada-config.1 |
41 22 + 19 - 0 ! |
adapt documentation to debian guidelines * Adjust the man page files to Debian. * Fix incorrect description of --prefix option of gtkada-config. =================================================================== |
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 1 + 1 - 0 ! |
including invidiual glib headers has been deprecated for several years. Bug-Debian: http://bugs.debian.org/665570 |