Codebase list openbox-menu / 49e220f
Add debian/0.5.1-2 Mateusz Łukasik 10 years ago
4 changed file(s) with 26 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 openbox-menu (0.5.1-2) unstable; urgency=high
1
2 * Add debian/patches/fix_missing_double_quote.patch from upstream
3 to fix XML parser error.
4
5 -- Mateusz Łukasik <mati75@linuxmint.pl> Tue, 03 Dec 2013 09:13:30 +0100
6
07 openbox-menu (0.5.1-1) unstable; urgency=low
18
29 * New upstream release.
11 Section: x11
22 Priority: optional
33 Maintainer: Mateusz Łukasik <mati75@linuxmint.pl>
4 Build-Depends: debhelper (>= 9), libgtk2.0-dev, libmenu-cache-dev, libglib2.0-dev
4 Build-Depends: debhelper (>= 9), libgtk2.0-dev, libmenu-cache1-dev, libglib2.0-dev
55 Standards-Version: 3.9.5.0
66 Homepage: https://bitbucket.org/fabriceT/openbox-menu
77 Vcs-Browser: https://github.com/mati75/openbox-menu.git
0 Description: Fix missing double quote
1 Author: Mateusz Łukasik <mati75@linuxmint.pl>
2
3 Origin: Upstream, https://bitbucket.org/fabriceT/openbox-menu/commits/2c8ef0cbc8f4500db530e3d005484e0722dd0c64
4 Bug: https://bitbucket.org/fabriceT/openbox-menu/issue/3/xml-parser-error
5
6 --- b/ob_display.c
7 +++ a/ob_display.c
8 @@ -21,7 +21,7 @@ const gchar *default_template =
9 "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"
10 "<openbox_pipe_menu xmlns=\"http://openbox.org/\""
11 " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\""
12 - " xsi:schemaLocation=\"http://openbox.org/ >"
13 + " xsi:schemaLocation=\"http://openbox.org/\" >"
14 "%MENU%</openbox_pipe_menu>\n";
15
16 /****f* ob_display/menu_directory
00 debian_build.patch
1 fix_missing_double_quote.patch