Holger Levsen <hol...@layer-acht.org> writes:

> Hi Jari,
>
> On Montag, 18. Oktober 2010, Jari Aalto wrote:
>> I have some free time and I am offering help to fix it. Please let me
>> know if this bug is already been worked on or if it's okay to NMU the
>> package for this grave bug.
>
> No need to NMU, just provide a working patch in the BTS.

Here is the debdiff.

Thanks,
Jari

diffstat for saytime_1.0-22 saytime_1.0-22.1

 Makefile                     |    2 +-
 saytime-1.0/debian/changelog |    9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

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,12 @@
+saytime (1.0-22.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Makefile
+    - Point DSOUND_DIR to /usr/share/saytime. Patch thanks to
+      Gregor Herrmann <gre...@debian.org> (grave; Closes: #587124).
+
+ -- Jari Aalto <jari.aa...@cante.net>  Thu, 21 Oct 2010 09:41:17 +0300
+
 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

Reply via email to