# HG changeset patch # User Bernhard Herzog # Date 1225985137 0 # Node ID 98ffe5f3863b09b7887edc8d72c3c67f62adaae0 # Parent 8f2be31f0df16e54b3e007ee90a3671e3593fb91 Fix doc-string diff -r 8f2be31f0df1 -r 98ffe5f3863b recipes/gnupg/base.py --- a/recipes/gnupg/base.py Wed Oct 15 15:45:38 2008 +0000 +++ b/recipes/gnupg/base.py Thu Nov 06 15:25:37 2008 +0000 @@ -80,13 +80,14 @@ """SourcePackager that uses pbuilder to create the source tarball. We try to create source tarballs that are as close to the tarballs - created by the upstream maintainers. For the gnupg software this - means need to run 'make dist' in a configured SVN working copy with - some additional software installed like autoconf and texinfo. We - want to avoid running code from a working copy outside of the - pbuilder environment and to have to install recipe specific - additional software packages in the treepkg host system. Therefore - we create the source tarball using 'pbuilder execute' with a script. + created by the upstream maintainers as possible. For the gnupg + software this means we need to run 'make dist' in a configured SVN + working copy with some additional software installed like autoconf + and texinfo. We want to avoid running code from a working copy + outside of the pbuilder environment and having to install recipe + specific additional software packages in the treepkg host system. + Therefore we create the source tarball using 'pbuilder execute' with + a script. """ createtarball_script = """\