Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_external_buildtree.patch | Prepare for external buildtree | Torsten Landschoff <torsten at debian.org> | no | 2016-03-15 | ||
02_automake_cxxflags.patch | Fix Automake CXXFLAGS | Joachim Wiedorn <joodebian at joonet.de> | no | 2016-03-15 | ||
03_ld-no-add-needed.patch | Fix build failure with ld option --no-add-needed | Matthias Klose <doko at ubuntu.com> | no | 2016-03-15 | ||
04_link_freetype.patch | Link against freetype | Torsten Landschoff <torsten at debian.org> | no | 2016-03-15 | ||
05_link_fontconfig.patch | Link against fontconfig | Torsten Landschoff <torsten at debian.org> | no | 2016-03-15 | ||
06_add-fox-config-manpage.patch | Add fox-config man page and fix reswrap man page | Joachim Wiedorn <joodebian at joonet.de> | no | 2016-03-15 | ||
07_setting-compile-flags.patch | Set compile flags [Hardening] For the use of dpkg-buildflags all compile flags set by Debian must be added to configure.ac before creating all Makefiles. |
Joachim Wiedorn <joodebian at joonet.de> | no | 2016-03-15 | ||
08_fix-secure-printing.patch | Fix secure printing [Hardening] dpkg-buildflags uses the compiler flag "-Werror=format-security" by default. This flag shows two error messages. With this workaround the code is more secure. |
Joachim Wiedorn <joodebian at joonet.de> | no | 2016-03-15 | ||
09_not-compiling-applications.patch | Do not build applications Inside the fox1.6 package, there is also the source code of some applications. These programs only use the FOX library, but are not part of it. Perhaps they could one day be moved to a separate Debian package. |
Joachim Wiedorn <joodebian at joonet.de> | no | 2016-03-15 | ||
10_remove-google-adsense-in-docs.patch | Remove Google AdSense from the docs Debian-specific patch because of Lintian warnings about the use of Google AdSense in some HTML files |
Joachim Wiedorn <joodebian at joonet.de> | no | 2016-03-15 | ||
11_remove-nedstat-links-in-docs.patch | Remove Nedstat links in the docs Debian-specific patch because of Lintian warnings about the use of 'Nedstat Basic' links in some HTML files |
Joachim Wiedorn <joodebian at joonet.de> | no | 2016-03-15 | ||
12_build-reproducibly-without-date.patch | Make the build reproducible by not using __DATE__ Replaces the usage of __DATE__ with _DEBDATE_, which will be defined in debian/rules as the date of the last entry in debian/changelog. This should make the build reproducible. |
Fabian Wolff <fabi.wolff@arcor.de> | not-needed | 2016-03-07 |