This is an automated email from the git hooks/post-receive script. pabs pushed a commit to branch master in repository quesoglc.
commit 3b02ac5a8bdfa3e49a246f191ff8ca54bd1c0e1b Author: Paul Wise <[email protected]> Date: Thu Sep 26 18:03:54 2013 +0200 Wrap and sort control/install files --- debian/changelog | 4 ++++ debian/control | 25 +++++++++++++++---------- debian/libglc-dev.docs | 2 +- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index f49ed81..56dbafa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ quesoglc (0.7.2-6) UNRELEASED; urgency=low + [ Anton Balashov ] * Team upload. * Added Build-Depend on libglewmx-dev (Closes: #680441) * Omited "An" in the package description * Updated Standards-Version to 3.9.4 * Extended description for libglc0 + [ Paul Wise ] + * Wrap and sort control/install files + -- Anton Balashov <[email protected]> Mon, 19 Aug 2013 22:04:55 +0400 quesoglc (0.7.2-5) unstable; urgency=low diff --git a/debian/control b/debian/control index 70a6387..905d095 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,18 @@ Source: quesoglc Section: devel Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Paul Wise <[email protected]>, +Uploaders: + Paul Wise <[email protected]>, Bradley Smith <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), +Build-Depends: + debhelper (>= 7.0.50~), + dh-autoreconf, + libfontconfig1-dev, libfreetype6-dev, libfribidi-dev, - libfontconfig1-dev, libgl1-mesa-dev | libgl-dev, - libglu1-mesa-dev | libglu-dev, libglewmx-dev | libglewmx1.6-dev | libglewmx1.5-dev (>= 1.5.1-4), - dh-autoreconf + libglu1-mesa-dev | libglu-dev Standards-Version: 3.9.4 Homepage: http://quesoglc.sourceforge.net/ Vcs-Browser: http://git.debian.org/?p=pkg-games/quesoglc.git @@ -20,7 +22,9 @@ Vcs-Git: git://git.debian.org/git/pkg-games/quesoglc.git Package: libglc0 Section: libs Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: QuesoGLC OpenGL Character Renderer (GLC) implementation The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming @@ -31,14 +35,15 @@ Description: QuesoGLC OpenGL Character Renderer (GLC) implementation Package: libglc-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, - libglc0 (= ${binary:Version}), +Depends: + libfontconfig1-dev, libfreetype6-dev, libfribidi-dev, - libfontconfig1-dev, libgl1-mesa-dev | libgl-dev, + libglc0 (= ${binary:Version}), libglu1-mesa-dev | libglu-dev, - libz-dev + libz-dev, + ${misc:Depends} Description: Implementation of SGI's OpenGL Character Renderer (GLC) The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming diff --git a/debian/libglc-dev.docs b/debian/libglc-dev.docs index ddbeede..93625aa 100644 --- a/debian/libglc-dev.docs +++ b/debian/libglc-dev.docs @@ -1,3 +1,3 @@ -README AUTHORS +README THANKS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quesoglc.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

