comparison recipes/gnupg/base.py @ 206:98ffe5f3863b

Fix doc-string
author Bernhard Herzog <bh@intevation.de>
date Thu, 06 Nov 2008 15:25:37 +0000
parents bd887d02068a
children f5282057838a
comparison
equal deleted inserted replaced
205:8f2be31f0df1 206:98ffe5f3863b
78 class SmartSourcePackager(BaseSourcePackager): 78 class SmartSourcePackager(BaseSourcePackager):
79 79
80 """SourcePackager that uses pbuilder to create the source tarball. 80 """SourcePackager that uses pbuilder to create the source tarball.
81 81
82 We try to create source tarballs that are as close to the tarballs 82 We try to create source tarballs that are as close to the tarballs
83 created by the upstream maintainers. For the gnupg software this 83 created by the upstream maintainers as possible. For the gnupg
84 means need to run 'make dist' in a configured SVN working copy with 84 software this means we need to run 'make dist' in a configured SVN
85 some additional software installed like autoconf and texinfo. We 85 working copy with some additional software installed like autoconf
86 want to avoid running code from a working copy outside of the 86 and texinfo. We want to avoid running code from a working copy
87 pbuilder environment and to have to install recipe specific 87 outside of the pbuilder environment and having to install recipe
88 additional software packages in the treepkg host system. Therefore 88 specific additional software packages in the treepkg host system.
89 we create the source tarball using 'pbuilder execute' with a script. 89 Therefore we create the source tarball using 'pbuilder execute' with
90 a script.
90 """ 91 """
91 92
92 createtarball_script = """\ 93 createtarball_script = """\
93 #! /bin/bash 94 #! /bin/bash
94 set -e 95 set -e
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)