Package: denemo / 0.9.2-3
Metadata
Package | Version | Patches format |
---|---|---|
denemo | 0.9.2-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
help.c.diff | (download) |
src/help.c |
2 1 + 1 - 0 ! |
this patch changes the path where the browser looks for the manual. See Debian Policy 12.3 and 12.4 |
doc_Makefile.am.diff | (download) |
doc/images/Makefile.am |
2 1 + 1 - 0 ! |
denemo should not install makefiles. |
Makefile.am.diff | (download) |
Makefile.am |
6 6 + 0 - 0 ! |
denemo should not install makefiles. |
denemo.conf.diff | (download) |
denemo.conf |
3 3 + 0 - 0 ! |
the upstream default help browser was set to firefox, x-www-browser is better because it works out of the box independently of which browser the user has installed. Also, it would use the preferred browser on the system, if more than one was installed. The same applies for xeditor and sensible-editor. Also evince is more widely used in Debian systems than xpdf. |
configure.in.diff | (download) |
configure.in |
2 1 + 1 - 0 ! |
since autoconf 2.54 autoreconf no longer changes the version gettext/po/intl support files. It adds the files the correspond to the AM_GNU_GETTEXT_VERSION declared in configure.ac/.in actions/Makefile.in |
glib single include.diff | (download) |
src/pitchrecog.c |
2 1 + 1 - 0 ! |
including invidiual glib headers has been deprecated for several years. Starting with glib 2.32 it is now mandatory to include glib.h instead of individual headers, or the compiler will generate an error. |
format_error_strings.diff | (download) |
src/print.c |
4 2 + 2 - 0 ! |
this patch adds string literals to format error strings in the g_print function. This is required by -Werror=format-security to avoid format string attacks. This pacth was backported in order to be able to use security hardening build flags via dpkg-buildflags. |