[libstring-expand-perl] 01/02: Change ${NAME} to ${OTHER_NAME} in long description.

gregor herrmann gregoa at debian.org
Sun Nov 29 16:02:27 UTC 2015


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

gregoa pushed a commit to branch master
in repository libstring-expand-perl.

commit 6a1a892fb8a9a453fe3163addc107fed1061e646
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 29 16:49:05 2015 +0100

    Change ${NAME} to ${OTHER_NAME} in long description.
    
    The former gets expanded (to an empty string) by dpkg-gencontrol.
    
    (And I have no idea how escaping works.)
    
    Thanks: Jonas Smedegaard for the bug report and his patience in explaining the problem.
    Closes: #806581
---
 debian/control | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index f2801aa..ffdc81a 100644
--- a/debian/control
+++ b/debian/control
@@ -20,11 +20,11 @@ Depends: ${misc:Depends},
 Description: string utility functions for expanding variables in self-referential sets
  String::Expand implements utility functions for expanding embedded variables
  in a string. Variable references are embedded in strings in a similar form to
- the Bourne shell, namely, in the form $NAME or ${NAME}. In the former case,
- the NAME must consist of a capital letter or underscore, and may be followed
- by zero or more capital letters, digits or underscores. In the latter case,
- the name can consist of any characters, but will be terminated by the first
- close brace character '}'.
+ the Bourne shell, namely, in the form $NAME or ${OTHER_NAME}. In the former
+ case, the NAME must consist of a capital letter or underscore, and may be
+ followed by zero or more capital letters, digits or underscores. In the
+ latter case, the name can consist of any characters, but will be terminated
+ by the first close brace character '}'.
  .
  This is especially useful if you want to expand environment variables
  inside strings.

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



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