[DRE-commits] [SCM] ruby-rmagick.git branch, master, updated. 8f9061a6d7efdf721cb3a53f54a46536822d3825

Vincent Fourmond fourmond at debian.org
Tue Jun 7 00:18:54 UTC 2011


The following commit has been merged in the master branch:
commit 725e3cae2567a3a9c8867cadb39ff0e1338f1422
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Tue Jun 7 01:23:26 2011 +0200

    Install the documentation at the proper place

diff --git a/debian/changelog b/debian/changelog
index 2cdef55..fbf70f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ ruby-rmagick (2.13.1-3) experimental; urgency=low
     transition
   * Use the new rubysetuprb build system
 
- -- Vincent Fourmond <fourmond at debian.org>  Tue, 07 Jun 2011 01:05:06 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Tue, 07 Jun 2011 01:23:06 +0200
 
 librmagick-ruby (2.13.1-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 65e341a..1239827 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,10 @@ override_dh_clean:
 	dh_clean
 	# Remove unneeded files created during the build process
 	rm -f ext/RMagick/mkmf.log *.miff *.gif *.png
+
+target_doc_dir = debian/ruby-rmagick-doc/usr/share/doc/ruby-rmagick-doc/html
+override_dh_auto_install:
+	dh_auto_install
+# Then, we move the documentation to its proper package
+	mkdir -p $(target_doc_dir)
+	mv debian/ruby-rmagick/usr/share/RMagick $(target_doc_dir)

-- 
ruby-rmagick.git



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