summaryrefslogtreecommitdiff
path: root/debian/patches/spelling-mistakes.diff
diff options
context:
space:
mode:
authorLasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com>2020-07-01 17:23:30 +0200
committerLasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com>2020-07-09 00:42:03 +0200
commitb4ad76f5775d908a4d3d9986688b18d58cfb8aa8 (patch)
tree5b8ac4edee80ad163fda66e7615850439a75aae9 /debian/patches/spelling-mistakes.diff
parent6d2fa862858dafdea29fc2e4a3dc39c3dbb17f2e (diff)
Import Debian changes 0.7.1-4
cava-alsa (0.7.1-4) unstable; urgency=medium . * Updated vcs-* fields in debian/control to reflect new repository . cava-alsa (0.7.1-3) unstable; urgency=medium . * Added hardening bindnow option to DEB_BUILD_MAINT_OPTIONS . cava-alsa (0.7.1-2) unstable; urgency=medium . * Added debian/upstream/metadata file * Updated package to follow debian standards version 4.5.0 * Removed dh_make template from debian/watch file . cava-alsa (0.7.1-1) unstable; urgency=medium . * Updated to new upstream version * String literal error was fixed upstream, so the related patch was no longer necessary, and was thus removed. . cava-alsa (0.7.0-1) unstable; urgency=medium . * Initial release Closes: #954325 * My first Debian package. * Fixed rpath issue makefile. * Fixed string literal compiler warning. * Fixed minor spelling mistake in binary
Diffstat (limited to 'debian/patches/spelling-mistakes.diff')
-rw-r--r--debian/patches/spelling-mistakes.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/spelling-mistakes.diff b/debian/patches/spelling-mistakes.diff
new file mode 100644
index 0000000..c332b66
--- /dev/null
+++ b/debian/patches/spelling-mistakes.diff
@@ -0,0 +1,22 @@
+From: Lasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com>
+Date: Wed, 1 Jul 2020 13:52:24 +0200
+Subject: spelling-mistakes
+
+Fixed spelling mistake 'quiting' instead of 'quitting', which ended up in the binary.
+---
+ cava.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cava.c b/cava.c
+index 45ec0c3..8ee0043 100644
+--- a/cava.c
++++ b/cava.c
+@@ -473,7 +473,7 @@ as of 0.4.0 all options are specified in config file, see in '/home/username/.co
+ if (n > 2000) {
+ cleanup();
+ fprintf(stderr, "could not get rate and/or format, problems with audio thread? "
+- "quiting...\n");
++ "quitting...\n");
+ exit(EXIT_FAILURE);
+ }
+ }