[Python-apps-commits] r6344 - in packages/clustershell/trunk/debian (11 files)

phantez-guest at users.alioth.debian.org phantez-guest at users.alioth.debian.org
Sun Nov 28 21:34:58 UTC 2010


    Date: Sunday, November 28, 2010 @ 21:34:57
  Author: phantez-guest
Revision: 6344

  * Change from CDBS to dh_python
  * Add vim files
  * New upstream release 1.3.3

Added:
  packages/clustershell/trunk/debian/README.Debian
  packages/clustershell/trunk/debian/clustershell.yaml
Modified:
  packages/clustershell/trunk/debian/changelog
  packages/clustershell/trunk/debian/control
  packages/clustershell/trunk/debian/dir
  packages/clustershell/trunk/debian/install
  packages/clustershell/trunk/debian/rules
Deleted:
  packages/clustershell/trunk/debian/vim-clustershell.README.Debian
  packages/clustershell/trunk/debian/vim-clustershell.dir
  packages/clustershell/trunk/debian/vim-clustershell.install
  packages/clustershell/trunk/debian/vim-clustershell.yaml

Added: packages/clustershell/trunk/debian/README.Debian
===================================================================
--- packages/clustershell/trunk/debian/README.Debian	                        (rev 0)
+++ packages/clustershell/trunk/debian/README.Debian	2010-11-28 21:34:57 UTC (rev 6344)
@@ -0,0 +1,13 @@
+Dear user, this package provides the vim addon clustershell, but it is not enabled
+per default.
+
+If you want to enable it for your user account just execute
+
+	vim-addons install clustershell
+
+Similarly, to enable it for all users of this system just execute (as root):
+
+	vim-addons -w install clustershell
+
+vim-addons is provided by the vim-addon-manager package, have a look at its
+manpage for more information.

Modified: packages/clustershell/trunk/debian/changelog
===================================================================
--- packages/clustershell/trunk/debian/changelog	2010-11-28 21:33:40 UTC (rev 6343)
+++ packages/clustershell/trunk/debian/changelog	2010-11-28 21:34:57 UTC (rev 6344)
@@ -1,21 +1,10 @@
-clustershell (1.3.3-2) unstable; urgency=low
-
-  * Change cdbs to dh_python
-  * Add vim-clustershell package
-
- -- Stéphan Gorget <phantez at gmail.com>  Sun, 28 Nov 2010 01:50:29 +0100
-
-clustershell (1.3.3-1.1) unstable; urgency=low
-
-  * CDBS to dh_python
-
- -- Stéphan Gorget <phantez at gmail.com>  Sat, 27 Nov 2010 12:55:08 +0100
-
 clustershell (1.3.3-1) unstable; urgency=low
 
+  * Change from CDBS to dh_python
+  * Add vim files
   * New upstream release 1.3.3
 
- -- Stéphan Gorget <phantez at gmail.com>  Sat, 27 Nov 2010 12:30:33 +0100
+ -- Stéphan Gorget <phantez at gmail.com>  Sun, 28 Nov 2010 01:50:29 +0100
 
 clustershell (1.3-1) unstable; urgency=low
 

Added: packages/clustershell/trunk/debian/clustershell.yaml
===================================================================
--- packages/clustershell/trunk/debian/clustershell.yaml	                        (rev 0)
+++ packages/clustershell/trunk/debian/clustershell.yaml	2010-11-28 21:34:57 UTC (rev 6344)
@@ -0,0 +1,7 @@
+addon: clustershell
+description: "Syntax highlighting for clustershell"
+files:
+  - ftdetect/clustershell.vim
+  - syntax/clushconf.vim
+  - syntax/groupsconf.vim
+

Modified: packages/clustershell/trunk/debian/control
===================================================================
--- packages/clustershell/trunk/debian/control	2010-11-28 21:33:40 UTC (rev 6343)
+++ packages/clustershell/trunk/debian/control	2010-11-28 21:34:57 UTC (rev 6344)
@@ -4,7 +4,7 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Stéphan Gorget <phantez at gmail.com>
 Homepage: http://sourceforge.net/projects/clustershell/
-Build-Depends: debhelper (>= 7~), python-support, python
+Build-Depends: debhelper (>= 7~), python-support, python-all
 XS-Python-Version: >= 2.4
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/clustershell/trunk/
@@ -22,11 +22,3 @@
  is to improve the administration of cluster by providing a lightweight
  but scalable API for developers.
 
