tag 587124 + patch
thanks

On Fri, 25 Jun 2010 07:07:32 -0400, Ariel wrote:

> Saytime looks in /users/mag/games/sounds/audio/the_time_is.au - even when 
> it's passed the -d argument.

The fix for this problem is not really difficult (cf. attachment).
I'm a bit hesitant to upload because saytime doesn't really work for
me:

gre...@nerys:~$ saytime
read returned 1024, write returned 1021

(And "The ti" - first part of "The time is" - is audible, according
to strace correctly taken from /usr/share/saytime/the_time_is.au)

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    BOFH excuse #290:  The CPU has shifted, and become decentralized. 
diff -u saytime-1.0/debian/changelog saytime-1.0/debian/changelog
--- saytime-1.0/debian/changelog
+++ saytime-1.0/debian/changelog
@@ -1,3 +1,11 @@
+saytime (1.0-22.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "looks in /users/mag/games/sounds/audio/": set the correct directory
+    in Makefile (closes: #587124).
+
+ -- gregor herrmann <[email protected]>  Fri, 16 Jul 2010 22:27:56 +0200
+
 saytime (1.0-22) unstable; urgency=low
 
   * New maintainer (Closes: #554253).
only in patch2:
unchanged:
--- saytime-1.0.orig/Makefile
+++ saytime-1.0/Makefile
@@ -1,7 +1,7 @@
 # Makefile for saytime.
 
 saytime:	saytime.c
-	cc -O -DSOUND_DIR=\"/users/mag/games/sounds/audio\" saytime.c -o saytime
+	cc -O -DSOUND_DIR=\"/usr/share/saytime\" saytime.c -o saytime
 
 clean:
 	rm -f saytime

Attachment: signature.asc
Description: Digital signature

Reply via email to