[med-svn] [python-csb] 01/03: Delete useless .PHONY lines
Andreas Tille
tille at debian.org
Mon Dec 23 15:54:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-csb.
commit 1b2b66c01de7b4da48224562f9beacf96af9bb1d
Author: Andreas Tille <tille at debian.org>
Date: Mon Dec 23 00:11:35 2013 +0100
Delete useless .PHONY lines
---
debian/changelog | 7 +++++++
debian/rules | 4 +---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ad27ff1..2da9a9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-csb (1.2.1+dfsg-3) UNRELEASED; urgency=medium
+
+ * debian/rules:
+ - delete useless .PHONY lines
+
+ -- Andreas Tille <tille at debian.org> Mon, 23 Dec 2013 00:11:10 +0100
+
python-csb (1.2.1+dfsg-2) unstable; urgency=medium
* debian/control
diff --git a/debian/rules b/debian/rules
index 6849a35..231c1b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@ BUILDHOME = $(CURDIR)/debian/buildhome
%:
dh $@ --with python2,python3
-.PHONY: override_dh_auto_build
override_dh_auto_build:
set -e; \
for py in $(PYVERS) $(PY3VERS); do \
@@ -20,7 +19,6 @@ override_dh_auto_build:
mkdir -p $(BUILDHOME)
HOME=$(BUILDHOME) epydoc --html -o $(CURDIR)/docs/api --name CSB --no-private --introspect-only --exclude csb.test.cases --fail-on-error --fail-on-warning --fail-on-docstring-warning $(CURDIR)/csb
-.PHONY: override_dh_auto_clean
override_dh_auto_clean:
set -e; \
for py in $(PYVERS) $(PY3VERS); do \
@@ -28,7 +26,6 @@ override_dh_auto_clean:
done
rm -rf $(BUILDHOME)
-.PHONY: override_dh_auto_install
override_dh_auto_install:
set -e; \
for py in $(PYVERS); do \
@@ -40,3 +37,4 @@ override_dh_auto_install:
$$py -B setup.py install --skip-build --root debian/python3-csb \
--install-layout deb; \
done
+
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/python-csb.git
More information about the debian-med-commit
mailing list