[DRE-commits] [ruby-locale] 02/03: install data files to /usr/share

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Wed Sep 23 08:50:58 UTC 2015


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

tsfgnu-guest pushed a commit to branch patch-queue/master
in repository ruby-locale.

commit 4c178ee6416b2d218f284b1abab7c413e566e06a
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Tue Sep 15 18:47:39 2015 +0300

    install data files to /usr/share
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 608b8a0..49a95ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,11 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
+override_dh_auto_install:
+	mkdir -p debian/ruby-locale/usr/share/ruby-locale
+	mv debian/ruby-locale/usr/lib/ruby/vendor_ruby/locale/data \
+	   debian/ruby-locale/usr/share/ruby-locale
+	dh_auto_install
+
 override_dh_installchangelogs:
 	dh_installchangelogs doc/text/news.md -O--buildsystem=ruby

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



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