diff --git a/debian/changelog b/debian/changelog index d17dd55..936a2c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openbox-menu (0.5.0-2) UNRELEASED; urgency=low + + * Install binary to usr/bin. + + -- Mateusz Łukasik Sun, 24 Nov 2013 11:31:03 +0100 + openbox-menu (0.5.0-1) unstable; urgency=low * Initial release. (Closes: #671862) diff --git a/debian/control b/debian/control index d409c74..895508d 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Package: openbox-menu Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, openbox -Description: openbox pipe-menu to display entries in *.desktop files - openbox-menu is a pipemenu for the openbox window manager. It provides - a dynamic menu listing of installed applications. Most of the work is +Description: Openbox pipe-menu to display entries in *.desktop files + Openbox-menu is a pipemenu for Openbox window manager. It provides + a dynamic menu listing installed applications. Most of the work is done by the LXDE library menu-cache. diff --git a/debian/rules b/debian/rules index 26fc74c..2bb0249 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,11 @@ %: dh $@ + +override_dh_install: + dh_install + mkdir debian/openbox-menu/usr + mv debian/openbox-menu/bin/ debian/openbox-menu/usr/bin/ override_dh_installman: dh_installman