[rkward-cvs] SF.net SVN: rkward: [1833] trunk/rkward/debian

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Apr 19 13:37:02 UTC 2007


Revision: 1833
          http://svn.sourceforge.net/rkward/?rev=1833&view=rev
Author:   tfry
Date:     2007-04-19 06:37:01 -0700 (Thu, 19 Apr 2007)

Log Message:
-----------
Some shells aren't too clever...

Modified Paths:
--------------
    trunk/rkward/debian/files
    trunk/rkward/debian/rules

Modified: trunk/rkward/debian/files
===================================================================
--- trunk/rkward/debian/files	2007-04-19 10:08:36 UTC (rev 1832)
+++ trunk/rkward/debian/files	2007-04-19 13:37:01 UTC (rev 1833)
@@ -1 +1 @@
-rkward_0.4.7-2_i386.deb math optional
+rkward_0.4.8-pre1_i386.deb math optional

Modified: trunk/rkward/debian/rules
===================================================================
--- trunk/rkward/debian/rules	2007-04-19 10:08:36 UTC (rev 1832)
+++ trunk/rkward/debian/rules	2007-04-19 13:37:01 UTC (rev 1833)
@@ -104,13 +104,13 @@
 	dh_installdeb
 	dh_shlibdeps
 	# unfortunately, the r-base-core dependency can not be found by dh_shlibdeps, so we need to get at the version manually
-	@if [ "$(RVERS)" > "2.4.9" ] ; then \
+	@if [ "$(RVERS)" '>' "2.4.9" ] ; then \
 		echo "rvers=r-base-core (>= 2.4.9)" >> $(CURDIR)/debian/rkward.substvars ; \
 	else \
-		if [ "$(RVERS)" > "2.3.9" ] ; then \
+		if [ "$(RVERS)" '>' "2.3.9" ] ; then \
 			echo "rvers=r-base-core (<= 2.4.9), r-base-core (>= 2.3.9)" >> $(CURDIR)/debian/rkward.substvars ; \
 		else \
-			if [ "$(RVERS)" > "2.2.1.svn37823" ] ; then \
+			if [ "$(RVERS)" '>' "2.2.1.svn37823" ] ; then \
 				echo "rvers=r-base-core (<= 2.3.9), r-base-core (>= 2.3.0)" >> $(CURDIR)/debian/rkward.substvars ; \
 			else \
 				echo "rvers=r-base-core (<= 2.2.1-6), r-base-core (>= 2.1.0)" >> $(CURDIR)/debian/rkward.substvars ; \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list