This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lordsawar.
commit 75af351ba8d40cddefaba0fb3c8a23103053cc98 Author: Eddy Petrișor <[email protected]> Date: Tue Nov 27 22:07:20 2007 +0000 install the desktop file in the proper place - fix thanks to Marco Rodrigues --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b3e8cf7..83d4376 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lordsawar (0.0.4-2) UNRELEASED; urgency=low + + [ Eddy Petrișor ] + * install the desktop file in the proper place - thanks to Marco + Rodrigues + + -- Barry deFreese <[email protected]> Wed, 28 Nov 2007 00:06:13 +0200 + lordsawar (0.0.4-1) unstable; urgency=low * New upstream release diff --git a/debian/rules b/debian/rules index 58ca5c9..7c8a551 100755 --- a/debian/rules +++ b/debian/rules @@ -58,7 +58,7 @@ install: build #overwrite upstream desktop files #should be fixed in 0.0.4 - cp debian/*.desktop $(CURDIR)/debian/tmp/usr/share/games/applications + cp debian/*.desktop $(CURDIR)/debian/tmp/usr/share/applications dh_install --sourcedir=debian/tmp --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lordsawar.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

