diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..0c3bf08 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,54 @@ +fbxkb (0.6-3) unstable; urgency=medium + + [ Andreas Beckmann ] + * QA upload. + * Set Maintainer to Debian QA Group. (See: #980961) (Closes: #978624) + * Switch to debhelper-compat (= 13). + + [ Helmut Grohne ] + * Fix FTCBFS: (Closes: #901152) + + cross.patch: make pkg-config substitutable. + + Use the makefile build system as configure does not set up compilers. + + -- Andreas Beckmann <anbe@debian.org> Mon, 25 Jan 2021 20:58:57 +0100 + +fbxkb (0.6-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add dependency on libgdk-pixbuf-xlib-2.0-dev. (Closes: #975673) + - The dependency also fixes FTBFS with gtk/gtk.h. (Closes: #975771) + + -- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Mon, 14 Dec 2020 20:31:49 +0000 + +fbxkb (0.6-2) unstable; urgency=low + + * New maintainer (Closes: #767970) + * Fix parsing of keyboard info, to show proper "us" flag. (Closes: #412254) + * Use g_strdup() before passing strings to g_hash_table_insert(), + to avoid use-after-free. + * Remove deprecated gtk_set_locale() and change deprecated gdk_window_lookup() + to gdk_x11_window_lookup_for_display(). + This fixes "pointer-trouble-at-implicit" lintian error. + * Don't unconditionally strip fbxkb binary (Closes: #436824) + * Removed unnecessary dependencies. + * Added homepage, debian/watch, machine-readable debian/copyright. + * Switched to source format 3.0 (quilt) + * Bumped Standards-Version to 3.9.6 + + -- Dmitry Borisyuk <q1werty@i.com.ua> Wed, 05 Nov 2014 17:38:46 +0200 + +fbxkb (0.6-1.1) unstable; urgency=low + + * Non-maintainer upload. (Patch by Mònica Ramírez Arceda <monica@probeta.net>) + * eggtrayicon.c, fbxkb.c: Replace deprecated gdk_display and GDK_DISPLAY() + with gdk_x11_get_default_xdisplay(). + * Link to X11 to build with binutils-gold. (Closes: #554280) + + -- Konstantinos Margaritis <markos@debian.org> Fri, 31 Jan 2012 13:46:19 +0200 + +fbxkb (0.6-1) unstable; urgency=low + + * Initial Release. + * The correct manual page was added. + + -- Vadim Vatlin <vatlin@sthbel.ru> Wed, 10 Jan 2007 17:29:30 +0300 |