r5082 - in packages/trunk/quesoglc: . debian
Paul Wise
pabs at alioth.debian.org
Fri Dec 28 11:51:33 UTC 2007
Author: pabs
Date: 2007-12-28 11:51:33 +0000 (Fri, 28 Dec 2007)
New Revision: 5082
Added:
packages/trunk/quesoglc/debian/
packages/trunk/quesoglc/debian/changelog
packages/trunk/quesoglc/debian/compat
packages/trunk/quesoglc/debian/control
packages/trunk/quesoglc/debian/copyright
packages/trunk/quesoglc/debian/libglc-dev.docs
packages/trunk/quesoglc/debian/libglc-dev.install
packages/trunk/quesoglc/debian/libglc0.install
packages/trunk/quesoglc/debian/rules
packages/trunk/quesoglc/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: packages/trunk/quesoglc/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/trunk/quesoglc/debian/changelog
===================================================================
--- packages/trunk/quesoglc/debian/changelog (rev 0)
+++ packages/trunk/quesoglc/debian/changelog 2007-12-28 11:51:33 UTC (rev 5082)
@@ -0,0 +1,5 @@
+quesoglc (0.6.5-1) unstable; urgency=low
+
+ * Initial release. Closes: #443055
+
+ -- Bradley Smith <brad at brad-smith.co.uk> Tue, 04 Dec 2007 17:24:26 +0000
Added: packages/trunk/quesoglc/debian/compat
===================================================================
--- packages/trunk/quesoglc/debian/compat (rev 0)
+++ packages/trunk/quesoglc/debian/compat 2007-12-28 11:51:33 UTC (rev 5082)
@@ -0,0 +1 @@
+5
Added: packages/trunk/quesoglc/debian/control
===================================================================
--- packages/trunk/quesoglc/debian/control (rev 0)
+++ packages/trunk/quesoglc/debian/control 2007-12-28 11:51:33 UTC (rev 5082)
@@ -0,0 +1,32 @@
+Source: quesoglc
+Section: devel
+Priority: optional
+Maintainer: Bradley Smith <brad at brad-smith.co.uk>
+Homepage: http://quesoglc.sourceforge.net/
+Build-Depends: cdbs,
+ debhelper (>= 5),
+ autotools-dev,
+ libfreetype6-dev,
+ libfribidi-dev,
+ libfontconfig1-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev
+Standards-Version: 3.7.3
+
+Package: libglc0
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: QuesoGLC GLC implementation
+ QuesoGLC OpenGL Character Renderer (GLC) library
+
+Package: libglc-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, libglc0 (= ${binary:Version})
+Description: An implementation of SGI's OpenGL Character Renderer (GLC)
+ The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL
+ programs with character rendering services via an application programming
+ interface (API).
+ .
+ This package contains the development files.
Added: packages/trunk/quesoglc/debian/copyright
===================================================================
--- packages/trunk/quesoglc/debian/copyright (rev 0)
+++ packages/trunk/quesoglc/debian/copyright 2007-12-28 11:51:33 UTC (rev 5082)
@@ -0,0 +1,141 @@
+This package was debianized by Bradley Smith <brad at brad-smith.co.uk> on
+Tue, 4 Dec 2007 18:34:00 +0000.
+
+It was downloaded from http://quesoglc.sourceforge.net/
+
+Upstream Maintainer: Bertrand Coconnier <bcoconni at users.sourceforge.net>
+
+Copyright:
+
+In src/fribidi/fribidi_char_type.c, src/fribidi/fribidi_types.c,
+src/fribidi/fribidi_unicode.h:
+ Copyright (C) 2001,2002 Behdad Esfahbod.
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library 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
+ Lesser General Public License for more details.
+
+ On Debian GNU/Linux systems, the full text of the GNU Lesser General
+ Public License can be found in the file /usr/share/common-licenses/LGPL.
+
+In src/fribidi/fribidi.c, src/fribidi/fribidi.h,
+src/fribidi/fribidi_mirroring.c, src/fribidi/fribidi_types.h:
+ Copyright (C) 1999,2000 Dov Grobgeld, and
+ Copyright (C) 2001,2002 Behdad Esfahbod.
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library 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
+ Lesser General Public License for more details.
+
+ On Debian GNU/Linux systems, the full text of the GNU Lesser General
+ Public License can be found in the file /usr/share/common-licenses/LGPL.
+
+In include/GL/glew.h, include/GL/wglew.hi, src/glew.c:
+ Copyright (C) 2002-2006, Milan Ikits <milan ikits[]ieee org>
+ Copyright (C) 2002-2006, Marcelo E. Magallon <mmagallo[]debian org>
+ Copyright (C) 2002, Lev Povalahev
+ All rights reserved.
+
+ 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 name of the author may be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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.
+
+ In include/GL/glew.h only:
+
+ License Applicability. Except to the extent portions of this file are
+ made subject to an alternative license as permitted in the SGI Free
+ Software License B, Version 1.1 (the "License"), the contents of this
+ file are subject only to the provisions of the License. You may not use
+ this file except in compliance with the License. You may obtain a copy
+ of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
+ Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
+
+ http://oss.sgi.com/projects/FreeB
+
+ Note that, as provided in the License, the Software is distributed on an
+ "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
+ DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
+ CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
+ PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
+
+ Original Code. The Original Code is: OpenGL Sample Implementation,
+ Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
+ Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
+ Copyright in any portions created by third parties is as indicated
+ elsewhere herein. All Rights Reserved.
+
+ Additional Notice Provisions: This software was created using the
+ OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has
+ not been independently verified as being compliant with the OpenGL(R)
+ version 1.2.1 Specification.
+
+In include/GL/glc.h:
+ Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+In all others:
+
+ Copyright (c) 2002, 2004-2007
+ Bertrand Coconnier <bcoconni[]users sourceforge net>
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
+
+ This library 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 Lesser
+ General Public License for more details.
+
+ On Debian GNU/Linux systems, the full text of the GNU Lesser General
+ Public License can be found in the file /usr/share/common-licenses/LGPL.
Added: packages/trunk/quesoglc/debian/libglc-dev.docs
===================================================================
--- packages/trunk/quesoglc/debian/libglc-dev.docs (rev 0)
+++ packages/trunk/quesoglc/debian/libglc-dev.docs 2007-12-28 11:51:33 UTC (rev 5082)
@@ -0,0 +1,3 @@
+README
+AUTHORS
+THANKS
Added: packages/trunk/quesoglc/debian/libglc-dev.install
===================================================================
--- packages/trunk/quesoglc/debian/libglc-dev.install (rev 0)
+++ packages/trunk/quesoglc/debian/libglc-dev.install 2007-12-28 11:51:33 UTC (rev 5082)
@@ -0,0 +1,4 @@
+debian/tmp/usr/include/* usr/include
+debian/tmp/usr/lib/libGLC.a usr/lib/
+debian/tmp/usr/lib/libGLC.la usr/lib/
+debian/tmp/usr/lib/libGLC.so usr/lib/
Added: packages/trunk/quesoglc/debian/libglc0.install
===================================================================
--- packages/trunk/quesoglc/debian/libglc0.install (rev 0)
+++ packages/trunk/quesoglc/debian/libglc0.install 2007-12-28 11:51:33 UTC (rev 5082)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libGLC.so.* usr/lib/
Added: packages/trunk/quesoglc/debian/rules
===================================================================
--- packages/trunk/quesoglc/debian/rules (rev 0)
+++ packages/trunk/quesoglc/debian/rules 2007-12-28 11:51:33 UTC (rev 5082)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
Property changes on: packages/trunk/quesoglc/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/trunk/quesoglc/debian/watch
===================================================================
--- packages/trunk/quesoglc/debian/watch (rev 0)
+++ packages/trunk/quesoglc/debian/watch 2007-12-28 11:51:33 UTC (rev 5082)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/quesoglc/quesoglc-(.*)-free\.tar\.gz
More information about the Pkg-games-commits
mailing list