summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-06-14 13:25:40 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-06-14 13:25:40 +0100
commitdfd0ca952e3a947df363fbcb55a18e9b9d2299db (patch)
tree794925b0238a98565afe61e706371e6a2aeded16
parent391d1fdeb6369b843b53d173e1e84d0c8cbfc467 (diff)
[dgit (4.0) quilt-fixup]
-rw-r--r--debian/patches/debian-changes11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index eba84b4..0f09915 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -15,8 +15,8 @@ upload of upstream version 1.2.3, you could use:
clone`.)
A single combined diff, containing all the changes, follows.
---- redtick-00.01.02+git20170220.e6d2e9b.orig/README.md
-+++ redtick-00.01.02+git20170220.e6d2e9b/README.md
+--- redtick-00.01.02+git20170220.e6d2e9b+dfsg.orig/README.md
++++ redtick-00.01.02+git20170220.e6d2e9b+dfsg/README.md
@@ -5,20 +5,16 @@ RedTick
This package provides a little pomodoro timer in the mode-line.
@@ -40,8 +40,8 @@ A single combined diff, containing all the changes, follows.
It only shows the timer in the selected window (a moving timer
replicated in each window is a little bit distracting!).
---- redtick-00.01.02+git20170220.e6d2e9b.orig/redtick.el
-+++ redtick-00.01.02+git20170220.e6d2e9b/redtick.el
+--- redtick-00.01.02+git20170220.e6d2e9b+dfsg.orig/redtick.el
++++ redtick-00.01.02+git20170220.e6d2e9b+dfsg/redtick.el
@@ -83,17 +83,17 @@
:type 'string)
(defcustom redtick-work-sound
@@ -57,8 +57,9 @@ A single combined diff, containing all the changes, follows.
"Sound file to loop during the rest period."
:type 'string)
(defcustom redtick-end-rest-sound
- (expand-file-name "./resources/end-rest.mp3"
+- (expand-file-name "./resources/end-rest.mp3"
- (file-name-directory (or load-file-name buffer-file-name)))
++ (expand-file-name "./resources/rest.wav"
+ "/usr/share/redtick")
"Sound file to play at the end of the rest period."
:type 'string)