rpy (0.3.4-2) unstable; urgency=low

  * io.py: Renamed to rpyio.py
  * setup.py, rpy.py: Adjusted to import and call rpyio instead of io 
  * These two changes should resolve the clash with python-stats (Closes: #231051)
  
  * debian/control: Renamed doc package to python-rpy-doc and set appropriate
    Provides:, Conflicts: and Replaces: entries for python-rpy-docs for upgrade

 -- Dirk Eddelbuettel <edd@debian.org>  Wed,  4 Feb 2004 10:48:49 -0600

rpy (0.3.4-1) unstable; urgency=low

  * New upstream release
  
  * The upstream releases now links with -rpath so that /usr/lib/R/bin/libR.so
    will be found without requiring either editing /etc/ld.so.conf or setting 
    LD_LIBRARY_PATH which enables the package to work as is on Debian.
  
  * Converted the previously unpublished private package 'rpy' into a set of 
    four (hopefully :) Python Policy conformant packages python-rpy, 
    python-rpy-docs, python2.2-rpy and python2.3-rpy. Building with python2.1
    did not work as expected, and a package may be added at a future date.

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 22 Jan 2004 22:36:06 -0600

rpy (0.3.3-1) unstable; urgency=low

  * New upstream release [ not uploaded to Debian ]

 -- Dirk Eddelbuettel <edd@debian.org>  Sat, 17 Jan 2004 10:31:11 -0600

rpy (0.3.1-1) unstable; urgency=low

  * Initial Debianisation [ not actually uploaded to Debian ]
  * src/{RPy.h,R_eval.c}: s/jump_now(void)/Rf_onintr(void)/ 
    to reflect an internal change in R 
  * Still needs LD_LIBRARY_PATH / ld.so.conf to point to /usr/lib/R/bin

 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 17 Sep 2003 20:36:43 -0500

