[redeclipse] 280/494: d/rules: back to only overriding dh_install

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:42 UTC 2015


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

arand-guest pushed a commit to branch debdir
in repository redeclipse.

commit 353fed3fda561e5caedf50976afa601727e48ddf
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Dec 2 19:14:23 2011 +0100

    d/rules: back to only overriding dh_install
---
 rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules b/rules
index 74c2dcb..1a15e99 100755
--- a/rules
+++ b/rules
@@ -37,8 +37,8 @@ override_dh_strip:
 override_dh_prep:
 	dh_prep --exclude=debian/tmp
 
-override_dh_auto_install:
-	dh_auto_install --exclude="license.txt"
+override_dh_install:
+	dh_install --exclude="license.txt"
 
 URL=https://redeclipse.svn.sourceforge.net/svnroot/redeclipse
 REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*[+~]svn([0-9]+).*,\1,p')

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



More information about the Pkg-games-commits mailing list