This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 1dd3ce3415caf5233d340b35614f0ad2c993e826 Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 12:45:21 2009 +0200 Use dh_prep instead of dh_clean -k in debian/rules --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 40d7e14..4b17271 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ mupen64plus (1.5-2) UNRELEASED; urgency=low * Don't depend on libqt4-dev * Upgrade Standards-Version to 3.8.1; no changes needed * Add debian/watch + * Use dh_prep instead of dh_clean -k in debian/rules -- Sven Eckelmann <[email protected]> Mon, 01 Jun 2009 12:27:41 +0200 diff --git a/debian/rules b/debian/rules index 7576ae0..0e0de0b 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/mupen64plus. -- 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

