[pinto] 01/03: Updated debian/control file and debconf templates.

Oleg Gashev oleg at gashev.net
Sat Jan 11 07:19:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

gashev-guest pushed a commit to branch master
in repository pinto.

commit 42af2effe3a76d4ba01db120539bf35ddb641ca6
Author: Oleg Gashev <oleg at gashev.net>
Date:   Sat Jan 11 06:52:29 2014 +0000

    Updated debian/control file and debconf templates.
    
    Thanks: Christian PERRIER <bubulle at debian.org> for the patch.
    Closes: #731109 pinto: [debconf_rewrite] Debconf templates and debian/control review proposal.
---
 debian/control         |  7 ++++---
 debian/pinto.templates | 29 +++++++++++++++++++++--------
 2 files changed, 25 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index cfe9e5f..b3bfc62 100644
--- a/debian/control
+++ b/debian/control
@@ -128,7 +128,8 @@ Description: application for curating a repository of Perl modules
  Pinto is an application for creating and managing a custom CPAN-like
  repository of Perl modules. The purpose of such a repository is to provide a
  stable, curated stack of dependencies from which you can reliably build,
- test, and deploy your application using the standard Perl tool chain. Pinto
- supports various operations for gathering and managing distribution
+ test, and deploy applications using the standard Perl tool chain.
+ .
+ Pinto supports various operations for gathering and managing distribution
  dependencies within the repository, so that you can control precisely which
- dependencies go into your application.
+ dependencies go into applications.
diff --git a/debian/pinto.templates b/debian/pinto.templates
index 2aa4f77..8b33ed1 100644
--- a/debian/pinto.templates
+++ b/debian/pinto.templates
@@ -1,17 +1,30 @@
+# 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: pinto/adminpassword
 Type: password
 _Description: Pinto web administration password:
- Please provide the password to be created with the "pintoadmin" user.
+ Please choose the password for the "pintoadmin" user.
+ .
+ This username/password combination is needed, after installation, to log
+ in to Pinto through its web interface.
  .
- This is the username and password you will use to log in to your pinto
- installation after configuration is complete. If you do not provide a
- password, you will have to configure access to pinto yourself.
+ If this is left empty, you will have to manually configure
+ accounts for Pinto.
 
 Template: pinto/adminpassword-repeat
 Type: password
-_Description: Password confirmation:
+_Description: Re-enter password to verify:
+ Please enter the same user password again to verify you have typed it
+ correctly.
 
 Template: pinto/adminpassword-mismatch
-Type: note
-_Description: The passwords do not match
-
+Type: error
+_Description: Password input error
+ The two passwords you entered were not the same. Please try again.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pinto.git



More information about the Pkg-perl-cvs-commits mailing list