Fix install to usr/bin
Mateusz Łukasik
9 years ago
|
0 |
openbox-menu (0.5.0-2) UNRELEASED; urgency=low
|
|
1 |
|
|
2 |
* Install binary to usr/bin.
|
|
3 |
|
|
4 |
-- Mateusz Łukasik <mati75@linuxmint.pl> Sun, 24 Nov 2013 11:31:03 +0100
|
|
5 |
|
0 | 6 |
openbox-menu (0.5.0-1) unstable; urgency=low
|
1 | 7 |
|
2 | 8 |
* Initial release. (Closes: #671862)
|
10 | 10 |
Package: openbox-menu
|
11 | 11 |
Architecture: any
|
12 | 12 |
Depends: ${misc:Depends}, ${shlibs:Depends}, openbox
|
13 | |
Description: openbox pipe-menu to display entries in *.desktop files
|
14 | |
openbox-menu is a pipemenu for the openbox window manager. It provides
|
15 | |
a dynamic menu listing of installed applications. Most of the work is
|
|
13 |
Description: Openbox pipe-menu to display entries in *.desktop files
|
|
14 |
Openbox-menu is a pipemenu for Openbox window manager. It provides
|
|
15 |
a dynamic menu listing installed applications. Most of the work is
|
16 | 16 |
done by the LXDE library menu-cache.
|
1 | 1 |
|
2 | 2 |
%:
|
3 | 3 |
dh $@
|
|
4 |
|
|
5 |
override_dh_install:
|
|
6 |
dh_install
|
|
7 |
mkdir debian/openbox-menu/usr
|
|
8 |
mv debian/openbox-menu/bin/ debian/openbox-menu/usr/bin/
|
4 | 9 |
|
5 | 10 |
override_dh_installman:
|
6 | 11 |
dh_installman
|