diff --git a/os/debian/copyright b/os/debian/copyright index 322d1ce279..a79113378d 100644 --- a/os/debian/copyright +++ b/os/debian/copyright @@ -3,7 +3,7 @@ Wed, 15 Sep 2004 00:24:01 +0200. It was downloaded from http://sourceforge.net/projects/openttd -Upstream Author(s): Ludvig Strigeus (ludde) and many others +Upstream Author: Ludvig Strigeus (ludde) and many others Copyright: diff --git a/os/debian/menu b/os/debian/menu index 7419bf1642..a3da87e287 100644 --- a/os/debian/menu +++ b/os/debian/menu @@ -1,2 +1,2 @@ -?package(openttd):needs=X11 section=Games/Simulation title="Openttd"\ -command="/usr/games/openttd" icon="/usr/share/games/openttd/openttd.64.png" +?package(openttd):needs="X11" section="Games/Simulation" title="Openttd"\ +command="/usr/games/openttd" icon="/usr/share/games/openttd/openttd.64.xpm" diff --git a/os/debian/rules b/os/debian/rules index 7a67e7833a..c7be3f31a7 100644 --- a/os/debian/rules +++ b/os/debian/rules @@ -48,6 +48,7 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) clean + rm Makefile.config || true dh_clean @@ -72,7 +73,7 @@ binary-arch: build install dh_installdocs dh_installexamples # dh_install -# dh_installmenu + dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen