From 1f590e39d292c2aec9e0145908d9b9f0538668d4 Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Fri, 11 Dec 2009 17:09:23 +0000 Subject: [PATCH] Disable building of -plugin-scmcpold package --- gforge/debian/control | 17 ----------------- gforge/debian/rules | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/gforge/debian/control b/gforge/debian/control index 6b08afb4a9..d843cc2766 100644 --- a/gforge/debian/control +++ b/gforge/debian/control @@ -290,23 +290,6 @@ Description: collaborative development tool - GNU Arch plugin 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} diff --git a/gforge/debian/rules b/gforge/debian/rules index ae5d6b0e1a..26b0304377 100755 --- a/gforge/debian/rules +++ b/gforge/debian/rules @@ -38,7 +38,7 @@ debian/%.docs: 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 -- 2.30.2