[med-svn] [python-avro] 03/14: Fix dh_auto_clean override
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sun Oct 25 00:46:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-avro.
commit b4724013ae536e260e7b27a554ba8f8bd156d723
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sat Oct 24 15:27:13 2015 -0700
Fix dh_auto_clean override
---
debian/rules | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 37c524e..f8d20da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,9 +65,9 @@ override_dh_install:
override_dh_auto_clean:
dh_auto_clean
# The python3 package doesn't clean up after itself properly
- $(RM) \
- README.txt \
- avro/HandshakeRequest.avsc \
- avro/HandshakeResponse.avsc \
- avro/VERSION.txt \
- avro/tests/interop.avsc
+ $(RM) \
+ lang/py3/README.txt \
+ lang/py3/avro/HandshakeRequest.avsc \
+ lang/py3/avro/HandshakeResponse.avsc \
+ lang/py3/avro/VERSION.txt \
+ lang/py3/avro/tests/interop.avsc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-avro.git
More information about the debian-med-commit
mailing list