Author: bdefreese Date: 2013-06-23 11:52:46 +0000 (Sun, 23 Jun 2013) New Revision: 14307
Added: packages/trunk/gamine/debian/patches/link-libm.patch Modified: packages/trunk/gamine/debian/changelog packages/trunk/gamine/debian/compat packages/trunk/gamine/debian/control packages/trunk/gamine/debian/patches/makefile-DESTDIR.diff packages/trunk/gamine/debian/patches/series Log: Patch to excplicitly link libm. Bump to dh9. Fix vcs tags. Modified: packages/trunk/gamine/debian/changelog =================================================================== --- packages/trunk/gamine/debian/changelog 2013-06-23 11:30:25 UTC (rev 14306) +++ packages/trunk/gamine/debian/changelog 2013-06-23 11:52:46 UTC (rev 14307) @@ -1,3 +1,13 @@ +gamine (1.1-3) unstable; urgency=low + + * Add myself to uploaders. + * Add patch to explicitly link libm. (Closes: #713699). + * Make vcs tags canonical. + * Bump debhelper build-dep and compat to 9. + * Bump Standards Version to 3.9.4. + + -- Barry deFreese <[email protected]> Sat, 22 Jun 2013 14:18:40 -0400 + gamine (1.1-2) unstable; urgency=low * Team upload. Modified: packages/trunk/gamine/debian/compat =================================================================== --- packages/trunk/gamine/debian/compat 2013-06-23 11:30:25 UTC (rev 14306) +++ packages/trunk/gamine/debian/compat 2013-06-23 11:52:46 UTC (rev 14307) @@ -1 +1 @@ -7 +9 Modified: packages/trunk/gamine/debian/control =================================================================== --- packages/trunk/gamine/debian/control 2013-06-23 11:30:25 UTC (rev 14306) +++ packages/trunk/gamine/debian/control 2013-06-23 11:52:46 UTC (rev 14307) @@ -2,18 +2,19 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Gonéri Le Bouder <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev, libcairo2-dev, +Uploaders: Barry deFreese <[email protected]>, + Gonéri Le Bouder <[email protected]> +Build-Depends: debhelper (>= 9), libgtk2.0-dev, libcairo2-dev, libgstreamer0.10-dev, docbook-to-man, libgconf2-dev, libx11-dev -Standards-Version: 3.9.1 -Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/gamine/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gamine/ +Standards-Version: 3.9.4 +Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/gamine/ +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/gamine/ Homepage: http://gnunux.info/projets/gamine/ Package: gamine Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gamine-data (= ${source:Version}), gstreamer0.10-plugins-good -Description: an interactive game for young children +Description: Interactive game for young children Gamine is a game designed for 2 years old children who are not able to use a keyboard. . Added: packages/trunk/gamine/debian/patches/link-libm.patch =================================================================== --- packages/trunk/gamine/debian/patches/link-libm.patch (rev 0) +++ packages/trunk/gamine/debian/patches/link-libm.patch 2013-06-23 11:52:46 UTC (rev 14307) @@ -0,0 +1,16 @@ +Description: Explicitely link libm. +Bug-Debian: http://bugs.debian.org/713699 +Author: Barry deFreese <[email protected]> +Index: gamine-1.1/Makefile +=================================================================== +--- gamine-1.1.orig/Makefile 2013-06-22 14:25:00.000000000 -0400 ++++ gamine-1.1/Makefile 2013-06-22 14:27:12.000000000 -0400 +@@ -16,7 +16,7 @@ + CFLAGS = -Wall + #CFLAGS = -Wall -g + CPPFLAGS = $(shell pkg-config --cflags gtk+-2.0 cairo glib-2.0 gstreamer-0.10 gconf-2.0) -DDATADIR=\""$(PKGDATADIR)"\" -DLOCALDIR=\""$(LOCALEDIR)"\" +-LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo glib-2.0 gstreamer-0.10 gconf-2.0) -lX11 -DDATADIR=\""$(PKGDATADIR)"\" -DLOCALDIR=\""$(LOCALEDIR)"\" ++LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo glib-2.0 gstreamer-0.10 gconf-2.0) -lX11 -lm -DDATADIR=\""$(PKGDATADIR)"\" -DLOCALDIR=\""$(LOCALEDIR)"\" + LDFLAGS = -g + CC = gcc + target = gamine Modified: packages/trunk/gamine/debian/patches/makefile-DESTDIR.diff =================================================================== --- packages/trunk/gamine/debian/patches/makefile-DESTDIR.diff 2013-06-23 11:30:25 UTC (rev 14306) +++ packages/trunk/gamine/debian/patches/makefile-DESTDIR.diff 2013-06-23 11:52:46 UTC (rev 14307) @@ -1,3 +1,5 @@ +Description: Fix DESTDIR in upstream makefile. +Author: Unknown. --- gamine-1.1.orig/Makefile +++ gamine-1.1/Makefile @@ -1,21 +1,22 @@ Modified: packages/trunk/gamine/debian/patches/series =================================================================== --- packages/trunk/gamine/debian/patches/series 2013-06-23 11:30:25 UTC (rev 14306) +++ packages/trunk/gamine/debian/patches/series 2013-06-23 11:52:46 UTC (rev 14307) @@ -1,2 +1,3 @@ makefile-DESTDIR.diff link-X11.diff +link-libm.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

