[Debian-med-packaging] Bug#560438: seaview: FTBFS: use_mase_files.cxx:1437: error: invalid conversion from 'const char*' to 'char*'

Luk Claes luk at debian.org
Sat Dec 26 23:27:02 UTC 2009


tags 560438 +patch
thanks

Hi

Below is a patch which fixes this bug. I've not yet uploaded an NMU, but
will consider doing so within about a week.

Cheers

Luk

diff -Nru seaview-3.2/debian/changelog seaview-3.2/debian/changelog
--- seaview-3.2/debian/changelog	2009-12-26 23:23:35.000000000 +0000
+++ seaview-3.2/debian/changelog	2009-12-26 23:23:35.000000000 +0000
@@ -1,3 +1,10 @@
+seaview (1:3.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't declare a char* const when it's not (Closes: #560438).
+
+ -- Luk Claes <luk at debian.org>  Sat, 26 Dec 2009 16:54:35 +0000
+
 seaview (1:3.2-1) unstable; urgency=low

   * New upstream version:
diff -Nru seaview-3.2/seaview.cxx seaview-3.2/seaview.cxx
--- seaview-3.2/seaview.cxx	2008-11-01 15:20:32.000000000 +0000
+++ seaview-3.2/seaview.cxx	2009-12-26 23:23:35.000000000 +0000
@@ -128,7 +128,7 @@
 void deplacer_grp_seqs(SEA_VIEW *view, int target);
 void del_gap_only_sites(SEA_VIEW *view);
 void reference_toggle(SEA_VIEW *view, int on);
-void handle_paste(SEA_VIEW *view, const char *clipboard, int doing_dnd);
+void handle_paste(SEA_VIEW *view, char *clipboard, int doing_dnd);





More information about the Debian-med-packaging mailing list