[DRE-commits] r1793 - packages/libqt4-ruby/trunk/debian

fourmond at alioth.debian.org fourmond at alioth.debian.org
Tue Jul 24 23:39:41 UTC 2007


Author: fourmond
Date: 2007-07-24 23:39:41 +0000 (Tue, 24 Jul 2007)
New Revision: 1793

Modified:
   packages/libqt4-ruby/trunk/debian/changelog
   packages/libqt4-ruby/trunk/debian/rules
Log:
Add a small trick to work around a cmake bug on HPPA

Modified: packages/libqt4-ruby/trunk/debian/changelog
===================================================================
--- packages/libqt4-ruby/trunk/debian/changelog	2007-07-24 22:46:58 UTC (rev 1792)
+++ packages/libqt4-ruby/trunk/debian/changelog	2007-07-24 23:39:41 UTC (rev 1793)
@@ -1,3 +1,10 @@
+libqt4-ruby (1.4.9-3) unstable; urgency=low
+
+  * Add a dirty workaround for a cmake bug on HPPA that makes
+    libqt4-ruby FTBS there.
+
+ -- Vincent Fourmond <fourmond at debian.org>  Wed, 25 Jul 2007 01:31:23 +0200
+
 libqt4-ruby (1.4.9-2) unstable; urgency=low
 
   * The 'Ooops I should have looked debc output better' release

Modified: packages/libqt4-ruby/trunk/debian/rules
===================================================================
--- packages/libqt4-ruby/trunk/debian/rules	2007-07-24 22:46:58 UTC (rev 1792)
+++ packages/libqt4-ruby/trunk/debian/rules	2007-07-24 23:39:41 UTC (rev 1793)
@@ -59,7 +59,8 @@
 
 build-arch: build-arch-stamp
 build-arch-stamp:  config.status
-	$(MAKE)
+# The following is a dirty fix for a bug with cmake on HPPA
+	$(MAKE) || $(MAKE)
 #	cd qtruby/rubylib/designer/rbrcc; $(MAKE)
 #	cd qtruby/rubylib/designer/rbuic; $(MAKE)
 	touch $@




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