r15028 - packages/trunk/glee/debian

Miriam Ruiz miriam at moszumanska.debian.org
Thu Apr 17 23:42:31 UTC 2014


Author: miriam
Date: 2014-04-17 23:42:31 +0000 (Thu, 17 Apr 2014)
New Revision: 15028

Added:
   packages/trunk/glee/debian/libglee0d2.dirs
   packages/trunk/glee/debian/libglee0d2.install
Removed:
   packages/trunk/glee/debian/libglee0d1.dirs
   packages/trunk/glee/debian/libglee0d1.install
Modified:
   packages/trunk/glee/debian/Makefile
   packages/trunk/glee/debian/changelog
   packages/trunk/glee/debian/control
   packages/trunk/glee/debian/copyright
   packages/trunk/glee/debian/docs
   packages/trunk/glee/debian/glee.pc.in
   packages/trunk/glee/debian/rules
Log:
New upstream version, obtained from git



Modified: packages/trunk/glee/debian/Makefile
===================================================================
--- packages/trunk/glee/debian/Makefile	2014-04-17 18:55:27 UTC (rev 15027)
+++ packages/trunk/glee/debian/Makefile	2014-04-17 23:42:31 UTC (rev 15028)
@@ -1,15 +1,15 @@
 all: libglee.a libglee.so
 
-MAJOR=0d1
+MAJOR=0d2
 MINOR=0
 
-SOURCES = $(shell find . -name "*.c")
+SOURCES = DATA/output/GLee.c
 
 SHARED_OBJS = $(SOURCES:.c=.shared.o)
 STATIC_OBJS = $(SOURCES:.c=.static.o)
 
 CFLAGS= -O2 -g -Wall
-EXTRA_CFLAGS=-I.
+EXTRA_CFLAGS=-Iinclude/
 STATIC_CFLAGS= $(CFLAGS) $(EXTRA_CFLAGS)
 SHARED_CFLAGS= $(STATIC_CFLAGS) -fPIC
 
@@ -64,4 +64,4 @@
 	cp -a *.a "$(DESTDIR)/usr/lib/$(MULTIARCH)/"
 	cp -a *.so* "$(DESTDIR)/usr/lib/$(MULTIARCH)/"
 	mkdir -p "$(DESTDIR)/usr/include/GL/"
