[libfann] 99/133: Remove SWIG-generated file in clean target
Christian Kastner
chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
chrisk-guest pushed a commit to branch master
in repository libfann.
commit 7057611fd59e2684a5e2a7d0fcb43484af608c89
Author: Christian Kastner <debian at kvr.at>
Date: Sun Oct 9 22:56:20 2011 +0200
Remove SWIG-generated file in clean target
When building a source package from a directory where previously a binary
build had been run, this file was included as a generic debian-changes-*
patch.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 5925047..e14c0ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -145,7 +145,7 @@ clean:
dh_clean
# Clean up Python stuff
- rm -rf python/build python/pyfann/*.cxx
+ rm -rf python/build python/pyfann/*.cxx python/pyfann/libfann.py
# Remove output generated by naturaldocs
rm -rf doc/proj doc/html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git
More information about the debian-science-commits
mailing list