[SCM] soundscaperenderer/master: Removed patches applied upstream

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Sep 1 11:17:06 UTC 2014


The following commit has been merged in the master branch:
commit 4e5b8a64eb492314f3a10b33933689a8757a191e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Sep 1 10:31:20 2014 +0200

    Removed patches applied upstream

diff --git a/debian/patches/series b/debian/patches/series
index 0cfed4f..ceb7c6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 upstreamversion.patch
 exclude_pdf.patch
-verbose_nosleep.patch
diff --git a/debian/patches/verbose_nosleep.patch b/debian/patches/verbose_nosleep.patch
deleted file mode 100644
index 90f2bd5..0000000
--- a/debian/patches/verbose_nosleep.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: prevent sleep() when redirecting output
- Calling "ssr-foo -V" will do a little animation using sleep().
- While this is nice in an interactive session, it is rather annoying when called
- from batch-scripts. We use "isatty()" to determine whether the output is
- redirected, and only sleep() in an interactive shell.
-Author: IOhannes m zmölnig
-Bug: https://github.com/SoundScapeRenderer/ssr/issues/13
-Forwarded: https://github.com/SoundScapeRenderer/ssr/issues/13
-Last-Update: 2014-03-10
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- soundscaperenderer.orig/src/configuration.cpp
-+++ soundscaperenderer/src/configuration.cpp
-@@ -57,6 +57,7 @@
-   {
-     std::cout << "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
-       " It's ... " << std::flush;
-+    if(isatty(1))
-     sleep(3);
-     std::cout <<
-       "the " PACKAGE_NAME

-- 
soundscaperenderer packaging



More information about the pkg-multimedia-commits mailing list