[med-svn] r12349 - trunk/packages/orthanc/trunk/debian

Sebastien Jodogne jodogne-guest at alioth.debian.org
Tue Oct 9 08:19:32 UTC 2012


Author: jodogne-guest
Date: 2012-10-09 08:19:32 +0000 (Tue, 09 Oct 2012)
New Revision: 12349

Modified:
   trunk/packages/orthanc/trunk/debian/orthanc.init
   trunk/packages/orthanc/trunk/debian/rules
Log:
do not use lowercase for the Orthanc binary

Modified: trunk/packages/orthanc/trunk/debian/orthanc.init
===================================================================
--- trunk/packages/orthanc/trunk/debian/orthanc.init	2012-10-09 08:00:00 UTC (rev 12348)
+++ trunk/packages/orthanc/trunk/debian/orthanc.init	2012-10-09 08:19:32 UTC (rev 12349)
@@ -15,9 +15,11 @@
 
 # PATH should only include /usr/* if it runs after the mountnfs.sh script
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
+
+# You can modify the variables below
 DESC="Orthanc"
 NAME=orthanc
-DAEMON=/usr/bin/$NAME
+DAEMON=/usr/bin/Orthanc
 LOGDIR=/var/log/orthanc
 DAEMON_ARGS="--logdir=$LOGDIR /etc/orthanc/orthanc.json"
 PIDFILE=/run/$NAME.pid

Modified: trunk/packages/orthanc/trunk/debian/rules
===================================================================
--- trunk/packages/orthanc/trunk/debian/rules	2012-10-09 08:00:00 UTC (rev 12348)
+++ trunk/packages/orthanc/trunk/debian/rules	2012-10-09 08:19:32 UTC (rev 12349)
@@ -19,7 +19,7 @@
 
 
 override_dh_auto_install:
-	cp $(CURDIR)/Build/Orthanc $(CURDIR)/debian/orthanc/usr/bin/orthanc
+	cp $(CURDIR)/Build/Orthanc $(CURDIR)/debian/orthanc/usr/bin
 
 override_dh_installchangelogs:
 	dh_installchangelogs -k $(CURDIR)/NEWS




More information about the debian-med-commit mailing list