[fife] 22/25: Move Standards-Version field a bit more to the top

Markus Koschany apo at moszumanska.debian.org
Mon Nov 7 20:31:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository fife.

commit d6695e0e65c443494e787f0992d19d79134ae789
Author: Markus Koschany <apo at debian.org>
Date:   Thu Sep 22 01:01:32 2016 +0200

    Move Standards-Version field a bit more to the top
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 33673a6..84538e1 100644
--- a/debian/control
+++ b/debian/control
@@ -30,9 +30,9 @@ Build-Depends:
  swig,
  zlib1g-dev
 X-Python-Version: >= 2.6
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/fife.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/fife.git
-Standards-Version: 3.9.8
 Homepage: http://fifengine.de
 
 Package: python-fife
diff --git a/debian/rules b/debian/rules
index 4c2420a..6ca2a89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ override_dh_auto_build:
 	python$* $(shell which scons) -C build-python$* fife-python $(SCONSOPTS)
 
 override_dh_auto_test:
+	find . -name "*.a" -delete
 	python$* $(shell which scons) -C build-python$* tests $(SCONSOPTS)
 
 override_dh_auto_install:
@@ -20,6 +21,5 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	rm -fr build-python*
-	find . -name "*.a" -delete
 	dh_auto_clean
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fife.git



More information about the Pkg-games-commits mailing list