[rkward-cvs] SF.net SVN: rkward: [1359] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Feb 8 15:20:52 UTC 2007
Revision: 1359
http://svn.sourceforge.net/rkward/?rev=1359&view=rev
Author: tfry
Date: 2007-02-08 07:20:52 -0800 (Thu, 08 Feb 2007)
Log Message:
-----------
Update debian rules (untested\!)
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/debian/changelog
trunk/rkward/debian/rules
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2007-02-08 15:08:37 UTC (rev 1358)
+++ trunk/rkward/ChangeLog 2007-02-08 15:20:52 UTC (rev 1359)
@@ -9,8 +9,9 @@
- simplified CSV import plugin
- new plugin: import SPSS files
- new documentation pages: console
-- improvements to distribution plot plugins
-- new plugins: distribution plots TODO: list them
+- various improvements to existing distribution and distribution plot plugins
+- new plugins: distribution plots: beta, binomial, cauchy, exponential, gamma, geometric, hypergeometric,
+ logistics, lognormal, negative binomail, tukey, uniform, weibull, wilcoxon
- fixed: installing packages as root would not work, when $R_HOME is not defined
- new plugin element to select name of an R object to save to
- new plugin: Ansari-Bradley two-sample test TODO: document, make it stable
Modified: trunk/rkward/debian/changelog
===================================================================
--- trunk/rkward/debian/changelog 2007-02-08 15:08:37 UTC (rev 1358)
+++ trunk/rkward/debian/changelog 2007-02-08 15:20:52 UTC (rev 1359)
@@ -1,3 +1,10 @@
+rkward (0.4.6-1) unstable; urgency=low
+
+ * new upstream release
+ * update r-base-core dependencies
+
+ -- Thomas Friedrichsmeier <tfry at users.sourceforge.net> XXX, XX Feb 2007 XX:00:00 +0200
+
rkward (0.4.5-1) unstable; urgency=low
* new upstream release
Modified: trunk/rkward/debian/rules
===================================================================
--- trunk/rkward/debian/rules 2007-02-08 15:08:37 UTC (rev 1358)
+++ trunk/rkward/debian/rules 2007-02-08 15:20:52 UTC (rev 1359)
@@ -104,7 +104,11 @@
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.2.1.svn37823" ]] ; 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 \
+ 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 \
echo "rvers=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