[DRE-commits] [SCM] rdtool.git branch, master, updated. debian/0.6.31-1-25-gea4581b

Taku YASUI tach at debian.org
Sat May 5 19:21:51 UTC 2012


The following commit has been merged in the master branch:
commit c5bc5b4eb206e0eb9e87fc7c371629a3d748203a
Author: Taku YASUI <tach at debian.org>
Date:   Sun May 6 03:53:07 2012 +0900

    Use debian/tmp for using dh_install

diff --git a/debian/rules b/debian/rules
index 9bad539..f68aefe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ build/rdtool::
 	mv RDSWAP.1 debian/rdswap.1
 
 install/rdtool::
-	dh_ruby --install
+	env DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR=debian/tmp dh_ruby --install
 	#ruby setup.rb install --prefix=$(DEB_DESTDIR)
 	install -D -m644 lib/rd/dot.rd2rc $(DEB_DESTDIR)/etc/rdtool/rd2rc
 

-- 
rdtool.git



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