[DRE-commits] [ruby-narray] 03/06: Update debian/rules: follow upstream structure

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Feb 22 02:14:46 UTC 2015


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

uwabami-guest pushed a commit to annotated tag debian/0.6.1.1-1
in repository ruby-narray.

commit 5275c080f7df406c24890f505114fe1c3fb5745d
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sun Feb 22 11:06:09 2015 +0900

    Update debian/rules: follow upstream structure
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7ae89f2..70ddc3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,9 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -f na_math.c na_op.c narray_config.h
+	rm -f $(CURDIR)/src/na_math.c
+	rm -f $(CURDIR)/src/na_op.c
+	rm -f $(CURDIR)/src/narray_config.h
 
 override_dh_strip:
 	dh_strip --dbg-package=ruby-narray-dbg

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



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