[rkward-cvs] SF.net SVN: rkward: [875] trunk/rkward/debian

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Oct 17 13:05:04 UTC 2006


Revision: 875
          http://svn.sourceforge.net/rkward/?rev=875&view=rev
Author:   tfry
Date:     2006-10-17 06:04:55 -0700 (Tue, 17 Oct 2006)

Log Message:
-----------
update debian files

Modified Paths:
--------------
    trunk/rkward/debian/README.Debian
    trunk/rkward/debian/changelog
    trunk/rkward/debian/rules

Modified: trunk/rkward/debian/README.Debian
===================================================================
--- trunk/rkward/debian/README.Debian	2006-10-17 12:09:06 UTC (rev 874)
+++ trunk/rkward/debian/README.Debian	2006-10-17 13:04:55 UTC (rev 875)
@@ -2,6 +2,6 @@
 --------------
 
 RKWard usually ships its own version of the kate syntax-highlighting definition for R. The version shipped by RKWard is - at the time of this writing - better than the one shipped with kate in some respects. Due to packaging conflicts, however, this improved syntax highlighting definition can NOT be included in the rkward package.
-You may want to fetch the definition manually from RKWard-CVS and install to /usr/share/apps/katepart/syntax/r.xml.
+You may want to fetch the definition manually from RKWard-SVN and install to /usr/share/apps/katepart/syntax/r.xml.
 
 -- Thomas Friedrichsmeier <tfry at users.sourceforge.net>, Apr-29-2005

Modified: trunk/rkward/debian/changelog
===================================================================
--- trunk/rkward/debian/changelog	2006-10-17 12:09:06 UTC (rev 874)
+++ trunk/rkward/debian/changelog	2006-10-17 13:04:55 UTC (rev 875)
@@ -1,3 +1,11 @@
+rkward (0.4.0-1) unstable; urgency=low
+
+  * new upstream release
+  * remove obsoleted workaround for installation of rkward R package
+  * cope with switch from CVS to SVN
+
+ -- Thomas Friedrichsmeier <tfry at users.sourceforge.net>  Tue, 17 Oct 2006 14:40:00 +0200
+
 rkward (0.3.7-1) unstable; urgency=low
 
   * new upstream release

Modified: trunk/rkward/debian/rules
===================================================================
--- trunk/rkward/debian/rules	2006-10-17 12:09:06 UTC (rev 874)
+++ trunk/rkward/debian/rules	2006-10-17 13:04:55 UTC (rev 875)
@@ -41,8 +41,8 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	# remove any CVS subdir included by accident
-	rm -rf $(CURDIR)/debian/CVS
+	# remove any .svn subdir included by accident
+	rm -rf $(CURDIR)/debian/.svn
 
 	# Add here commands to clean up after the build process.
 	-$(MAKE) distclean
@@ -66,9 +66,7 @@
 	# dirty hack to get rid of conflicting r.xml file without adjusting all makefiles
 	rm -vf $(CURDIR)/debian/rkward/usr/share/apps/katepart/syntax/r.xml
 	
-	# install the rkward R package to installation directory
-	dh_installdirs usr/lib/R/site-library
-	/usr/bin/R CMD INSTALL -l $(CURDIR)/debian/rkward/usr/lib/R/site-library rkward/rbackend/rpackages/rkward
+	# remove unneeded R package files
 	rm -vf $(CURDIR)/debian/rkward/usr/lib/R/site-library/R.css $(CURDIR)/debian/rkward/usr/lib/R/site-library/rkward/COPYING
 
 # Build architecture-independent files here.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list