-Package: vim-clustershell
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: vim-addon-manager
-Description: syntax highlighting for clustershell configuration files in vim
- The vim-clustershell package provides filetype detection and syntax
- highlighting for configuration files.
-

Modified: packages/clustershell/trunk/debian/dir
===================================================================
--- packages/clustershell/trunk/debian/dir	2010-11-28 21:33:40 UTC (rev 6343)
+++ packages/clustershell/trunk/debian/dir	2010-11-28 21:34:57 UTC (rev 6344)
@@ -1 +1,4 @@
 /etc/clustershell
+usr/share/vim/addons/syntax
+usr/share/vim/addons/ftdetect
+usr/share/vim/registry

Modified: packages/clustershell/trunk/debian/install
===================================================================
--- packages/clustershell/trunk/debian/install	2010-11-28 21:33:40 UTC (rev 6343)
+++ packages/clustershell/trunk/debian/install	2010-11-28 21:34:57 UTC (rev 6344)
@@ -1,2 +1,6 @@
 conf/groups.conf etc/clustershell
 conf/clush.conf etc/clustershell
+doc/extras/vim/ftdetect/clustershell.vim usr/share/vim/addons/ftdetect
+doc/extras/vim/syntax/clushconf.vim usr/share/vim/addons/syntax
+doc/extras/vim/syntax/groupsconf.vim usr/share/vim/addons/syntax
+debian/clustershell.yaml usr/share/vim/registry

Modified: packages/clustershell/trunk/debian/rules
===================================================================
--- packages/clustershell/trunk/debian/rules	2010-11-28 21:33:40 UTC (rev 6343)
+++ packages/clustershell/trunk/debian/rules	2010-11-28 21:34:57 UTC (rev 6344)
@@ -9,3 +9,4 @@
 clean:
 	dh $@
 	rm -rf scripts/nodeset scripts/clush scripts/clubak 
+

Deleted: packages/clustershell/trunk/debian/vim-clustershell.README.Debian
===================================================================
--- packages/clustershell/trunk/debian/vim-clustershell.README.Debian	2010-11-28 21:33:40 UTC (rev 6343)
+++ packages/clustershell/trunk/debian/vim-clustershell.README.Debian	2010-11-28 21:34:57 UTC (rev 6344)
@@ -1,13 +0,0 @@
-Dear user, this package provides the vim addon clustershell, but it is not enabled
-per default.
-
-If you want to enable it for your user account just execute
-
-	vim-addons install clustershell
-
-Similarly, to enable it for all users of this system just execute (as root):
-
-	vim-addons -w install clustershell
-
-vim-addons is provided by the vim-addon-manager package, have a look at its
-manpage for more information.

Deleted: packages/clustershell/trunk/debian/vim-clustershell.dir
===================================================================
--- packages/clustershell/trunk/debian/vim-clustershell.dir	2010-11-28 21:33:40 UTC (rev 6343)
+++ packages/clustershell/trunk/debian/vim-clustershell.dir	2010-11-28 21:34:57 UTC (rev 6344)
@@ -1,3 +0,0 @@
-usr/share/vim/addons/syntax
-usr/share/vim/addons/ftdetect
-usr/share/vim/registry

Deleted: packages/clustershell/trunk/debian/vim-clustershell.install
===================================================================
--- packages/clustershell/trunk/debian/vim-clustershell.install	2010-11-28 21:33:40 UTC (rev 6343)
+++ packages/clustershell/trunk/debian/vim-clustershell.install	2010-11-28 21:34:57 UTC (rev 6344)
@@ -1,4 +0,0 @@
-doc/extras/vim/ftdetect/clustershell.vim usr/share/vim/addons/ftdetect
-doc/extras/vim/syntax/clushconf.vim usr/share/vim/addons/syntax
-doc/extras/vim/syntax/groupsconf.vim usr/share/vim/addons/syntax
-debian/vim-clustershell.yaml usr/share/vim/registry

Deleted: packages/clustershell/trunk/debian/vim-clustershell.yaml
===================================================================
--- packages/clustershell/trunk/debian/vim-clustershell.yaml	2010-11-28 21:33:40 UTC (rev 6343)
+++ packages/clustershell/trunk/debian/vim-clustershell.yaml	2010-11-28 21:34:57 UTC (rev 6344)
@@ -1,7 +0,0 @@
-addon: clustershell
-description: "Syntax highlighting for clustershell"
-files:
-  - ftdetect/clustershell.vim
-  - syntax/clushconf.vim
-  - syntax/groupsconf.vim
-




More information about the Python-apps-commits mailing list