From 639f2f9c28cf0e9badb2b94373e668777a900c12 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sat, 11 Feb 2006 14:21:08 +0000 Subject: - quilt/setup.in: Add --path option for defining a tarball search path. Fix a bug in check_for_existing_files. When a series file is given as an argument, symlink to that series file in the same way as we symlink to the patches. Improve the symlink creation algorithm. Add testcase test/setup.test. --- po/quilt.pot | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) (limited to 'po/quilt.pot') diff --git a/po/quilt.pot b/po/quilt.pot index 827a130..f8b8d3d 100644 --- a/po/quilt.pot +++ b/po/quilt.pot @@ -965,37 +965,45 @@ msgid "" "-v\tVerbose, more user friendly output.\n" msgstr "" -#: quilt/setup.in:27 -msgid "Usage: quilt setup [-d path-prefix] [-v] {specfile|seriesfile}\\n" +#: quilt/setup.in:31 +msgid "Directory %s exists\\n" msgstr "" -#: quilt/setup.in:30 +#: quilt/setup.in:37 +msgid "File %s exists\\n" +msgstr "" + +#: quilt/setup.in:93 +msgid "" +"Usage: quilt setup [-d path-prefix] [-v] [--path dir1:dir2] {specfile|" +"seriesfile}\\n" +msgstr "" + +#: quilt/setup.in:96 msgid "" "\n" "Initializes a source tree from an rpm spec file or a quilt series file.\n" "\n" -"-d\toptional path prefix (sub-directory).\n" +"-d\tOptional path prefix.\n" "\n" -"-v\tverbose debug output.\n" -msgstr "" - -#: quilt/setup.in:96 -msgid "Directory %s exists\\n" -msgstr "" - -#: quilt/setup.in:102 -msgid "File %s exists\\n" +"--path\tDirectories to search when looking for tarballs. Defaults to \\`.'.\n" +"\n" +"-v\tVerbose debug output.\n" msgstr "" -#: quilt/setup.in:118 +#: quilt/setup.in:158 msgid "The %%prep section of %s failed; results may be incomplete\\n" msgstr "" -#: quilt/setup.in:121 +#: quilt/setup.in:161 msgid "The -v option will show rpm's output\\n" msgstr "" -#: quilt/setup.in:155 +#: quilt/setup.in:198 +msgid "File %s not found in search path\\n" +msgstr "" + +#: quilt/setup.in:201 msgid "Unpacking archive %s\\n" msgstr "" -- cgit