[evolvis-commits] r10842: Moved www/include/vote_function. php in gforge-common in order to prevent gforge-db-postgresql installation to fail during db-upgrade .pl execution. ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:56:41 CET 2011


Author: mirabilos
Date: 2011-02-24 17:56:41 +0100 (Thu, 24 Feb 2011)
New Revision: 10842

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/rules
Log:
Moved www/include/vote_function.php in gforge-common in order to prevent gforge-db-postgresql installation to fail during db-upgrade.pl execution.


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/rules
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/rules	2011-02-24 16:56:40 UTC (rev 10841)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/rules	2011-02-24 16:56:41 UTC (rev 10842)
@@ -119,6 +119,8 @@
 		$(CURDIR)/debian/gforge-common/usr/share/gforge/www/include
 	mv $(CURDIR)/debian/gforge-web-apache/usr/share/gforge/www/include/BaseLanguage.class \
 		$(CURDIR)/debian/gforge-common/usr/share/gforge/www/include
+	mv $(CURDIR)/debian/gforge-web-apache/usr/share/gforge/www/include/vote_function.php \
+		$(CURDIR)/debian/gforge-common/usr/share/gforge/www/include
 
 	# gforge-db-postgresql
 	install -m 644 $(CURDIR)/debian/gforge-db-postgresql.overrides $(CURDIR)/debian/gforge-db-postgresql/usr/share/lintian/overrides/gforge-db-postgresql



More information about the evolvis-commits mailing list