--- rkward-0.3.6.orig/rkward/misc/rkobjectlistview.h +++ rkward-0.3.6/rkward/misc/rkobjectlistview.h @@ -93,7 +93,7 @@ RKListViewItem (QListViewItem *parent) : QListViewItem (parent) {}; ~RKListViewItem () {}; - int RKListViewItem::width (const QFontMetrics &fm, const QListView * lv, int c) const; + int width (const QFontMetrics &fm, const QListView * lv, int c) const; }; #endif --- rkward-0.3.6.orig/debian/README.Debian +++ rkward-0.3.6/debian/README.Debian @@ -0,0 +1,7 @@ +RKWard for Debian +-------------- + +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. + +-- Thomas Friedrichsmeier , Apr-29-2005 --- rkward-0.3.6.orig/debian/changelog +++ rkward-0.3.6/debian/changelog @@ -0,0 +1,78 @@ +rkward (0.3.6-4) unstable; urgency=low + + * fix automatic build on alpha machines + patch provided by Martin Michlmayr + closes: #374005 + * bumbed to standards 3.7.2 + + -- Thomas Friedrichsmeier Sun, 18 Jun 2006 16:25:00 +0200 + +rkward (0.3.6-3) unstable; urgency=low + + * first version to be uploaded to debian + closes: #333392 + * Added Homepage to control file (changed by R.M.Rutschmann ) + * fix detection of r-base-core dependency when compiled with r-base-core >= 2.3.0 + * clean up rules somewhat + + -- Thomas Friedrichsmeier Tue, 25 Apr 2006 12:45:00 +0200 + +rkward (0.3.6-2) unstable; urgency=low + + * link manpage directly in installation instead of debian-dir + * use --show-format instead of -f in call to dpkg-query (to work on stable) + * delete any debian/CVS subdir included by accident during clean + * add newline to copyright file + + -- Thomas Friedrichsmeier Mon, 24 Apr 2006 14:45:00 +0200 + +rkward (0.3.6-1) unstable; urgency=low + + * new upstream release + * clean up manpage + * debian dir is not longer included in upstream; create non-native package + * create symlink rkward.bin.1 to rkward.1 and remove linitian expection (no man page) + * use ${shlibs:Depends} for runtime dependencies + * make sure to require correct version of r-base-core + * specify --with-r-home in ./configure, in case there is more than one version of R installed + + -- Thomas Friedrichsmeier Sun, 23 Apr 2006 19:45:00 +0200 + +rkward (0.3.5) unstable; urgency=low + + * new upstream release + * add lintian exception for rkward.bin (no man page) + * remove call to build-help.pl during postinst postrm + * use --disable-rpath in ./configure + * remove /usr/sbin from dirs + * use standards version 3.6.2 + * add man page + * remove redundant build-dependency on libqt3-mt-dev + * break long lines in description + + -- Thomas Friedrichsmeier Sun, 16 Apr 2006 15:45:00 +0200 + +rkward (0.3.4) unstable; urgency=low + + * new upstream release + * debian directory is now included in official release + + -- Thomas Friedrichsmeier Tue, 08 Nov 2005 16:00:33 +0200 + +rkward (0.3.3) unstable; urgency=low + + * new upstream release + * Adjusted depends for R (2.1.0) + * added run-time depend for libstdc++6 + * correct path for KDE help files + + -- Thomas Friedrichsmeier Mon, 10 Oct 2005 11:20:33 +0200 + +rkward (0.3.2) unstable; urgency=low + + * new upstream release + * Initial Release. + * removing r.xml highlighting definition in order to avoid conflict with verison shipped with katepart + + -- Thomas Friedrichsmeier Tue, 26 Apr 2005 00:00:33 +0200 + --- rkward-0.3.6.orig/debian/compat +++ rkward-0.3.6/debian/compat @@ -0,0 +1 @@ +4 --- rkward-0.3.6.orig/debian/control +++ rkward-0.3.6/debian/control @@ -0,0 +1,20 @@ +Source: rkward +Section: math +Priority: optional +Maintainer: Thomas Friedrichsmeier +Build-Depends: debhelper (>= 4.0.0), autotools-dev, kdelibs4-dev, r-base-dev (>= 2.1.0) +Standards-Version: 3.7.2 + +Package: rkward +Architecture: any +Depends: php4-cli, ${rvers}, ${shlibs:Depends} +Recommends: r-base-html +Description: a KDE frontend to the R statistics language + RKWard aims to become an easy to use, transparent frontend to R, + a powerful system for statistical computation and graphics. + Besides a convenient GUI for the most important statistical functions, + future versions will also provide seamless integration with an + office-suite. + . + RKWard is still in development status. Right now it is most useful as an IDE + to users with some experience in R, or willing to learn R. --- rkward-0.3.6.orig/debian/copyright +++ rkward-0.3.6/debian/copyright @@ -0,0 +1,10 @@ +This package was debianized by Thomas Friedrichsmeier on +Tue, 26 Apr 2005 00:00:33 +0200. + +It was downloaded from http://rkward.sourceforge.net + +Copyright Holder: Thomas Friedrichsmeier and the RKWard team + +License: +You are free to distribute this software under the terms of the GNU General Public License. +On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'. --- rkward-0.3.6.orig/debian/dirs +++ rkward-0.3.6/debian/dirs @@ -0,0 +1 @@ +usr/bin --- rkward-0.3.6.orig/debian/docs +++ rkward-0.3.6/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- rkward-0.3.6.orig/debian/rules +++ rkward-0.3.6/debian/rules @@ -0,0 +1,119 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Based on the sample debian/rules of dh_make + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +#we need to know the R version +RVERS = $(shell dpkg-query -W --showformat='$${Version}' r-base-core) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + 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 + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + # remove any CVS subdir included by accident + rm -rf $(CURDIR)/debian/CVS + + # Add here commands to clean up after the build process. + -$(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/rkward. + $(MAKE) install kde_htmldir=/usr/share/doc/kde/HTML DESTDIR=$(CURDIR)/debian/rkward + # 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 + 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. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman debian/rkward.1 + # Link manpage for rkward.bin to rkward + ln -sf rkward.1.gz debian/rkward/usr/share/man/man1/rkward.bin.1.gz + dh_link + dh_strip + # do not compress KDE HTML help + dh_compress -Xusr/share/doc/kde/HTML + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + # unfortunately, the r-base-core dependency can not be found by dh_shlibdeps, so we need to get at the version manually + @if [[ "$(RVERS)" > "2.2.1.svn37823" ]] ; then \ + echo "rvers=r-base-core (>= 2.3.0)" >> $(CURDIR)/debian/rkward.substvars ; \ + else \ + echo "rvers=r-base-core (<= 2.2.1-6), r-base-core (>= 2.1.0)" >> $(CURDIR)/debian/rkward.substvars ; \ + fi + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- rkward-0.3.6.orig/debian/rkward.1 +++ rkward-0.3.6/debian/rkward.1 @@ -0,0 +1,50 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH RKWARD 1 "11-10-2005" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +rkward \- A KDE frontend to R +.SH SYNOPSIS +.B rkward +.RI [ options ] " [file]" +.SH DESCRIPTION +This manual page documents briefly the +.B rkward +command. +.PP +.SH OPTIONS +A summary of options is included below. +For a complete description, invoke rkward --help or refer to http://rkward.sourceforge.net . +.TP +.B \-\-help +Show summary of options. +.TP +.B \-v, \-\-version +Show version of program. +.TP +.B \-\-debug-level +Verbosity of debug output. 0-5, where 0 is no output, 5 is all output including function trace information. Default it 2 +.TP +.B \-\-debug-flags +Allows to configure, which sections of code to debug. Flags are given as a binary number. Refer to the source files for documentation, as this really is an internal option +.SH SEE ALSO +.BR R (1), +.br +.SH AUTHOR +RKWard was written by Thomas Friedrichsmeier and the RKWard team. See http://rkward.sourceforge.net . +.PP +This manual page was written by Thomas Friedrichsmeier , +for the Debian project (but may be used by others).