[DRE-commits] r6102 - trunk/libgems-ruby/debian

Daigo Moriwaki daigo at alioth.debian.org
Fri Mar 11 12:54:14 UTC 2011


Author: daigo
Date: 2011-03-11 12:54:13 +0000 (Fri, 11 Mar 2011)
New Revision: 6102

Modified:
   trunk/libgems-ruby/debian/rules
Log:
Follow the file name change by the upstream

Modified: trunk/libgems-ruby/debian/rules
===================================================================
--- trunk/libgems-ruby/debian/rules	2011-03-11 12:33:36 UTC (rev 6101)
+++ trunk/libgems-ruby/debian/rules	2011-03-11 12:54:13 UTC (rev 6102)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-DEB_INSTALL_CHANGELOGS_ALL = ChangeLog debian/README.Debian
+DEB_INSTALL_CHANGELOGS_ALL = History.txt debian/README.Debian
 
 RUBY18 = /usr/bin/ruby1.8
 RDOC = /usr/bin/rdoc1.8
@@ -25,7 +25,7 @@
 
 build/rubygems-doc::
 	find lib -name "*.rb" | xargs $(RDOC) --fmt html --title RubyGems \
-	  --line-numbers --inline-source --main README -o html README
+	  --line-numbers --inline-source --main README.rdoc -o html README.rdoc
 
 install/rubygems1.8::
 	find $(CURDIR)/debian/ -type f -name "*.in" | \




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