[med-svn] [vista] 01/01: Added override for clean in rules.

Luis Ibanez luisibanez-guest at moszumanska.debian.org
Sun Jan 12 02:30:20 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 3011dd50b63c9767b07c7b0dc5a7873c9c2dcf47
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date:   Sat Jan 11 21:29:34 2014 -0500

    Added override for clean in rules.
    
    To remove the local vista instance that is created under
    
             debian/usr/share/vista-foia
---
 debian/changelog | 10 +++++++---
 debian/rules     |  2 ++
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d9ee84..a2ff753 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,11 +3,15 @@ vista-foia (0.20140106-1) UNRELEASED; urgency=low
   [ Luis Ibanez ]
   * Initial attempt to package
   * Renamed the package as VistA-FOIA to have consistent naming with tar files.
-  * Updated location of fis-gtm (version number in directory) and vista package VCS url.
+  * Updated location of fis-gtm (version number in directory) and vista package
+    VCS url.
   * Updated to VistA helper package to the most recent version: 20140106.
   * Added "describe-current-version" target to debian/rules.
-  * Fixed name of tar.gz file and git hash in get-orig-source for VistA repository.
+  * Fixed name of tar.gz file and git hash in get-orig-source for VistA
+    repository.
   * Making progress on database configuration in rules file.
-  * Fixed use of environment variables in rules for gtm_dist and call to GDE and mupip.
+  * Fixed use of environment variables in rules for gtm_dist and call to GDE
+    and mupip.
+  * Added in rules override for clean.
 
  -- Luis Ibanez <luis.ibanez at kitware.com>  Wed, 4 Jul 2012 17:16:45 -0500
diff --git a/debian/rules b/debian/rules
index 3952003..7ff973d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,3 +42,5 @@ get-orig-source:
 describe-current-version:
 	git describe --tags upstream | sed 's,^release-,,;s,-,+,;s,-,~,;'
 
+override_dh_auto_clean:
+	rm -rf $(VISTAINSTANCEDIR)

-- 
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