Revision: 713
          http://rpy.svn.sourceforge.net/rpy/?rev=713&view=rev
Author:   eddelbuettel
Date:     2008-12-04 02:14:44 +0000 (Thu, 04 Dec 2008)

Log Message:
-----------
updates for version 2.0.1 just uploaded to Debian

Modified Paths:
--------------
    rpy2/trunk/debian/changelog
    rpy2/trunk/debian/control
    rpy2/trunk/debian/python-rpy2.lintian-overrides
    rpy2/trunk/debian/rules

Modified: rpy2/trunk/debian/changelog
===================================================================
--- rpy2/trunk/debian/changelog 2008-12-03 12:09:01 UTC (rev 712)
+++ rpy2/trunk/debian/changelog 2008-12-04 02:14:44 UTC (rev 713)
@@ -1,7 +1,17 @@
+rpy2 (2.0.1-1) unstable; urgency=low
+
+  * New upstream version (taken as revision 712 from svn)
+  
+  * Initial upload to Debian                           (Closes: #507622)
+
+  * debian/control: Added Build-Depends: on python-sphinx (>= 0.4.3) so that
+    we can build the documentation. Thanks to Piotr for 0.4.3 in unstable!
+  
+ -- Dirk Eddelbuettel <[EMAIL PROTECTED]>  Wed, 03 Dec 2008 18:16:22 -0600
+
 rpy2 (2.0.0-1) unstable; urgency=low
 
-  [ not YET uploaded to Debian ]
-  * Initial Debianisation                              (Closes: #507622)
+  * Initial Debianisation 
 
  -- Dirk Eddelbuettel <[EMAIL PROTECTED]>  Tue, 02 Dec 2008 19:43:00 -0600
 

Modified: rpy2/trunk/debian/control
===================================================================
--- rpy2/trunk/debian/control   2008-12-03 12:09:01 UTC (rev 712)
+++ rpy2/trunk/debian/control   2008-12-04 02:14:44 UTC (rev 713)
@@ -4,7 +4,7 @@
 Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
 Standards-Version: 3.8.0
 XS-Python-Version: all
-Build-Depends: debhelper (>= 7), r-base-dev (>= 2.8.0), python-all-dev (>= 
2.3.5-10), python-numpy, python-numpy-dev, python-central (>= 0.5)
+Build-Depends: debhelper (>= 7), r-base-dev (>= 2.8.0), python-all-dev (>= 
2.3.5-10), python-numpy, python-numpy-dev, python-central (>= 0.5), 
python-sphinx (>= 0.4.3), texlive-base, texlive-latex-base, 
texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended
 Homepage: http://rpy.sourceforge.net/ 
 
 Package: python-rpy2
@@ -13,7 +13,7 @@
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Suggests: python-rpy-docs
-Description: Python interface to the GNU R language and environment
+Description: Python interface to the GNU R language and environment (version 2)
  This Debian package provides RPy2, a very simple yet robust Python interface
  to the GNU R Programming Language. It can manage different types of R objects,
  and can execute arbitrary R functions, including graphic functions.

Modified: rpy2/trunk/debian/python-rpy2.lintian-overrides
===================================================================
--- rpy2/trunk/debian/python-rpy2.lintian-overrides     2008-12-03 12:09:01 UTC 
(rev 712)
+++ rpy2/trunk/debian/python-rpy2.lintian-overrides     2008-12-04 02:14:44 UTC 
(rev 713)
@@ -2,3 +2,4 @@
 python-rpy2: binary-or-shlib-defines-rpath 
./usr/lib/python2.4/site-packages/rpy2/rinterface/rinterface.so 
/usr/lib/R/modules
 python-rpy2: binary-or-shlib-defines-rpath 
./usr/lib/python2.5/site-packages/rpy2/rinterface/rinterface.so /usr/lib/R/lib
 python-rpy2: binary-or-shlib-defines-rpath 
./usr/lib/python2.5/site-packages/rpy2/rinterface/rinterface.so 
/usr/lib/R/modules
+python-rpy2: embedded-javascript-library 
usr/share/doc/python-rpy2/html/_static/jquery.js

Modified: rpy2/trunk/debian/rules
===================================================================
--- rpy2/trunk/debian/rules     2008-12-03 12:09:01 UTC (rev 712)
+++ rpy2/trunk/debian/rules     2008-12-04 02:14:44 UTC (rev 713)
@@ -38,7 +38,7 @@
                do CFLAGS="$(compilerflags)" $$python setup.py build \
                        build_ext --include-dirs=/usr/share/R/include ; \
        done
-#      (cd doc && make all)
+       (cd doc && make html latex && cd build/latex && make all-pdf && cd 
../.. && ls -lR )
        touch build-stamp
 
 clean:
@@ -81,8 +81,8 @@
        dh_testdir -a
        dh_testroot -a
 #      dh_installdebconf -a
-       dh_installdocs -a       README NEWS     
-       dh_installexamples -a   demos
+       dh_installdocs -a       README NEWS doc/build/latex/rpy2.pdf 
doc/build/html/
+       dh_installexamples -a   demos/*.py demos/*.png
 #      dh_installmenu -a
 #      dh_installemacsen -a
 #      dh_installpam -a
@@ -96,7 +96,7 @@
        dh_installchangelogs -a
        dh_strip -a
        dh_link -a
-       dh_compress -a
+       dh_compress -a -X.txt -X.json -X.js
        dh_fixperms -a
 #      dh_suidregister -a
 #      dh_makeshlibs -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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to