Author: goneri
Date: 2009-03-01 00:10:25 +0000 (Sun, 01 Mar 2009)
New Revision: 8988

Added:
   packages/tags/2.6-2/
   packages/tags/2.6-2/debian/README.source
   packages/tags/2.6-2/debian/changelog
   packages/tags/2.6-2/debian/compat
   packages/tags/2.6-2/debian/control
   packages/tags/2.6-2/debian/libglfw-dev.links
   packages/tags/2.6-2/debian/libglfw2.links
   packages/tags/2.6-2/debian/patches/series
   packages/tags/2.6-2/debian/rules
Removed:
   packages/tags/2.6-2/debian/changelog
   packages/tags/2.6-2/debian/compat
   packages/tags/2.6-2/debian/control
   packages/tags/2.6-2/debian/libglfw-dev.links
   packages/tags/2.6-2/debian/libglfw2.links
   packages/tags/2.6-2/debian/patches/series
   packages/tags/2.6-2/debian/rules
Log:
glfw 2.6-2

Copied: packages/tags/2.6-2 (from rev 8985, packages/trunk/glfw)


Property changes on: packages/tags/2.6-2
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: packages/tags/2.6-2/debian/README.source (from rev 8986, 
packages/trunk/glfw/debian/README.source)
===================================================================
--- packages/tags/2.6-2/debian/README.source                            (rev 0)
+++ packages/tags/2.6-2/debian/README.source    2009-03-01 00:10:25 UTC (rev 
8988)
@@ -0,0 +1,7 @@
+Task: apply debian patches
+Tools: quilt
+Command: quilt push -a
+Description: Please read /usr/share/doc/quilt/README.source how to use
+  quilt for managing Debian patches.
+  .
+  This is currently not needed as there are no patches.

Deleted: packages/tags/2.6-2/debian/changelog
===================================================================
--- packages/trunk/glfw/debian/changelog        2009-02-28 22:18:21 UTC (rev 
8985)
+++ packages/tags/2.6-2/debian/changelog        2009-03-01 00:10:25 UTC (rev 
8988)
@@ -1,6 +0,0 @@
-glfw (2.6-1) unstable; urgency=low
-
-  * Initial Release. Closes: #476391
-
- -- Gonéri Le Bouder <[email protected]>  Wed, 16 Apr 2008 12:33:15 +0200
-

