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 fa2062b32f5b70404c928f61c5fb8a7aaf9583b2 Author: Ana C. Custura <[email protected]> Date: Fri Jan 26 12:19:35 2018 +0000 * Fixes and updates * debian/control: - Updates Standards-Version to 4.1.3 * debian/rules - Enables hardening options * debian/watch - Fixes regex so that upstream filenames are picked up correctly * debian/changelog - Bumps version number --- debian/changelog | 15 +++++++++++++++ debian/control | 6 +++--- debian/rules | 2 +- debian/watch | 5 ++--- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 404202d..43f74a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +vor (0.5.7-2) unstable; urgency=medium + + * Fixes and updates + * debian/control: + - Updates Standards-Version to 4.1.3 + - Updates home and git links to https + * debian/rules + - Enables hardening options + * debian/watch + - Fixes regex so that upstream filenames are picked up correctly + * debian/changelog + - Bumps version number + + -- Ana Custura <[email protected]> Fri, 26 Jan 2018 12:18:28 +0000 + vor (0.5.7-1) unstable; urgency=medium * New upstream release, fixes string formatting compiler warnings diff --git a/debian/control b/debian/control index 86c8207..a6e2b83 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: games Priority: optional Maintainer: Ana Custura <[email protected]> Build-Depends: debhelper (>=9),autotools-dev,libsdl-mixer1.2-dev,libsdl-image1.2-dev,libsdl1.2-dev,povray,netpbm,pkg-config -Standards-Version: 3.9.8 -Homepage: http://sametwice.com/vor -Vcs-Git: git://anonscm.debian.org/pkg-games/vor.git +Standards-Version: 4.1.3 +Homepage: https://sametwice.com/vor +Vcs-Git: https://anonscm.debian.org/git/pkg-games/vor.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/vor.git Package: vor diff --git a/debian/rules b/debian/rules index 764e946..4017709 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f - +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with autotools_dev diff --git a/debian/watch b/debian/watch index 250b400..cad801b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,4 @@ -# Compulsory line, this is a version 4 file version=4 -# HTTPS site -https://jasonwoof.com/downloads/vor/ vor-(\d[\.\d]+)(\.tgz|\.bz2|\.tar) debian uupdate + https://jasonwoof.com/downloads/vor/ \ + vor-(\d[\d.]*)\.tgz 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

