Revision: 379 http://rpy.svn.sourceforge.net/rpy/?rev=379&view=rev Author: eddelbuettel Date: 2007-11-19 18:18:57 -0800 (Mon, 19 Nov 2007)
Log Message: ----------- sync with files of Debian 1.0.0-1 release of rpy Modified Paths: -------------- trunk/rpy/debian/changelog trunk/rpy/debian/control trunk/rpy/debian/rules Added Paths: ----------- trunk/rpy/debian/compat trunk/rpy/debian/overrides Modified: trunk/rpy/debian/changelog =================================================================== --- trunk/rpy/debian/changelog 2007-11-15 05:24:30 UTC (rev 378) +++ trunk/rpy/debian/changelog 2007-11-20 02:18:57 UTC (rev 379) @@ -1,3 +1,91 @@ +rpy (1.0.0-1) unstable; urgency=low + + * New upstream release announced today + + * debian/control: Update Depends: on r-base-core to (>= 2.6.0) but remove + the (<< 2.7.0) so that rpy should not prevent R from entering testing + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Mon, 19 Nov 2007 16:51:59 -0600 + +rpy (1.0~rc3-3) unstable; urgency=low + + * src/{RPy.h,rpymodule.c},setup.py,tests/test_tor.py: Applied amd64 + patch posted by Matthew Brett to the rpy list (Closes: #443147) + + * debian/control: Update Build-Depends to 'r-base-dev (>= 2.6.0)' and + Depends to 'r-base-core (>= 2.6.0), r-base-core (<< 2.7.0)' + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Thu, 25 Oct 2007 10:27:42 -0500 + +rpy (1.0~rc3-2) unstable; urgency=low + + * Rebuilt for R 2.6.0 (Closes: #443066) + + * debian/control: Update Build-Depends to 'r-base-dev (>> 2.5.1)' and + Depends to 'r-base-core (>> 2.5.1), r-base-core (<< 2.6.1)' + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Tue, 18 Sep 2007 09:19:30 -0500 + +rpy (1.0~rc3-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: on 'r-base-core (>= 2.5.1)', + but keep Depends on r-base-core (<< 2.5.2)' + + * debian/control: Switch from python-numeric to python-numpy-dev which + is now supported upstream + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Thu, 28 Jun 2007 21:56:45 -0500 + +rpy (1.0~rc2-1) unstable; urgency=low + + * New upstream release, but carry over patch from #401670 + + * Rebuilt under release candidate for R 2.5.1 (Closes: #430645) + + * debian/control: Set Built-Depends: on 'r-base-core (>= 2.5.1~20070622)' + * debian/control: Set Depends: on 'r-base-core (>= 2.5.1~20070622), + r-base-core (<< 2.5.2)' to prevent breaks with new R versions + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Tue, 26 Jun 2007 09:06:14 -0500 + +rpy (1.0~rc1-6) unstable; urgency=low + + * Rebuilt under R version 2.5.0 released yesterday + * debian/control: (Built-)Depends: on (r-base-core >= 2.5.0) + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Wed, 25 Apr 2007 12:53:57 -0500 + +rpy (1.0~rc1-5) unstable; urgency=low + + * src/rpymodule.c: Applied patch (from rpy-list) created by Andrew + McNamara that resolves the C stack limit error produced by R in some + contexts, such as resizing the x11() window. (Closes: #401670) + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Mon, 12 Mar 2007 21:06:40 -0500 + +rpy (1.0~rc1-4) unstable; urgency=low + + * Rebuilt under current R version 2.4.1 (Closes: #404636) + * debian/control: (Built-)Depends: on (r-base-core >= 2.4.1) + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Wed, 27 Dec 2006 10:03:08 -0600 + +rpy (1.0~rc1-3) unstable; urgency=low + + * Rebuilt under current R-patched version of R 2.4.0 + * debian/control: (Built-)Depends: on (r-base-core >= 2.4.0) + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Tue, 5 Dec 2006 20:59:00 -0600 + +rpy (1.0~rc1-2) unstable; urgency=low + + * Rebuilt under the release candidate of R 2.4.0 + * debian/control: (Built-)Depends: on (r-base-core >> 2.3.1) + + -- Dirk Eddelbuettel <[EMAIL PROTECTED]> Thu, 28 Sep 2006 20:55:10 -0500 + rpy (1.0~rc1-1) unstable; urgency=low * New upstream release Added: trunk/rpy/debian/compat =================================================================== --- trunk/rpy/debian/compat (rev 0) +++ trunk/rpy/debian/compat 2007-11-20 02:18:57 UTC (rev 379) @@ -0,0 +1 @@ +5 Modified: trunk/rpy/debian/control =================================================================== --- trunk/rpy/debian/control 2007-11-15 05:24:30 UTC (rev 378) +++ trunk/rpy/debian/control 2007-11-20 02:18:57 UTC (rev 379) @@ -4,11 +4,11 @@ Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]> Standards-Version: 3.7.2 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.2), r-base-dev (>= 2.3.1), python-all-dev (>= 2.3.5-10), python-numeric, texinfo, texi2html, tetex-extra, python-central (>= 0.5) +Build-Depends: debhelper (>= 5.0.37.2), r-base-dev (>= 2.6.0), python-all-dev (>= 2.3.5-10), python-numpy, python-numpy-dev, texinfo, texi2html, texlive-base, python-central (>= 0.5) Package: python-rpy Architecture: any -Depends: ${shlibs:Depends}, ${python:Depends}, python-numeric, r-base-core (>= 2.3.1), r-base-core (<< 2.4.0) +Depends: ${shlibs:Depends}, ${python:Depends}, python-numpy, r-base-core (>= 2.6.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) XB-Python-Version: ${python:Versions} Added: trunk/rpy/debian/overrides =================================================================== --- trunk/rpy/debian/overrides (rev 0) +++ trunk/rpy/debian/overrides 2007-11-20 02:18:57 UTC (rev 379) @@ -0,0 +1,3 @@ +python-rpy: script-not-executable ./usr/share/pycentral/python-rpy/site-packages/rpy_options.py +python-rpy: binary-or-shlib-defines-rpath ./usr/lib/python2.4/site-packages/_rpy2060.so /usr/lib/R/bin:/usr/lib/R/lib +python-rpy: binary-or-shlib-defines-rpath ./usr/lib/python2.5/site-packages/_rpy2060.so /usr/lib/R/bin:/usr/lib/R/lib \ No newline at end of file Modified: trunk/rpy/debian/rules =================================================================== --- trunk/rpy/debian/rules 2007-11-15 05:24:30 UTC (rev 378) +++ trunk/rpy/debian/rules 2007-11-20 02:18:57 UTC (rev 379) @@ -1,27 +1,25 @@ #!/usr/bin/make -f # debian/rules file for the Debian GNU/Linux python-rpy package -# Copyright 2004 by Dirk Eddelbuettel <[EMAIL PROTECTED]> +# Copyright 2004 - 2006 by Dirk Eddelbuettel <[EMAIL PROTECTED]> package := python-rpy debbase := $(CURDIR)/debian debtmp := $(debbase)/$(package) debdoc := debian/python-rpy-doc/usr/share/doc/python-rpy-doc +lintiandir := $(debtmp)/usr/share/lintian/overrides #PYTHON2.1 := python2.1 #PYTHON2.2 := python2.2 PYTHON2.3 := python2.3 PYTHON2.4 := python2.4 -PYVERS=$(shell pyversions -r debian/control) +PYVERS := $(shell pyversions -r debian/control) compilerflags = -O2 -Wall # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=4 - get-orig-source: upstream upstream: links http://prdownloads.sourceforge.net/rpy/ @@ -49,7 +47,7 @@ dh_testdir dh_testroot rm -f build-stamp configure-stamp - -make distclean + [ ! -f Makefile ] || $(MAKE) distclean (cd doc/ && make clean && rm -vf manual.pdf manual.info manual.dvi \ && rm -vfr manual_html manual_html.tgz) for python in $(PYVERS); \ @@ -79,7 +77,10 @@ do $$python setup.py install --root=debian/python-rpy; \ done + install -d $(lintiandir) + install -m 0644 debian/overrides $(lintiandir)/$(package) + # Build architecture-independent files here. binary-indep: build install dh_testdir -i @@ -127,7 +128,6 @@ # dh_makeshlibs -a # dh_perl -a dh_pycentral -a - dh_python -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. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list