rev 16482 - in kde-extras/libqinfinity/tags: . 1.0~beta3 1.0~beta3/debian
Fathi Boudra
fabo at alioth.debian.org
Wed Dec 23 10:04:46 UTC 2009
Author: fabo
Date: 2009-12-23 10:04:45 +0000 (Wed, 23 Dec 2009)
New Revision: 16482
Added:
kde-extras/libqinfinity/tags/1.0~beta3/
kde-extras/libqinfinity/tags/1.0~beta3/debian/
kde-extras/libqinfinity/tags/1.0~beta3/debian/changelog
kde-extras/libqinfinity/tags/1.0~beta3/debian/compat
kde-extras/libqinfinity/tags/1.0~beta3/debian/control
kde-extras/libqinfinity/tags/1.0~beta3/debian/copyright
kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity-dev.install
kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity1.install
kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity1.lintian-overrides
kde-extras/libqinfinity/tags/1.0~beta3/debian/rules
kde-extras/libqinfinity/tags/1.0~beta3/debian/watch
Log:
Add missing tag for libqinfinity 1.0 beta 3.
Added: kde-extras/libqinfinity/tags/1.0~beta3/debian/changelog
===================================================================
--- kde-extras/libqinfinity/tags/1.0~beta3/debian/changelog (rev 0)
+++ kde-extras/libqinfinity/tags/1.0~beta3/debian/changelog 2009-12-23 10:04:45 UTC (rev 16482)
@@ -0,0 +1,9 @@
+libqinfinity (1.0~beta3-1) experimental; urgency=low
+
+ [ Ryan Kavanagh ]
+ * Initial release (Closes: #530891)
+
+ [ Philipp Kern ]
+ * Changed section of libqinfinity-dbg to debug.
+
+ -- Ryan Kavanagh <ryanakca at kubuntu.org> Fri, 29 May 2009 14:44:34 +0200
Added: kde-extras/libqinfinity/tags/1.0~beta3/debian/compat
===================================================================
--- kde-extras/libqinfinity/tags/1.0~beta3/debian/compat (rev 0)
+++ kde-extras/libqinfinity/tags/1.0~beta3/debian/compat 2009-12-23 10:04:45 UTC (rev 16482)
@@ -0,0 +1 @@
+7
Added: kde-extras/libqinfinity/tags/1.0~beta3/debian/control
===================================================================
--- kde-extras/libqinfinity/tags/1.0~beta3/debian/control (rev 0)
+++ kde-extras/libqinfinity/tags/1.0~beta3/debian/control 2009-12-23 10:04:45 UTC (rev 16482)
@@ -0,0 +1,46 @@
+Source: libqinfinity
+Section: libs
+Priority: optional
+Maintainer: Ryan Kavanagh <ryanakca at kubuntu.org>
+Build-Depends: debhelper (>= 7), cmake, cdbs, libinfinity-0.3-dev (>= 0.3.0),
+ qt4-qmake (>= 4.3.0), libgsasl7-dev, libqt4-dev (>= 4.3.0)
+Standards-Version: 3.8.1
+Homepage: http://greghaynes.github.com/libqinfinity/
+
+Package: libqinfinity-dev
+Section: libdevel
+Architecture: any
+Depends: libqinfinity1 (= ${binary:Version}), libinfinity-0.3-dev,
+ ${misc:Depends}
+Description: Qt interface for libinfinity - development files
+ Library to build collaborative text editors. Changes to the text buffers are
+ synced to all other clients over a central server. Even though a central
+ server is involved, the local user sees his changes applied instantly and the
+ merging is done on the individual clients.
+ .
+ This package contains the Qt interface's headers for libqinfinity and all files
+ needed to link applications dependening on this library.
+
+Package: libqinfinity1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt interface for libinfinity
+ Library to build collaborative text editors. Changes to the text buffers are
+ synced to all other clients over a central server. Even though a central
+ server is involved, the local user sees his changes applied instantly and the
+ merging is done on the individual clients.
+ .
+ This package contains the Qt interface's shared object files.
+
+Package: libqinfinity-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqinfinity1 (= ${binary:Version})
+Description: Qt interface for libinfinity - debug symbols
+ Library to build collaborative text editors. Changes to the text buffers are
+ synced to all other clients over a central server. Even though a central
+ server is involved, the local user sees his changes applied instantly and the
+ merging is done on the individual clients.
+ .
+ This package contains the Qt interface's debugging symbols.
Added: kde-extras/libqinfinity/tags/1.0~beta3/debian/copyright
===================================================================
--- kde-extras/libqinfinity/tags/1.0~beta3/debian/copyright (rev 0)
+++ kde-extras/libqinfinity/tags/1.0~beta3/debian/copyright 2009-12-23 10:04:45 UTC (rev 16482)
@@ -0,0 +1,78 @@
+This package was debianized by:
+
+ Harald Sitter <apachelogger at ubuntu.com> on Wed, 27 May 2009 11:35:08 +0200
+
+It was downloaded from:
+
+ http://greghaynes.github.com/libqinfinity/
+
+Upstream Author:
+
+ Gregory Haynes <greg at greghaynes.net>
+
+Copyright:
+
+ Copyright (C) 2009 Gregory Haynes <greg at greghaynes.net>
+
+License:
+
+ This package 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; either version 2 of the License, or
+ (at your option) any later version.
+
+ 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-2'.
+
+CMakeModules/FindQt4.cmake:
+ Copyright (c) 2002 Kitware, Inc., Insight Consortium
+CMakeModules/FindGObject.cmake
+ Copyright (c) 2006, Tim Beaulen <tbscope at gmail.com>
+CMakeModules/FindGlib2.cmake
+ Copyright (c) 2008 Laurent Montel <montel at kde.org>
+CMakeModules/MacroPushRequiredVars.cmake
+ Copyright (c) 2006, Alexander Neundorf, <neundorf at kde.org>
+
+License for these files, FindGObject.cmake, FindGlib2.cmake, FindLibXml2.cmake,
+FindGlib.cmake, FindGNUTLS.cmake, FindGSASL.cmake, FindLibinfinity.cmake,
+FindLibinftext.cmake, MacroPushRequiredVars.cmake, in the directory
+CMakeModules:
+
+ 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.
+
+The Debian packaging is:
+
+ Copyright (C) 2009, Harald Sitter <apachelogger at ubuntu.com>
+ Copyright (C) 2009, Ryan Kavanagh <ryanakca at kubuntu.org>
+
+and is licensed under the GPL version 2 or later, see above.
Added: kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity-dev.install
===================================================================
--- kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity-dev.install (rev 0)
+++ kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity-dev.install 2009-12-23 10:04:45 UTC (rev 16482)
@@ -0,0 +1,2 @@
+usr/include/*
+usr/lib/libqinfinity.so
Added: kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity1.install
===================================================================
--- kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity1.install (rev 0)
+++ kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity1.install 2009-12-23 10:04:45 UTC (rev 16482)
@@ -0,0 +1,2 @@
+usr/lib/libqinfinity.so.0.*
+usr/lib/libqinfinity.so.1
Added: kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity1.lintian-overrides
===================================================================
--- kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity1.lintian-overrides (rev 0)
+++ kde-extras/libqinfinity/tags/1.0~beta3/debian/libqinfinity1.lintian-overrides 2009-12-23 10:04:45 UTC (rev 16482)
@@ -0,0 +1 @@
+libqinfinity1: no-symbols-control-file usr/lib/libqinfinity.so.0.1
Added: kde-extras/libqinfinity/tags/1.0~beta3/debian/rules
===================================================================
--- kde-extras/libqinfinity/tags/1.0~beta3/debian/rules (rev 0)
+++ kde-extras/libqinfinity/tags/1.0~beta3/debian/rules 2009-12-23 10:04:45 UTC (rev 16482)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/cmake.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
Property changes on: kde-extras/libqinfinity/tags/1.0~beta3/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: kde-extras/libqinfinity/tags/1.0~beta3/debian/watch
===================================================================
--- kde-extras/libqinfinity/tags/1.0~beta3/debian/watch (rev 0)
+++ kde-extras/libqinfinity/tags/1.0~beta3/debian/watch 2009-12-23 10:04:45 UTC (rev 16482)
@@ -0,0 +1,3 @@
+version=3
+http://github.com/greghaynes/libqinfinity/downloads \
+ http://cloud.github.com/downloads/greghaynes/libqinfinity/libqinfinity-(.*)\.tar.gz
More information about the pkg-kde-commits
mailing list