[Pkg-octave-commit] [SCM] octave-audio branch, master, updated. 226248215509c28e71f61d91efa13cd97fc8fc9b

Thomas Weber thomas.weber.mail at gmail.com
Thu Jul 16 11:02:00 UTC 2009


The following commit has been merged in the master branch:
commit 332c0c62de6624b8a3d87bde86eee58727318971
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Thu Jul 16 08:58:34 2009 +0200

    Drop patch, applied upstream

diff --git a/debian/patches/no-writable-string.diff b/debian/patches/no-writable-string.diff
deleted file mode 100644
index a29f2a5..0000000
--- a/debian/patches/no-writable-string.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Avoid warning "deprecated conversion from string constant to 'char *'"
-
- -- Rafael Laboissiere <rafael at debian.org>  Fri, 15 May 2009 23:24:02 +0200
-
---- a/src/aurecord.cc
-+++ b/src/aurecord.cc
-@@ -283,7 +283,7 @@
- }
- #endif
- 
--void inform(char *str)
-+void inform(const char *str)
- {
-   if (str != NULL) {
- #if 0

-- 
octave-audio



More information about the Pkg-octave-commit mailing list