Copied: packages/tags/2.6-2/debian/changelog (from rev 8987, 
packages/trunk/glfw/debian/changelog)
===================================================================
--- packages/tags/2.6-2/debian/changelog                                (rev 0)
+++ packages/tags/2.6-2/debian/changelog        2009-03-01 00:10:25 UTC (rev 
8988)
@@ -0,0 +1,19 @@
+glfw (2.6-2) unstable; urgency=low
+
+  * Fix /usr/lib/libglfw.so symlink (Closes: #516988)
+  * Fix the pkg-config file (Closes: #516989)
+  * Calls dh_makeshlibs before dh_shlibdeps
+  * Standard Version bumped to 3.8.0
+   - add a README.source
+  * clean the .pc directory 
+  * use dh_clean to delete the build stamps
+  * Debhelper compat 7
+
+ -- Gonéri Le Bouder <[email protected]>  Sat, 28 Feb 2009 23:30:16 +0100
+
+glfw (2.6-1) unstable; urgency=low
+
+  * Initial Release. Closes: #476391
+
+ -- Gonéri Le Bouder <[email protected]>  Wed, 16 Apr 2008 12:33:15 +0200
+

Deleted: packages/tags/2.6-2/debian/compat
===================================================================
--- packages/trunk/glfw/debian/compat   2009-02-28 22:18:21 UTC (rev 8985)
+++ packages/tags/2.6-2/debian/compat   2009-03-01 00:10:25 UTC (rev 8988)
@@ -1 +0,0 @@
-5

Copied: packages/tags/2.6-2/debian/compat (from rev 8986, 
packages/trunk/glfw/debian/compat)
===================================================================
--- packages/tags/2.6-2/debian/compat                           (rev 0)
+++ packages/tags/2.6-2/debian/compat   2009-03-01 00:10:25 UTC (rev 8988)
@@ -0,0 +1 @@
+7

Deleted: packages/tags/2.6-2/debian/control
===================================================================
--- packages/trunk/glfw/debian/control  2009-02-28 22:18:21 UTC (rev 8985)
+++ packages/tags/2.6-2/debian/control  2009-03-01 00:10:25 UTC (rev 8988)
@@ -1,42 +0,0 @@
-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,
- libxrandr-dev
-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
-
-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.

Copied: packages/tags/2.6-2/debian/control (from rev 8986, 
packages/trunk/glfw/debian/control)
===================================================================
--- packages/tags/2.6-2/debian/control                          (rev 0)
+++ packages/tags/2.6-2/debian/control  2009-03-01 00:10:25 UTC (rev 8988)
@@ -0,0 +1,42 @@
+Source: glfw
+Section: devel
+Priority: optional
+Maintainer: Debian Games Team <[email protected]>
+Uploaders: Gonéri Le Bouder <[email protected]>,
+Build-Depends: debhelper (>> 7.0.0), quilt,
+ libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
+ libxrandr-dev
+Standards-Version: 3.8.0
+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.

Deleted: packages/tags/2.6-2/debian/libglfw-dev.links
===================================================================
--- packages/trunk/glfw/debian/libglfw-dev.links        2009-02-28 22:18:21 UTC 
(rev 8985)
+++ packages/tags/2.6-2/debian/libglfw-dev.links        2009-03-01 00:10:25 UTC 
(rev 8988)
@@ -1 +0,0 @@
-usr/lib/libglfw.so.2.6.0 usr/lib/libglfw.so 

Copied: packages/tags/2.6-2/debian/libglfw-dev.links (from rev 8986, 
packages/trunk/glfw/debian/libglfw-dev.links)
===================================================================
--- packages/tags/2.6-2/debian/libglfw-dev.links                                
(rev 0)
+++ packages/tags/2.6-2/debian/libglfw-dev.links        2009-03-01 00:10:25 UTC 
(rev 8988)
@@ -0,0 +1 @@
+usr/lib/libglfw.so.2.6 usr/lib/libglfw.so 

Deleted: packages/tags/2.6-2/debian/libglfw2.links
===================================================================
--- packages/trunk/glfw/debian/libglfw2.links   2009-02-28 22:18:21 UTC (rev 
8985)
+++ packages/tags/2.6-2/debian/libglfw2.links   2009-03-01 00:10:25 UTC (rev 
8988)
@@ -1,2 +0,0 @@
-usr/lib/libglfw.so.2.6 usr/lib/libglfw.so.2
-usr/lib/libglfw.so.2.6 usr/lib/libglfw.so.2.6

Copied: packages/tags/2.6-2/debian/libglfw2.links (from rev 8986, 
packages/trunk/glfw/debian/libglfw2.links)
===================================================================
--- packages/tags/2.6-2/debian/libglfw2.links                           (rev 0)
+++ packages/tags/2.6-2/debian/libglfw2.links   2009-03-01 00:10:25 UTC (rev 
8988)
@@ -0,0 +1 @@
+usr/lib/libglfw.so.2.6 usr/lib/libglfw.so.2

Deleted: packages/tags/2.6-2/debian/patches/series
===================================================================
--- packages/trunk/glfw/debian/patches/series   2009-02-28 22:18:21 UTC (rev 
8985)
+++ packages/tags/2.6-2/debian/patches/series   2009-03-01 00:10:25 UTC (rev 
8988)
@@ -1 +0,0 @@
-fix-soname.diff

Copied: packages/tags/2.6-2/debian/patches/series (from rev 8987, 
packages/trunk/glfw/debian/patches/series)
===================================================================
--- packages/tags/2.6-2/debian/patches/series                           (rev 0)
+++ packages/tags/2.6-2/debian/patches/series   2009-03-01 00:10:25 UTC (rev 
8988)
@@ -0,0 +1 @@
+fix-soname.diff

Deleted: packages/tags/2.6-2/debian/rules
===================================================================
--- packages/trunk/glfw/debian/rules    2009-02-28 22:18:21 UTC (rev 8985)
+++ packages/tags/2.6-2/debian/rules    2009-03-01 00:10:25 UTC (rev 8988)
@@ -1,62 +0,0 @@
-#!/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_installchangelogs
-       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

Copied: packages/tags/2.6-2/debian/rules (from rev 8987, 
packages/trunk/glfw/debian/rules)
===================================================================
--- packages/tags/2.6-2/debian/rules                            (rev 0)
+++ packages/tags/2.6-2/debian/rules    2009-03-01 00:10:25 UTC (rev 8988)
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+
+configure: configure-stamp
+configure-stamp:
+       dh_testdir
+       QUILT_PATCHES=debian/patches quilt push || test $$? = 2 
+       PREFIX=/usr 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
+       
+       # Add here commands to clean up after the build process.
+       [ ! -f Makefile ] || $(MAKE) x11-clean
+       QUILT_PATCHES=debian/patches quilt pop -R || test $$? = 2
+       rm -rf .pc 
+       dh_clean build-stamp configure-stamp
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_prep
+       dh_installdirs
+       sed -e 's,\...@prefix\@,/usr,' ./lib/x11/libglfw.pc.in > 
./lib/x11/libglfw.pc
+       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_installchangelogs
+       dh_install
+       dh_link
+       dh_strip
+       dh_compress
+       dh_fixperms
+       dh_makeshlibs
+       dh_shlibdeps
+       dh_installdeb
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to