[Python-apps-commits] r6345 - in packages/clustershell/tags (13 files)

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


    Date: Sunday, November 28, 2010 @ 21:39:22
  Author: phantez-guest
Revision: 6345

[svn-buildpackage] Tagging clustershell 1.3.3-1

Added:
  packages/clustershell/tags/1.3.3-1/
  packages/clustershell/tags/1.3.3-1/debian/README.Debian
    (from rev 6344, packages/clustershell/trunk/debian/README.Debian)
  packages/clustershell/tags/1.3.3-1/debian/changelog
    (from rev 6344, packages/clustershell/trunk/debian/changelog)
  packages/clustershell/tags/1.3.3-1/debian/clustershell.yaml
    (from rev 6344, packages/clustershell/trunk/debian/clustershell.yaml)
  packages/clustershell/tags/1.3.3-1/debian/control
    (from rev 6344, packages/clustershell/trunk/debian/control)
  packages/clustershell/tags/1.3.3-1/debian/dir
    (from rev 6344, packages/clustershell/trunk/debian/dir)
  packages/clustershell/tags/1.3.3-1/debian/install
    (from rev 6344, packages/clustershell/trunk/debian/install)
  packages/clustershell/tags/1.3.3-1/debian/rules
    (from rev 6344, packages/clustershell/trunk/debian/rules)
Deleted:
  packages/clustershell/tags/1.3.3-1/debian/changelog
  packages/clustershell/tags/1.3.3-1/debian/control
  packages/clustershell/tags/1.3.3-1/debian/dir
  packages/clustershell/tags/1.3.3-1/debian/install
  packages/clustershell/tags/1.3.3-1/debian/rules

Copied: packages/clustershell/tags/1.3.3-1/debian/README.Debian (from rev 6344, packages/clustershell/trunk/debian/README.Debian)
===================================================================
--- packages/clustershell/tags/1.3.3-1/debian/README.Debian	                        (rev 0)
+++ packages/clustershell/tags/1.3.3-1/debian/README.Debian	2010-11-28 21:39:22 UTC (rev 6345)
@@ -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.

