[evolvis-commits] r13657: Added debian/control snippets for the new plugins

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 02:53:01 CET 2011


Author: mirabilos
Date: 2011-02-28 02:53:01 +0100 (Mon, 28 Feb 2011)
New Revision: 13657

Added:
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/131plugin-scmsvn
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/131plugin-scmsvn.shortdesc
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/132plugin-scmbzr
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/132plugin-scmbzr.shortdesc
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/133plugin-scmgit
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/133plugin-scmgit.shortdesc
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/134plugin-scmhg
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/134plugin-scmhg.shortdesc
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/135plugin-scmdarcs
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/135plugin-scmdarcs.shortdesc
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/136plugin-scmarch
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/136plugin-scmarch.shortdesc
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/137plugin-scmcpold
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/137plugin-scmcpold.shortdesc
Removed:
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn.shortdesc
Log:
Added debian/control snippets for the new plugins

Copied: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/131plugin-scmsvn (from rev 13656, trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn)
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/131plugin-scmsvn	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/131plugin-scmsvn	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,5 @@
+Package: @PACKAGE at -plugin-scmsvn
+Architecture: all
+Depends: @PACKAGE at -common, @PACKAGE at -db-postgresql | @PACKAGE at -db, @PACKAGE at -web-apache2 | @PACKAGE at -web, @PACKAGE at -shell-postgresql | @PACKAGE at -shell, subversion, subversion-tools, viewcvs, python-subversion, python (>= 2.3), php5-cli, ${misc:Depends}
+Provides: @PACKAGE at -plugin-scm
+Description: collaborative development tool - Subversion plugin

