diff -Nru dav-text-0.8.8/buffers.c dav-text-0.8.9/buffers.c --- dav-text-0.8.8/buffers.c 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/buffers.c 2019-02-09 18:39:04.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/buffers.h dav-text-0.8.9/buffers.h --- dav-text-0.8.8/buffers.h 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/buffers.h 2019-02-09 18:39:09.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/changelog dav-text-0.8.9/changelog --- dav-text-0.8.8/changelog 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/changelog 2019-02-09 18:39:49.000000000 +0000 @@ -1,3 +1,6 @@ +v0.8.9 +Cleaned up code to prevent some new warnings fro GCC8. + v0.8.8 Rewrote helpbar in buffer (bottom bar in editor) to make it clear and clean Clarified some text to make it easier to understand Binary files /tmp/tmpl0raW4/DLoQnnZrHL/dav-text-0.8.8/dav.1.gz and /tmp/tmpl0raW4/qGNJEUltv6/dav-text-0.8.9/dav.1.gz differ diff -Nru dav-text-0.8.8/debian/changelog dav-text-0.8.9/debian/changelog --- dav-text-0.8.8/debian/changelog 2018-02-03 18:31:31.000000000 +0000 +++ dav-text-0.8.9/debian/changelog 2019-02-09 18:28:40.000000000 +0000 @@ -1,3 +1,10 @@ +dav-text (0.8.9-1) unstable; urgency=medium + + * Removed some warnings from GCC8. + * Fixed incorrect casting from int to long unsigned int. + + -- Adam Bilbrough Sat, 09 Feb 2019 19:28:40 +0100 + dav-text (0.8.8-1) unstable; urgency=medium * New upstream release. @@ -46,15 +53,15 @@ dav-text (0.8.5-5) unstable; urgency=low * Actually call dh_installmenu to install the menu file - * Fix FSF address + * Fix FSF address -- Benjamin Seidenberg Tue, 18 Apr 2006 14:07:55 -0400 dav-text (0.8.5-4) unstable; urgency=low * Updated debian/control with new email address. - * Added hompage in description. - + * Added hompage in description. + -- Benjamin Seidenberg Sun, 21 Aug 2005 21:18:22 -0400 dav-text (0.8.5-3) unstable; urgency=low @@ -76,4 +83,3 @@ * Initial release Closes: #161106,#180628 (Request for package) -- Benjamin Seidenberg Fri, 3 Jun 2005 20:27:15 -0400 - diff -Nru dav-text-0.8.8/debian/compat dav-text-0.8.9/debian/compat --- dav-text-0.8.8/debian/compat 2018-02-03 18:31:16.000000000 +0000 +++ dav-text-0.8.9/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru dav-text-0.8.8/debian/control dav-text-0.8.9/debian/control --- dav-text-0.8.8/debian/control 2018-02-03 18:30:53.000000000 +0000 +++ dav-text-0.8.9/debian/control 2019-02-09 18:28:40.000000000 +0000 @@ -1,17 +1,17 @@ Source: dav-text Section: text Priority: optional -Maintainer: Adam Bilbrough -Build-Depends: debhelper (>= 10), libncurses5-dev -Standards-Version: 4.1.3 -Homepage: https://gitlab.com/atsb/dav-text +Maintainer: Adam Bilbrough +Build-Depends: debhelper-compat (= 12), libncurses-dev +Standards-Version: 4.3.0 +Homepage: https://github.com/atsb/dav-text Package: dav-text Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: minimalist ncurses-based text editor - Dav is meant to provide a stable text editor that is efficient - in both memory and processor usage. It is simple to use, making it ideal for + Dav is meant to provide a stable text editor that is efficient + in both memory and processor usage. It is simple to use, making it ideal for novice users. It is licensed under the GPL and is still in development. . diff -Nru dav-text-0.8.8/debian/copyright dav-text-0.8.9/debian/copyright --- dav-text-0.8.8/debian/copyright 2018-02-03 18:28:40.000000000 +0000 +++ dav-text-0.8.9/debian/copyright 2019-02-09 18:28:40.000000000 +0000 @@ -4,7 +4,7 @@ It was downloaded from http://dav-text.sourceforge.net/ Copyright 2001-2003, David Gucwai -Copyright 2017-2018, Adam Bilbrough +Copyright 2017-2019, Adam Bilbrough License: diff -Nru dav-text-0.8.8/debian/rules dav-text-0.8.9/debian/rules --- dav-text-0.8.8/debian/rules 2017-08-17 17:34:25.000000000 +0000 +++ dav-text-0.8.9/debian/rules 2019-02-09 18:28:40.000000000 +0000 @@ -1,10 +1,10 @@ #!/usr/bin/make -f %: - dh $@ --parallel + dh $@ override_dh_auto_build: dh_auto_build -override_dh_auto_install: +override_dh_auto_install: dh_auto_install -- prefix=/usr diff -Nru dav-text-0.8.8/debian/watch dav-text-0.8.9/debian/watch --- dav-text-0.8.8/debian/watch 2018-02-03 18:31:31.000000000 +0000 +++ dav-text-0.8.9/debian/watch 2019-02-09 18:28:40.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -https://gitlab.com/atsb/dav-text/tags/dav-text-(.*) +https://github.com/atsb/dav-text/tags/dav-text-(.*) diff -Nru dav-text-0.8.8/features.c dav-text-0.8.9/features.c --- dav-text-0.8.8/features.c 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/features.c 2019-02-09 18:39:53.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -164,7 +164,7 @@ keyHit(330, 0); //Add the replacestring - for(offset=0;offsetlineUpdate = currentBuffer->topLine; diff -Nru dav-text-0.8.8/features.h dav-text-0.8.9/features.h --- dav-text-0.8.8/features.h 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/features.h 2019-02-09 18:39:57.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/fileIO.c dav-text-0.8.9/fileIO.c --- dav-text-0.8.8/fileIO.c 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/fileIO.c 2019-02-09 18:40:00.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/fileIO.h dav-text-0.8.9/fileIO.h --- dav-text-0.8.8/fileIO.h 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/fileIO.h 2019-02-09 18:40:04.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/keyboard.c dav-text-0.8.9/keyboard.c --- dav-text-0.8.8/keyboard.c 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/keyboard.c 2019-02-09 18:40:08.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/keyboard.h dav-text-0.8.9/keyboard.h --- dav-text-0.8.8/keyboard.h 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/keyboard.h 2019-02-09 18:40:11.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/main.c dav-text-0.8.9/main.c --- dav-text-0.8.8/main.c 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/main.c 2019-02-09 18:38:31.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ int maxY,maxX; int helpBarUpdate=0; -char *version = "Dav - 0.8.8\n\nCopyright 2001-2003 David Gucwa\nCopyright 2017-2018 Adam Bilbrough"; +char *version = "Dav - 0.8.9\n\nCopyright 2001-2003 David Gucwa\nCopyright 2017-2019 Adam Bilbrough"; char *license = "This program is free software under the GPL version 2 license."; /* Preferences and default values */ diff -Nru dav-text-0.8.8/main.h dav-text-0.8.9/main.h --- dav-text-0.8.8/main.h 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/main.h 2019-02-09 18:40:21.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/move.c dav-text-0.8.9/move.c --- dav-text-0.8.8/move.c 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/move.c 2019-02-09 18:40:27.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/move.h dav-text-0.8.9/move.h --- dav-text-0.8.8/move.h 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/move.h 2019-02-09 18:40:30.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/README dav-text-0.8.9/README --- dav-text-0.8.8/README 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/README 2019-02-09 18:45:37.000000000 +0000 @@ -13,4 +13,4 @@ See the file COPYING Contact: - https://gitlab.com/atsb/dav-text \ No newline at end of file + https://github.com/atsb/dav-text diff -Nru dav-text-0.8.8/screenIO.c dav-text-0.8.9/screenIO.c --- dav-text-0.8.8/screenIO.c 2018-02-03 18:52:04.000000000 +0000 +++ dav-text-0.8.9/screenIO.c 2019-02-09 18:40:34.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/screenIO.h dav-text-0.8.9/screenIO.h --- dav-text-0.8.8/screenIO.h 2018-02-03 18:51:23.000000000 +0000 +++ dav-text-0.8.9/screenIO.h 2019-02-09 18:40:37.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/structs.h dav-text-0.8.9/structs.h --- dav-text-0.8.8/structs.h 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/structs.h 2019-02-09 18:40:42.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/undo.c dav-text-0.8.9/undo.c --- dav-text-0.8.8/undo.c 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/undo.c 2019-02-09 18:40:45.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru dav-text-0.8.8/undo.h dav-text-0.8.9/undo.h --- dav-text-0.8.8/undo.h 2018-02-03 18:25:06.000000000 +0000 +++ dav-text-0.8.9/undo.h 2019-02-09 18:40:48.000000000 +0000 @@ -1,6 +1,6 @@ /* Copyright 2001-2003 David Gucwa -Copyright 2017-2018 Adam Bilbrough +Copyright 2017-2019 Adam Bilbrough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by