This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository openarena.
commit dee0c1133923c748e7a65272e429b4c7bdd53914 Author: Simon McVittie <[email protected]> Date: Sun Jun 25 01:06:32 2017 +0100 Remove obsolete openarena-dbg maintainer script --- debian/openarena-dbg.preinst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/debian/openarena-dbg.preinst b/debian/openarena-dbg.preinst deleted file mode 100644 index 71a72e9..0000000 --- a/debian/openarena-dbg.preinst +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -set -e - -# In older openarena-dbg this was a symlink to openarena-server; dpkg won't -# replace existing symlinks with directories -if [ -h /usr/share/doc/openarena-dbg ] -then - rm -f /usr/share/doc/openarena-dbg -fi - -#DEBHELPER# -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

