[SCM] ardour3/master: Correct spelling in spelling patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Mar 20 00:38:05 UTC 2013


The following commit has been merged in the master branch:
commit cde70b571973d8155feb6f552aec2fbe25676252
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Mar 19 22:03:22 2013 +0100

    Correct spelling in spelling patch
    
    Funnily, the fix was wrong. Now fixed and applied upstream.

diff --git a/debian/patches/01-misspelling.patch b/debian/patches/01-misspelling.patch
index 5f3f005..a31557a 100644
--- a/debian/patches/01-misspelling.patch
+++ b/debian/patches/01-misspelling.patch
@@ -1,7 +1,8 @@
 Description: Misspelling patch
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: no
-Last-Update: 2011-09-28
+Forwarded: yes
+Applied-Upstream: post-3.0, https://github.com/Ardour/ardour/commit/57d758c9e2a4f859de607debb7120732ff0903bc
+Last-Update: 2013-03-19
 Index: ardour3/libs/pbd/boost_debug.cc
 ===================================================================
 --- ardour3.orig/libs/pbd/boost_debug.cc	2011-09-27 18:13:20.302437145 +0200
@@ -11,7 +12,7 @@ Index: ardour3/libs/pbd/boost_debug.cc
  			sptrs().erase (x);
  			if (debug_out) {
 -				cerr << "\tRemoved (by assigment) sp for " << old_obj << " @ " << sp << " UC = " << old_use_count << " (total sp's = " << sptrs().size() << ')' << endl;
-+				cerr << "\tRemoved (by assingment) sp for " << old_obj << " @ " << sp << " UC = " << old_use_count << " (total sp's = " << sptrs().size() << ')' << endl;
++				cerr << "\tRemoved (by assignment) sp for " << old_obj << " @ " << sp << " UC = " << old_use_count << " (total sp's = " << sptrs().size() << ')' << endl;
  			}
  		}
  	}

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list