r15484 - in /packages/unstable/gweled/debian: changelog patches/editmakefile.patch patches/gweled-desktop-file.patch patches/gweled_music_option.diff

svena-guest at users.alioth.debian.org svena-guest at users.alioth.debian.org
Sun Apr 6 17:41:10 UTC 2008


Author: svena-guest
Date: Sun Apr  6 17:41:10 2008
New Revision: 15484

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15484
Log:
* New patch, editmakefile, to fix high scores not getting saved,
  (LP: #110268), thanks Efrain Valles Pulgar. (Closes: #406884)
* New patch, gweled-desktop-file, to make the desktop file match the
  spec. From Ubuntu, thanks Adri2000. (Closes: #402169)
* Remove gweled_music_option, it doesn't build and causes a crash by
  being incompatible with existing configuration files.

Added:
    packages/unstable/gweled/debian/patches/editmakefile.patch
    packages/unstable/gweled/debian/patches/gweled-desktop-file.patch
Removed:
    packages/unstable/gweled/debian/patches/gweled_music_option.diff
Modified:
    packages/unstable/gweled/debian/changelog

Modified: packages/unstable/gweled/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gweled/debian/changelog?rev=15484&op=diff
==============================================================================
--- packages/unstable/gweled/debian/changelog (original)
+++ packages/unstable/gweled/debian/changelog Sun Apr  6 17:41:10 2008
@@ -1,8 +1,17 @@
-gweled (0.7-3) unstable; urgency=low
+gweled (0.7-3.1) UNRELEASED; urgency=low
 
+  [ Sven Arvidsson ]
+  * New patch, editmakefile, to fix high scores not getting saved,
+    (LP: #110268), thanks Efrain Valles Pulgar. (Closes: #406884)
+  * New patch, gweled-desktop-file, to make the desktop file match the
+    spec. From Ubuntu, thanks Adri2000. (Closes: #402169)
+  * Remove gweled_music_option, it doesn't build and causes a crash by
+    being incompatible with existing configuration files.
+
+  [ Ondřej Surý ]
   * Add option to disable music (#398250) (Courtesy of Lionel Dricot)
 
- -- Ondřej Surý <ondrej at debian.org>  Thu, 31 May 2007 07:40:04 +0200
+ -- Sven Arvidsson <sa at whiz.se>  Sun, 06 Apr 2008 19:39:06 +0200
 
 gweled (0.7-2) unstable; urgency=low
 

Added: packages/unstable/gweled/debian/patches/editmakefile.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gweled/debian/patches/editmakefile.patch?rev=15484&op=file
==============================================================================
--- packages/unstable/gweled/debian/patches/editmakefile.patch (added)
+++ packages/unstable/gweled/debian/patches/editmakefile.patch Sun Apr  6 17:41:10 2008
@@ -1,0 +1,25 @@
+diff -Nur gweled-0.7/Makefile.in gweled-0.7.new/Makefile.in
+--- gweled-0.7/Makefile.in	2005-05-25 15:41:41.000000000 -0400
++++ gweled-0.7.new/Makefile.in	2008-02-05 18:32:59.000000000 -0430
+@@ -634,6 +634,8 @@
+ 	    fi \
+ 	  done \
+ 	fi
++	-$(mkinstalldirs) $(DESTDIR)$(scoredir)
++	-if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/gweled && chmod 2555 $(DESTDIR)$(bindir)/gweled ; fi
+ 	if test -d $(srcdir)/sounds; then \
+ 	  $(mkinstalldirs) $(DESTDIR)$(datadir)/sounds/$(PACKAGE); \
+ 	  for sound in $(srcdir)/sounds/*; do \
+@@ -642,12 +644,6 @@
+ 	    fi \
+ 	  done \
+ 	fi
+-	-$(mkinstalldirs) $(DESTDIR)$(scoredir)
+-	touch $(DESTDIR)$(scoredir)/gweled.easy.scores
+-	-chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/gweled.easy.scores
+-	-chmod 664 $(DESTDIR)$(scoredir)/gweled.easy.scores
+-	-if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/gweled && chmod 2555 $(DESTDIR)$(bindir)/gweled ; fi
+-
+ dist-hook:
+ 	if test -d pixmaps; then \
+ 	  mkdir $(distdir)/pixmaps; \

Added: packages/unstable/gweled/debian/patches/gweled-desktop-file.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gweled/debian/patches/gweled-desktop-file.patch?rev=15484&op=file
==============================================================================
--- packages/unstable/gweled/debian/patches/gweled-desktop-file.patch (added)
+++ packages/unstable/gweled/debian/patches/gweled-desktop-file.patch Sun Apr  6 17:41:10 2008
@@ -1,0 +1,16 @@
+--- gweled-0.7.orig/gweled.desktop
++++ gweled-0.7/gweled.desktop
+@@ -1,9 +1,11 @@
+ [Desktop Entry]
++Version=1.0
++Encoding=UTF-8
+ Name=Gweled
+ Comment=A "Diamond Mine" for Gnome
+ Exec=gweled
+-Icon=gweled.png
++Icon=gweled
+ Terminal=false
+ Type=Application
+-Categories=GNOME;Application;Game;
++Categories=Game;BlocksGame;
+ StartupNotify=true




More information about the pkg-gnome-commits mailing list