[SCM] glfw packaging branch, master, updated. upstream/2.6-20-g630ae37

Mahyuddin Susanto udienz at ubuntu.com
Fri Sep 9 02:19:42 UTC 2011


The following commit has been merged in the master branch:
commit 5e0431c8a40d8bb081fc441fc91b22e182729326
Author: Mahyuddin Susanto <udienz at ubuntu.com>
Date:   Fri Sep 9 09:16:12 2011 +0700

    fixing debain/control

diff --git a/debian/control b/debian/control
index cab9da2..2258120 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,12 @@ Source: glfw
 Section: devel
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders:
-Build-Depends: debhelper (>> 7.0.0), quilt,
- libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
- libxrandr-dev
-Standards-Version: 3.8.0
+Uploaders: Mahyuddin Susanto <udienz at ubuntu.com>
+Build-Depends: debhelper (>= 7.0.50~),
+               libgl1-mesa-dev | libgl-dev,
+               libglu1-mesa-dev | libglu-dev,
+               libxrandr-dev
+Standards-Version: 3.9.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
@@ -14,7 +15,7 @@ Homepage: http://glfw.sourceforge.net
 Package: libglfw2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs: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
@@ -29,7 +30,7 @@ Description: portable framework for OpenGL application development
 Package: libglfw-dev
 Section: libdevel
 Architecture: any
-Depends: libglfw2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libglfw2 (= ${binary:Version}), ${misc:Depends}, ${shlibs: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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
glfw packaging



More information about the Pkg-games-commits mailing list