This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lordsawar.
commit 82d32c9af74ec4c1c66faa2f077ee318d009caca Author: Barry deFreese <[email protected]> Date: Tue Jan 29 05:45:19 2008 +0000 * Add call to dh_desktop. More fixes to install files. --- debian/changelog | 1 + debian/lordsawar-data.install | 4 ++-- debian/lordsawar.install | 4 ++-- debian/rules | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8f302b2..d042476 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ lordsawar (0.0.4-2) UNRELEASED; urgency=low * Remove XS- prefix from VCS fields. * Bump Standards Version to 3.7.3. (No changes needed). * Fix install files. + * Add call to dh_desktop. -- Barry deFreese <[email protected]> Wed, 28 Nov 2007 00:06:13 +0200 diff --git a/debian/lordsawar-data.install b/debian/lordsawar-data.install index c705609..483657e 100644 --- a/debian/lordsawar-data.install +++ b/debian/lordsawar-data.install @@ -1,2 +1,2 @@ -debian/tmp/usr/share/games/lordsawar/ usr/share/games/lordsawar/ -debian/tmp/usr/share/games/locale/ usr/share/locale/ +debian/tmp/usr/share/games/lordsawar/* usr/share/games/lordsawar/ +debian/tmp/usr/share/games/locale/* usr/share/locale/ diff --git a/debian/lordsawar.install b/debian/lordsawar.install index 3fc0c3d..4c544c9 100644 --- a/debian/lordsawar.install +++ b/debian/lordsawar.install @@ -1,3 +1,3 @@ -debian/tmp/usr/games/ usr/games/ -debian/tmp/usr/share/games/applications/ usr/share/ +debian/tmp/usr/games/* usr/games/ +debian/tmp/usr/share/games/applications/* usr/share/ debian/*.desktop usr/share/applications/ diff --git a/debian/rules b/debian/rules index 94e63c6..7a2dac6 100755 --- a/debian/rules +++ b/debian/rules @@ -81,6 +81,7 @@ binary-arch: build install dh_installexamples -a dh_installmenu -a dh_installman -a + dh_desktop -a dh_link -a dh_strip -a dh_compress -a -- 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

