[med-svn] [vista] 02/04: Deleting .pyc files in clean target.

Luis Ibanez luisibanez-guest at moszumanska.debian.org
Thu Jan 16 02:25:43 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.

commit 79cd80f1c97e91381cbfa3bee184541c3480137f
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date:   Wed Jan 15 20:10:49 2014 -0500

    Deleting .pyc files in clean target.
    
    These files are left behind after the build process.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 931011e..76edd66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,5 +20,6 @@ vista-foia (0.20140106-1) UNRELEASED; urgency=low
   * In rules, separating install, configure and build.
   * In rules, started to add management of arch. Mostly x64 so far.
   * In control, added xinetd and ssh as dependencies.
+  * In rules, removing .pyc files in clean: target.
 
  -- Luis Ibanez <luis.ibanez at kitware.com>  Wed, 4 Jul 2012 17:16:45 -0500
diff --git a/debian/rules b/debian/rules
index 63765db..1f3bd3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,3 +76,5 @@ describe-current-version:
 override_dh_auto_clean:
 	rm -rf $(VISTAINSTANCEDIR)
 	rm -rf $(VISTA_TESTING_BINARY_DIR)
+	find $(VISTA_TESTING_SOURCE_DIR) -name "*.pyc" -delete
+

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/vista.git



More information about the debian-med-commit mailing list