[med-svn] [vista-foia] 01/01: In clean targer delete RPCBrokerCheck.py.
Luis Ibanez
luisibanez-guest at moszumanska.debian.org
Sun Feb 2 01:22:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
luisibanez-guest pushed a commit to branch master
in repository vista-foia.
commit 0878987818139f71f4c11645ad43b984f465ade1
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date: Sat Feb 1 20:20:47 2014 -0500
In clean targer delete RPCBrokerCheck.py.
The RPCBrokerCheck.py file is being generated in the source tree.
Here we delete it from the tree as part of the clean target.
A patch is in process upstream for not creating this file in the
source tree: http://review.code.osehra.org/#/c/570/3
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 78f3add..60fb244 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,5 +40,6 @@ vista-foia (0.20130405-1) UNRELEASED; urgency=low
* Updated to VistA helper package to the most recent version: 20140131.
* In rules, removed installation of lib directory. No shared library.
* In rules, TEST_VISTA_SETUP set to OFF, to not import testing data.
+ * In rules, in clean target, delete RPCBrokerCheck.py from source tree.
-- Luis Ibanez <luis.ibanez at kitware.com> Wed, 4 Jul 2012 17:16:45 -0500
diff --git a/debian/rules b/debian/rules
index 28de633..d6574bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,4 +107,5 @@ override_dh_auto_clean:
rm -rf $(VISTAINSTANCEDIR)
rm -rf $(VISTA_TESTING_BINARY_DIR)
find $(VISTA_TESTING_SOURCE_DIR) -name "*.pyc" -delete
+ rm $(VISTA_TESTING_SOURCE_DIR)/Scripts/Testing/PyUnit/RPCBrokerCheck.py
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/vista-foia.git
More information about the debian-med-commit
mailing list