[evolvis-commits] r14046: Disable building of -plugin-scmcpold package

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 03:47:11 CET 2011


Author: mirabilos
Date: 2011-02-28 03:47:11 +0100 (Mon, 28 Feb 2011)
New Revision: 14046

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/control
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/rules
Log:
Disable building of -plugin-scmcpold package

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/control
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/control	2011-02-28 02:47:08 UTC (rev 14045)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/control	2011-02-28 02:47:11 UTC (rev 14046)
@@ -290,23 +290,6 @@
  each FusionForge project to have its own Arch repository, and gives
  some control over it to the project's administrator.
 
-Package: gforge-plugin-scmcpold
-Architecture: all
-Depends: gforge-common, gforge-db-postgresql | gforge-db, gforge-web-apache2 | gforge-web, gforge-shell-postgresql | gforge-shell, php5-cli, ${misc:Depends}
-Provides: gforge-plugin-scm
-Description: collaborative development tool - CPOLD plugin
- FusionForge provides many tools to aid collaboration in a
- development project, such as bug-tracking, task management,
- mailing-lists, SCM repository, forums, support request helper,
- web/FTP hosting, release management, etc. All these services are
- integrated into one web site and managed through a web interface.
- .
- This plugin contains the CPOLD subsystem of FusionForge. It allows
- each FusionForge project to have its own CPOLD repository, and gives
- some control over it to the project's administrator.
- .
- It is mostly intended as a proof of concept.
-
 Package: gforge-plugin-mediawiki
 Architecture: all
 Depends: gforge-common (>= 4.8), gforge-db-postgresql (>= 4.8) | gforge-db, gforge-web-apache2 (>= 4.8) | gforge-web, mediawiki (>= 1:1.15~), ${misc:Depends}

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/rules
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/rules	2011-02-28 02:47:08 UTC (rev 14045)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/rules	2011-02-28 02:47:11 UTC (rev 14046)
@@ -38,7 +38,7 @@
 	cp $(CURDIR)/packaging/docs/$(patsubst $(PACKAGE)%,pkgname%,$*) $@
 
 debian/control: $(wildcard packaging/control/*)
-	ls $(CURDIR)/packaging/control/[0-9][0-9][0-9]* | grep -v shortdesc | while read file ; do cat $${file}; if [ -f $${file}.shortdesc ] ; then cat $(CURDIR)/packaging/control/AAAdesc; echo ' .'; cat $${file}.shortdesc; fi; echo '';  done | sed 's/@PACKAGE@/$(PACKAGE)/g' > $@
+	ls $(CURDIR)/packaging/control/[0-9][0-9][0-9]* | grep -v shortdesc | grep -v scmcpold | while read file ; do cat $${file}; if [ -f $${file}.shortdesc ] ; then cat $(CURDIR)/packaging/control/AAAdesc; echo ' .'; cat $${file}.shortdesc; fi; echo '';  done | sed 's/@PACKAGE@/$(PACKAGE)/g' > $@
 
 debian/po/templates.pot: $(wildcard debian/dsf-in/*.templates.dsfh-in) $(wildcard debian/dsf-helper/*.templates)
 	@debconf-updatepo --podir=debian/dsf-po



More information about the evolvis-commits mailing list