[med-svn] r11679 - trunk/packages/vista/trunk/debian

Luis Ibanez luisibanez-guest at alioth.debian.org
Tue Jul 10 04:13:12 UTC 2012


Author: luisibanez-guest
Date: 2012-07-10 04:13:12 +0000 (Tue, 10 Jul 2012)
New Revision: 11679

Modified:
   trunk/packages/vista/trunk/debian/changelog
   trunk/packages/vista/trunk/debian/rules
Log:
Replaced $PWD with $CURDIR to address lintian warning:
"debian-rules-uses-pwd". CURDIR is set by make.



Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog	2012-07-10 04:05:33 UTC (rev 11678)
+++ trunk/packages/vista/trunk/debian/changelog	2012-07-10 04:13:12 UTC (rev 11679)
@@ -18,6 +18,8 @@
     Added full path to OSEHRA_PATH and VISTAINSTANCEDIR by using $(shell pwd).
     Specify dh_install defining files to be moved to their final destination.
     Remove sourcing of gtmprofile.
+    Replaced $PWD with $CURDIR to address lintian warning:
+    "debian-rules-uses-pwd". CURDIR is set by make.
   * debian/get-orig-source:
     Now preparing the routines.ro and globals.lst files at the moment of
     packaging creating the orig.tar.gz file.

Modified: trunk/packages/vista/trunk/debian/rules
===================================================================
--- trunk/packages/vista/trunk/debian/rules	2012-07-10 04:05:33 UTC (rev 11678)
+++ trunk/packages/vista/trunk/debian/rules	2012-07-10 04:13:12 UTC (rev 11679)
@@ -5,10 +5,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PWD := $(shell pwd)
-TARGETDIR := $(PWD)/debian/tmp
+TARGETDIR := $(CURDIR)/debian/tmp
 VISTAINSTANCEDIR := $(TARGETDIR)/var/lib/vista
-VISTA_FOIA_DIR := $(PWD)/VistA-FOIA
+VISTA_FOIA_DIR := $(CURDIR)/VistA-FOIA
 GTM_INSTALL_DIR := /usr/lib/fis-gtm/V5.5-000_x86_64
 VISTA_GLOBALS_DIR := $(VISTAINSTANCEDIR)/g
 VISTA_ROUTINES_DIR := $(VISTAINSTANCEDIR)/r




More information about the debian-med-commit mailing list