[med-svn] [vista] 01/04: Added xinetd and ssh dependencies.
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 96898f38f0cff3fdee69b6d4e9efd1a33d925098
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date: Wed Jan 15 20:04:18 2014 -0500
Added xinetd and ssh dependencies.
These packages are needed for deploying a VistA instance.
---
debian/changelog | 5 +++--
debian/control | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0275e05..931011e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,7 +17,8 @@ vista-foia (0.20140106-1) UNRELEASED; urgency=low
* Fixed lintian warning on Apache 2.0 license in copyright file.
* Fixed package name in debian/control Provides: field. Lintian warning.
* Configured CMake to build the binary testing directory.
- * In rules separating install, configure and build.
- * In rule started to add management of arch. Mostly x64 so far.
+ * 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.
-- Luis Ibanez <luis.ibanez at kitware.com> Wed, 4 Jul 2012 17:16:45 -0500
diff --git a/debian/control b/debian/control
index aa5e85b..1780731 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,9 @@ Homepage: http://www.osehra.org
Package: vista-foia
Architecture: amd64 i386
Depends: fis-gtm,
- cmake (>= 2.8.5)
+ cmake (>= 2.8.5),
+ xinetd,
+ ssh
Provides: vista-foia
Description: package for VistA EHR
VistA: the Veterans Health Information Systems and Technology Architecture.
--
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