Author: goneri-guest Date: 2008-04-16 11:15:07 +0000 (Wed, 16 Apr 2008) New Revision: 6577
Added: packages/trunk/glfw/ packages/trunk/glfw/debian/ packages/trunk/glfw/debian/changelog packages/trunk/glfw/debian/compat packages/trunk/glfw/debian/control packages/trunk/glfw/debian/copyright packages/trunk/glfw/debian/glfw-config.man.sgml packages/trunk/glfw/debian/libglfw-dev.dirs packages/trunk/glfw/debian/libglfw-dev.install packages/trunk/glfw/debian/libglfw-dev.links packages/trunk/glfw/debian/libglfw2.dirs packages/trunk/glfw/debian/libglfw2.install packages/trunk/glfw/debian/libglfw2.links packages/trunk/glfw/debian/rules packages/trunk/glfw/debian/watch Log: initial import, some tweaks still needed Property changes on: packages/trunk/glfw/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: packages/trunk/glfw/debian/changelog =================================================================== --- packages/trunk/glfw/debian/changelog (rev 0) +++ packages/trunk/glfw/debian/changelog 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1,6 @@ +glfw (2.6-1) unstable; urgency=low + + * Initial Release. Closes: #XXXX + + -- Gonéri Le Bouder <[EMAIL PROTECTED]> Wed, 16 Apr 2008 12:33:15 +0200 + Added: packages/trunk/glfw/debian/compat =================================================================== --- packages/trunk/glfw/debian/compat (rev 0) +++ packages/trunk/glfw/debian/compat 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1 @@ +5 Added: packages/trunk/glfw/debian/control =================================================================== --- packages/trunk/glfw/debian/control (rev 0) +++ packages/trunk/glfw/debian/control 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1,41 @@ +Source: glfw +Section: devel +Priority: optional +Maintainer: Debian Games Team <[EMAIL PROTECTED]> +Uploaders: Gonéri Le Bouder <[EMAIL PROTECTED]>, +Build-Depends: debhelper (>> 5.0.0), quilt + libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev +Standards-Version: 3.7.2 +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 + +Package: libglfw2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: portable framework for OpenGL application development. + GLFW is a free, Open Source, framework for OpenGL application + development. In short, it is a single library providing a powerful, portable + API for otherwise operating system specific tasks such as opening an OpenGL + window, and reading keyboard, time, mouse and joystick input. + . + It also provides functions accessing OpenGL extensions, creating and + synchronizing threads and reading textures from files. + . + This package provides the shared libraries. + +Package: libglfw-dev +Section: libdevel +Architecture: any +Depends: libglfw2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: portable framework for OpenGL application development. + GLFW is a free, Open Source, framework for OpenGL application + development. In short, it is a single library providing a powerful, portable + API for otherwise operating system specific tasks such as opening an OpenGL + window, and reading keyboard, time, mouse and joystick input. + . + It also provides functions accessing OpenGL extensions, creating and + synchronizing threads and reading textures from files. + . + This package provides the header files and static libraries. Added: packages/trunk/glfw/debian/copyright =================================================================== --- packages/trunk/glfw/debian/copyright (rev 0) +++ packages/trunk/glfw/debian/copyright 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1,53 @@ +This package was debianized by Guus Sliepen <[EMAIL PROTECTED]> on +Sun, 9 Feb 2003 12:23:52 +0100. + +The actual maintainer is the Debian Games Team: +http://wiki.debian.org/Games/Development + +It was downloaded from http://www.ode.org/ + +Upstream Author: Russel Smith <[EMAIL PROTECTED]> + +Copyright: + +Either LGPL 2.1 (see /usr/share/common-licenses/LGPL-2.1) or the following +license, at your choice: + +This is the BSD-style license for the Open Dynamics Engine +---------------------------------------------------------- + +Open Dynamics Engine +Copyright (c) 2001-2007, Russell L. Smith. +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. + +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. Added: packages/trunk/glfw/debian/glfw-config.man.sgml =================================================================== --- packages/trunk/glfw/debian/glfw-config.man.sgml (rev 0) +++ packages/trunk/glfw/debian/glfw-config.man.sgml 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1,174 @@ +<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ + +<!-- Process this file with docbook-to-man to generate an nroff manual + page: `docbook-to-man manpage.sgml > manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + <!ENTITY dhfirstname "<firstname>Goneri</firstname>"> + <!ENTITY dhsurname "<surname>Le Bouder</surname>"> + <!ENTITY dhdate "<date>2008-04-16</date>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> + <!ENTITY dhemail "<email>[EMAIL PROTECTED]</email>"> + <!ENTITY dhusername "Goneri Le Bouder"> + <!ENTITY dhucpackage "<refentrytitle>LIBGLFW-DEV</refentrytitle>"> + <!ENTITY dhpackage "libglfw-dev"> + + <!ENTITY debian "<productname>Debian</productname>"> + <!ENTITY gnu "<acronym>GNU</acronym>"> +]> + +<refentry> + <refentryinfo> + <address> + &dhemail; + </address> + <author> + &dhfirstname; + &dhsurname; + </author> + <copyright> + <year>2006</year> + <holder>&dhusername;</holder> + </copyright> + &dhdate; + </refentryinfo> + <refmeta> + &dhucpackage; + + &dhsection; + </refmeta> + <refnamediv> + <refname>&dhpackage;</refname> + + <refpurpose>show information about installed glfw libraries</refpurpose> + </refnamediv> + <refsynopsisdiv> + <cmdsynopsis> + <command>&dhpackage;</command> + <arg><option>--prefix</option></arg> + <arg><option>--prefix=PREFIX</option></arg> + <arg><option>--exec-prefix</option></arg> + <arg><option>--exec-prefix=EPREFIX</option></arg> + <arg><option>--version</option></arg> + <arg><option>--ftversion</option></arg> + <arg><option>--libs</option></arg> + <arg><option>--libtool</option></arg> + <arg><option>--cflags</option></arg> + </cmdsynopsis> + </refsynopsisdiv> + <refsect1> + <title>DESCRIPTION</title> + + <para>This manual page documents briefly the + <command>&dhpackage;</command> command,</para> + + <para><command>&dhpackage;</command> is a program that shows information + about the installed glfw libraries.</para> + + </refsect1> + <refsect1> + <title>OPTIONS</title> + + <para>The following options are supported:</para> + + <variablelist> + <varlistentry> + <term><option>--prefix</option> + <option>--prefix=PREFIX</option> + </term> + <listitem> + <para>Show the prefix glfw was built with. The prefix may + be overridden by passing the argument PREFIX.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--exec-prefix</option> + <option>--exec-prefix=EPREFIX</option> + </term> + <listitem> + <para>Show the executable prefix glfw was built with. The + executable prefix may be overridden by passing the argument + EPREFIX.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--version</option> + </term> + <listitem> + <para>Show the libtool version of the installed glfw.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--ftversion</option> + </term> + <listitem> + <para>Show the FreeType version of the installed glfw.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--libs</option> + </term> + <listitem> + <para>Show the compiler flags for linking to the installed glfw.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--libtool</option> + </term> + <listitem> + <para>Show the library name for linking with libtool.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--cflags</option> + </term> + <listitem> + <para>Show the compiler flags for compiling against the installed glfw.</para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + <refsect1> + <title>AUTHOR</title> + + <para>This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the <acronym>GNU</acronym> Free Documentation + License, Version 1.1 or any later version published by the Free + Software Foundation; with no Invariant Sections, no Front-Cover + Texts and no Back-Cover Texts.</para> + + </refsect1> +</refentry> + +<!-- Keep this comment at the end of the file +Local variables: +mglfw: sgml +sgml-omittag:t +sgml-shorttag:t +sgml-minimize-attributes:nil +sgml-always-quote-attributes:t +sgml-indent-step:2 +sgml-indent-data:t +sgml-parent-document:nil +sgml-default-dtd-file:nil +sgml-exposed-tags:nil +sgml-local-catalogs:nil +sgml-local-ecat-files:nil +End: +--> + + Added: packages/trunk/glfw/debian/libglfw-dev.dirs =================================================================== --- packages/trunk/glfw/debian/libglfw-dev.dirs (rev 0) +++ packages/trunk/glfw/debian/libglfw-dev.dirs 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1,3 @@ +usr/lib +usr/include/ode +usr/include/ode/config Added: packages/trunk/glfw/debian/libglfw-dev.install =================================================================== --- packages/trunk/glfw/debian/libglfw-dev.install (rev 0) +++ packages/trunk/glfw/debian/libglfw-dev.install 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1,2 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.a Added: packages/trunk/glfw/debian/libglfw-dev.links =================================================================== --- packages/trunk/glfw/debian/libglfw-dev.links (rev 0) +++ packages/trunk/glfw/debian/libglfw-dev.links 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1 @@ +usr/lib/libglfw.so.2.6.0 usr/lib/libglfw.so Added: packages/trunk/glfw/debian/libglfw2.dirs =================================================================== --- packages/trunk/glfw/debian/libglfw2.dirs (rev 0) +++ packages/trunk/glfw/debian/libglfw2.dirs 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1 @@ +usr/lib Added: packages/trunk/glfw/debian/libglfw2.install =================================================================== --- packages/trunk/glfw/debian/libglfw2.install (rev 0) +++ packages/trunk/glfw/debian/libglfw2.install 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* Added: packages/trunk/glfw/debian/libglfw2.links =================================================================== --- packages/trunk/glfw/debian/libglfw2.links (rev 0) +++ packages/trunk/glfw/debian/libglfw2.links 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1,2 @@ +usr/lib/libglfw.so.2.6 usr/lib/libglfw.so.2 +usr/lib/libglfw.so.2.6 usr/lib/libglfw.so.2.6 Added: packages/trunk/glfw/debian/rules =================================================================== --- packages/trunk/glfw/debian/rules (rev 0) +++ packages/trunk/glfw/debian/rules 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1,61 @@ +#!/usr/bin/make -f + +configure: configure-stamp +configure-stamp: + dh_testdir + QUILT_PATCHES=debian/patches quilt push || test $$? = 2 + sh compile.sh + + touch configure-stamp + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + $(MAKE) x11 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) x11-clean + QUILT_PATCHES=debian/patches quilt pop -R || test $$? = 2 + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + make x11-install PREFIX=$(CURDIR)/debian/tmp/usr + cp lib/x11/libglfw.so debian/tmp/usr/lib/libglfw.so.2.6 + + +# Build architecture-independent files here. +binary-indep: +# nothing to do + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs readme.html + dh_install + dh_link + dh_strip + dh_compress + dh_fixperms + dh_shlibdeps + dh_makeshlibs + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure Property changes on: packages/trunk/glfw/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: packages/trunk/glfw/debian/watch =================================================================== --- packages/trunk/glfw/debian/watch (rev 0) +++ packages/trunk/glfw/debian/watch 2008-04-16 11:15:07 UTC (rev 6577) @@ -0,0 +1,4 @@ +version=3 + +opts="dversionmangle=s/\.dfsg(.?\d+)?$//" \ +http://sf.net/opende/ode-src-([\d.]+)\.zip _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

