r35224 - in /packages/unstable/gnome-games-extra-data/debian: changelog patches/ patches/01-fix-data-directories.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu May 31 14:05:25 UTC 2012
Author: biebl
Date: Thu May 31 14:05:24 2012
New Revision: 35224
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35224
Log:
debian/patches/01-fix-data-directories.patch: Install data files into the
correct location. Patch cherry-picked from upstream Git.
Added:
packages/unstable/gnome-games-extra-data/debian/patches/
packages/unstable/gnome-games-extra-data/debian/patches/01-fix-data-directories.patch
packages/unstable/gnome-games-extra-data/debian/patches/series
Modified:
packages/unstable/gnome-games-extra-data/debian/changelog
Modified: packages/unstable/gnome-games-extra-data/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-games-extra-data/debian/changelog?rev=35224&op=diff
==============================================================================
--- packages/unstable/gnome-games-extra-data/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-games-extra-data/debian/changelog [utf-8] Thu May 31 14:05:24 2012
@@ -1,3 +1,10 @@
+gnome-games-extra-data (3.2.0-3) UNRELEASED; urgency=low
+
+ * debian/patches/01-fix-data-directories.patch: Install data files into the
+ correct location. Patch cherry-picked from upstream Git.
+
+ -- Michael Biebl <biebl at debian.org> Thu, 31 May 2012 16:03:44 +0200
+
gnome-games-extra-data (3.2.0-1) unstable; urgency=low
* New upstream release.
Added: packages/unstable/gnome-games-extra-data/debian/patches/01-fix-data-directories.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-games-extra-data/debian/patches/01-fix-data-directories.patch?rev=35224&op=file
==============================================================================
--- packages/unstable/gnome-games-extra-data/debian/patches/01-fix-data-directories.patch (added)
+++ packages/unstable/gnome-games-extra-data/debian/patches/01-fix-data-directories.patch [utf-8] Thu May 31 14:05:24 2012
@@ -1,0 +1,48 @@
+From 03ba7f6a58dc2ca0ef59a689c06ab1cf18f57ec4 Mon Sep 17 00:00:00 2001
+From: Robert Ancell <robert.ancell at canonical.com>
+Date: Tue, 22 May 2012 04:26:33 +0000
+Subject: Fix data directories pointing to old locations
+
+---
+diff --git a/glines/Makefile.am b/glines/Makefile.am
+index 794122f..270b0b5 100644
+--- a/glines/Makefile.am
++++ b/glines/Makefile.am
+@@ -1,4 +1,4 @@
+-pixmapdir = $(datadir)/gnome-games/glines/pixmaps
++pixmapdir = $(datadir)/glines/pixmaps
+ pixmap_DATA = classic.png dots.png gumball.png pulse.png
+
+ EXTRA_DIST = $(pixmap_DATA)
+diff --git a/gnobots2/Makefile.am b/gnobots2/Makefile.am
+index fc70f09..d4917ba 100644
+--- a/gnobots2/Makefile.am
++++ b/gnobots2/Makefile.am
+@@ -1,4 +1,4 @@
+-themedir = $(datadir)/gnome-games/gnobots2/themes
++themedir = $(datadir)/gnobots2/themes
+ theme_DATA = anthills.png cows.png eggs.png mice.png spills.png stormclouds.png toasters.png
+
+ EXTRA_DIST = $(theme_DATA)
+diff --git a/iagno/Makefile.am b/iagno/Makefile.am
+index f311272..8bf2d26 100644
+--- a/iagno/Makefile.am
++++ b/iagno/Makefile.am
+@@ -1,4 +1,4 @@
+-pixmapdir = $(datadir)/gnome-games/iagno/pixmaps
++pixmapdir = $(datadir)/iagno/pixmaps
+ pixmap_DATA = blend.png flipblend.png metal.png metal2.png \
+ shrink.png sunmoon.png
+
+diff --git a/mahjongg/Makefile.am b/mahjongg/Makefile.am
+index 5ad3cfa..c712738 100644
+--- a/mahjongg/Makefile.am
++++ b/mahjongg/Makefile.am
+@@ -1,4 +1,4 @@
+-pixmapdir = $(datadir)/gnome-games/mahjongg/pixmaps
++pixmapdir = $(datadir)/mahjongg/pixmaps
+ pixmap_DATA = default.png maya.png default2.png seta.png greek-letters.png
+
+ EXTRA_DIST = $(pixmap_DATA)
+--
+cgit v0.9.0.2
Added: packages/unstable/gnome-games-extra-data/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-games-extra-data/debian/patches/series?rev=35224&op=file
==============================================================================
--- packages/unstable/gnome-games-extra-data/debian/patches/series (added)
+++ packages/unstable/gnome-games-extra-data/debian/patches/series [utf-8] Thu May 31 14:05:24 2012
@@ -1,0 +1,1 @@
+01-fix-data-directories.patch
More information about the pkg-gnome-commits
mailing list