r12870 - in /packages/unstable/gnome-hearts/debian: changelog control control.in patches/01_gnome_cards_data.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Sep 29 01:57:55 UTC 2007


Author: joss
Date: Sat Sep 29 01:57:55 2007
New Revision: 12870

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12870
Log:
* 01_gnome_cards_data.patch: use the new path for cards.
* Depend on gnome-cards-data 2.20.

Modified:
    packages/unstable/gnome-hearts/debian/changelog
    packages/unstable/gnome-hearts/debian/control
    packages/unstable/gnome-hearts/debian/control.in
    packages/unstable/gnome-hearts/debian/patches/01_gnome_cards_data.patch

Modified: packages/unstable/gnome-hearts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-hearts/debian/changelog?rev=12870&op=diff
==============================================================================
--- packages/unstable/gnome-hearts/debian/changelog (original)
+++ packages/unstable/gnome-hearts/debian/changelog Sat Sep 29 01:57:55 2007
@@ -1,3 +1,10 @@
+gnome-hearts (0.1.3-4) unstable; urgency=low
+
+  * 01_gnome_cards_data.patch: use the new path for cards.
+  * Depend on gnome-cards-data 2.20.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 29 Sep 2007 03:40:20 +0200
+
 gnome-hearts (0.1.3-3) unstable; urgency=high
 
   * Add a get-orig-source target to retrieve the upstream tarball.

Modified: packages/unstable/gnome-hearts/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-hearts/debian/control?rev=12870&op=diff
==============================================================================
--- packages/unstable/gnome-hearts/debian/control (original)
+++ packages/unstable/gnome-hearts/debian/control Sat Sep 29 01:57:55 2007
@@ -22,7 +22,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gnome-cards-data (>= 1:2.16),
+         gnome-cards-data (>= 1:2.20),
          librsvg2-common
 Recommends: gnome-games-extra-data
 Description: The classic hearts card game for the GNOME desktop

Modified: packages/unstable/gnome-hearts/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-hearts/debian/control.in?rev=12870&op=diff
==============================================================================
--- packages/unstable/gnome-hearts/debian/control.in (original)
+++ packages/unstable/gnome-hearts/debian/control.in Sat Sep 29 01:57:55 2007
@@ -22,7 +22,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gnome-cards-data (>= 1:2.16),
+         gnome-cards-data (>= 1:2.20),
          librsvg2-common
 Recommends: gnome-games-extra-data
 Description: The classic hearts card game for the GNOME desktop

Modified: packages/unstable/gnome-hearts/debian/patches/01_gnome_cards_data.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-hearts/debian/patches/01_gnome_cards_data.patch?rev=12870&op=diff
==============================================================================
--- packages/unstable/gnome-hearts/debian/patches/01_gnome_cards_data.patch (original)
+++ packages/unstable/gnome-hearts/debian/patches/01_gnome_cards_data.patch Sat Sep 29 01:57:55 2007
@@ -5011,7 +5011,7 @@
  void load_card_styles()
  {
 -	DIR *directory = opendir(PACKAGE_DATA_DIR"/pixmaps/gnome-hearts/cards/");
-+	DIR *directory = opendir(PACKAGE_DATA_DIR"/pixmaps/gnome-games-common/cards/");
++	DIR *directory = opendir(PACKAGE_DATA_DIR"/gnome-games-common/cards/");
  	struct dirent *file;
  	GString *first_style = NULL;
  
@@ -5024,7 +5024,7 @@
  	{
  		if (g_str_has_suffix(file->d_name, ".png") || g_str_has_suffix(file->d_name, ".svg"))
 -			g_hash_table_insert(game_card_styles, g_strdup(file->d_name), g_strconcat(PACKAGE_DATA_DIR"/pixmaps/gnome-hearts/cards/", file->d_name, NULL));
-+			g_hash_table_insert(game_card_styles, g_strdup(file->d_name), g_strconcat(PACKAGE_DATA_DIR"/pixmaps/gnome-games-common/cards/", file->d_name, NULL));
++			g_hash_table_insert(game_card_styles, g_strdup(file->d_name), g_strconcat(PACKAGE_DATA_DIR"/gnome-games-common/cards/", file->d_name, NULL));
  	}
  	closedir(directory);
  	




More information about the pkg-gnome-commits mailing list