[Treepkg-commits] r132 - trunk/recipes/gnupg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 6 16:25:38 CET 2008


Author: bh
Date: 2008-11-06 16:25:37 +0100 (Thu, 06 Nov 2008)
New Revision: 132

Modified:
   trunk/recipes/gnupg/base.py
Log:
Fix doc-string


Modified: trunk/recipes/gnupg/base.py
===================================================================
--- trunk/recipes/gnupg/base.py	2008-10-15 15:45:38 UTC (rev 131)
+++ trunk/recipes/gnupg/base.py	2008-11-06 15:25:37 UTC (rev 132)
@@ -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 = """\



More information about the Treepkg-commits mailing list