This is an automated email from the git hooks/post-receive script. fabian-guest pushed a commit to branch master in repository eureka.
commit f3facca97940823bd53ff5157ed071a77052bef8 Author: Fabian Greffrath <[email protected]> Date: Mon Feb 23 10:02:09 2015 +0100 install upstream manpage instead of our own --- debian/eureka.1 | 45 --------------------------------------------- debian/rules | 2 +- 2 files changed, 1 insertion(+), 46 deletions(-) diff --git a/debian/eureka.1 b/debian/eureka.1 deleted file mode 100644 index 6162f6d..0000000 --- a/debian/eureka.1 +++ /dev/null @@ -1,45 +0,0 @@ -.TH EUREKA "1" "July 2013" "v0.95" -.SH NAME -Eureka \- DOOM Editor -.SH USAGE -eureka [options...] [FILE] -.SH OPTIONS -.TP -\fB\-h\fR \fB\-help\fR -Show usage summary -.TP -\fB\-v\fR \fB\-version\fR -Show version info -.TP -\fB\-d\fR \fB\-debug\fR -Enable debugging messages -.TP -\fB\-q\fR \fB\-quiet\fR -Quiet mode (no messages on stdout) -.TP -\fB\-home\fR -<dir> Home directory -.TP -\fB\-install\fR -<dir> Installation directory -.TP -\fB\-log\fR -<file> Log messages to specified file -.TP -\fB\-config\fR -<file> Config file to load / save -.TP -\fB\-i\fR \fB\-iwad\fR -<file> The name of the IWAD (game data) -.TP -\fB\-f\fR \fB\-file\fR -<file> Patch wad file to edit -.TP -\fB\-m\fR \fB\-merge\fR -<file>... Resource file(s) to load -.TP -\fB\-p\fR \fB\-port\fR -<name> Port (engine) name -.TP -\fB\-w\fR \fB\-warp\fR -<map> Select level to edit diff --git a/debian/rules b/debian/rules index 3a919a9..714a594 100755 --- a/debian/rules +++ b/debian/rules @@ -28,4 +28,4 @@ override_dh_installdocs: dh_installdocs AUTHORS.txt README.txt override_dh_installman: - dh_installman debian/eureka.1 + dh_installman misc/eureka.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/eureka.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

