Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
desktop-file | update .desktop file for Desktop Menu Specifcation 1.1 | tony mancill <tmancill@debian.org> | no | 2016-07-24 | ||
POTFILES | Add missing files to POTFILES.in | Richard Laager <rlaager@debian.org> | no | 2012-03-18 | ||
POTFILES.missing | Skip source file in patch directory when checking internationalization. This file was causing the dh_auto_test step to fail. . This patch is only necessary because the package uses quilt, so it is not appropriate for upstream. -- Richard Laager <rlaager@debian.org> |
tony mancill <tmancill@debian.org> | not-needed | 2012-03-18 | ||
commands-compile | Fix a -Wformat-security warning =================================================================== |
Richard Laager <rlaager@debian.org> | no | 2012-03-18 | ||
egg-recent-model-compile | Fix a -Wformat-security warning =================================================================== |
Richard Laager <rlaager@debian.org> | no | 2012-03-18 | ||
gbonds-name-case | Be consistent about the application name =================================================================== |
Richard Laager <rlaager@debian.org> | no | 2012-03-18 | ||
copyright-update | Update the copyright years =================================================================== |
Richard Laager <rlaager@debian.org> | no | 2012-03-18 | ||
website-url | Update the website URL =================================================================== |
Richard Laager <rlaager@debian.org> | no | 2012-03-18 | ||
link-libm | Specifically link against libm. =================================================================== |
Barry deFreese <bdefreese@debian.org> | no | debian | 2015-10-27 | |
xmldocs | Update xmldocs.make to the last version from gnome-common =================================================================== |
Richard Laager <rlaager@debian.org> | no | 2015-10-27 | ||
configure-compiler-warnings | Remove outdated GNOME_COMPILE_WARNINGS | Richard Laager <rlaager@debian.org> | no | 2016-07-21 | ||
omf | Update omf.make to the last version from gnome-common | Richard Laager <rlaager@debian.org> | no | 2016-07-21 | ||
desktop-file-keywords | Add keywords to the .desktop file | Richard Laager <rlaager@debian.org> | no | 2016-12-10 | ||
replace-g_strcasecmp | Replace g_strcasecmp g_strcasecmp is deprecated. I have replaced it with g_ascii_strcasecmp. In most cases, one side of the comparison is fixed and encoding in ASCII; whether the other side is actually ASCII is irrelevant, as anything non-ASCII can't possibly match anyway. In one case, filenames were being compared, which have no defined encoding, so there is no perfectly correct solution. Given that we are looking at redemption files, we can assume they are named in ASCII; even if we are wrong, the consequences of a false negative or false positive in that particular function are basically nil. . I also replaced a couple of plain strcasecmp calls, as they have the same issue. After all, g_strcasecmp is the same as strcasecmp on platforms which have strcasecmp. |
Richard Laager <rlaager@debian.org> | no | 2017-11-04 | ||
gtk3-port | Port to GTK+ 3 and GIO. Known regressions: * Due to the migration from EggRecent to GtkRecentChooser, users will lose their recent files. * Tooltips for the toolbar items are no longer configurable (although this particular functionality doesn't seem to work either in the GTK+ 2 version). * Tooltips for the menu items are no longer shown in the statusbar; there is no statusbar at all. Mimicking this libgnomeui behavior is possible but would make the code more complex. * Session management is gone; TTBOMK there is no proper replacement. . This patch also restores the printing functionality which was removed in 2.0.3-1. |
Yavor Doganov <yavor@gnu.org> | no | debian | 2018-12-18 | |
gsettings-port | Port to GSettings. | Yavor Doganov <yavor@gnu.org> | no | debian | 2018-10-28 | |
no-rarian-compat | Do not install the .omf file. This makes it possible to remove rarian-compat as build-dependency. | Yavor Doganov <yavor@gnu.org> | no | debian | 2018-10-08 | |
extern-gb_prefs | Extern gb_prefs gb_prefs in src/prefs.h needs to be marked extern. This fixes building on GCC 10. |
Richard Laager <rlaager@debian.org> | no | 2020-08-15 | ||
use-treasury-api.patch | Use Treasury API The U.S. Treasury has discontinued publishing the sbYYYYMM.asc files on its FTP site. Savings Bond value data is now available at the FiscalData site as a JSON-based RESTful API. . This code produces identical results as the last file available (sb202106.asc), with two exceptions: - The order of the lines in the file differs, which does not affect the data. - The API returns "null" (which maps to " ") instead of "NO PAY". This seems to be a bug, as the API is documented to return "NO PAY". I reported this to Treasury via their contact form, but who know if/when this might be fixed. This does not affect the values calculated, though it does mean bonds will not properly show as "Not yet eligible for payment". |
Richard Laager <rlaager@debian.org> | no | debian | 2021-12-12 |