[oolite] 01/02: Fix a variable name in d/rules.
Nicolas Boulenguez
nicolas.boulenguez at free.fr
Mon Aug 1 09:29:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
nicobou-guest pushed a commit to branch master
in repository oolite.
commit 4cf68736db8b1cc4de3c3bb0ff8d3b9c78821294
Author: Nicolas Boulenguez <nicolas.boulenguez at free.fr>
Date: Mon Aug 1 10:32:44 2016 +0200
Fix a variable name in d/rules.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5047f82..a77fc69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
# Copyright (c) 2007-2009 Chris Crowther <hikari at hikari.org.uk>
# Copyright (c) 2009 Darren Salt <linux at youmustbejoking.demon.co.uk>
# Copyright (c) 2009 Michael Werle <micha at michaelwerle.com>
-# Copyright (c) 2010-2015 Nicolas Boulenguez <nicolas at debian.org>
+# Copyright (c) 2010-2016 Nicolas Boulenguez <nicolas at debian.org>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -144,7 +144,7 @@ override_dh_install:
$(RESOURCES)/* usr/share/oolite
dh_install --package=oolite-doc \
$(HTML_FROM_DOC) $(subst .html,.doc,$(HTML_FROM_DOC)) \
- $(HTML_FROM_ODT) $(subst .html,.odt,$(HTML_FROM_DOC)) \
+ $(HTML_FROM_ODT) $(subst .html,.odt,$(HTML_FROM_ODT)) \
usr/share/doc/oolite
dh_install --remaining-packages
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/oolite.git
More information about the Pkg-games-commits
mailing list