r6578 - packages/trunk/glfw/debian

Gonéri LE BOUDER goneri-guest at alioth.debian.org
Wed Apr 16 11:32:44 UTC 2008


Author: goneri-guest
Date: 2008-04-16 11:32:44 +0000 (Wed, 16 Apr 2008)
New Revision: 6578

Modified:
   packages/trunk/glfw/debian/control
   packages/trunk/glfw/debian/copyright
   packages/trunk/glfw/debian/libglfw-dev.dirs
   packages/trunk/glfw/debian/rules
   packages/trunk/glfw/debian/watch
Log:
fix the license  the watchfile and some minor stuff

Modified: packages/trunk/glfw/debian/control
===================================================================
--- packages/trunk/glfw/debian/control	2008-04-16 11:15:07 UTC (rev 6577)
+++ packages/trunk/glfw/debian/control	2008-04-16 11:32:44 UTC (rev 6578)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>,
-Build-Depends: debhelper (>> 5.0.0), quilt
+Build-Depends: debhelper (>> 5.0.0), quilt,
  libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/glfw/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/glfw/?op=log
 Homepage: http://glfw.sourceforge.net

Modified: packages/trunk/glfw/debian/copyright
===================================================================
--- packages/trunk/glfw/debian/copyright	2008-04-16 11:15:07 UTC (rev 6577)
+++ packages/trunk/glfw/debian/copyright	2008-04-16 11:32:44 UTC (rev 6578)
@@ -1,53 +1,32 @@
-This package was debianized by Guus Sliepen <guus at debian.org> on
-Sun,  9 Feb 2003 12:23:52 +0100.
+This package was debianized by Gonéri Le Bouder <goneri at rulezlan.org> on
+Wed, 16 Apr 2008 13:24:33 +0200
 
 The actual maintainer is the Debian Games Team:
 http://wiki.debian.org/Games/Development
 
-It was downloaded from http://www.ode.org/
+It was downloaded from http://glfw.sourceforge.net/ 
 
-Upstream Author: Russel Smith <russ at q12.org>
+Upstream Author: Camilla Berglund
 
 Copyright:
+Copyright © 2002-2006 Camilla Berglund
 
-Either LGPL 2.1 (see /usr/share/common-licenses/LGPL-2.1) or the following
-license, at your choice:
+The license used for GLFW is known as the zlib/libpng.
 
-This is the BSD-style license for the Open Dynamics Engine
-----------------------------------------------------------
+This software is provided 'as-is', without any express or implied warranty. In
+no event will the authors be held liable for any damages arising from the use
+of this software.
 
-Open Dynamics Engine
-Copyright (c) 2001-2007, Russell L. Smith.
-All rights reserved.
+Permission is granted to anyone to use this software for any purpose, including
+commercial applications, and to alter it and redistribute it freely, subject to
+the following restrictions:
 
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
+1. The origin of this software must not be misrepresented; you must not claim
+ that you wrote the original software. If you use this software in a product,
+ an acknowledgment in the product documentation would be appreciated but is not
+ required.
 
-Redistributions of source code must retain the above copyright notice,
-this list of conditions and the following disclaimer.
+2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
 
-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.
-
-Neither the names of ODE's copyright owner nor the names of its
-contributors 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.
-
-The GIMPACT directory:
-Copyright  (c) 2006 , Francisco León.
-
-It's covered by the same licenses than ODE itself.
+3. This notice may not be removed or altered from any source distribution.

Modified: packages/trunk/glfw/debian/libglfw-dev.dirs
===================================================================
--- packages/trunk/glfw/debian/libglfw-dev.dirs	2008-04-16 11:15:07 UTC (rev 6577)
+++ packages/trunk/glfw/debian/libglfw-dev.dirs	2008-04-16 11:32:44 UTC (rev 6578)
@@ -1,3 +1,2 @@
 usr/lib
-usr/include/ode
-usr/include/ode/config
+usr/include

Modified: packages/trunk/glfw/debian/rules
===================================================================
--- packages/trunk/glfw/debian/rules	2008-04-16 11:15:07 UTC (rev 6577)
+++ packages/trunk/glfw/debian/rules	2008-04-16 11:32:44 UTC (rev 6578)
@@ -44,7 +44,8 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs  readme.html 
+	dh_installdocs  readme.html
+	dh_installchangelogs
 	dh_install
 	dh_link
 	dh_strip

Modified: packages/trunk/glfw/debian/watch
===================================================================
--- packages/trunk/glfw/debian/watch	2008-04-16 11:15:07 UTC (rev 6577)
+++ packages/trunk/glfw/debian/watch	2008-04-16 11:32:44 UTC (rev 6578)
@@ -1,4 +1,3 @@
 version=3
 
-opts="dversionmangle=s/\.dfsg(.?\d+)?$//" \
-http://sf.net/opende/ode-src-([\d.]+)\.zip
+http://sf.net/glfw/glfw-([\d.]+)\.tar.gz




More information about the Pkg-games-commits mailing list