[DRE-commits] [ruby-prof] 09/10: reset rules

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 14 16:37:17 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-prof.

commit 8717ad86f70bf3ad4bbf84d8daa71f28de23ca1a
Author: Pirate Praveen <praveen at debian.org>
Date:   Wed Sep 14 22:02:17 2016 +0530

    reset rules
---
 debian/ruby-prof.install |  1 -
 debian/rules             | 27 +++++----------------------
 2 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/debian/ruby-prof.install b/debian/ruby-prof.install
deleted file mode 100644
index 8acb2b7..0000000
--- a/debian/ruby-prof.install
+++ /dev/null
@@ -1 +0,0 @@
-lib/ruby-prof/images/*.png usr/share/ruby-prof/images
diff --git a/debian/rules b/debian/rules
index e2834a1..b59c642 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,27 +1,10 @@
 #!/usr/bin/make -f
-export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-# minitest is missing yet for ruby 2.0
-export DH_RUBY_IGNORE_TESTS=ruby2.0
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
-# create directory for prof file write tests
-override_dh_auto_install:
-	mkdir tmp
-	dh_auto_install -O--buildsystem=ruby
-	# remove images within lib/ installed into usr/share/ruby-prof/images
-	rm -rf debian/ruby-prof/usr/lib/ruby/vendor_ruby/ruby-prof/images
-
-override_dh_install:
-	dh_install -O--buildsystem=ruby
-	find debian/ruby-prof -name "*.png" | xargs --no-run-if-empty chmod 644
+override_dh_clean:
+	dh_clean
+	rm -rf examples2

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



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