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
|
menu-xdg (0.7) unstable; urgency=medium
* debian/control:
- Bumps Standards-Version to 4.6.0
- Build-Depends: debhelper-compat (= 13)
* debian/compat: removed
* debian/rules: add missing targets (Closes: #999048)
-- Bill Allombert <ballombe@debian.org> Sat, 27 Nov 2021 19:30:57 +0100
menu-xdg (0.6) unstable; urgency=medium
[ Niels Thykier ]
* Fix use of internal dpkg database. (Closes: #905673)
* Replace call to "dh_clean -k" with "dh_prep" in debian/rules as the
latter is deprecated.
* Set "Rules-Requires-Root" to "no" as menu-xdg does not need
(fake)root to build."
[ Bill Allombert ]
* debian/control, debian/rules:
- Bumps Standards-Version to 4.2.1.
- Switch to debhelper v9.
* debian/source/format: set format to 3.0 (native)
* debian/rules: remove useless code/comment
-- Bill Allombert <ballombe@debian.org> Tue, 13 Nov 2018 22:42:43 +0100
menu-xdg (0.5) unstable; urgency=low
* debian/control, debian/rules:
- Bumps Standards-Version to 3.8.3.
- Switch to debhelper v5.
* xdg-desktop-entry-spec-sessions:
- Allow Name and Comment field to be translated.
- Do not generate sessions files for packages that provide a file
in /usr/share/xsessions. Closes: #489256. Thanks Laurent Bonnaud.
* xdg-desktop-entry-spec-apps, xdg-desktop-entry-spec-dirs:
- Allow Comment field to be translated.
-- Bill Allombert <ballombe@debian.org> Sun, 17 Jan 2010 12:35:44 +0100
menu-xdg (0.4) unstable; urgency=low
* xdg-desktop-entry-spec-apps:
- Allow Name field to be translated.
* xdg-desktop-entry-spec-dirs:
- Add support for menu section icons.
* Bumps Standards-Version to 3.8.0.
* Clarify copyright file.
-- Bill Allombert <ballombe@debian.org> Wed, 25 Feb 2009 16:05:49 +0100
menu-xdg (0.3) unstable; urgency=low
* debian/control:
- bump Standards-Version to 3.7.2.0.
- remove Conflicts with pre-Sarge menu.
* XDG menu-methods:
- use rm -rf prefix() in prerun and removemenu.
Closes: #444402. Thanks Alban Browaeys.
- fix name mangling rules. Closes: #444134. Thanks Ariszló.
* xdg-desktop-entry-spec-apps:
- end Categories with a semi-colon. Closes: #431196. Thanks Li Daobing.
-- Bill Allombert <ballombe@debian.org> Fri, 28 Sep 2007 11:37:26 +0200
menu-xdg (0.2.3) unstable; urgency=low
* Take over the package from Chris.
* Acknowledge NMU (Closes: #297322, #328055, #317567, #324545, #343217).
* Remove the debian-menu.menu file in the prerun to avoid problem
with gnome-panel. Hopefully Closes: #334941, #343469.
* Add xdg-desktop-entry-spec-sessions menu-method to generate
xsessions .desktop files in /var/lib/menu-xdg/xsessions.
* Bump Standards-Version to 3.6.2.0.
* Use /usr/bin/install-menu instead of /usr/sbin/install-menu.
* Do not use dh_installmenu (does not handle multiple menu-methods).
-- Bill Allombert <ballombe@debian.org> Mon, 20 Mar 2006 14:07:09 +0100
menu-xdg (0.2.2) unstable; urgency=low
* NMU
* xdg-menu-spec: remove useless prerun definition.
* xdg-desktop-entry-spec-apps, xdg-desktop-entry-spec-dirs:
- adds removemenu config options.
- prerun: remove menus more cleanly. This actually fix #297322.
-- Bill Allombert <ballombe@debian.org> Tue, 13 Dec 2005 16:04:26 +0100
menu-xdg (0.2.1) unstable; urgency=low
* NMU
* Apply fix from Christopher Martin:
+ Use 'find | xargs rm 'instead of 'rm *' to remove .desktop files.
packages installed. (Closes: #297322)
+ Set <AppDir> to /var/lib/menu-xdg/applications to avoid duplicate
menu entries. (Closes: #328055, #317567, #324545)
-- Bill Allombert <ballombe@debian.org> Tue, 18 Oct 2005 19:11:12 +0200
menu-xdg (0.2) unstable; urgency=low
* Add section name to apps filename to differentiate entries.
(Closes: #248643, #254948)
* Add generictitle support to app entries. (Closes: #256017)
* Integrated NMU. (Closes: #251571, #264772)
* Correct menu-xdg prerun menu removal line. (Closes: #277698)
-- Christopher L Cheney <ccheney@debian.org> Wed, 3 Nov 2004 19:45:00 -0600
menu-xdg (0.1.1) unstable; urgency=low
* NMU.
* Recommends menu instead of Depends.
* Add multilingual menu-methods (Closes: #251271).
* Conflicts with menu (<< 2.1.14) that lacks proper supports.
-- Bill Allombert <ballombe@debian.org> Mon, 2 Aug 2004 16:33:38 +0200
menu-xdg (0.1) unstable; urgency=low
* Initial Release.
* Split out of kdelibs-bin. (Closes: #243096)
-- Christopher L Cheney <ccheney@debian.org> Wed, 21 Apr 2004 04:00:00 -0500
|