[Python-apps-commits] r6946 - in packages/clustershell/tags (7 files)

phantez-guest at users.alioth.debian.org phantez-guest at users.alioth.debian.org
Sun Apr 17 09:25:59 UTC 2011


    Date: Sunday, April 17, 2011 @ 09:25:53
  Author: phantez-guest
Revision: 6946

[svn-buildpackage] Tagging clustershell 1.4.3-1

Added:
  packages/clustershell/tags/1.4.3-1/
  packages/clustershell/tags/1.4.3-1/debian/changelog
    (from rev 6943, packages/clustershell/trunk/debian/changelog)
  packages/clustershell/tags/1.4.3-1/debian/control
    (from rev 6943, packages/clustershell/trunk/debian/control)
  packages/clustershell/tags/1.4.3-1/debian/rules
    (from rev 6943, packages/clustershell/trunk/debian/rules)
Deleted:
  packages/clustershell/tags/1.4.3-1/debian/changelog
  packages/clustershell/tags/1.4.3-1/debian/control
  packages/clustershell/tags/1.4.3-1/debian/rules

Deleted: packages/clustershell/tags/1.4.3-1/debian/changelog
===================================================================
--- packages/clustershell/trunk/debian/changelog	2011-02-10 14:27:41 UTC (rev 6638)
+++ packages/clustershell/tags/1.4.3-1/debian/changelog	2011-04-17 09:25:53 UTC (rev 6946)
@@ -1,30 +0,0 @@
-clustershell (1.4-1) unstable; urgency=low
-
-  * New upstream release
-  * Add version number to the Build-Depends parameters :
-    - python-support (>= 0.6)
-    - python-all(>= 2.4)
-    - python-setuptools (>= 0.6)
-  * Remove debian/dir useless file
-
- -- Stéphan Gorget <phantez at gmail.com>  Wed, 26 Jan 2011 10:48:28 +0100
-
-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

Copied: packages/clustershell/tags/1.4.3-1/debian/changelog (from rev 6943, packages/clustershell/trunk/debian/changelog)
===================================================================
--- packages/clustershell/tags/1.4.3-1/debian/changelog	                        (rev 0)
+++ packages/clustershell/tags/1.4.3-1/debian/changelog	2011-04-17 09:25:53 UTC (rev 6946)
@@ -0,0 +1,38 @@
+clustershell (1.4.3-1) unstable; urgency=low
+
+  * New upstream release 1.4.3
+  * Changed to use dh_python2
+  * Debian policy 3.9.2
+
+ -- Stéphan Gorget <phantez at gmail.com>  Sat, 16 Apr 2011 18:15:05 +0200
+
+clustershell (1.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Add version number to the Build-Depends parameters :
+    - python-support (>= 0.6)
+    - python-all(>= 2.4)
+    - python-setuptools (>= 0.6)
+  * Remove debian/dir useless file
+
+ -- Stéphan Gorget <phantez at gmail.com>  Wed, 26 Jan 2011 10:48:28 +0100
+
+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.4.3-1/debian/control
===================================================================
--- packages/clustershell/trunk/debian/control	2011-02-10 14:27:41 UTC (rev 6638)
+++ packages/clustershell/tags/1.4.3-1/debian/control	2011-04-17 09:25:53 UTC (rev 6946)
@@ -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 (>= 0.6), python-all(>= 2.4), python-setuptools (>= 0.6)
-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.4.3-1/debian/control (from rev 6943, packages/clustershell/trunk/debian/control)
===================================================================
--- packages/clustershell/tags/1.4.3-1/debian/control	                        (rev 0)
+++ packages/clustershell/tags/1.4.3-1/debian/control	2011-04-17 09:25:53 UTC (rev 6946)
@@ -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-all(>= 2.6.6-3~), python-setuptools (>= 0.6)
+X-Python-Version: >= 2.4
+Standards-Version: 3.9.2
+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.
+

Deleted: packages/clustershell/tags/1.4.3-1/debian/rules
===================================================================
--- packages/clustershell/trunk/debian/rules	2011-02-10 14:27:41 UTC (rev 6638)
+++ packages/clustershell/tags/1.4.3-1/debian/rules	2011-04-17 09:25:53 UTC (rev 6946)
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@
-
-get-orig-tarball:
-	uscan --verbose --force-download
-
-clean:
-	dh $@
-	rm -rf scripts/nodeset scripts/clush scripts/clubak 
-

Copied: packages/clustershell/tags/1.4.3-1/debian/rules (from rev 6943, packages/clustershell/trunk/debian/rules)
===================================================================
--- packages/clustershell/tags/1.4.3-1/debian/rules	                        (rev 0)
+++ packages/clustershell/tags/1.4.3-1/debian/rules	2011-04-17 09:25:53 UTC (rev 6946)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+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