[rkward-cvs] SF.net SVN: rkward-code:[4743] branches/release_branches/rkward_0.6.1/ debian
tfry at users.sf.net
tfry at users.sf.net
Tue May 7 18:03:26 UTC 2013
Revision: 4743
http://sourceforge.net/p/rkward/code/4743
Author: tfry
Date: 2013-05-07 18:03:25 +0000 (Tue, 07 May 2013)
Log Message:
-----------
Prepare new upload to debian sid
Modified Paths:
--------------
branches/release_branches/rkward_0.6.1/debian/changelog
branches/release_branches/rkward_0.6.1/debian/rules
Modified: branches/release_branches/rkward_0.6.1/debian/changelog
===================================================================
--- branches/release_branches/rkward_0.6.1/debian/changelog 2013-05-07 08:24:42 UTC (rev 4742)
+++ branches/release_branches/rkward_0.6.1/debian/changelog 2013-05-07 18:03:25 UTC (rev 4743)
@@ -1,3 +1,11 @@
+rkward (0.6.1-1) unstable; urgency=low
+
+ * upstream release 0.6.1-rc1 was made available as 0.6.1 without changes
+ * new upload to build against R 3.0.0 on most architectures
+ * when built against r-base-core >= 3.0.0, depend on r-base-core <= 3.0.0
+
+ -- Thomas Friedrichsmeier <tfry at users.sourceforge.net> Thu, 07 May 2013 12:30:00 +0100
+
rkward (0.6.1~rc1-1) unstable; urgency=low
* new upstream release
Modified: branches/release_branches/rkward_0.6.1/debian/rules
===================================================================
--- branches/release_branches/rkward_0.6.1/debian/rules 2013-05-07 08:24:42 UTC (rev 4742)
+++ branches/release_branches/rkward_0.6.1/debian/rules 2013-05-07 18:03:25 UTC (rev 4743)
@@ -123,7 +123,7 @@
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 [ "$(RMAJOR)" -eq "3" ] && [ "$(RMINOR)" -ge "0" ] ; then \
- echo "rvers=r-base-core (>= 2.13.0)" >> $(CURDIR)/debian/rkward.substvars ; \
+ echo "rvers=r-base-core (>= 3.0.0)" >> $(CURDIR)/debian/rkward.substvars ; \
else \
if [ "$(RMAJOR)" -eq "2" ] && [ "$(RMINOR)" -ge "14" ] ; then \
echo "rvers=r-base-core (>= 2.9.0), r-base-core (<< 3.0.0)" >> $(CURDIR)/debian/rkward.substvars ; \
More information about the rkward-tracker
mailing list