This is an automated email from the git hooks/post-receive script. ana.c-guest pushed a commit to branch master in repository vor.
commit 214ca37219d31068bd0fcf60fa510c984e7d9750 Author: Ana C. Custura <[email protected]> Date: Mon May 23 22:00:22 2016 +0100 New upstream version; deletes patch in previous version and updates the watch file. Closes #824156 --- debian/changelog | 7 +++++++ debian/patches/01-string-formatting.diff | 24 ------------------------ debian/patches/series | 1 - debian/watch | 4 ++-- 4 files changed, 9 insertions(+), 27 deletions(-) diff --git a/debian/changelog b/debian/changelog index 28b2c77..ed83fda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vor (0.5.7-1) UNRELEASED; urgency=medium + + * New upstream release, fixes string formatting compiler warnings ( Closes: #824156 ) + * Adds information to manpages (Closes: #824159 ) + * Changes watch file location + -- Ana Custura <[email protected]> Mon, 23 May 2016 21:30:22 +0100 + vor (0.5.6-1) unstable; urgency=medium * Repackages VOR in Debian (Closes: #814390) diff --git a/debian/patches/01-string-formatting.diff b/debian/patches/01-string-formatting.diff deleted file mode 100644 index b7d9e2b..0000000 --- a/debian/patches/01-string-formatting.diff +++ /dev/null @@ -1,24 +0,0 @@ -Description: corrects string formatting -Author: Ana C. Custura <[email protected]> ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/score.c -+++ b/score.c -@@ -70,7 +70,7 @@ - if(f) { - // If the file exists, read from it - for(j=0; j<2; j++) { -- fscanf(f, titles[j]); -+ fscanf(f, "%s", titles[j]); - for(i = 0; i<N_SCORES; i++) { - fscanf(f, "%d %31[^\n]\n", &g_scores[j][i].score, g_scores[j][i].name); - } -@@ -89,7 +89,7 @@ - if(f) { - // If the file exists, write to it - for(j=0; j<2; j++) { -- fprintf(f, titles[j]); -+ fprintf(f,"%s", titles[j]); - for(i = 0; i<N_SCORES; i++) { - fprintf (f, "%d %.31s\n", g_scores[j][i].score, g_scores[j][i].name); - } diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 30e5ed3..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -01-string-formatting.diff diff --git a/debian/watch b/debian/watch index f7e4cc9..250b400 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ # Compulsory line, this is a version 4 file version=4 -# HTTP site (basic) -http://qualdan.com/vor/ vor-(\d[\.\d]+)\.tar\.bz2 debian uupdate +# HTTPS site +https://jasonwoof.com/downloads/vor/ vor-(\d[\.\d]+)(\.tgz|\.bz2|\.tar) debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/vor.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

