Author: christoph Date: 2011-07-02 21:08:40 +0000 (Sat, 02 Jul 2011) New Revision: 12490
Added: packages/tags/glfw/2.6-5/ packages/tags/glfw/2.6-5/debian/changelog packages/tags/glfw/2.6-5/debian/patches/fix_compilation_on_non_linux.diff packages/tags/glfw/2.6-5/debian/patches/series Removed: packages/tags/glfw/2.6-5/debian/changelog packages/tags/glfw/2.6-5/debian/patches/fix_compilation_on_hurd.diff packages/tags/glfw/2.6-5/debian/patches/series Log: [svn-buildpackage] Tagging glfw 2.6-5 Deleted: packages/tags/glfw/2.6-5/debian/changelog =================================================================== --- packages/trunk/glfw/debian/changelog 2011-07-02 07:22:21 UTC (rev 12487) +++ packages/tags/glfw/2.6-5/debian/changelog 2011-07-02 21:08:40 UTC (rev 12490) @@ -1,36 +0,0 @@ -glfw (2.6-4) unstable; urgency=low - - * Team upload. - * Really fix #558904, as only the first quilt patch was applied but not that - one from the previous upload. (Closes: #558904) - - -- Bruno "Fuddl" Kleinert <[email protected]> Fri, 01 Jul 2011 15:43:16 +0200 - -glfw (2.6-3) unstable; urgency=low - - * Team upload. - * Add fix_compilation_on_hurd.diff that hopefully fixes a FTBFS on GNU/Hurd. - It adds different linker flags in compile.sh. Thanks to Pino Toscano for the - patch! (Closes: #558904) - - -- Bruno "Fuddl" Kleinert <[email protected]> Thu, 30 Jun 2011 17:03:03 +0200 - -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 - Copied: packages/tags/glfw/2.6-5/debian/changelog (from rev 12489, packages/trunk/glfw/debian/changelog) =================================================================== --- packages/tags/glfw/2.6-5/debian/changelog (rev 0) +++ packages/tags/glfw/2.6-5/debian/changelog 2011-07-02 21:08:40 UTC (rev 12490) @@ -0,0 +1,43 @@ +glfw (2.6-5) unstable; urgency=low + + * Team upload. + * Broaden Hurd patch to also fix building on GNU/kFreeBSD + + -- Christoph Egger <[email protected]> Sat, 02 Jul 2011 22:58:59 +0200 + +glfw (2.6-4) unstable; urgency=low + + * Team upload. + * Really fix #558904, as only the first quilt patch was applied but not that + one from the previous upload. (Closes: #558904) + + -- Bruno "Fuddl" Kleinert <[email protected]> Fri, 01 Jul 2011 15:43:16 +0200 + +glfw (2.6-3) unstable; urgency=low + + * Team upload. + * Add fix_compilation_on_hurd.diff that hopefully fixes a FTBFS on GNU/Hurd. + It adds different linker flags in compile.sh. Thanks to Pino Toscano for the + patch! (Closes: #558904) + + -- Bruno "Fuddl" Kleinert <[email protected]> Thu, 30 Jun 2011 17:03:03 +0200 + +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/glfw/2.6-5/debian/patches/fix_compilation_on_hurd.diff =================================================================== --- packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff 2011-07-02 07:22:21 UTC (rev 12487) +++ packages/tags/glfw/2.6-5/debian/patches/fix_compilation_on_hurd.diff 2011-07-02 21:08:40 UTC (rev 12490) @@ -1,14 +0,0 @@ ---- a/compile.sh -+++ b/compile.sh -@@ -93,6 +93,11 @@ - LDFLAGS="-flat_namespace -undefined suppress" - echo " Mac OS X" 1>&6 - ;; -+xGNU) -+ CFLAGS="$CFLAGS" -+ LDFLAGS="-shared -Wl,-soname,libglfw.so.2" -+ echo " GNU" 1>&6 -+ ;; - *) - LDFLAGS="-shared -soname libglfw.so" - echo " Generic Unix" 1>&6 Copied: packages/tags/glfw/2.6-5/debian/patches/fix_compilation_on_non_linux.diff (from rev 12488, packages/trunk/glfw/debian/patches/fix_compilation_on_non_linux.diff) =================================================================== --- packages/tags/glfw/2.6-5/debian/patches/fix_compilation_on_non_linux.diff (rev 0) +++ packages/tags/glfw/2.6-5/debian/patches/fix_compilation_on_non_linux.diff 2011-07-02 21:08:40 UTC (rev 12490) @@ -0,0 +1,14 @@ +--- a/compile.sh ++++ b/compile.sh +@@ -93,6 +93,11 @@ + LDFLAGS="-flat_namespace -undefined suppress" + echo " Mac OS X" 1>&6 + ;; ++xGNU|xGNU/kFreeBSD) ++ CFLAGS="$CFLAGS" ++ LDFLAGS="-shared -Wl,-soname,libglfw.so.2" ++ echo " GNU" 1>&6 ++ ;; + *) + LDFLAGS="-shared -soname libglfw.so" + echo " Generic Unix" 1>&6 Deleted: packages/tags/glfw/2.6-5/debian/patches/series =================================================================== --- packages/trunk/glfw/debian/patches/series 2011-07-02 07:22:21 UTC (rev 12487) +++ packages/tags/glfw/2.6-5/debian/patches/series 2011-07-02 21:08:40 UTC (rev 12490) @@ -1,2 +0,0 @@ -fix-soname.diff -fix_compilation_on_hurd.diff Copied: packages/tags/glfw/2.6-5/debian/patches/series (from rev 12488, packages/trunk/glfw/debian/patches/series) =================================================================== --- packages/tags/glfw/2.6-5/debian/patches/series (rev 0) +++ packages/tags/glfw/2.6-5/debian/patches/series 2011-07-02 21:08:40 UTC (rev 12490) @@ -0,0 +1,2 @@ +fix-soname.diff +fix_compilation_on_non_linux.diff _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