Deleted: packages/clustershell/tags/1.3.3-1/debian/changelog
===================================================================
--- packages/clustershell/trunk/debian/changelog	2010-11-23 21:44:48 UTC (rev 6332)
+++ packages/clustershell/tags/1.3.3-1/debian/changelog	2010-11-28 21:39:22 UTC (rev 6345)
@@ -1,5 +0,0 @@
-clustershell (1.3-1) unstable; urgency=low
-
-  * Initial release. (Closes: #584769)
-
- -- Stéphan Gorget <phantez at gmail.com>  Fri, 28 Jul 2010 18:38:40 +0200

Copied: packages/clustershell/tags/1.3.3-1/debian/changelog (from rev 6344, packages/clustershell/trunk/debian/changelog)
===================================================================
--- packages/clustershell/tags/1.3.3-1/debian/changelog	                        (rev 0)
+++ packages/clustershell/tags/1.3.3-1/debian/changelog	2010-11-28 21:39:22 UTC (rev 6345)
@@ -0,0 +1,13 @@
+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>  Sun, 28 Nov 2010 01:50:29 +0100
+
+clustershell (1.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #584769)
+
+ -- Stéphan Gorget <phantez at gmail.com>  Fri, 28 Jul 2010 18:38:40 +0200

Copied: packages/clustershell/tags/1.3.3-1/debian/clustershell.yaml (from rev 6344, packages/clustershell/trunk/debian/clustershell.yaml)
===================================================================
--- packages/clustershell/tags/1.3.3-1/debian/clustershell.yaml	                        (rev 0)
+++ packages/clustershell/tags/1.3.3-1/debian/clustershell.yaml	2010-11-28 21:39:22 UTC (rev 6345)
@@ -0,0 +1,7 @@
+addon: clustershell
+description: "Syntax highlighting for clustershell"
+files:
+  - ftdetect/clustershell.vim
+  - syntax/clushconf.vim
+  - syntax/groupsconf.vim
+

Deleted: packages/clustershell/tags/1.3.3-1/debian/control
===================================================================
--- packages/clustershell/trunk/debian/control	2010-11-23 21:44:48 UTC (rev 6332)
+++ packages/clustershell/tags/1.3.3-1/debian/control	2010-11-28 21:39:22 UTC (rev 6345)
@@ -1,24 +0,0 @@
-Source: clustershell
-Section: net
-Priority: optional
-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 (>= 0.6), cdbs (>= 0.4.49), python-all
-XS-Python-Version: >= 2.4
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/python-apps/packages/clustershell/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/clustershell/trunk/
-
-Package: clustershell
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: Distributed shell that provides an efficient python interface
- Event-based Python library to execute commands on local or distant
- cluster nodes in parallel depending on the selected engine and
- worker mechanisms.
- .
- The library provides also advanced nodeset handling methods. Its goal
- is to improve the administration of cluster by providing a lightweight
- but scalable API for developers.
-

Copied: packages/clustershell/tags/1.3.3-1/debian/control (from rev 6344, packages/clustershell/trunk/debian/control)
===================================================================
--- packages/clustershell/tags/1.3.3-1/debian/control	                        (rev 0)
+++ packages/clustershell/tags/1.3.3-1/debian/control	2010-11-28 21:39:22 UTC (rev 6345)
@@ -0,0 +1,24 @@
+Source: clustershell
+Section: net
+Priority: optional
+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-all
+XS-Python-Version: >= 2.4
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/clustershell/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/clustershell/trunk/
+
+Package: clustershell
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Distributed shell that provides an efficient python interface
+ Event-based Python library to execute commands on local or distant
+ cluster nodes in parallel depending on the selected engine and
+ worker mechanisms.
+ .
+ The library provides also advanced nodeset handling methods. Its goal
+ is to improve the administration of cluster by providing a lightweight
+ but scalable API for developers.
+

Deleted: packages/clustershell/tags/1.3.3-1/debian/dir
===================================================================
--- packages/clustershell/trunk/debian/dir	2010-11-23 21:44:48 UTC (rev 6332)
+++ packages/clustershell/tags/1.3.3-1/debian/dir	2010-11-28 21:39:22 UTC (rev 6345)
@@ -1 +0,0 @@
-/etc/clustershell

Copied: packages/clustershell/tags/1.3.3-1/debian/dir (from rev 6344, packages/clustershell/trunk/debian/dir)
===================================================================
--- packages/clustershell/tags/1.3.3-1/debian/dir	                        (rev 0)
+++ packages/clustershell/tags/1.3.3-1/debian/dir	2010-11-28 21:39:22 UTC (rev 6345)
@@ -0,0 +1,4 @@
+/etc/clustershell
+usr/share/vim/addons/syntax
+usr/share/vim/addons/ftdetect
+usr/share/vim/registry

Deleted: packages/clustershell/tags/1.3.3-1/debian/install
===================================================================
--- packages/clustershell/trunk/debian/install	2010-11-23 21:44:48 UTC (rev 6332)
+++ packages/clustershell/tags/1.3.3-1/debian/install	2010-11-28 21:39:22 UTC (rev 6345)
@@ -1,2 +0,0 @@
-conf/groups.conf etc/clustershell
-conf/clush.conf etc/clustershell

Copied: packages/clustershell/tags/1.3.3-1/debian/install (from rev 6344, packages/clustershell/trunk/debian/install)
===================================================================
--- packages/clustershell/tags/1.3.3-1/debian/install	                        (rev 0)
+++ packages/clustershell/tags/1.3.3-1/debian/install	2010-11-28 21:39:22 UTC (rev 6345)
@@ -0,0 +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

Deleted: packages/clustershell/tags/1.3.3-1/debian/rules
===================================================================
--- packages/clustershell/trunk/debian/rules	2010-11-23 21:44:48 UTC (rev 6332)
+++ packages/clustershell/tags/1.3.3-1/debian/rules	2010-11-28 21:39:22 UTC (rev 6345)
@@ -1,11 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-DEB_PYTHON_SYSTEM := pysupport
-
-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

Copied: packages/clustershell/tags/1.3.3-1/debian/rules (from rev 6344, packages/clustershell/trunk/debian/rules)
===================================================================
--- packages/clustershell/tags/1.3.3-1/debian/rules	                        (rev 0)
+++ packages/clustershell/tags/1.3.3-1/debian/rules	2010-11-28 21:39:22 UTC (rev 6345)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+get-orig-tarball:
+	uscan --verbose --force-download
+
+clean:
+	dh $@
+	rm -rf scripts/nodeset scripts/clush scripts/clubak 
+




More information about the Python-apps-commits mailing list