This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 37825c2fd980611cd3d6eb36051c18caa4798aa8 Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 13:42:43 2009 +0200 Don't create install dirs separately --- debian/changelog | 1 + debian/dirs | 2 -- debian/rules | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7e9d946..029d72e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low - Remove unused dh_* commands - Remove unused configure target - Use quilt to patch files + - Don't create install dirs separately * Remove changes outside of debian/* * debian/patches: - Add 100-fix-desktop-file.patch, fix desktop file diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index ca882bb..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/sbin diff --git a/debian/rules b/debian/rules index 6df4854..582fa1d 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,6 @@ install: build dh_testdir dh_testroot dh_prep - dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/mupen64plus PREFIX=$(CURDIR)/debian/mupen64plus/usr install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

