[DRE-commits] [ruby-parser] 10/10: use dh_install instead of dh_build to delete bin/ruby_parse_extract_error

Cédric Boutillier boutil at moszumanska.debian.org
Fri Feb 28 12:32:11 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-parser.

commit a2558c6183002887ba5687c106886122ab3729db
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Dec 25 23:41:31 2013 +0100

    use dh_install instead of dh_build to delete bin/ruby_parse_extract_error
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2caac0d..4a1c1f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_installman:
 	  --utf8 --center="Debian GNU System" debian/ruby_parse.1.pod debian/ruby_parse.1
 	dh_installman
 
-override_dh_build:
-	dh_build
-	rm debian/ruby-parser/usr/bin/ruby_parse_extract_error
+override_dh_install:
+	dh_install
+	rm -f debian/ruby-parser/usr/bin/ruby_parse_extract_error
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-parser.git



More information about the Pkg-ruby-extras-commits mailing list