[DRE-commits] r4417 - trunk/librspec-ruby/debian

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


Author: tiber-guest
Date: 2009-12-06 09:57:37 +0000 (Sun, 06 Dec 2009)
New Revision: 4417

Modified:
   trunk/librspec-ruby/debian/changelog
   trunk/librspec-ruby/debian/rules
Log:
Force local inline cache dir during build (parsetree uses
libinline-ruby which on-the-fly compiles C code)

Modified: trunk/librspec-ruby/debian/changelog
===================================================================
--- trunk/librspec-ruby/debian/changelog	2009-12-06 09:55:07 UTC (rev 4416)
+++ trunk/librspec-ruby/debian/changelog	2009-12-06 09:57:37 UTC (rev 4417)
@@ -7,6 +7,8 @@
   * Added README note about unavailable syntax library
   * Added README.source referring to dpatch's README.source
   * Standards-Version: 3.8.3
+  * Force local inline cache dir during build (parsetree uses
+    libinline-ruby which on-the-fly compiles C code)
 
  -- Tobias Grimm <etobi at debian.org>  Sun, 01 Nov 2009 11:17:07 +0100
 

Modified: trunk/librspec-ruby/debian/rules
===================================================================
--- trunk/librspec-ruby/debian/rules	2009-12-06 09:55:07 UTC (rev 4416)
+++ trunk/librspec-ruby/debian/rules	2009-12-06 09:57:37 UTC (rev 4417)
@@ -8,13 +8,14 @@
 build: build-stamp
 
 build-stamp:
-	help2man --no-info --include=debian/spec.h2m bin/spec >spec.1
+	INLINEDIR=. help2man --no-info --include=debian/spec.h2m bin/spec >spec.1
 	patch spec.1 <debian/spec.1.diff
-	bin/spec --options spec/spec.opts spec/spec
+	INLINEDIR=. bin/spec --options spec/spec.opts spec/spec
 	touch build-stamp
 
 clean::
 	rm -f spec.1 build-stamp
+	rm -rf .ruby_inline
 
 common-binary-post-install-indep::
 	# Remove TextMate crap accidently included in the upstream version




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