[med-svn] r14130 - trunk/packages/freemedforms-project/trunk/debian

Eric Maeker ericmaeker-guest at alioth.debian.org
Tue Jul 9 22:34:56 UTC 2013


Author: ericmaeker-guest
Date: 2013-07-09 22:34:56 +0000 (Tue, 09 Jul 2013)
New Revision: 14130

Modified:
   trunk/packages/freemedforms-project/trunk/debian/rules
Log:
freemedforms: only the central sub-project owns the installation process -> only ask this subproject

Modified: trunk/packages/freemedforms-project/trunk/debian/rules
===================================================================
--- trunk/packages/freemedforms-project/trunk/debian/rules	2013-07-09 17:17:03 UTC (rev 14129)
+++ trunk/packages/freemedforms-project/trunk/debian/rules	2013-07-09 22:34:56 UTC (rev 14130)
@@ -67,10 +67,10 @@
 
 override_dh_auto_install:
 	cp build/$(FREEMEDFORMS_EMR).pri $(QMAKE_COMPILING)
-	dh_auto_install -D$(FREEMEDFORMS_EMR) -Smakefile -- INSTALL_ROOT=$(CURDIR)/debian/tmp
+	dh_auto_install -D$(FREEMEDFORMS_EMR)/$(FREEMEDFORMS_EMR)-src -Smakefile -- INSTALL_ROOT=$(CURDIR)/debian/tmp
 
 	cp build/$(FREEDIAMS).pri $(QMAKE_COMPILING)
-	dh_auto_install -D$(FREEDIAMS) -Smakefile -- INSTALL_ROOT=$(CURDIR)/debian/tmp
+	dh_auto_install -D$(FREEDIAMS)/$(FREEDIAMS)-src -Smakefile -- INSTALL_ROOT=$(CURDIR)/debian/tmp
 
 	# Remove empty dirs
 	find $(CURDIR)/debian/tmp/usr/share -type d -empty -delete




More information about the debian-med-commit mailing list