[SCM] glfw packaging branch, master, updated. upstream/2.6-24-g89ac62d

Mahyuddin Susanto udienz at ubuntu.com
Fri Sep 9 04:57:54 UTC 2011


The following commit has been merged in the master branch:
commit 89ac62d11d74435c9ca2b8387f35569a442b2f3f
Author: Mahyuddin Susanto <udienz at ubuntu.com>
Date:   Fri Sep 9 11:57:25 2011 +0700

    add liglfw-dev dependency, and change Vcs-* field

diff --git a/debian/changelog b/debian/changelog
index aeefe99..cfae840 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,20 @@
 glfw (2.7.2-1) UNRELEASED; urgency=low
 
-  * New upstream release.
+  * New upstream release (Closes: #640791).
   * debian/control:
     - Bump Standars-Version to 3.9.2
     - Add myself as Uplpaders.
     - Delete quilt as B-D, not needed anymore.
     - Raise B-D of debhelper to 7.0.50~ to use simple d/rules.
     - Change homepage to http://www.glfw.org/.
+    - Change Vcs-* field into git repository.
+    - Add libglfw-dev dependency to mesa-common-dev and libglu1-mesa-dev (Closes: #594956).
   * debian/rules: Rewitting to use simple rules.
   * Refreshing patches:
     - debian/patches/fix_compilation_on_non_linux.patch.
     - debian/patches/fix-soname.patch.
 
- -- Mahyuddin Susanto <udienz at ubuntu.com>  Fri, 09 Sep 2011 10:46:20 +0700
+ -- Mahyuddin Susanto <udienz at ubuntu.com>  Fri, 09 Sep 2011 11:54:20 +0700
 
 glfw (2.6-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 78d070c..6a49098 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 7.0.50~),
                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
+Vcs-Git: git://anonscm.debian.org/pkg-games/glfw.git
+Vcs-Browser: http://anonscm.debian.org/git/pkg-games/glfw.git
 Homepage: http://www.glfw.org/
 
 Package: libglfw2
@@ -30,7 +30,11 @@ Description: portable framework for OpenGL application development
 Package: libglfw-dev
 Section: libdevel
 Architecture: any
-Depends: libglfw2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libglfw2 (= ${binary:Version}),
+         libglu1-mesa-dev | libglu-dev,
+         mesa-common-dev,
+         ${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

-- 
glfw packaging



More information about the Pkg-games-commits mailing list