Revision: 795
http://rpy.svn.sourceforge.net/rpy/?rev=795&view=rev
Author: eddelbuettel
Date: 2012-07-17 13:29:28 +0000 (Tue, 17 Jul 2012)
Log Message:
-----------
Changes for R 2.15.1 build
Modified Paths:
--------------
trunk/rpy/debian/changelog
trunk/rpy/debian/control
trunk/rpy/debian/python-rpy.lintian-overrides
trunk/rpy/debian/rules
Modified: trunk/rpy/debian/changelog
===================================================================
--- trunk/rpy/debian/changelog 2012-03-31 13:19:11 UTC (rev 794)
+++ trunk/rpy/debian/changelog 2012-07-17 13:29:28 UTC (rev 795)
@@ -1,3 +1,13 @@
+rpy (1.0.3-22) unstable; urgency=low
+
+ * (Belated) rebuilding under R 2.15.1
+
+ * debian/control: Set (Build-)Depends: to current R version
+
+ * debian/rules: Also call dh_numpy (with thanks to lintian)
+
+ -- Dirk Eddelbuettel <[email protected]> Tue, 17 Jul 2012 08:17:07 -0500
+
rpy (1.0.3-21) unstable; urgency=low
* Rebuilt under R 2.15.0
Modified: trunk/rpy/debian/control
===================================================================
--- trunk/rpy/debian/control 2012-03-31 13:19:11 UTC (rev 794)
+++ trunk/rpy/debian/control 2012-07-17 13:29:28 UTC (rev 795)
@@ -4,11 +4,11 @@
Maintainer: Dirk Eddelbuettel <[email protected]>
Standards-Version: 3.9.3
XS-Python-Version: all
-Build-Depends: debhelper (>= 7.2.17), r-base-dev (>= 2.15.0), python-all-dev
(>= 2.6.6-3), python-numpy (>= 1:1.3.0), python, texinfo, texi2html,
texlive-base, texlive-latex-base
+Build-Depends: debhelper (>= 7.2.17), r-base-dev (>= 2.15.1), python-all-dev
(>= 2.6.6-3), python-numpy (>= 1:1.3.0), python, texinfo, texi2html,
texlive-base, texlive-latex-base
Package: python-rpy
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-numpy
(>= 1:1.3.0), r-base-core (>= 2.15.0)
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-numpy
(>= 1:1.3.0), r-base-core (>= 2.15.1)
Breaks: r-base-core (>= 2.16.0)
Replaces: python2.2-rpy (<< 0.99.2-4), python2.3-rpy (<< 0.99.2-4),
python2.4-rpy (<< 0.99.2-4)
Conflicts: python2.2-rpy (<< 0.99.2-4), python2.3-rpy (<< 0.99.2-4),
python2.4-rpy (<< 0.99.2-4)
Modified: trunk/rpy/debian/python-rpy.lintian-overrides
===================================================================
--- trunk/rpy/debian/python-rpy.lintian-overrides 2012-03-31 13:19:11 UTC
(rev 794)
+++ trunk/rpy/debian/python-rpy.lintian-overrides 2012-07-17 13:29:28 UTC
(rev 795)
@@ -1,4 +1,4 @@
-python-rpy: binary-or-shlib-defines-rpath
usr/lib/python2.6/dist-packages/_rpy2150.so /usr/lib/R/bin
-python-rpy: binary-or-shlib-defines-rpath
usr/lib/python2.6/dist-packages/_rpy2150.so /usr/lib/R/lib
-python-rpy: binary-or-shlib-defines-rpath
usr/lib/python2.7/dist-packages/_rpy2150.so /usr/lib/R/bin
-python-rpy: binary-or-shlib-defines-rpath
usr/lib/python2.7/dist-packages/_rpy2150.so /usr/lib/R/lib
+python-rpy: binary-or-shlib-defines-rpath
usr/lib/python2.6/dist-packages/_rpy2151.so /usr/lib/R/bin
+python-rpy: binary-or-shlib-defines-rpath
usr/lib/python2.6/dist-packages/_rpy2151.so /usr/lib/R/lib
+python-rpy: binary-or-shlib-defines-rpath
usr/lib/python2.7/dist-packages/_rpy2151.so /usr/lib/R/bin
+python-rpy: binary-or-shlib-defines-rpath
usr/lib/python2.7/dist-packages/_rpy2151.so /usr/lib/R/lib
Modified: trunk/rpy/debian/rules
===================================================================
--- trunk/rpy/debian/rules 2012-03-31 13:19:11 UTC (rev 794)
+++ trunk/rpy/debian/rules 2012-07-17 13:29:28 UTC (rev 795)
@@ -22,13 +22,13 @@
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
+version := $(shell head -1 debian/changelog | perl -nle 'm/\((.*)-\d\)/ &&
print $$1')
+
tarball:
(cd .. && \
tar czf tarballs/$(project)_${version}.orig.tar.gz ./$(project)
\
--exclude=.svn --exclude=debian/)
-version := $(shell head -1 debian/changelog | perl -nle 'm/\((.*)-\d\)/ &&
print $$1')
-
get-orig-source: upstream
upstream:
links http://prdownloads.sourceforge.net/rpy/
@@ -141,6 +141,7 @@
# dh_perl -a
# dh_pycentral -a
dh_python2 -a
+ dh_numpy -a
dh_shlibdeps -a
dh_installdeb -a
dh_gencontrol -a
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list