Dear Debian maintainer, On Monday, February 13, 2012, I notified you of the beginning of a review process concerning debconf templates for glance. The debian-l10n-english contributors have now reviewed these templates, and the final proposed changes are attached to this update to the original bug report. Please review the suggested changes, and if you have any objections, let me know in the next 3 days. However, please try to avoid uploading glance with these changes right now. The second phase of this process will begin on Wednesday, February 29, 2012, when I will coordinate updates to translations of debconf templates. The existing translators will be notified of the changes: they will receive an updated PO file for their language. Simultaneously, a general call for new translations will be sent to the debian-i18n mailing list. Both these calls for translations will request updates to be sent as individual bug reports. That will probably trigger a lot of bug reports against your package, but these should be easier to deal with. The call for translation updates and new translations will run until about Wednesday, March 21, 2012. Please avoid uploading a package with fixed or changed debconf templates and/or translation updates in the meantime. Of course, other changes are safe. Please note that this is an approximative delay, which depends on my own availability to process this work and is influenced by the fact that I simultaneously work on many packages. Around Thursday, March 22, 2012, I will contact you again and will send a final patch summarizing all the updates (changes to debconf templates, updates to debconf translations and new debconf translations). Again, thanks for your attention and cooperation. --
# These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-english@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: 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 _Description: Auth server admin token:
# These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-english@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.
Source: glance Section: net Priority: extra Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org> Uploaders: Julien Danjou <acid@debian.org>, Thomas Goirand <zigo@debian.org>, Ghe Rivero <ghe@debian.org> Build-Depends: debhelper (>= 7.0.50), python-all (>= 2.6.6-3~), po-debconf Build-Depends-Indep: python-setuptools, python-sphinx, python-distutils-extra, python-sqlalchemy-ext | python-sqlalchemy (<< 0.6.3-2), python-nose, python-webob, python-migrate, python-routes, python-boto, python-kombu, python-httplib2 (>= 0.6.0) Standards-Version: 3.9.2 Homepage: http://launchpad.net/glance Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/glance.git;a=summary Vcs-Git: git://anonscm.debian.org/openstack/glance.git Package: python-glance Architecture: all Section: python Depends: ${python:Depends}, ${misc:Depends}, python-webob, python-routes, python-daemon, python-eventlet, python-sqlalchemy-ext | python-sqlalchemy (<< 0.6.3-2), python-pastedeploy, python-argparse, python-migrate, python-kombu, python-xattr, python-crypto, python-httplib2 (>= 0.6.0) 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. Package: glance-common Architecture: all Section: python Replaces: glance (<< 2012.1~e2-3) Depends: ${python:Depends}, ${misc:Depends}, adduser, python-eventlet, python-glance (= ${source:Version}), python-migrate, python-routes, python-sqlalchemy-ext | python-sqlalchemy (<< 0.6.3-2), python-xattr, python-paste 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 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 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. 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 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. Package: glance Architecture: all Section: python Depends: glance-api (= ${source:Version}), glance-registry (= ${source:Version}), ${misc:Depends} 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 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 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 Python client library documentation.
--- 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@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@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.
Attachment:
signature.asc
Description: Digital signature