[rkward-cvs] rkward/debian changelog,1.8,1.9 control,1.6,1.7 dirs,1.1,1.2 files,1.3,1.4 rules,1.3,1.4
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Wed Nov 9 20:21:39 UTC 2005
Update of /cvsroot/rkward/rkward/debian
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv678/debian
Modified Files:
changelog control dirs files rules
Log Message:
More fixes for .deb-building
Index: files
===================================================================
RCS file: /cvsroot/rkward/rkward/debian/files,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** files 30 Sep 2005 11:32:56 -0000 1.3
--- files 9 Nov 2005 20:21:37 -0000 1.4
***************
*** 1 ****
! rkward_0.3.3_i386.deb math optional
--- 1 ----
! rkward_0.3.5_i386.deb math optional
Index: control
===================================================================
RCS file: /cvsroot/rkward/rkward/debian/control,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** control 9 Nov 2005 18:00:33 -0000 1.6
--- control 9 Nov 2005 20:21:37 -0000 1.7
***************
*** 3,20 ****
Priority: optional
Maintainer: Thomas Friedrichsmeier <tfry at users.sourceforge.net>
! Build-Depends: debhelper (>= 4.0.0), autotools-dev, kdelibs4-dev, r-base-dev (>= 2.1.0), libqt3-mt-dev (>= 3), r-base (>= 2.1.0)
! Standards-Version: 3.6.1
Package: rkward
Architecture: any
Depends: kdebase (>= 4:3.2.0), r-base (>= 2.1.0), libstdc++6 (>= 4.0.1), php4-cli
! Description: A KDE frontend to the R statistics language
! RKWard is meant to become an easy to use, transparent frontend to the R-language,
! a very powerful, yet hard-to-get-into scripting-language with a strong focus on
! statistic functions. It will not only provide a convenient user-interface,
! however, but also take care of seamless integration with an office-suite.
! Practical statistics is not just about calculating, after all, but also about
! documenting and ultimately publishing the results.
.
! 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.
--- 3,20 ----
Priority: optional
Maintainer: Thomas Friedrichsmeier <tfry at users.sourceforge.net>
! Build-Depends: debhelper (>= 4.0.0), autotools-dev, kdelibs4-dev, r-base-dev (>= 2.1.0), r-base (>= 2.1.0)
! Standards-Version: 3.6.2
Package: rkward
Architecture: any
Depends: kdebase (>= 4:3.2.0), r-base (>= 2.1.0), libstdc++6 (>= 4.0.1), php4-cli
! Description: a KDE frontend to the R statistics language
! RKWard is meant to become an easy to use, transparent frontend to the
! R-language, a very powerful, yet hard-to-get-into scripting-language with a
! strong focus on statistic functions. It will not only provide a convenient
! user-interface, however, but also take care of seamless integration with an
! office-suite. Practical statistics is not just about calculating, after all,
! but also about documenting and ultimately publishing the results.
.
! 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.
Index: changelog
===================================================================
RCS file: /cvsroot/rkward/rkward/debian/changelog,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** changelog 8 Nov 2005 15:23:22 -0000 1.8
--- changelog 9 Nov 2005 20:21:37 -0000 1.9
***************
*** 1,10 ****
rkward (0.3.4) unstable; urgency=low
* debian directory is now included in official release
! -- Thomas Friedrichsmeier <tfry at users.sourceforge.net> Thu, 08 Nov 2005 16:00:33 +0200
rkward (0.3.3) unstable; urgency=low
* Adjusted depends for R (2.1.0)
* added run-time depend for libstdc++6
--- 1,24 ----
+ rkward (0.3.5) unstable; urgency=low
+
+ * (new upstream release)
+ * use --disable-rpath in ./configure (This is not right, yet!)
+ * 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 <tfry at users.sourceforge.net> Thu, 10 Nov 2005 19:55:00 +0200
+
rkward (0.3.4) unstable; urgency=low
+ * new upstream release
* debian directory is now included in official release
! -- Thomas Friedrichsmeier <tfry at users.sourceforge.net> 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
***************
*** 15,18 ****
--- 29,33 ----
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
Index: rules
===================================================================
RCS file: /cvsroot/rkward/rkward/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rules 10 Oct 2005 11:08:13 -0000 1.3
--- rules 9 Nov 2005 20:21:37 -0000 1.4
***************
*** 28,32 ****
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 --with-extra-libs=/usr/lib/R/lib/ --with-extra-includes=/usr/lib/R/include
--- 28,32 ----
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 --with-extra-libs=/usr/lib/R/lib/ --with-extra-includes=/usr/lib/R/include --disable-rpath
***************
*** 96,100 ****
# dh_installcron
# dh_installinfo
! dh_installman
dh_link
dh_strip
--- 96,100 ----
# dh_installcron
# dh_installinfo
! dh_installman debian/rkward.1
dh_link
dh_strip
Index: dirs
===================================================================
RCS file: /cvsroot/rkward/rkward/debian/dirs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dirs 27 Apr 2005 20:57:00 -0000 1.1
--- dirs 9 Nov 2005 20:21:37 -0000 1.2
***************
*** 1,2 ****
usr/bin
- usr/sbin
--- 1 ----
More information about the rkward-tracker
mailing list