[DRE-commits] [ruby-binding-of-caller] 04/04: arch: all

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Aug 12 21:47:18 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-binding-of-caller.

commit f265b70ee592f091865572564265814a691150f7
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Aug 12 18:41:05 2015 -0300

    arch: all
---
 debian/control | 2 +-
 debian/rules   | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c95b13d..23bd9ed 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-binding-of-caller
-Architecture: any
+Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-debug-inspector (>= 0.0.1),
diff --git a/debian/rules b/debian/rules
index 0bc0bb4..f92cef9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,10 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
+override_dh_auto_install:
+	dh_auto_install
+	find debian/*/usr/lib -type d -empty -delete
+
 clean:
 	dh clean --buildsystem=ruby --with ruby
 	rm -rf ext/binding_of_caller/Makefile

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



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