debian/0000775000000000000000000000000012357417635007205 5ustar debian/source/0000775000000000000000000000000012334625415010475 5ustar debian/source/format0000664000000000000000000000001312334625415011702 0ustar 3.0 (quilt)debian/menu0000664000000000000000000000016612334625415010067 0ustar ?package(menulibre):needs="X11" section="Applications/System/Administration"\ title="menulibre" command="menulibre" debian/compat0000664000000000000000000000000112334625415010372 0ustar 9debian/control0000664000000000000000000000226612334625415010606 0ustar Source: menulibre Section: utils Priority: optional Maintainer: Jackson Doak Uploaders: Python Applications Team Build-Depends: debhelper (>= 9), python3, python3-distutils-extra (>= 2.18), libgnome-menu-3-dev (>= 3.5.3), python-gi-dev Standards-Version: 3.9.5 Homepage: https://launchpad.net/menulibre Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/menulibre/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/menulibre/trunk/ Package: menulibre Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, gnome-menus (>= 3.5.3), python3-gi (>= 3.0), python3-psutil, gir1.2-gtk-3.0, gir1.2-gmenu-3.0 (>= 3.5.3), gir1.2-glib-2.0, gir1.2-gdkpixbuf-2.0, xdg-utils Description: advanced FreeDesktop.org compliant menu editor An advanced menu editor that provides modern features in a clean, easy-to-use interface. All without GNOME dependencies, so even lightweight systems can benefit from the sanity that MenuLibre offers. MenuLibre is your one-stop shop for menus in Linux, whether you use GNOME, LXDE, Xfce, or Unity.debian/watch0000664000000000000000000000017512334625415010231 0ustar version=3 https://launchpad.net/menulibre \ (?:.*/|)menulibre(?:-|_|_v|\.|V|)(\d\S*)\.(?:tar\.(?:gz|bz2|xz)|tgz|tbz2|txz|zip)debian/changelog0000664000000000000000000000370112357417635011060 0ustar menulibre (2.0.4-1~ubuntu14.04.1) trusty; urgency=medium * No-change backport to trusty (LP: #1323405) -- Sean Davis Thu, 10 Jul 2014 00:03:52 -0500 menulibre (2.0.4-1) unstable; urgency=medium * Team upload. * New upstream release - Fixed preprocess_layout_info segfault (LP: #1307729) - Fixed corruption of xfce-applications.menu (LP: #1313276) - Fixed menu corruption when saving after search (LP: 1306999) - Allow moving launchers into empty categories (LP: #1318209) - Install menulibre icon to pixmaps (LP: #1307469) - Update launcher categories on move (LP: #1313586) - Fixed deleted launchers being replaced by others (LP: #1315890) - Uninstall launchers from custom categories (LP: #1318235) - Escape spaces in Exec after browsing (LP: #1214815) - Restore previous view after search (LP: #1307000) - Enable X-Xfce-Toplevel category in Xfce (LP: #1309468) - Do not add X-Xfce-Toplevel to new directories (LP: #1315874) - Allow saving when entries are modified (LP: #1315878) * debian/control - Add xdg-utils to depends, hard dependency (LP: #1307481) -- Sean Davis Tue, 13 May 2014 22:28:42 -0400 menulibre (2.0.3-1) unstable; urgency=medium * New upstream release -- Jackson Doak Wed, 12 Mar 2014 07:17:46 +1100 menulibre (2.0.2-1) unstable; urgency=medium * New upstream release. - Better handling of uninstalled items (LP: #1277747) -- Jackson Doak Mon, 03 Mar 2014 06:16:23 +1100 menulibre (2.0.1-1) unstable; urgency=medium * New upstream release. Closes: #736796 * debian/copyright: Use GPL3 rather than GPL3+ * debian/control: Change section to utils -- Jackson Doak Mon, 27 Jan 2014 12:21:11 +1100 menulibre (2.0-1) unstable; urgency=medium * Initial Release. Closes: #731427 -- Jackson Doak Mon, 20 Jan 2014 15:30:57 +1100 debian/copyright0000664000000000000000000000220212334625415011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Menulibre Upstream-Contact: Sean Davis Source: https://launchpad.net/menulibre Files: * Copyright: 2012-2014, Sean Davis License: GPL-3 Files: debian/* Copyright: 2014, Jackson Doak License: GPL-3 License: GPL-3 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'.debian/rules0000775000000000000000000000036712334625415010263 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 %: dh $@ --with python3 --buildsystem=pybuild override_dh_installchanglogs: dh_installchangeslogs NEWS override_dh_auto_install: LC_ALL=C.UTF-8 dh_auto_install