This is an automated email from the git hooks/post-receive script. fabian pushed a commit to branch master in repository prboom+.
commit 85ed6fe1ae55a6883b9be20c90e77d98e1a19e3b Author: Fabian Greffrath <[email protected]> Date: Mon Sep 28 10:33:18 2015 +0200 Replace obsolete upstream version number with the Debian packaging version number --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index dd6a572..08dd0e5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/dpkg/pkg-info.mk + export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,defs debian/prboom-plus.xpm: debian/prboom-plus.png @@ -15,7 +17,8 @@ override_dh_auto_configure: dh_auto_configure -- \ --disable-cpu-opt \ --disable-nonfree-graphics \ - --disable-silent-rules + --disable-silent-rules \ + PACKAGE_VERSION=$(DEB_VERSION_UPSTREAM) override_dh_auto_install: dh_auto_install -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/prboom+.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