-	cp *.h "$(DESTDIR)/usr/include/GL/"
+	cp include/GL/*.h "$(DESTDIR)/usr/include/GL/"

Modified: packages/trunk/glee/debian/changelog
===================================================================
--- packages/trunk/glee/debian/changelog	2014-04-17 18:55:27 UTC (rev 15027)
+++ packages/trunk/glee/debian/changelog	2014-04-17 23:42:31 UTC (rev 15028)
@@ -1,3 +1,12 @@
+glee (5.5~git20120824-1) UNRELEASED; urgency=medium
+
+  * Obtained full source code for GLeeGen from git
+  * Upgraded Standards-Version from 3.9.4 to 3.9.5
+  * Upgraded debian/copyright to copyright-format/1.0
+  * Changed SONAME form 0d1 to 0d2
+
+ -- Miriam Ruiz <miriam at debian.org>  Fri, 18 Apr 2014 00:24:55 +0200
+
 glee (5.4.0-3) UNRELEASED; urgency=low
 
   * debian/control: Use canonical VCS fields

Modified: packages/trunk/glee/debian/control
===================================================================
--- packages/trunk/glee/debian/control	2014-04-17 18:55:27 UTC (rev 15027)
+++ packages/trunk/glee/debian/control	2014-04-17 23:42:31 UTC (rev 15028)
@@ -4,7 +4,7 @@
 Uploaders: Miriam Ruiz <miriam at debian.org>
 Build-Depends: debhelper (>= 9), dh-exec (>=0.3), dh-buildinfo,
  mesa-common-dev, libgl1-mesa-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Section: libs
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/glee/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/glee
@@ -14,8 +14,8 @@
 Section: libdevel
 Multi-Arch: same
 Architecture: any
-Depends: libglee0d1 (= ${binary:Version}), ${misc:Depends}
-Suggests: libglee0d1-dbg
+Depends: libglee0d2 (= ${binary:Version}), ${misc:Depends}
+Suggests: libglee0d2-dbg
 Description: extension loading library for OpenGL - development
  GLee (GL Easy Extension library) is a free cross-platform extension loading
  library for OpenGL. It provides seamless support for OpenGL functions up to
@@ -29,7 +29,7 @@
  .
  This package contains the development libraries and headers.
 
-Package: libglee0d1
+Package: libglee0d2
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -42,12 +42,12 @@
  .
  This package contains the shared objects needed for runtime.
 
-Package: libglee0d1-dbg
+Package: libglee0d2-dbg
 Section: debug
 Priority: extra
 Architecture: any
 Multi-Arch: same
-Depends: libglee0d1 (= ${binary:Version}), ${misc:Depends}
+Depends: libglee0d2 (= ${binary:Version}), ${misc:Depends}
 Description: extension loading library for OpenGL - debugging
  GLee (GL Easy Extension library) is a free cross-platform extension loading
  library for OpenGL. It provides seamless support for OpenGL functions up to

Modified: packages/trunk/glee/debian/copyright
===================================================================
--- packages/trunk/glee/debian/copyright	2014-04-17 18:55:27 UTC (rev 15027)
+++ packages/trunk/glee/debian/copyright	2014-04-17 23:42:31 UTC (rev 15028)
@@ -1,39 +1,48 @@
-This package was debianized by Miriam Ruiz <little_miry at yahoo.es> on
-Mon, 02 Feb 2009 22:45:42 +0100.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: glee
+Upstream-Contact: Ben Woodhouse <bw at elf-stone.com>
+Source: http://sourceforge.net/p/glee/glee/ci/master/tree/
+Debianized-By: Miriam Ruiz <miriam at debian.org>
+Debianized-Date: Mon, 02 Feb 2009 22:45:42 +0100
 
-It was downloaded from http://elf-stone.com/glee.php
+Files: include/* DATA/*
+Copyright: Copyright (C) 2004-2011, Ben WoodhouseT
+License: BSD
 
-Upstream Author:
+Files: *
+Copyright: Copyright (C) 2004-2011, Ben WoodhouseT
+License: GPL-3
 
-    Ben Woodhouse <bw at elf-stone.com>
+Files: debian/*
+Copyright: Copyright (C) 2009-2014, Miriam Ruiz <miriam at debian.org>
+License: BSD
 
-Copyright:
+License: BSD
+ 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 above copyright
+ notice, this list of conditions and the following disclaimer as
+ the first lines of this file unmodified.
+ 2. 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY BEN WOODHOUSE ``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 BEN WOODHOUSE 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.
 
-    Copyright (C) 2008 Ben Woodhouse
+License: GPL-3
+ 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 3 of the License.
+ .
+ On Debian systems, the complete text of version 3 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
 
-License:
-
-    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 above copyright
-    notice, this list of conditions and the following disclaimer as
-    the first lines of this file unmodified.
-    2. 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.
-    
-    THIS SOFTWARE IS PROVIDED BY BEN WOODHOUSE ``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 BEN WOODHOUSE 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 2009, Miriam Ruiz <little_miry at yahoo.es> and
-is licensed under the same license as the program, see above.
-

Modified: packages/trunk/glee/debian/docs
===================================================================
--- packages/trunk/glee/debian/docs	2014-04-17 18:55:27 UTC (rev 15027)
+++ packages/trunk/glee/debian/docs	2014-04-17 23:42:31 UTC (rev 15028)
@@ -1,2 +1,2 @@
-extensionList.txt
-readme.txt
+DATA/output/extensionList.txt
+DATA/RELEASE/readme.txt

Modified: packages/trunk/glee/debian/glee.pc.in
===================================================================
--- packages/trunk/glee/debian/glee.pc.in	2014-04-17 18:55:27 UTC (rev 15027)
+++ packages/trunk/glee/debian/glee.pc.in	2014-04-17 23:42:31 UTC (rev 15028)
@@ -5,7 +5,7 @@
 
 Name: GLee
 Description: GL Easy Extension library
-Version: 5.4.0
+Version: 5.5
 Requires: 
 Conflicts: 
 Libs: -L${libdir} -lglee

Deleted: packages/trunk/glee/debian/libglee0d1.dirs
===================================================================
--- packages/trunk/glee/debian/libglee0d1.dirs	2014-04-17 18:55:27 UTC (rev 15027)
+++ packages/trunk/glee/debian/libglee0d1.dirs	2014-04-17 23:42:31 UTC (rev 15028)
@@ -1 +0,0 @@
-usr/lib

Deleted: packages/trunk/glee/debian/libglee0d1.install
===================================================================
--- packages/trunk/glee/debian/libglee0d1.install	2014-04-17 18:55:27 UTC (rev 15027)
+++ packages/trunk/glee/debian/libglee0d1.install	2014-04-17 23:42:31 UTC (rev 15028)
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/lib*.so.*

Added: packages/trunk/glee/debian/libglee0d2.dirs
===================================================================
--- packages/trunk/glee/debian/libglee0d2.dirs	                        (rev 0)
+++ packages/trunk/glee/debian/libglee0d2.dirs	2014-04-17 23:42:31 UTC (rev 15028)
@@ -0,0 +1 @@
+usr/lib

Added: packages/trunk/glee/debian/libglee0d2.install
===================================================================
--- packages/trunk/glee/debian/libglee0d2.install	                        (rev 0)
+++ packages/trunk/glee/debian/libglee0d2.install	2014-04-17 23:42:31 UTC (rev 15028)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/lib*.so.*

Modified: packages/trunk/glee/debian/rules
===================================================================
--- packages/trunk/glee/debian/rules	2014-04-17 18:55:27 UTC (rev 15027)
+++ packages/trunk/glee/debian/rules	2014-04-17 23:42:31 UTC (rev 15028)
@@ -69,7 +69,7 @@
 	dh_install
 	dh_installman
 	dh_link
-	dh_strip --dbg-package=libglee0d1-dbg
+	dh_strip --dbg-package=libglee0d2-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs




More information about the Pkg-games-commits mailing list