[med-svn] r11806 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Sat Jul 14 19:27:34 UTC 2012
Author: luisibanez-guest
Date: 2012-07-14 19:27:34 +0000 (Sat, 14 Jul 2012)
New Revision: 11806
Added:
trunk/packages/vista/trunk/debian/vista.examples
Modified:
trunk/packages/vista/trunk/debian/changelog
trunk/packages/vista/trunk/debian/rules
trunk/packages/vista/trunk/debian/vista.install
Log:
Added file with the name of the vista_profile file to install as
an example of how to configure the environment for a VistA user.
Adding dh_installexamples section, to install vista_profile file.
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-14 19:09:48 UTC (rev 11805)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-14 19:27:34 UTC (rev 11806)
@@ -24,6 +24,7 @@
Replaced $PWD with $CURDIR to address lintian warning:
"debian-rules-uses-pwd". CURDIR is set by make.
Now installing vista in vista/V5.5-000 directory specifying GTM version.
+ Adding dh_installexamples section, to install vista_profile file.
* debian/get-orig-source:
Now preparing the routines.ro and globals.lst files at the moment of
packaging creating the orig.tar.gz file.
@@ -79,6 +80,9 @@
Removed metapackage "vista" following conversation in mailing list.
Removed ${misc:Depends} from Build-Depends.
Added dependency on xinetd, which is used to communicate with CPRS.
+ * debian/vista.examples:
+ Added file with the name of the vista_profile file to install as an
+ example of how to configure the environment for a VistA user.
* debian/vista.postinst:
Added creation of "vista" user and "vista" group. Copied this from
the dcmtk Debian files.
Modified: trunk/packages/vista/trunk/debian/rules
===================================================================
--- trunk/packages/vista/trunk/debian/rules 2012-07-14 19:09:48 UTC (rev 11805)
+++ trunk/packages/vista/trunk/debian/rules 2012-07-14 19:27:34 UTC (rev 11806)
@@ -36,5 +36,8 @@
override_dh_install:
dh_install --sourcedir=debian/tmp --list-missing
+override_dh_installexamples:
+ dh_installexamples
+
get-orig-source:
./debian/get-orig-source
Added: trunk/packages/vista/trunk/debian/vista.examples
===================================================================
--- trunk/packages/vista/trunk/debian/vista.examples (rev 0)
+++ trunk/packages/vista/trunk/debian/vista.examples 2012-07-14 19:27:34 UTC (rev 11806)
@@ -0,0 +1 @@
+var/lib/vista/V5.5-000/profile/vista_profile
Modified: trunk/packages/vista/trunk/debian/vista.install
===================================================================
--- trunk/packages/vista/trunk/debian/vista.install 2012-07-14 19:09:48 UTC (rev 11805)
+++ trunk/packages/vista/trunk/debian/vista.install 2012-07-14 19:27:34 UTC (rev 11806)
@@ -2,7 +2,6 @@
var/lib/vista/V5.5-000/o/* var/lib/vista/V5.5-000/o
var/lib/vista/V5.5-000/g/* var/lib/vista/V5.5-000/g
var/lib/vista/V5.5-000/j var/lib/vista/V5.5-000/j
-var/lib/vista/V5.5-000/profile/* usr/share/doc/vista/V5.5-000
var/lib/vista/V5.5-000/inet/cprs_vista_rpcbroker.sh var/lib/vista/V5.5-000/inet
var/lib/vista/V5.5-000/inet/cprs_vista_xinetd etc/xinetd.d/cprs_vista_V5.5-000_xinetd
var/log/vista/V5.5-000/* var/log/vista/V5.5-000
More information about the debian-med-commit
mailing list