[mrrescue] 01/01: remove hack not needed anymore

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Feb 29 13:53:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository mrrescue.

commit fac5d93003006d6bd01352cbfaac031bad0d16a5
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Feb 29 14:52:54 2016 +0100

    remove hack not needed anymore
    
    https://lists.debian.org/debian-mentors/2013/08/msg00043.html
---
 debian/.gitignore | 2 +-
 debian/rules      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/.gitignore b/debian/.gitignore
index 90e47d5..5d58cf5 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -4,5 +4,5 @@ mrrescue.debhelper.log
 mrrescue.postinst.debhelper
 mrrescue.postrm.debhelper
 mrrescue.substvars
-mrrescue_build/
+mrrescue/
 
diff --git a/debian/rules b/debian/rules
index 8a61d44..303a8d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 BUILD_DATE=$(shell dpkg-parsechangelog --show-field=Date)
 
 %:
-	dh $@ -Pdebian/mrrescue_build
+	dh $@
 
 override_dh_auto_build:
 	find mrrescue -type f -exec touch --date='$(BUILD_DATE)' {} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mrrescue.git



More information about the Pkg-games-commits mailing list