[PKG-Openstack-devel] Bug#785072: cobbler: General update after the debconf review process

Christian PERRIER bubulle at debian.org
Sat Jun 27 06:41:01 UTC 2015


(probably useless, Thomas, as you uploaded regularly but you knoow
about my standard mails......good stay in Russia..:-))

Dear Debian maintainer,

On Thursday, May 21, 2015, I sent you a notification about the beginning of a review
action on debconf templates for cobbler.

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 Thursday, May 21, 2015. 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/gzip
Size: 8818 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/openstack-devel/attachments/20150627/d3a68451/attachment-0001.bin>
-------------- next part --------------
--- cobbler.old/debian/cobbler.templates	2015-05-12 07:41:05.726393726 +0200
+++ cobbler/debian/cobbler.templates	2015-06-09 06:50:57.468580212 +0200
@@ -1,31 +1,41 @@
+# 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: cobbler/password
 Type: password
 _Description: New password for the "cobbler" user:
- It is highly recommended that you set a password for the
- administrative "cobbler" user.
+ It is highly recommended that you set a password for the administrative
+ "cobbler" user.
  .
- You can also run password reconfiguration later by executing
- 'dpkg-reconfigure -plow cobbler'.
+ It can be reconfigured later using "dpkg-reconfigure -plow cobbler", and
+ users can be added to cobbler with
  .
- Note that you can easily add users to cobbler later with:
-  sudo htdigest /etc/cobbler/users.digest "Cobbler" USERNAME
+  htdigest /etc/cobbler/users.digest Cobbler USERNAME
 
-Template: cobbler/server_and_next_server
+Template: cobbler/server
 Type: string
-Default: 127.0.0.1
-_Description: Set the Boot and PXE server IP address:
- For kickstart and PXE features to work properly, it is
- important to set the correct IP addresses in the fields
- "server" and "next_server" in  "/etc/cobbler/settings".
- .
- The "server" field must be set to something other than
- localhost, or kickstart features will not work.  This should
- be a resolvable hostname or IP for the boot server as
- reachable by all machines that will use it.
+Default: localhost
+_Description: Address of the Cobbler server:
+ Please specify the hostname or IP address that clients will use for
+ this server during installs.
  .
- The "next_server" field must be set to something other than
- 127.0.0.1, and should match the IP address of the boot server
- on the PXE network.
+ This address will be written into "/etc/cobbler/settings" as the
+ value of the "server" field. For Kickstart features to work properly,
+ it must be set to something other than localhost.
+
+Template: cobbler/next_server
+Type: string
+Default: 127.0.0.1
+_Description: IP address of the boot server:
+ Please specify the local IP address of the boot server on the PXE
+ network.
  .
- Note that these values will try to be automatically detected,
- however they can be manually edited in "/etc/cobbler/settings".
+ This address will be written into "/etc/cobbler/settings" as the
+ value of the "next_server" field. For PXE features to work properly,
+ it must be set to something other than 127.0.0.1.
--- cobbler.old/debian/control	2015-05-12 07:41:05.726393726 +0200
+++ cobbler/debian/control	2015-06-06 13:28:57.870623632 +0200
@@ -41,32 +41,32 @@
          rsync,
          ${misc:Depends},
          ${python:Depends}
-Description: network boot, install and update server - Python modules
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
+Description: network boot, install, and update server - Python modules
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
  .
- This package contains the Python code.
+ This package provides the Python libraries for Cobbler.
 
 Package: cobbler-common
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: adduser, python-cobbler (= ${binary:Version}), ${misc:Depends}
 Provides: ${python:Provides}
-Description: network boot, install and update server - Common files
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
+Description: network boot, install, and update server - common files
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
  .
- This package contains the common files.
+ This package provides the common files.
 
 Package: cobbler-web
 Architecture: all
@@ -76,17 +76,16 @@
          cobbler-common (= ${binary:Version} ),
          ${misc:Depends}
 Provides: ${python:Provides}
-Description: network boot, install and update server - web interface
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
+Description: network boot, install, and update server - web interface
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
  .
- This package provides the web interface and its corresponding configuration
- files.
+ This package provides the web interface and its configuration files.
 
 Package: cobbler
 Architecture: all
@@ -115,16 +114,16 @@
           genisoimage,
           mkisofs-hpa,
           rsync,
-Description: network boot, install and update server - Daemon
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
+Description: network boot, install, and update server - daemon
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
  .
- This package contains the Cobbler daemon.
+ This package provides the Cobbler daemon.
 
 Package: python-koan
 Section: python
@@ -136,18 +135,19 @@
          ${misc:Depends},
          ${python:Depends}
 Provides: ${python:Provides}
-Description: kickstart-over-a-network (koan) - Python libraries
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
- .
- This package contains the Koan Python code. Koan stands for
- kickstart-over-a-network. It's a Cobbler helper tool that supports virtualized
- guests installs and reinstalling existing Linux machines.
+Description: Kickstart-Over-A-Network - Python libraries
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
+ .
+ Koan, "Kickstart-Over-A-Network", is a Cobbler client that supports
+ virtualized guest installs and reinstalling existing Linux machines.
+ .
+ This package provides the Python libraries for koan.
 
 Package: koan
 Architecture: all
@@ -165,14 +165,13 @@
          ${python:Depends}
 Suggests: createrepo, dhcp3-server, mkisofs-hpa, rsync, selinux-utils, tftpd-hpa
 Description: kickstart-over-a-network (koan)
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
- .
- This package contains Koan. Koan stands for kickstart-over-a-network. It's a
- Cobbler helper tool that supports virtualized guests installs and reinstalling
- existing Linux machines.
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
+ .
+ Koan, "Kickstart-Over-A-Network", is a Cobbler client that supports
+ virtualized guest installs and reinstalling existing Linux machines.
--- cobbler.old/debian/changelog	2015-05-12 07:41:05.726393726 +0200
+++ cobbler/debian/changelog	2015-06-27 08:30:05.662027616 +0200
@@ -1,3 +1,23 @@
+cobbler (2.6.6+dfsg1-3) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. Closes: #785072
+  * [Debconf translation updates]
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. Closes: #785072
+  * [Debconf translation updates]
+  * Czech (Michal Simunek).  Closes: #788329
+  * Portuguese (Am?rico Monteiro).  Closes: #788368
+  * German (Erik Pfannenstein).  Closes: #78849
+  * Russian (Yuri Kozlov).  Closes: #788512
+  * French (Julien Patriarca).  Closes: #789031
+  * Dutch; (Frans Spiesschaert).  Closes: #789280
+  * Brazilian Portuguese (Adriano Rafael Gomes).  Closes: #789507
+  * Spanish; (Jonathan Bustillos).  Closes: #789962
+  * Danish (Joe Hansen).  Closes: #790070
+
+ -- Christian Perrier <bubulle at debian.org>  Sun, 17 May 2015 05:22:20 +0200
+
 cobbler (2.6.6+dfsg1-1) unstable; urgency=low
 
   * Initial release. (Closes: #545583)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/openstack-devel/attachments/20150627/d3a68451/attachment-0001.sig>


More information about the Openstack-devel mailing list