[aster] 01/01: Remove implicit and normal rules mix in debian/rules (Closes: #750281)
Denis Laxalde
dlax-guest at moszumanska.debian.org
Wed Jun 4 09:17:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
dlax-guest pushed a commit to branch master
in repository aster.
commit 7be3b564181d8635fa1d8a4975a4341a3b40f1f4
Author: Denis Laxalde <denis.laxalde at logilab.fr>
Date: Wed Jun 4 11:15:01 2014 +0200
Remove implicit and normal rules mix in debian/rules (Closes: #750281)
---
debian/changelog | 3 ++-
debian/rules | 4 +---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 50b464e..73259c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,10 @@ aster (11.5.0+dfsg2-2) UNRELEASED; urgency=low
* Fix FTBFS on s390x architecture resulting from unknown CPU by Waf build
system.
+ * Do not mix implicit and normal rules in debian/rules (Closes: #750281).
* Bump standards version (no change needed).
- -- Denis Laxalde <denis.laxalde at logilab.fr> Mon, 05 May 2014 11:14:23 +0200
+ -- Denis Laxalde <denis.laxalde at logilab.fr> Wed, 04 Jun 2014 11:10:35 +0200
aster (11.5.0+dfsg2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index b9d6e60..000bc84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-build %:
+%:
dh $@ --with=python2
override_dh_auto_clean:
@@ -34,8 +34,6 @@ override_dh_install:
# Do not install umat002a test case as it uses arch-dependent files.
dh_install --exclude umat002a
-.PHONY: build
-
get-orig-source:
# Retreive aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz
mkdir -p tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/aster.git
More information about the debian-science-commits
mailing list