[pkg-boinc-commits] r325 - in trunk/kboincspy-cvs: debian src

Frank S. Thomas fst-guest at costa.debian.org
Wed Jan 4 07:35:52 UTC 2006


Author: fst-guest
Date: 2006-01-04 07:35:51 +0000 (Wed, 04 Jan 2006)
New Revision: 325

Added:
   trunk/kboincspy-cvs/debian/kboincspy-cvs-dev.install
Removed:
   trunk/kboincspy-cvs/src/main.cpp
Modified:
   trunk/kboincspy-cvs/debian/changelog
   trunk/kboincspy-cvs/debian/control
   trunk/kboincspy-cvs/debian/control.in
   trunk/kboincspy-cvs/debian/copyright
Log:
Prepared KBS-cvs for the split up into kboincspy-cvs and kboincspy-cvs-dev.


Modified: trunk/kboincspy-cvs/debian/changelog
===================================================================
--- trunk/kboincspy-cvs/debian/changelog	2006-01-03 19:42:03 UTC (rev 324)
+++ trunk/kboincspy-cvs/debian/changelog	2006-01-04 07:35:51 UTC (rev 325)
@@ -1,12 +1,16 @@
-kboincspy-cvs (20060101-1) unstable; urgency=low
+kboincspy-cvs (20060104-1) unstable; urgency=low
 
-  * New CVS snapshot from 01.01.2006. Happy New Year!
+  * New CVS snapshot from 04.01.2006. Happy New Year!
   * debian/control.in:
     - Added an extra space before the "Homepage" pseudo field according to the
       Developer's Reference, Section 6.2.4.
-  * Updated debian/copyright, since KBoincSpy is now licensed under the LGPL.
+  * Updated debian/copyright, since KBoincSpy's core and plugins (monitors
+    and panels) are now licensed under the LGPL.
+  * Splitted up KBS into two packages: kboincspy-cvs and kboincspy-cvs-dev.
+    The latter contains now all header files and symbolic links that are
+    needed to develop plugins for KBS.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sun,  1 Jan 2006 13:49:02 +0100
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Wed,  4 Jan 2006 08:02:11 +0100
 
 kboincspy-cvs (20051118-1) unstable; urgency=low
 

Modified: trunk/kboincspy-cvs/debian/control
===================================================================
--- trunk/kboincspy-cvs/debian/control	2006-01-03 19:42:03 UTC (rev 324)
+++ trunk/kboincspy-cvs/debian/control	2006-01-04 07:35:51 UTC (rev 325)
@@ -29,4 +29,19 @@
   * ProteinPredictorAtHome - http://predictor.scripps.edu
   * SETI at home - http://setiweb.ssl.berkeley.edu
  .
-  Homepage: http://kboincspy.sourceforge.net/
+  Homepage: http://kboincspy.sourceforge.net
+
+Package: kboincspy-cvs-dev
+Section: libdevel
+Architecture: any
+Depends: kboincspy-cvs (= ${Source-Version}), libqt3-mt-dev, kdelibs4-dev (>= 4:3.3.0)
+Conflicts: kboincspy-dev
+Replaces: kboincspy-dev
+Description: development files for KBoincSpy plugins (CVS snapshot)
+ KBoincspy is a KDE monitor and control utility for the BOINC distributed
+ client.
+ .
+ This package contains header files and symbolic links that are needed to
+ develop plugins for KBoincSpy.
+ .
+  Homepage: http://kboincspy.sourceforge.net

Modified: trunk/kboincspy-cvs/debian/control.in
===================================================================
--- trunk/kboincspy-cvs/debian/control.in	2006-01-03 19:42:03 UTC (rev 324)
+++ trunk/kboincspy-cvs/debian/control.in	2006-01-04 07:35:51 UTC (rev 325)
@@ -29,4 +29,19 @@
   * ProteinPredictorAtHome - http://predictor.scripps.edu
   * SETI at home - http://setiweb.ssl.berkeley.edu
  .
-  Homepage: http://kboincspy.sourceforge.net/
+  Homepage: http://kboincspy.sourceforge.net
+
+Package: kboincspy-cvs-dev
+Section: libdevel
+Architecture: any
+Depends: kboincspy-cvs (= ${Source-Version}), libqt3-mt-dev, kdelibs4-dev (>= 4:3.3.0)
+Conflicts: kboincspy-dev
+Replaces: kboincspy-dev
+Description: development files for KBoincSpy plugins (CVS snapshot)
+ KBoincspy is a KDE monitor and control utility for the BOINC distributed
+ client.
+ .
+ This package contains header files and symbolic links that are needed to
+ develop plugins for KBoincSpy.
+ .
+  Homepage: http://kboincspy.sourceforge.net

