[Python-modules-commits] r32726 - in packages/python-cs/trunk/python-cs/debian (4 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Wed May 20 11:45:16 UTC 2015


    Date: Wednesday, May 20, 2015 @ 11:45:13
  Author: bernat
Revision: 32726

Rename cs to cloudstack. Closes: #768388.

Added:
  packages/python-cs/trunk/python-cs/debian/cloudstack.1
    (from rev 32725, packages/python-cs/trunk/python-cs/debian/cs.1)
Modified:
  packages/python-cs/trunk/python-cs/debian/changelog
  packages/python-cs/trunk/python-cs/debian/rules
Deleted:
  packages/python-cs/trunk/python-cs/debian/cs.1

Modified: packages/python-cs/trunk/python-cs/debian/changelog
===================================================================
--- packages/python-cs/trunk/python-cs/debian/changelog	2015-05-19 18:35:39 UTC (rev 32725)
+++ packages/python-cs/trunk/python-cs/debian/changelog	2015-05-20 11:45:13 UTC (rev 32726)
@@ -1,3 +1,9 @@
+python-cs (0.5.7-2) UNRELEASED; urgency=medium
+
+  * Rename cs to cloudstack. Closes: #768388.
+
+ -- Vincent Bernat <bernat at debian.org>  Wed, 20 May 2015 13:45:03 +0200
+
 python-cs (0.5.7-1) unstable; urgency=medium
 
   * Initial release. Closes: #767334.

Copied: packages/python-cs/trunk/python-cs/debian/cloudstack.1 (from rev 32725, packages/python-cs/trunk/python-cs/debian/cs.1)
===================================================================
--- packages/python-cs/trunk/python-cs/debian/cloudstack.1	                        (rev 0)
+++ packages/python-cs/trunk/python-cs/debian/cloudstack.1	2015-05-20 11:45:13 UTC (rev 32726)
@@ -0,0 +1,46 @@
+.Dd $Mdocdate: August 18 2013 $
+.Dt CLOUDSTACK 1
+.Os
+.Sh NAME
+.Nm cloudstack
+.Nd command-line client for Apache CloudStack
+.Sh SYNOPSIS
+.Nm
+.Op Fl -async
+.Ar command
+.Op Ar option=value ...
+.Sh DESCRIPTION
+.Nm
+is a command-line client for Apache CloudStack.
+.Ar command
+should be the name of an API command.
+.Nm
+will return the result as a JSON-formatted output.
+.Pp
+Configuration is read from several locations, in the following order:
+.Bl -bullet -offset 10 -compact
+.It
+the
+.Li CLOUDSTACK_ENDPOINT ,
+.Li CLOUDSTACK_KEY
+and
+.Li CLOUDSTACK_SECRET
+environment variables,
+.It
+a
+.Li CLOUDSTACK_CONFIG
+environment variable pointing to an .ini file,
+.It
+a
+.Li cloudstack.ini
+file in the current working directory,
+.It
+a
+.Li .cloudstack.ini
+file in the home directory.
+.El
+.Sh SEE ALSO
+For more documentation about
+.Nm ,
+have a look at the documentation of CloudStack API at
+.Pa http://cloudstack.apache.org/docs/api/ .

Deleted: packages/python-cs/trunk/python-cs/debian/cs.1
===================================================================
--- packages/python-cs/trunk/python-cs/debian/cs.1	2015-05-19 18:35:39 UTC (rev 32725)
+++ packages/python-cs/trunk/python-cs/debian/cs.1	2015-05-20 11:45:13 UTC (rev 32726)
@@ -1,46 +0,0 @@
-.Dd $Mdocdate: August 18 2013 $
-.Dt CS 1
-.Os
-.Sh NAME
-.Nm cs
-.Nd command-line client for Apache CloudStack
-.Sh SYNOPSIS
-.Nm
-.Op Fl -async
-.Ar command
-.Op Ar option=value ...
-.Sh DESCRIPTION
-.Nm
-is a command-line client for Apache CloudStack.
-.Ar command
-should be the name of an API command.
-.Nm
-will return the result as a JSON-formatted output.
-.Pp
-Configuration is read from several locations, in the following order:
-.Bl -bullet -offset 10 -compact
-.It
-the
-.Li CLOUDSTACK_ENDPOINT ,
-.Li CLOUDSTACK_KEY
-and
-.Li CLOUDSTACK_SECRET
-environment variables,
-.It
-a
-.Li CLOUDSTACK_CONFIG
-environment variable pointing to an .ini file,
-.It
-a
-.Li cloudstack.ini
-file in the current working directory,
-.It
-a
-.Li .cloudstack.ini
-file in the home directory.
-.El
-.Sh SEE ALSO
-For more documentation about
-.Nm ,
-have a look at the documentation of CloudStack API at
-.Pa http://cloudstack.apache.org/docs/api/ .

Modified: packages/python-cs/trunk/python-cs/debian/rules
===================================================================
--- packages/python-cs/trunk/python-cs/debian/rules	2015-05-19 18:35:39 UTC (rev 32725)
+++ packages/python-cs/trunk/python-cs/debian/rules	2015-05-20 11:45:13 UTC (rev 32726)
@@ -10,7 +10,7 @@
 override_dh_install:
 	dh_install
 	# Move cs executable in its dedicated package
-	mkdir debian/cs/usr
-	mv debian/python3-cs/usr/bin debian/cs/usr/.
+	mkdir -p debian/cs/usr/bin
+	mv debian/python3-cs/usr/bin/cs debian/cs/usr/bin/cloudstack
 	rm -rf debian/python-cs/usr/bin
 	rm -rf debian/python3-cs/usr/bin




More information about the Python-modules-commits mailing list