[Python-apps-commits] r6352 - in packages/clustershell/tags (5 files)

phantez-guest at users.alioth.debian.org phantez-guest at users.alioth.debian.org
Thu Dec 2 20:31:13 UTC 2010


    Date: Thursday, December 2, 2010 @ 20:31:12
  Author: phantez-guest
Revision: 6352

[svn-buildpackage] Tagging clustershell 1.3.3-1

Added:
  packages/clustershell/tags/1.3.3-1/
  packages/clustershell/tags/1.3.3-1/debian/changelog
    (from rev 6351, packages/clustershell/trunk/debian/changelog)
  packages/clustershell/tags/1.3.3-1/debian/control
    (from rev 6350, packages/clustershell/trunk/debian/control)
Deleted:
  packages/clustershell/tags/1.3.3-1/debian/changelog
  packages/clustershell/tags/1.3.3-1/debian/control

Deleted: packages/clustershell/tags/1.3.3-1/debian/changelog
===================================================================
--- packages/clustershell/trunk/debian/changelog	2010-12-02 15:46:42 UTC (rev 6349)
+++ packages/clustershell/tags/1.3.3-1/debian/changelog	2010-12-02 20:31:12 UTC (rev 6352)
@@ -1,18 +0,0 @@
-clustershell (1.3.3-1) unstable; urgency=low
-
-  * Modify rules to change from CDBS to dh
-  * Syntax highlighting for clustershell
-    - Modify control recommends vim-addon-manager
-    - Add README.Debian to explain how to integrate vim files with
-      vim-addon-manager.
-    - Add clustershell.yaml for vim-addon-manager
-    - Modify install and dirs to install yaml and .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/changelog (from rev 6351, 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-12-02 20:31:12 UTC (rev 6352)
@@ -0,0 +1,19 @@
+clustershell (1.3.3-1) unstable; urgency=low
+
+  * Modify rules to change from CDBS to dh
+  * Syntax highlighting for clustershell
+    - Modify control recommends vim-addon-manager
+    - Add README.Debian to explain how to integrate vim files with
+      vim-addon-manager.
+    - Add clustershell.yaml for vim-addon-manager
+    - Modify install and dirs to install yaml and .vim files
+  * New upstream release 1.3.3
+  * Add dependency to python-setuptools
+
+ -- 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

Deleted: packages/clustershell/tags/1.3.3-1/debian/control
===================================================================
--- packages/clustershell/trunk/debian/control	2010-12-02 15:46:42 UTC (rev 6349)
+++ packages/clustershell/tags/1.3.3-1/debian/control	2010-12-02 20:31:12 UTC (rev 6352)
@@ -1,25 +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, 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}
-Recommends: vim-addon-manager
-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 6350, 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-12-02 20:31:12 UTC (rev 6352)
@@ -0,0 +1,25 @@
+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, python-setuptools
+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}
+Recommends: vim-addon-manager
+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.
+




More information about the Python-apps-commits mailing list