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 <l...@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);



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to