[rkward-cvs] rkward/debian changelog,1.21,1.22 rules,1.14,1.15

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun Sep 17 15:48:07 UTC 2006


Update of /cvsroot/rkward/rkward/debian
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17404

Modified Files:
	changelog rules 
Log Message:
Specify --with-r-libdir

Index: changelog
===================================================================
RCS file: /cvsroot/rkward/rkward/debian/changelog,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** changelog	17 Sep 2006 14:54:03 -0000	1.21
--- changelog	17 Sep 2006 15:48:05 -0000	1.22
***************
*** 2,5 ****
--- 2,6 ----
  
    * new upstream release
+   * use confiure option --with-r-libdir to make sure the rkward R package is installed in /usr/lib/R/site-library/
  
   -- Thomas Friedrichsmeier <tfry at users.sourceforge.net>  Sun, 17 Sep 2006 16:40:00 +0200

Index: rules
===================================================================
RCS file: /cvsroot/rkward/rkward/debian/rules,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** rules	17 Sep 2006 14:54:03 -0000	1.14
--- rules	17 Sep 2006 15:48:05 -0000	1.15
***************
*** 25,29 ****
  	dh_testdir
  	# Add here commands to configure the package.
! 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath --with-r-home=/usr/lib/R
  
  
--- 25,29 ----
  	dh_testdir
  	# Add here commands to configure the package.
! 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath --with-r-home=/usr/lib/R --with-r-libdir=/usr/lib/R/site-library/
  
  





More information about the rkward-tracker mailing list