[med-svn] r7894 - trunk/packages/pixelmed/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Tue Sep 20 20:02:11 UTC 2011
Author: malat-guest
Date: 2011-09-20 20:02:11 +0000 (Tue, 20 Sep 2011)
New Revision: 7894
Modified:
trunk/packages/pixelmed/trunk/debian/rules
Log:
missing etc file
Modified: trunk/packages/pixelmed/trunk/debian/rules
===================================================================
--- trunk/packages/pixelmed/trunk/debian/rules 2011-09-20 19:44:03 UTC (rev 7893)
+++ trunk/packages/pixelmed/trunk/debian/rules 2011-09-20 20:02:11 UTC (rev 7894)
@@ -6,5 +6,12 @@
%:
dh $@ --with javahelper
+override_dh_auto_install:
+ # FIXME: isn't there something easier:
+ cp sample.com.pixelmed.display.DicomImageViewer.properties .com.pixelmed.display.DicomImageViewer.properties
+ # executable-not-elf-or-script ./etc/pixelmed/.com.pixelmed.display.DicomImageViewer.properties
+ chmod -x .com.pixelmed.display.DicomImageViewer.properties
+ dh_auto_install
+
get-orig-source:
./debian/get-orig-source
More information about the debian-med-commit
mailing list