Modified: trunk/kboincspy-cvs/debian/copyright
===================================================================
--- trunk/kboincspy-cvs/debian/copyright	2006-01-03 19:42:03 UTC (rev 324)
+++ trunk/kboincspy-cvs/debian/copyright	2006-01-04 07:35:51 UTC (rev 325)
@@ -7,9 +7,29 @@
 
 Copyright (C) 2004-2006 Roberto A. Virga
 
-License:
+KBoincSpy's main program is licensed under the GPL:
 
    This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+   02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
+KBoincSpy's plugins and it's core library are licensed under the LGPL:
+
+   This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU Library General Public License as
    published by the Free Software Foundation; either version 2 of the
    License, or (at your option) any later version.
@@ -29,7 +49,7 @@
 
 
 The KBoincSpy Handbook included in this package is licensed
-under the terms of the GNU Free Documentation License:
+under the terms of the GNU Free Documentation License (GFDL):
 
 Copyright (C) 2004 Roberto A. Virga
 

Added: trunk/kboincspy-cvs/debian/kboincspy-cvs-dev.install
===================================================================

Deleted: trunk/kboincspy-cvs/src/main.cpp
===================================================================
--- trunk/kboincspy-cvs/src/main.cpp	2006-01-03 19:42:03 UTC (rev 324)
+++ trunk/kboincspy-cvs/src/main.cpp	2006-01-04 07:35:51 UTC (rev 325)
@@ -1,89 +0,0 @@
-/***************************************************************************
- *   Copyright (C) 2004 by Roberto Virga                                   *
- *   rvirga at users.sourceforge.net                                          *
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU Library General Public License as       *
- *   published by the Free Software Foundation; either version 2 of the    *
- *   License, or (at your option) any later version.                       *
- *                                                                         *
- *   This program is distributed in the hope that it will be useful,       *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
- *   GNU General Public License for more details.                          *
- *                                                                         *
- *   You should have received a copy of the GNU Library General Public     *
- *   License along with this program; if not, write to the                 *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
- ***************************************************************************/
-
-#include <stdlib.h>
-
-#include <dcopclient.h>
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
-#include <klocale.h>
-#include <kuniqueapplication.h>
-
-#include <kbsboincmonitor.h>
-#include <kbsdocument.h>
-
-#include "kboincspy.h"
-
-static const char description[] =
-    I18N_NOOP("A BOINC monitoring tool for KDE");
-
-static const char version[] = VERSION;
-
-static KCmdLineOptions options[] =
-{
-    { "+[URL]", I18N_NOOP("Location to add"), 0 },
-    KCmdLineLastOption
-};
-
-int main(int argc, char **argv)
-{
-  KAboutData about("kboincspy", I18N_NOOP("KBoincSpy"), version, description,
-                   KAboutData::License_LGPL, "(C) 2004-2005 Roberto A. Virga", 
-                   0, "http://kboincspy.sf.net/", "rvirga at users.sf.net");
-  about.addAuthor("Roberto A. Virga",
-                  I18N_NOOP("Primary author and maintainer"),
-                  "rvirga at users.sf.net");
-  
-  KCmdLineArgs::init(argc, argv, &about);
-  KCmdLineArgs::addCmdLineOptions(options);
-  
-#ifndef TESTING
-  KUniqueApplication::addCmdLineOptions();
-  if(!KUniqueApplication::start()) exit(0);
-  KUniqueApplication app;
-#else
-  KApplication app;
-#endif
-
-  KBoincSpy *kboincspy = new KBoincSpy();
-  app.connect(&app, SIGNAL(shutDown()), kboincspy, SLOT(quit()));
-  app.setMainWidget(kboincspy);
-        
-  KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
-  if(args->count() > 0)
-  {
-    for(int i = 0; i < args->count(); i++)
-    {
-      KBSLocation location;
-
-      location.url = args->url(i);
-      if(!location.url.isValid()) continue;
-      location.url.adjustPath(+1);
-      
-      location.host = location.defaultHost();
-      location.port = location.defaultPort;
-      
-      kboincspy->document()->connectTo(location);
-    }
-    args->clear();
-  }
-
-  return app.exec();
-}




More information about the pkg-boinc-commits mailing list