debian: remove menu file, add lintian-overrides

next
Michael Stapelberg 2016-04-01 16:34:56 +02:00
parent 5dd4508c74
commit ba550382a3
3 changed files with 11 additions and 6 deletions

10
debian/changelog vendored
View File

@ -2,7 +2,15 @@ i3-wm (4.12.1-1) unstable; urgency=medium
* UNRELEASED
-- Michael Stapelberg <stapelberg@debian.org> Wed, 30 Sep 2015 09:03:26 +0200
-- Michael Stapelberg <stapelberg@debian.org> Fri, 01 Apr 2016 16:34:35 +0200
i3-wm (4.12-2) unstable; urgency=medium
* Override lintian warning desktop-entry-contains-unknown-key for
DesktopNames, gdm needs that key.
* Remove i3-wm.menu to conform to the tech-ctte decision on #741573.
-- Michael Stapelberg <stapelberg@debian.org> Fri, 01 Apr 2016 15:51:23 +0200
i3-wm (4.12-1) unstable; urgency=medium

2
debian/i3-wm.lintian-overrides vendored Normal file
View File

@ -0,0 +1,2 @@
# gdm needs the DesktopNames key, even though lintian doesnt recognize it yet.
desktop-entry-contains-unknown-key usr/share/xsessions/i3.desktop:* DesktopNames

5
debian/i3-wm.menu vendored
View File

@ -1,5 +0,0 @@
?package(i3-wm): \
needs="wm" \
section="Window Managers" \
title="i3" \
command="/usr/bin/i3"