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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Apr 19 10:08:36 UTC 2007


Revision: 1832
          http://svn.sourceforge.net/rkward/?rev=1832&view=rev
Author:   tfry
Date:     2007-04-19 03:08:36 -0700 (Thu, 19 Apr 2007)

Log Message:
-----------
Try to make the rules more portable

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

Modified: trunk/rkward/debian/changelog
===================================================================
--- trunk/rkward/debian/changelog	2007-04-18 22:53:54 UTC (rev 1831)
+++ trunk/rkward/debian/changelog	2007-04-19 10:08:36 UTC (rev 1832)
@@ -1,3 +1,10 @@
+rkward (0.4.8-pre1) unstable; urgency=low
+
+  * some experiments to make package work better
+  * this not meant to ever be uploaded
+
+ -- Thomas Friedrichsmeier <tfry at users.sourceforge.net>  Thu, 19 Apr 2007 12:00:00 +0200
+
 rkward (0.4.7-2) unstable; urgency=low
 
   * explicitely create installation directory for rkward R package

Modified: trunk/rkward/debian/files
===================================================================
--- trunk/rkward/debian/files	2007-04-18 22:53:54 UTC (rev 1831)
+++ trunk/rkward/debian/files	2007-04-19 10:08:36 UTC (rev 1832)
@@ -1 +1 @@
-rkward_0.3.7-1_i386.deb math optional
+rkward_0.4.7-2_i386.deb math optional

Modified: trunk/rkward/debian/rules
===================================================================
--- trunk/rkward/debian/rules	2007-04-18 22:53:54 UTC (rev 1831)
+++ trunk/rkward/debian/rules	2007-04-19 10:08:36 UTC (rev 1832)
@@ -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