[DRE-commits] r4414 - trunk/libheckle-ruby/debian

Tobias Grimm tiber-guest at alioth.debian.org
Sun Dec 6 09:53:21 UTC 2009


Author: tiber-guest
Date: 2009-12-06 09:53:20 +0000 (Sun, 06 Dec 2009)
New Revision: 4414

Modified:
   trunk/libheckle-ruby/debian/changelog
   trunk/libheckle-ruby/debian/rules
Log:
Force local inline cache dir

Modified: trunk/libheckle-ruby/debian/changelog
===================================================================
--- trunk/libheckle-ruby/debian/changelog	2009-12-06 09:53:05 UTC (rev 4413)
+++ trunk/libheckle-ruby/debian/changelog	2009-12-06 09:53:20 UTC (rev 4414)
@@ -1,10 +1,10 @@
-libheckle-ruby (1.4.3-2) UNRELEASED; urgency=low
+libheckle-ruby (1.4.3-2) unstable; urgency=low
 
   * Dropped 12_parsetree-backwards-compatibility.dpatch
   * Depend on libparsetree-ruby1.8 (>= 3.0.4)
   * Depend on libruby2ruby-ruby1.8 (>= 1.2.4)
 
- -- Tobias Grimm <etobi at debian.org>  Sun, 22 Nov 2009 02:47:56 +0100
+ -- Tobias Grimm <etobi at debian.org>  Sun, 06 Dec 2009 10:53:13 +0100
 
 libheckle-ruby (1.4.3-1) unstable; urgency=low
 

Modified: trunk/libheckle-ruby/debian/rules
===================================================================
--- trunk/libheckle-ruby/debian/rules	2009-12-06 09:53:05 UTC (rev 4413)
+++ trunk/libheckle-ruby/debian/rules	2009-12-06 09:53:20 UTC (rev 4414)
@@ -9,10 +9,10 @@
 
 build-stamp:
 	# Run unit tests:
-	/usr/bin/ruby1.8 -w -Ilib:test test/test_heckle.rb
+	INLINEDIR=. /usr/bin/ruby1.8 -w -Ilib:test test/test_heckle.rb
 
 	# Generate manpage:
-	help2man --no-info --include=debian/heckle.h2m \
+	INLINEDIR=. help2man --no-info --include=debian/heckle.h2m \
 	  -h "bin/heckle -h"  -v "bin/heckle -V" /usr/bin/ruby1.8  >heckle.1
 	patch heckle.1 <debian/heckle.1.diff
 
@@ -20,3 +20,4 @@
 
 clean::
 	rm -f heckle.1 build-stamp
+	rm -rf .ruby_inline




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