This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ri-li.
commit 54a29f0316fef641026388e6a63f4627db19c4c2 Author: Gonéri Le Bouder <[email protected]> Date: Sun Sep 16 21:50:49 2007 +0000 do not install Gentoo .ebuild (Closes: #432171) --- debian/changelog | 6 ++++++ debian/rules | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4e7ee63..b226e90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ri-li (2.0.0-4) unstable; urgency=low + + * do not install Gentoo .ebuild (Closes: #432171) + + -- Gonéri Le Bouder <[email protected]> Mon, 17 Sep 2007 00:02:26 +0200 + ri-li (2.0.0-3) unstable; urgency=low [ Eddy Petrișor ] diff --git a/debian/rules b/debian/rules index ecd2f9e..93b2d02 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ install-stamp: build dh_installdirs dh_installman debian/ri-li.6 DESTDIR=$(CURDIR)/debian/tmp $(MAKE) install + find debian/tmp -name '*.ebuild' -exec rm {} \; mkdir -p debian/tmp/usr/share/pixmaps/ cp debian/ri-li.xpm debian/tmp/usr/share/pixmaps/ mv debian/tmp/usr/games/Ri_li debian/tmp/usr/games/ri-li -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ri-li.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

