[Openstack-devel] Bug#659277: glance: General update after the debconf review process (2nd version)

Christian PERRIER bubulle at debian.org
Fri Mar 23 05:37:26 UTC 2012


(2nd version with complete Portuguese translation)

Dear Debian maintainer,

On Monday, February 13, 2012, I sent you a notification about the beginning of a review
action on debconf templates for glance.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/<templates> with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Monday, February 13, 2012. If your package was updated
in the meantime, I may have updated my reference copy....but I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.tar.gz
Type: application/octet-stream
Size: 7360 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/openstack-devel/attachments/20120323/cdecf63e/attachment-0001.obj>
-------------- next part --------------
--- glance.old/debian/glance-api.templates	2012-02-09 19:37:27.698580451 +0100
+++ glance/debian/glance-api.templates	2012-02-26 10:02:32.649789707 +0100
@@ -1,9 +1,18 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english at lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: glance-api/auth-url
 Type: string
 Default: http://localhost:5000
 _Description: Auth server URL:
- Type the URL of your auth server. This is typically the URL of your
- OpenStack Identity Service (Keystone).
+ Please specify the URL of your Glance authentication server. Typically
+ this is also the URL of your OpenStack Identity Service (Keystone).
 
 Template: glance-api/auth-token
 Type: string
--- glance.old/debian/glance-common.templates	2012-02-09 19:37:27.698580451 +0100
+++ glance/debian/glance-common.templates	2012-02-26 10:02:33.361808404 +0100
@@ -1,8 +1,19 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english at lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: glance/paste-flavor
 Type: select
 Choices: keystone, caching, keystone+caching, cachemanagement, keystone+cachemanagement
 Default: caching
 _Description: Pipeline flavor:
+ Please specify the flavor of pipeline to be used by Glance.
+ .
  If you use the OpenStack Identity Service (Keystone), you might want to
- select keystone. If you don't use this service, you can safely choose
- caching only.
\ No newline at end of file
+ select "keystone". If you don't use this service, you can safely choose
+ "caching" only.
--- glance.old/debian/control	2012-02-09 19:37:27.702580564 +0100
+++ glance/debian/control	2012-02-14 06:58:12.240295021 +0100
@@ -41,10 +41,10 @@
  python-xattr,
  python-crypto,
  python-httplib2 (>= 0.6.0)
-Description: OpenStack Image Registry and Delivery Service - Python client library
- The Glance project provides an image registration, discovery and
- delivery service. These services may be used as stand-along services, and
- they may also be used by Nova to deliver images from object stores, such as
+Description: OpenStack Image Service - Python client library
+ The Glance project provides services for discovering, registering, and
+ retrieving virtual machine images over the cloud. They may be stand-alone
+ services, or may be used to deliver images from object stores, such as
  OpenStack's Swift service, to Nova's compute nodes.
  .
  This package contains the Python client libraries.
@@ -62,61 +62,61 @@
     python-sqlalchemy-ext | python-sqlalchemy (<< 0.6.3-2),
     python-xattr,
     python-paste
-Description: OpenStack Image Registry and Delivery Service - Common
- The Glance project provides an image registration, discovery and
- delivery service. These services may be used as stand-along services, and
- they may also be used by Nova to deliver images from object stores, such as
+Description: OpenStack Image Service - common files
+ The Glance project provides services for discovering, registering, and
+ retrieving virtual machine images over the cloud. They may be stand-alone
+ services, or may be used to deliver images from object stores, such as
  OpenStack's Swift service, to Nova's compute nodes.
  .
- This package contains the glance common.
+ This package contains common files for Glance.
 
 Package: glance-api
 Architecture: all
 Section: python
 Replaces: glance (<< 2012.1~e2-3)
 Depends: ${python:Depends}, ${misc:Depends}, glance-common (= ${source:Version}), debconf
