From b9c13283a44083dc7f5bff310df21668b3bab518 Mon Sep 17 00:00:00 2001 From: matthijs Date: Mon, 24 Jan 2005 20:33:43 +0000 Subject: (svn r1644) - Some minor corrections to the os/debian dir. --- os/debian/copyright | 2 +- os/debian/menu | 4 ++-- os/debian/rules | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/os/debian/copyright b/os/debian/copyright index 322d1ce27..a79113378 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 7419bf164..a3da87e28 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 7a67e7833..c7be3f31a 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 -- cgit v1.2.3-54-g00ecf