rev 15101 - in kde-extras/kobby/trunk: . debian

Ryan Kavanagh ryanakca-guest at alioth.debian.org
Sat Jul 4 13:18:48 UTC 2009


Author: ryanakca-guest
Date: 2009-07-04 13:18:46 +0000 (Sat, 04 Jul 2009)
New Revision: 15101

Added:
   kde-extras/kobby/trunk/debian/
   kde-extras/kobby/trunk/debian/changelog
   kde-extras/kobby/trunk/debian/compat
   kde-extras/kobby/trunk/debian/control
   kde-extras/kobby/trunk/debian/copyright
   kde-extras/kobby/trunk/debian/docs
   kde-extras/kobby/trunk/debian/kobby.1
   kde-extras/kobby/trunk/debian/rules
   kde-extras/kobby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: kde-extras/kobby/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: kde-extras/kobby/trunk/debian/changelog
===================================================================
--- kde-extras/kobby/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/kobby/trunk/debian/changelog	2009-07-04 13:18:46 UTC (rev 15101)
@@ -0,0 +1,5 @@
+kobby (1.0~beta3-1) experimental; urgency=low
+
+  * Initial release (Closes: #530679)
+
+ -- Ryan Kavanagh <ryanakca at kubuntu.org>  Sun, 21 Jun 2009 11:29:40 -0400

Added: kde-extras/kobby/trunk/debian/compat
===================================================================
--- kde-extras/kobby/trunk/debian/compat	                        (rev 0)
+++ kde-extras/kobby/trunk/debian/compat	2009-07-04 13:18:46 UTC (rev 15101)
@@ -0,0 +1 @@
+7

Added: kde-extras/kobby/trunk/debian/control
===================================================================
--- kde-extras/kobby/trunk/debian/control	                        (rev 0)
+++ kde-extras/kobby/trunk/debian/control	2009-07-04 13:18:46 UTC (rev 15101)
@@ -0,0 +1,18 @@
+Source: kobby
+Section: editors
+Priority: optional
+Maintainer: Ryan Kavanagh <ryanakca at kubuntu.org>
+Build-Depends: cdbs, debhelper (>= 7), pkg-kde-tools, kdelibs5-dev,
+ libgsasl7-dev, libinfinity-0.3-dev, libqinfinity-dev (>= 1.0~beta3)
+Standards-Version: 3.8.2
+Homepage: http://kobby.greghaynes.net
+
+Package: kobby
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Collaborative text editor for KDE
+ An editor for collaboratively editing text documents and source files over a
+ network. All users can work on a file simultaneously without the need to lock
+ it. Kobby supports syntax highlighting for various programming and markup
+ languages, highlights parts users have written in different colours and also
+ includes a chat window.

Added: kde-extras/kobby/trunk/debian/copyright
===================================================================
--- kde-extras/kobby/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/kobby/trunk/debian/copyright	2009-07-04 13:18:46 UTC (rev 15101)
@@ -0,0 +1,154 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Name: Kobby
+Maintainer: Gregory Haynes <greg at greghaynes.net>
+Source: http://github.com/greghaynes/kobby/downloads
+
+Files: *
+Copyright: 2008, 2009, Gregory Haynes <greg at greghaynes.net>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in the `/usr/share/common-licenses/GPL-2'
+ file and in the `/usr/share/common-licenses/GPL-3' file.
+
+
+Files: debian/*
+Copyright: 2009, Ryan Kavanagh <ryanakca at kubuntu.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in the `/usr/share/common-licenses/GPL-2'
+ file and in the `/usr/share/common-licenses/GPL-3' file.
+
+
+Files: CMakeModules/*.cmake, CMakeLists.txt, kobby/CMakeLists.txt
+Copyright: 2008, 2009, Gregory Haynes <greg at greghaynes.net>
+License: other
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+
+  1. Redistributions of source code must retain the copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+  3. The name of the author may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Files: CMakeModules/MacroPushRequiredVars.cmake
+Copyright: 2006, Alexander Neundorf <neundorf at kde.org>
+License: other
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+
+  1. Redistributions of source code must retain the copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+  3. The name of the author may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Files: CMakeModules/FindGlib2.cmake:
+Copyright: 2008, Laurent Montel <montel at kde.org>
+License: other
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+
+  1. Redistributions of source code must retain the copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+  3. The name of the author may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Files: CMakeModules/FindQt4.cmake
+Copyright: 2002, Kitware, Inc., Insight Consortium
+License: other
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ * The names of Kitware, Inc., the Insight Consortium, or the names of any
+   consortium members, or of any contributors, may not be used to endorse or
+   promote products derived from this software without specific prior written
+   permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Files: CMakeModules/FindGObject.cmake:
+Copyright: 2006, Tim Beaulen <tbscope at gmail.com>
+License: other
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+
+  1. Redistributions of source code must retain the copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+  3. The name of the author may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: kde-extras/kobby/trunk/debian/docs
===================================================================
--- kde-extras/kobby/trunk/debian/docs	                        (rev 0)
+++ kde-extras/kobby/trunk/debian/docs	2009-07-04 13:18:46 UTC (rev 15101)
@@ -0,0 +1 @@
+README

Added: kde-extras/kobby/trunk/debian/kobby.1
===================================================================
--- kde-extras/kobby/trunk/debian/kobby.1	                        (rev 0)
+++ kde-extras/kobby/trunk/debian/kobby.1	2009-07-04 13:18:46 UTC (rev 15101)
@@ -0,0 +1,143 @@
+.\" This file was generated by kdemangen.pl
+.TH KOBBY 1 "Jun 2009" "Collaborative text editing environment."
+.SH NAME
+kobby
+\(em Collaborative text editing environment.
+.SH SYNOPSIS
+kobby [Qt\(hyoptions] [KDE\(hyoptions] 
+.SH DESCRIPTION
+Collaborative text editing environment.
+.SH OPTIONS
+.SS Generic options:
+.TP
+.B  \-\-help  
+Show help about options
+.TP
+.B  \-\-help\-qt  
+Show Qt specific options
+.TP
+.B  \-\-help\-kde  
+Show KDE specific options
+.TP
+.B  \-\-help\-all  
+Show all options
+.TP
+.B  \-\-author  
+Show author information
+.TP
+.B \-v,  \-\-version  
+Show version information
+.TP
+.B  \-\-license  
+Show license information
+.TP
+.B  \-\-  
+End of options
+.SS 
+.SS KDE options:
+.TP
+.B  \-\-caption  <caption>
+Use 'caption' as name in the titlebar
+.TP
+.B  \-\-icon  <icon>
+Use 'icon' as the application icon
+.TP
+.B  \-\-config  <filename>
+Use alternative configuration file
+.TP
+.B  \-\-nocrashhandler  
+Disable crash handler, to get core dumps
+.TP
+.B  \-\-waitforwm  
+Waits for a WM_NET compatible windowmanager
+.TP
+.B  \-\-style  <style>
+sets the application GUI style
+.TP
+.B  \-\-geometry  <geometry>
+sets the client geometry of the main widget - see man X for the argument format
+.SS Qt options:
+.TP
+.B  \-\-display  <displayname>
+Use the X-server display 'displayname'
+.TP
+.B  \-\-session  <sessionId>
+Restore the application for the given 'sessionId'
+.TP
+.B  \-\-cmap  
+Causes the application to install a private color
+map on an 8-bit display
+.TP
+.B  \-\-ncols  <count>
+Limits the number of colors allocated in the color
+cube on an 8-bit display, if the application is
+using the QApplication::ManyColor color
+specification
+.TP
+.B  \-\-nograb  
+tells Qt to never grab the mouse or the keyboard
+.TP
+.B  \-\-dograb  
+running under a debugger can cause an implicit
+\-nograb, use \-dograb to override
+.TP
+.B  \-\-sync  
+switches to synchronous mode for debugging
+.TP
+.B \-\-fn,  \-\-font  <fontname>
+defines the application font
+.TP
+.B \-\-bg,  \-\-background  <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated)
+.TP
+.B \-\-fg,  \-\-foreground  <color>
+sets the default foreground color
+.TP
+.B \-\-btn,  \-\-button  <color>
+sets the default button color
+.TP
+.B  \-\-name  <name>
+sets the application name
+.TP
+.B  \-\-title  <title>
+sets the application title (caption)
+.TP
+.B  \-\-visual  TrueColor
+forces the application to use a TrueColor visual on
+an 8-bit display
+.TP
+.B  \-\-inputstyle  <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root
+.TP
+.B  \-\-im  <XIM server>
+set XIM server
+.TP
+.B  \-\-noxim  
+disable XIM
+.TP
+.B  \-\-reverse  
+mirrors the whole layout of widgets
+.TP
+.B  \-\-stylesheet  
+<file.qss>   applies the Qt stylesheet to the application widgets
+.TP
+.B  \-\-graphicssystem  <system>
+use a different graphics system instead of the default one, options are raster and opengl (experimental)
+.SS 
+
+.SH SEE ALSO
+Full user documentation is available through the KDE Help Center.  You can also enter the URL
+.BR help:/kobby/
+directly into konqueror or you can run 
+.BR "`khelpcenter help:/kobby/'"
+from the command-line.
+.br
+.SH AUTHORS
+.nf
+\fBkobby\fR was written by Gregory Haynes <greg at greghaynes.net>.  This man page
+was written by Ryan Kavanagh <ryanakca at kubuntu.org>.  Both are released under
+the GNU General Public License, version 2 or (at your option) any later version.

Added: kde-extras/kobby/trunk/debian/rules
===================================================================
--- kde-extras/kobby/trunk/debian/rules	                        (rev 0)
+++ kde-extras/kobby/trunk/debian/rules	2009-07-04 13:18:46 UTC (rev 15101)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
+
+DEB_INSTALL_MANPAGES_kobby = debian/kobby.1


Property changes on: kde-extras/kobby/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: kde-extras/kobby/trunk/debian/watch
===================================================================
--- kde-extras/kobby/trunk/debian/watch	                        (rev 0)
+++ kde-extras/kobby/trunk/debian/watch	2009-07-04 13:18:46 UTC (rev 15101)
@@ -0,0 +1,3 @@
+version=3
+http://github.com/greghaynes/kobby/downloads \
+ http://cloud.github.com/downloads/greghaynes/kobby/kobby-(.*)\.tar.gz




More information about the pkg-kde-commits mailing list