[Python-apps-commits] r6335 - in packages/clustershell/trunk/debian (7 files)
phantez-guest at users.alioth.debian.org
phantez-guest at users.alioth.debian.org
Sun Nov 28 00:48:57 UTC 2010
Date: Sunday, November 28, 2010 @ 00:48:50
Author: phantez-guest
Revision: 6335
* Change cdbs to dh_python
* Add vim-clustershell package
Added:
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
Modified:
packages/clustershell/trunk/debian/changelog
packages/clustershell/trunk/debian/control
packages/clustershell/trunk/debian/rules
Modified: packages/clustershell/trunk/debian/changelog
===================================================================
--- packages/clustershell/trunk/debian/changelog 2010-11-27 11:52:21 UTC (rev 6334)
+++ packages/clustershell/trunk/debian/changelog 2010-11-28 00:48:50 UTC (rev 6335)
@@ -1,3 +1,16 @@
+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
* New upstream release 1.3.3
Modified: packages/clustershell/trunk/debian/control
===================================================================
--- packages/clustershell/trunk/debian/control 2010-11-27 11:52:21 UTC (rev 6334)
+++ packages/clustershell/trunk/debian/control 2010-11-28 00:48:50 UTC (rev 6335)
@@ -22,3 +22,11 @@
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/rules
===================================================================
--- packages/clustershell/trunk/debian/rules 2010-11-27 11:52:21 UTC (rev 6334)
+++ packages/clustershell/trunk/debian/rules 2010-11-28 00:48:50 UTC (rev 6335)
@@ -1,11 +1,15 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-DEB_PYTHON_SYSTEM := pysupport
+INSTALL=install -Dp
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-clean::
- rm -rf build scripts/nodeset scripts/clush scripts/clubak
- dh_clean
+%:
+ dh $@
+
+get-orig-tarball:
+ uscan --verbose --force-download
+
+clean:
+ dh $@
+ rm -rf scripts/nodeset scripts/clush scripts/clubak
+
Added: packages/clustershell/trunk/debian/vim-clustershell.README.Debian
===================================================================
--- packages/clustershell/trunk/debian/vim-clustershell.README.Debian (rev 0)
+++ packages/clustershell/trunk/debian/vim-clustershell.README.Debian 2010-11-28 00:48:50 UTC (rev 6335)
@@ -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.
Added: packages/clustershell/trunk/debian/vim-clustershell.dir
===================================================================
--- packages/clustershell/trunk/debian/vim-clustershell.dir (rev 0)
+++ packages/clustershell/trunk/debian/vim-clustershell.dir 2010-11-28 00:48:50 UTC (rev 6335)
@@ -0,0 +1,3 @@
+usr/share/vim/addons/syntax
+usr/share/vim/addons/ftdetect
+usr/share/vim/registry
Added: packages/clustershell/trunk/debian/vim-clustershell.install
===================================================================
--- packages/clustershell/trunk/debian/vim-clustershell.install (rev 0)
+++ packages/clustershell/trunk/debian/vim-clustershell.install 2010-11-28 00:48:50 UTC (rev 6335)
@@ -0,0 +1,4 @@
+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
Added: packages/clustershell/trunk/debian/vim-clustershell.yaml
===================================================================
--- packages/clustershell/trunk/debian/vim-clustershell.yaml (rev 0)
+++ packages/clustershell/trunk/debian/vim-clustershell.yaml 2010-11-28 00:48:50 UTC (rev 6335)
@@ -0,0 +1,7 @@
+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