[DRE-commits] r5155 - trunk/libhtmlentities-ruby/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Sat May 1 22:43:20 UTC 2010


Author: deepak-guest
Date: 2010-05-01 22:43:19 +0000 (Sat, 01 May 2010)
New Revision: 5155

Modified:
   trunk/libhtmlentities-ruby/debian/changelog
   trunk/libhtmlentities-ruby/debian/rules
Log:
Added test for 1.8 and 1.9.1

Modified: trunk/libhtmlentities-ruby/debian/changelog
===================================================================
--- trunk/libhtmlentities-ruby/debian/changelog	2010-05-01 21:46:22 UTC (rev 5154)
+++ trunk/libhtmlentities-ruby/debian/changelog	2010-05-01 22:43:19 UTC (rev 5155)
@@ -7,6 +7,10 @@
   * Port the package to ruby 1.9.1.
             + Changes in debian/control
   * Updated debhelper >=7
+  * Correct old-dh-make-debian-copyright warning.
+            + Changes in debian/changelog
+  * Added test for ruby1.8 and 1.9.1
+            + Changes in debian/rules
   
  -- Deepak Tripathi <apenguinlinux at gmail.com>  Sat, 01 May 2010 21:05:42 +0000
 

Modified: trunk/libhtmlentities-ruby/debian/rules
===================================================================
--- trunk/libhtmlentities-ruby/debian/rules	2010-05-01 21:46:22 UTC (rev 5154)
+++ trunk/libhtmlentities-ruby/debian/rules	2010-05-01 22:43:19 UTC (rev 5155)
@@ -2,3 +2,9 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+install/libhtmlentities-ruby1.9.1::
+	(cd test ; ruby1.9.1 test_all.rb)
+
+install/libhtmlentities-ruby1.8::
+	(cd test ; ruby1.8 test_all.rb)




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