From c1abc13cb91bc901c701a91bfbc3c596c6cc4e20 Mon Sep 17 00:00:00 2001 From: Lasse Flygenring-Harrsen Date: Thu, 9 Jul 2020 00:45:24 +0200 Subject: Upated to new upstream --- debian/changelog | 6 ++++++ debian/patches/fix-rpath-in-makefile.patch | 10 +++++----- debian/patches/spelling-mistakes.diff | 4 ++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index dbdca16..6d1635f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cava-alsa (0.7.2-1) unstable; urgency=medium + + * Updated to new upstream version + + -- Lasse Flygenring-Harrsen Wed, 01 Jul 2020 17:23:30 +0200 + cava-alsa (0.7.1-4) unstable; urgency=medium * Updated vcs-* fields in debian/control to reflect new repository diff --git a/debian/patches/fix-rpath-in-makefile.patch b/debian/patches/fix-rpath-in-makefile.patch index 9b043ab..9ee83f4 100644 --- a/debian/patches/fix-rpath-in-makefile.patch +++ b/debian/patches/fix-rpath-in-makefile.patch @@ -7,11 +7,11 @@ Avoid changing the runtime search path for the binary, which is not necessary si Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: cava-alsa/Makefile.am -=================================================================== ---- cava-alsa.orig/Makefile.am 2020-07-01 14:04:17.405510966 +0200 -+++ cava-alsa/Makefile.am 2020-07-01 14:05:54.364797434 +0200 -@@ -11,7 +11,7 @@ +diff --git a/Makefile.am b/Makefile.am +index 8ee1c22..9e024c2 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -11,7 +11,7 @@ M_CPPFLAGS = -DSYSTEM_LIBINIPARSER=@SYSTEM_LIBINIPARSER@ bin_PROGRAMS = cava cava_SOURCES = cava.c config.c input/common.c input/fifo.c input/shmem.c \ output/terminal_noncurses.c output/raw.c diff --git a/debian/patches/spelling-mistakes.diff b/debian/patches/spelling-mistakes.diff index c332b66..2dc293f 100644 --- a/debian/patches/spelling-mistakes.diff +++ b/debian/patches/spelling-mistakes.diff @@ -8,10 +8,10 @@ Fixed spelling mistake 'quiting' instead of 'quitting', which ended up in the bi 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cava.c b/cava.c -index 45ec0c3..8ee0043 100644 +index 62859bf..17a34a8 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 +@@ -474,7 +474,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? " -- cgit v1.2.3