1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
|
brisk-menu (0.6.2-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump DH compat level to version 13.
* debian/watch:
+ Obtain packed tar.xz file that includes translations and also has been
GPG-signed.
* debian/{watch,upstream/signing-key.asc}:
+ Verify downloaded tarball with GPG.
* debian/patches:
+ Drop all patches. All applied upstream.
* debian/copyright:
+ Update auto-generated copyright.in file.
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Fri, 21 Aug 2020 21:10:29 +0000
brisk-menu (0.6.0-2) unstable; urgency=medium
[ Mike Gabriel ]
* debian/control:
+ Add Rules-Requires-Root: field and set it to no.
+ Bump Standards-Version: to 4.5.0. No changes needed.
* debian/copyright:
+ Drop LICENSE files from list of copyrighted files.
[ Martin Wimpress ]
* debian/patches:
+ Add 1000_fix_crashes_on_menu_rebuild.patch. Hide menu when rebuilding menu
items. (LP: #1724115)
+ Add 1001_recreate_applet_when_changing_type.patch. Re-create applet menu
when changing window-type. (LP: #1724262)
+ Add 1002_fix_keyboard_navigation.patch. Allow keyboard navigation. (LP:
#1821315)
-- Mike Gabriel <sunweaver@debian.org> Thu, 16 Apr 2020 09:24:29 +0200
brisk-menu (0.6.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/patches:
+ Drop 1001_build-brisk-glue-early.patch. Applied upstream.
+ Drop 1002_fix-build-against-old-GLib.patch. Applied upstream.
+ Drop 1003_dash_launcher.patch. Applied upstream.
+ Drop 1004_fix_dash_styling_for_some_light_themes.patch. Applied upstream.
+ Drop 1005_prevent_super_key_swallows_on_compiz.patch. Applied upstream.
+ Drop 1006_session_buttons_style_class.patch. Applied upstream.
+ Drop 1007_prevent_key-binder_swallowing_super-mouse_events.patch. Applied
upstream.
+ Drop 1008_unset_lock_masks.patch. Applied upstream.
+ Drop 1009_matemenus_api.patch. Applied upstream.
+ Drop 1010_make_favs_appear_first.patch. Applied upstream.
+ Drop 1011_fix_scollbar_always_visible.patch. Applied upstream.
[ Mike Gabriel ]
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Sat, 10 Aug 2019 16:02:20 +0200
brisk-menu (0.5.0-10) unstable; urgency=medium
[ Martin Wimpress ]
* debian/control:
+ Updated for MATE Desktop 1.22
* debian/patches:
+ Add 1009_matemenus_api.patch. Update to new mate-menus 1.22 API.
* debian/watch:
+ Update URL for new upstream.
* debian/copyright:
+ Update URL for new upstream.
* debian/patches:
+ Add 1010_make_favs_appear_first.patch. Ensure Favourites are always shown
first.
+ Add 1011_fix_scollbar_always_visible.patch. Only show the scollbar when
required.
[ Mike Gabriel ]
* debian/{compat,control}:
+ Use debhelper-compat notation. Bump to DH compat level version 12.
* debian/control:
+ Bump Standards-Version: to 4.4.0. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Fri, 02 Aug 2019 18:31:11 +0200
brisk-menu (0.5.0-9) unstable; urgency=medium
[ Helmut Grohne ]
* debian/rules: Fix build/host confusion. (Closes: #913518)
-- Mike Gabriel <sunweaver@debian.org> Mon, 12 Nov 2018 20:59:29 +0100
brisk-menu (0.5.0-8) unstable; urgency=medium
[ Martin Wimpress ]
* debian/patches:
+ Add 1007_prevent_key-binder_swallowing_super-mouse_events.patch:
Fix key-binder from swallowing Super+Mouse events. (LP: #1767525)
+ Add 1008_unset_lock_masks.patch. Unset Lock key masks when closing
menu. (LP: #1774290)
-- Mike Gabriel <sunweaver@debian.org> Mon, 01 Oct 2018 10:05:05 +0200
brisk-menu (0.5.0-7) unstable; urgency=medium
* debian/control:
+ Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
+ Drop pkg-mate-team Alioth mailing list from Uploaders: field.
+ Bump Standards-Version: to 4.2.0. No changes needed.
* debian/copyright:
+ Make Upstream-Name: field's value more human readable.
-- Mike Gabriel <sunweaver@debian.org> Wed, 22 Aug 2018 10:09:01 +0200
brisk-menu (0.5.0-6) unstable; urgency=medium
[ Martin Wimpress ]
* debian/patches:
+ Add 1006_session_buttons_style_class.patch. Add style class for session
buttons.
-- Mike Gabriel <sunweaver@debian.org> Thu, 05 Apr 2018 22:58:15 +0200
brisk-menu (0.5.0-5) unstable; urgency=medium
[ Mike Gabriel ]
* debian/copyright:
+ Use secure URI for copyright format.
* debian/copyright:
+ Update copyright attributions.
[ Martin Wimpress ]
* debian/patches:
+ Add 1004_fix_dash_styling_for_some_light_themes.patch. Fix dash styling
for some light themes.
+ Add 1005_prevent_super_key_swallows_on_compiz.patch. Prevent Super key
swallows on Compiz.
-- Mike Gabriel <sunweaver@debian.org> Sun, 11 Mar 2018 11:21:49 +0100
brisk-menu (0.5.0-4) unstable; urgency=medium
[ Martin Wimpress ]
* debian/patches:
+ Add 1003_dash_launcher.patch. Add the dash launcher from upstream
git master.
-- Mike Gabriel <sunweaver@debian.org> Sat, 20 Jan 2018 09:14:08 +0100
brisk-menu (0.5.0-3) unstable; urgency=medium
* debian/patches:
+ Add README file, explaining our patch naming scheme.
+ Add 1001_build-brisk-glue-early.patch. Fix occasional but regular
build failures when this package is built parallely. (Closes:
#887686).
+ Add 1002_fix-build-against-old-GLib.patch. Fix FTBFS against
GLib << 2.51.3. This will ease backporting this package to Debian
stretch.
* debian/control:
+ B-D on meson (>= 0.40.0). Make sure features in debhelper (>= 11~) are
supported by the meson version we build with. This is actually a
workaround for a slightly broken debhelper at the moment.
+ Add B-D: libxml2-utils.
-- Mike Gabriel <sunweaver@debian.org> Fri, 19 Jan 2018 17:42:15 +0100
brisk-menu (0.5.0-2) unstable; urgency=medium
[ Vangelis Mouhtsis ]
* debian/control:
+ Bump Standards-Version: to 4.1.3. No changes needed.
+ Rename pretty name of our team -> Debian+Ubuntu Mate Packaging Team.
+ Update Maintainer: field to debian-mate ML on list.debian.org.
+ Add myself to Uploaders: field.
+ Temporarily have pkg-mate-team ML under Uploaders:.
[ Mike Gabriel ]
* debian/{control,compat}:
+ Bump to DH version level 11.
-- Mike Gabriel <sunweaver@debian.org> Thu, 18 Jan 2018 18:14:05 +0100
brisk-menu (0.5.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/control:
+ Add B-D: libnotify-dev.
+ Update Build-Depends: to support meson.
* debian/rules:
+ Migrate to Meson.
[ Mike Gabriel ]
* debian/control:
+ Bump Standards-Version: to 4.1.1. No changes needed.
* debian/copyright:
+ Refresh autogenerated copyright.in file.
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Thu, 16 Nov 2017 08:51:54 +0100
brisk-menu (0.4.5-1) unstable; urgency=medium
[ Aron Xu ]
* New upstream release.
[ Martin Wimpress ]
* debian/copyright: Update copyright attributions.
[ Mike Gabriel ]
* debian/control: Add B-D: intltool.
* debian/rules:
+ Drop DEB_DH_INSTALL_ARGS (--fail-missing) and use utils.mk's
list-missing target instead.
-- Mike Gabriel <sunweaver@debian.org> Tue, 01 Aug 2017 14:10:09 -0400
brisk-menu (0.2.0-1) unstable; urgency=medium
* Initial release to Debian. (Closes: #851057).
-- Mike Gabriel <sunweaver@debian.org> Wed, 11 Jan 2017 23:28:02 +0100
|