[DRE-commits] [ruby-sdl] 04/07: Exclude duplicate gzip file from examples

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sat Apr 9 17:58:56 UTC 2016


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

uwabami-guest pushed a commit to branch master
in repository ruby-sdl.

commit c2e792239d34ec1a80a7956b209c8752dd8b0407
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sun Apr 10 02:41:21 2016 +0900

    Exclude duplicate gzip file from examples
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 200989b..ce38c5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,12 @@ override_dh_auto_build:
 override_dh_installchangelogs:
 	dh_installchangelogs --all --keep $(CURDIR)/NEWS.en
 
+override_dh_installexamples:
+	dh_installexamples -Xicon.bmp.gz
+
 override_dh_auto_clean:
 	dh_auto_clean
+	- at rm -f $(CURDIR)/*.html
+	- at rm -f $(CURDIR)/*.rd
 	-@( cd $(CURDIR)/doc    && rm -f *.rd *.html )
 	-@( cd $(CURDIR)/doc-en && rm -f *.rd *.html )

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



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