Copied: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/131plugin-scmsvn.shortdesc (from rev 13656, trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn.shortdesc)
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/131plugin-scmsvn.shortdesc	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/131plugin-scmsvn.shortdesc	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,3 @@
+ This plugin contains the Subversion subsystem of FusionForge. It allows
+ each FusionForge project to have its own Subversion repository, and gives
+ some control over it to the project's administrator.

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/132plugin-scmbzr
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/132plugin-scmbzr	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/132plugin-scmbzr	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,5 @@
+Package: @PACKAGE at -plugin-scmbzr
+Architecture: all
+Depends: @PACKAGE at -common, gforge-db-postgresql | gforge-db, gforge-web-apache2 | gforge-web, gforge-shell-postgresql | gforge-shell, bzr, php5-cli, ${misc:Depends}
+Provides: @PACKAGE at -plugin-scm
+Description: collaborative development tool - Bazaar plugin

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/132plugin-scmbzr.shortdesc
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/132plugin-scmbzr.shortdesc	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/132plugin-scmbzr.shortdesc	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,3 @@
+ This plugin contains the Bazaar subsystem of FusionForge. It allows each
+ FusionForge project to have its own Bazaar repository, and gives some control
+ over it to the project's administrator.

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/133plugin-scmgit
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/133plugin-scmgit	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/133plugin-scmgit	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,5 @@
+Package: @PACKAGE at -plugin-scmgit
+Architecture: all
+Depends: @PACKAGE at -common, gforge-db-postgresql | gforge-db, gforge-web-apache2 | gforge-web, gforge-shell-postgresql | gforge-shell, git-core, gitweb, php5-cli, ${misc:Depends}
+Provides: @PACKAGE at -plugin-scm
+Description: collaborative development tool - Git plugin

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/133plugin-scmgit.shortdesc
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/133plugin-scmgit.shortdesc	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/133plugin-scmgit.shortdesc	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,3 @@
+ This plugin contains the Git subsystem of FusionForge. It allows each
+ FusionForge project to have its own Git repository, and gives some
+ control over it to the project's administrator.

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/134plugin-scmhg
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/134plugin-scmhg	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/134plugin-scmhg	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,5 @@
+Package: @PACKAGE at -plugin-scmhg
+Architecture: all
+Depends: @PACKAGE at -common, gforge-db-postgresql | gforge-db, gforge-web-apache2 | gforge-web, gforge-shell-postgresql | gforge-shell, mercurial, php5-cli, ${misc:Depends}
+Provides: @PACKAGE at -plugin-scm
+Description: collaborative development tool - Mercurial (Hg) plugin

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/134plugin-scmhg.shortdesc
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/134plugin-scmhg.shortdesc	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/134plugin-scmhg.shortdesc	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,3 @@
+ This plugin contains the Mercurial (Hg) subsystem of FusionForge. It
+ allows each FusionForge project to have its own Mercurial repository,
+ and gives some control over it to the project's administrator.

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/135plugin-scmdarcs
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/135plugin-scmdarcs	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/135plugin-scmdarcs	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,5 @@
+Package: @PACKAGE at -plugin-scmdarcs
+Architecture: all
+Depends: @PACKAGE at -common, gforge-db-postgresql | gforge-db, gforge-web-apache2 | gforge-web, gforge-shell-postgresql | gforge-shell, darcs, darcsweb, php5-cli, ${misc:Depends}
+Provides: @PACKAGE at -plugin-scm
+Description: collaborative development tool - Darcs plugin

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/135plugin-scmdarcs.shortdesc
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/135plugin-scmdarcs.shortdesc	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/135plugin-scmdarcs.shortdesc	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,3 @@
+ This plugin contains the Darcs subsystem of FusionForge. It allows each
+ FusionForge project to have its own Darcs repository, and gives some control
+ over it to the project's administrator.

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/136plugin-scmarch
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/136plugin-scmarch	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/136plugin-scmarch	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,5 @@
+Package: @PACKAGE at -plugin-scmarch
+Architecture: all
+Depends: @PACKAGE at -common, gforge-db-postgresql | gforge-db, gforge-web-apache2 | gforge-web, gforge-shell-postgresql | gforge-shell, php5-cli, tla, ${misc:Depends}
+Provides: @PACKAGE at -plugin-scm
+Description: collaborative development tool - GNU Arch plugin

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/136plugin-scmarch.shortdesc
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/136plugin-scmarch.shortdesc	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/136plugin-scmarch.shortdesc	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,3 @@
+ This plugin contains the GNU Arch subsystem of FusionForge. It allows
+ each FusionForge project to have its own Arch repository, and gives
+ some control over it to the project's administrator.

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/137plugin-scmcpold
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/137plugin-scmcpold	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/137plugin-scmcpold	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,5 @@
+Package: @PACKAGE at -plugin-scmcpold
+Architecture: all
+Depends: @PACKAGE at -common, gforge-db-postgresql | gforge-db, gforge-web-apache2 | gforge-web, gforge-shell-postgresql | gforge-shell, php5-cli, ${misc:Depends}
+Provides: @PACKAGE at -plugin-scm
+Description: collaborative development tool - CPOLD plugin

Added: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/137plugin-scmcpold.shortdesc
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/137plugin-scmcpold.shortdesc	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/137plugin-scmcpold.shortdesc	2011-02-28 01:53:01 UTC (rev 13657)
@@ -0,0 +1,5 @@
+ 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.

Deleted: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn	2011-02-28 01:52:55 UTC (rev 13656)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn	2011-02-28 01:53:01 UTC (rev 13657)
@@ -1,5 +0,0 @@
-Package: @PACKAGE at -plugin-scmsvn
-Architecture: all
-Depends: @PACKAGE at -common, @PACKAGE at -db-postgresql | @PACKAGE at -db, @PACKAGE at -web-apache2 | @PACKAGE at -web, @PACKAGE at -shell-postgresql | @PACKAGE at -shell, subversion, subversion-tools, viewcvs, python-subversion, python (>= 2.3), php5-cli, ${misc:Depends}
-Provides: @PACKAGE at -plugin-scm
-Description: collaborative development tool - Subversion plugin

Deleted: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn.shortdesc
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn.shortdesc	2011-02-28 01:52:55 UTC (rev 13656)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/control/140plugin-scmsvn.shortdesc	2011-02-28 01:53:01 UTC (rev 13657)
@@ -1,3 +0,0 @@
- This plugin contains the Subversion subsystem of FusionForge. It allows
- each FusionForge project to have its own Subversion repository, and gives
- some control over it to the project's administrator.



More information about the evolvis-commits mailing list