# HG changeset patch # User matthijs # Date 1106598823 0 # Node ID d03fc9ec20ce14d46741dddb804051d45641b36c # Parent 7041f8588a13e7cf26a4d54f981eb240f7a0373c (svn r1644) - Some minor corrections to the os/debian dir. diff -r 7041f8588a13 -r d03fc9ec20ce os/debian/copyright --- a/os/debian/copyright Mon Jan 24 20:25:52 2005 +0000 +++ b/os/debian/copyright Mon Jan 24 20:33:43 2005 +0000 @@ -3,7 +3,7 @@ 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 -r 7041f8588a13 -r d03fc9ec20ce os/debian/menu --- a/os/debian/menu Mon Jan 24 20:25:52 2005 +0000 +++ b/os/debian/menu Mon Jan 24 20:33:43 2005 +0000 @@ -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 -r 7041f8588a13 -r d03fc9ec20ce os/debian/rules --- a/os/debian/rules Mon Jan 24 20:25:52 2005 +0000 +++ b/os/debian/rules Mon Jan 24 20:33:43 2005 +0000 @@ -48,6 +48,7 @@ # Add here commands to clean up after the build process. -$(MAKE) clean + rm Makefile.config || true dh_clean @@ -72,7 +73,7 @@ dh_installdocs dh_installexamples # dh_install -# dh_installmenu + dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen