[mupen64plus] 16/262: Use dh_prep instead of dh_clean -k in debian/rules

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:09 UTC 2015


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 <sven.eckelmann at gmx.de>
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 <sven.eckelmann at gmx.de>  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



More information about the Pkg-games-commits mailing list