-Description: OpenStack Image Registry and Delivery Service - API
- The Glance project provides an image registration, discovery and
- delivery service. These services may be used as stand-along services, and
- they may also be used by Nova to deliver images from object stores, such as
+Description: OpenStack Image Service - API server
+ The Glance project provides services for discovering, registering, and
+ retrieving virtual machine images over the cloud. They may be stand-alone
+ services, or may be used to deliver images from object stores, such as
  OpenStack's Swift service, to Nova's compute nodes.
  .
- This package contains the glance api server.
+ This package contains the Glance API server.
 
 Package: glance-registry
 Architecture: all
 Section: python
 Replaces: glance (<< 2012.1~e2-3)
 Depends: ${python:Depends}, ${misc:Depends}, glance-common (= ${source:Version})
-Description: OpenStack Image Registry and Delivery Service - Registry
- The Glance project provides an image registration, discovery and
- delivery service. These services may be used as stand-along services, and
- they may also be used by Nova to deliver images from object stores, such as
+Description: OpenStack Image Service - registry server
+ The Glance project provides services for discovering, registering, and
+ retrieving virtual machine images over the cloud. They may be stand-alone
+ services, or may be used to deliver images from object stores, such as
  OpenStack's Swift service, to Nova's compute nodes.
  .
- This package contains the glance registry server.
+ This package contains the Glance registry server.
 
 Package: glance
 Architecture: all
 Section: python
 Depends: glance-api (= ${source:Version}), glance-registry (= ${source:Version}),
  ${misc:Depends}
-Description: OpenStack Image Registry and Delivery Service
- The Glance project provides an image registration, discovery and
- delivery service. These services may be used as stand-along services, and
- they may also be used by Nova to deliver images from object stores, such as
+Description: OpenStack Image Service - metapackage
+ The Glance project provides services for discovering, registering, and
+ retrieving virtual machine images over the cloud. They may be stand-alone
+ services, or may be used to deliver images from object stores, such as
  OpenStack's Swift service, to Nova's compute nodes.
  .
- This is a dependency package.
+ This is a dependency package to install all of the Glance suite.
 
 Package: python-glance-doc
 Architecture: all
 Section: doc
 Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
-Description: OpenStack Image Registry and Delivery Service - Documentation
- The Glance project provides an image registration, discovery and
- delivery service. These services may be used as stand-along services, and
- they may also be used by Nova to deliver images from object stores, such as
+Description: OpenStack Image Service - Python library documentation
+ The Glance project provides services for discovering, registering, and
+ retrieving virtual machine images over the cloud. They may be stand-alone
+ services, or may be used to deliver images from object stores, such as
  OpenStack's Swift service, to Nova's compute nodes.
  .
- This package contains the documentation.
+ This package contains the Python client library documentation.
--- glance.old/debian/changelog	2012-02-09 19:37:27.702580564 +0100
+++ glance/debian/changelog	2012-03-18 07:27:20.696042825 +0100
@@ -1,3 +1,21 @@
+glance (2012.1~e3-4) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. Closes: #659277
+  * [Debconf translation updates]
+  * Polish (Micha? Ku?ach).  Closes: #661895
+  * Danish (Joe Hansen).  Closes: #661945
+  * Swedish (Martin Bagge / brother).  Closes: #661965
+  * Russian (Yuri Kozlov).  Closes: #661982
+  * German (Chris Leick).  Closes: #662872
+  * French (Julien Patriarca).  Closes: #663061
+  * Dutch; (Jeroen Schot).  Closes: #663987
+  * Italian (Beatrice Torracca).  Closes: #664133
+  * Portuguese (Pedro Ribeiro).  Closes: #664274
+  * Czech (Michal Simunek).  Closes: #664458
+
+ -- Christian Perrier <bubulle at debian.org>  Thu, 09 Feb 2012 22:20:22 +0100
+
 glance (2012.1~e3-3) unstable; urgency=low
 
   * Add debconf templates to configure
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/openstack-devel/attachments/20120323/cdecf63e/attachment-0001.pgp>


More information about the Openstack-devel mailing list