From aa57a5799afda71dd5750b05bfaccd9ec74e5c08 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Jan 2019 17:50:48 +0000 Subject: i18n-commit - autogenerated --- po4a/dgit_1.pot | 537 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 295 insertions(+), 242 deletions(-) (limited to 'po4a/dgit_1.pot') diff --git a/po4a/dgit_1.pot b/po4a/dgit_1.pot index ff4a730..97cbcd7 100644 --- a/po4a/dgit_1.pot +++ b/po4a/dgit_1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-10-13 20:41+0100\n" +"POT-Creation-Date: 2019-01-06 17:50+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -417,7 +417,7 @@ msgid "B" msgstr "" #. type: Plain text -#: ../dgit.1:185 ../dgit.1:1168 +#: ../dgit.1:185 ../dgit.1:1192 msgid "Print a usage summary." msgstr "" @@ -955,7 +955,7 @@ msgid "This function is primarily provided for the benefit of git-debrebase." msgstr "" #. type: =head1 -#: ../dgit.1:496 ../git-debrebase.1.pod:441 +#: ../dgit.1:496 ../git-debrebase.1.pod:462 #, no-wrap msgid "OPTIONS" msgstr "" @@ -1055,31 +1055,56 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:555 +#: ../dgit.1:548 msgid "" "dgit will only actually clean the tree if it needs to (because it needs to " -"build the source package or binaries from your working tree). Otherwise any " -"untracked files will be simply ignored. p.TP B<--clean=git-ff> | B<-wgf> " +"build the source package or binaries from your working tree). Otherwise it " +"will just check that there are no untracked unignored files. See --" +"clean=git[-ff],always, below." +msgstr "" + +#. type: TP +#: ../dgit.1:548 +#, no-wrap +msgid "B<--clean=git-ff> | B<-wgf>" +msgstr "" + +#. type: Plain text +#: ../dgit.1:557 +msgid "" "Use B to clean the working tree. Like git clean -xdf but " "it also removes any subdirectories containing different git trees (which " "only unusual packages are likely to create)." msgstr "" #. type: TP -#: ../dgit.1:555 +#: ../dgit.1:557 #, no-wrap -msgid "B<--clean=check> | B<--clean=check,ignores> | B<-wc> | B<-wci>" +msgid "B<--clean=git>[B<-ff>]B<,always> | B<-wga> | B<-wgfa>" msgstr "" #. type: Plain text #: ../dgit.1:561 msgid "" +"Like --clean=git, but always does the clean and not just a check, deleting " +"any untracked un-ignored files." +msgstr "" + +#. type: TP +#: ../dgit.1:561 +#, no-wrap +msgid "B<--clean=check> | B<--clean=check,ignores> | B<-wc> | B<-wci>" +msgstr "" + +#. type: Plain text +#: ../dgit.1:567 +msgid "" "Merely check that the tree is clean (does not contain uncommitted files). " "Avoids running rules clean, and can avoid needing the build-dependencies." msgstr "" #. type: Plain text -#: ../dgit.1:572 +#: ../dgit.1:578 msgid "" "With B<,ignores> or B<-wci>, untracked files covered by .gitignore are " "tolerated, so only files which show up as B in git status (ie, ones you " @@ -1087,13 +1112,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:572 +#: ../dgit.1:578 #, no-wrap msgid "B<--clean=none> | B<-wn>" msgstr "" #. type: Plain text -#: ../dgit.1:580 +#: ../dgit.1:586 msgid "" "Do not clean the tree, nor check that it is clean. Avoids running rules " "clean, and can avoid needing the build-dependencies. If there are files " @@ -1102,13 +1127,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:580 +#: ../dgit.1:586 #, no-wrap msgid "B<--clean=dpkg-source>[B<-d>] | B<-wd> | B<-wdd>" msgstr "" #. type: Plain text -#: ../dgit.1:585 +#: ../dgit.1:591 msgid "" "Use dpkg-buildpackage to do the clean, so that the source package is cleaned " "by dpkg-source running the package's clean target. --clean=dpkg-source is " @@ -1116,12 +1141,12 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:589 +#: ../dgit.1:595 msgid "Without the extra B, requires the package's build dependencies." msgstr "" #. type: Plain text -#: ../dgit.1:599 +#: ../dgit.1:605 msgid "" "With B<...>-d or B<-wdd>, the build-dependencies are not checked (due to " "passing B<-d> to dpkg-buildpackage), which violates policy, but may work in " @@ -1129,7 +1154,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:606 +#: ../dgit.1:612 msgid "" "The rules clean target will only be run if it is needed: when dgit is going " "to build source or binary packages from your working tree, rather than from " @@ -1138,7 +1163,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:616 +#: ../dgit.1:622 msgid "" "In all cases, dgit will check that there are (after rules clean, if " "applicable) no untracked un-ignored files, in case these are files you " @@ -1149,38 +1174,38 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:616 +#: ../dgit.1:622 #, no-wrap msgid "B<--clean=dpkg-source>[B<-d>]B<,no-check> | B<-wdn> | B<-wddn>" msgstr "" #. type: Plain text -#: ../dgit.1:620 +#: ../dgit.1:626 msgid "" "Like --clean=dpkg-source, but does not care about untracked un-ignored files." msgstr "" #. type: TP -#: ../dgit.1:620 +#: ../dgit.1:626 #, no-wrap msgid "B<--clean=dpkg-source>[B<-d>]B<,all-check> | B<-wda> | B<-wdda>" msgstr "" #. type: Plain text -#: ../dgit.1:625 +#: ../dgit.1:631 msgid "" "Like --clean=dpkg-source, but fails even on ignored untracked files. This " "could perhaps be used to detect bugs in your rules clean target." msgstr "" #. type: TP -#: ../dgit.1:625 +#: ../dgit.1:631 #, no-wrap msgid "B<-N> | B<--new>" msgstr "" #. type: Plain text -#: ../dgit.1:631 +#: ../dgit.1:637 msgid "" "The package is or may be new in this suite. Without this, dgit will refuse " "to push. It may (for Debian, will) be unable to access the git history for " @@ -1188,13 +1213,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:631 +#: ../dgit.1:637 #, no-wrap msgid "B<--include-dirty>" msgstr "" #. type: Plain text -#: ../dgit.1:639 +#: ../dgit.1:645 msgid "" "Do not complain if the working tree does not match your git HEAD, and when " "building, include the changes from your working tree. This can be useful " @@ -1204,24 +1229,24 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:639 +#: ../dgit.1:645 #, no-wrap msgid "B<--ignore-dirty>" msgstr "" #. type: Plain text -#: ../dgit.1:642 +#: ../dgit.1:648 msgid "Deprecated alias for --include-dirty." msgstr "" #. type: TP -#: ../dgit.1:642 +#: ../dgit.1:648 #, no-wrap msgid "B<--overwrite>[=I]" msgstr "" #. type: Plain text -#: ../dgit.1:653 +#: ../dgit.1:659 msgid "" "Declare that your HEAD really does contain all the (wanted) changes from all " "versions listed in its changelog; or, all (wanted) changes from I, and usually it's not " "needed. Just say B<--overwrite>, unless you know what you are doing." msgstr "" #. type: Plain text -#: ../dgit.1:664 +#: ../dgit.1:670 msgid "" "This option is useful if you are the maintainer, and you have incorporated " "NMU changes into your own git workflow in a way that doesn't make your " @@ -1245,14 +1270,14 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:670 +#: ../dgit.1:676 msgid "" "This option is also usually necessary the first time a package is pushed " "with dgit push to a particular suite. See BI<*>B<(7)>." msgstr "" #. type: Plain text -#: ../dgit.1:684 +#: ../dgit.1:690 msgid "" "If I is not specified, dgit will check that the version in " "the archive is mentioned in your debian/changelog. (This will avoid losing " @@ -1263,7 +1288,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:690 +#: ../dgit.1:696 msgid "" "dgit push --overwrite will, if necessary, make a pseudo-merge (that is, " "something that looks like the result of git merge -s ours) to stitch the " @@ -1272,7 +1297,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:695 +#: ../dgit.1:701 msgid "" "(In quilt mode B, B or B, implying a split between the " "dgit view and the maintainer view, the pseudo-merge will appear only in the " @@ -1280,18 +1305,18 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:695 +#: ../dgit.1:701 #, no-wrap msgid "B<--delayed>=I" msgstr "" #. type: Plain text -#: ../dgit.1:698 +#: ../dgit.1:704 msgid "Upload to a DELAYED queue." msgstr "" #. type: Plain text -#: ../dgit.1:708 +#: ../dgit.1:714 msgid "" "B If the maintainer responds by cancelling your upload from the " "queue, and does not make an upload of their own, this will not rewind the " @@ -1301,27 +1326,27 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:713 +#: ../dgit.1:719 msgid "" "If this situation arises, someone should make a suitable dgit push to update " "the contents of dgit-repos to a version without the controversial changes." msgstr "" #. type: TP -#: ../dgit.1:713 +#: ../dgit.1:719 #, no-wrap msgid "B<--no-chase-dsc-distro>" msgstr "" #. type: Plain text -#: ../dgit.1:719 +#: ../dgit.1:725 msgid "" "Tells dgit not to look online for additional git repositories containing " "information about a particular .dsc being imported. Chasing is the default." msgstr "" #. type: Plain text -#: ../dgit.1:729 +#: ../dgit.1:735 msgid "" "For most operations (such as fetch and pull), disabling chasing means dgit " "will access only the git server for the distro you are directly working " @@ -1330,7 +1355,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:737 +#: ../dgit.1:743 msgid "" "Disabling chasing can be hazardous: if the .dsc names a git commit which has " "been rewritten by those in charge of the distro, this option may prevent " @@ -1339,13 +1364,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:737 +#: ../dgit.1:743 #, no-wrap msgid "B<--save-dgit-view=>I|I" msgstr "" #. type: Plain text -#: ../dgit.1:747 +#: ../dgit.1:753 msgid "" "Specifies that when a split view quilt mode is in operation, and dgit " "calculates (or looks up in its cache) a dgit view corresponding to your " @@ -1354,7 +1379,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:754 +#: ../dgit.1:760 msgid "" "This option is effective only with the following operations: quilt-fixup; " "push; all builds. And it is only effective with --[quilt=]gbp, --" @@ -1362,25 +1387,25 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:758 +#: ../dgit.1:764 msgid "" "If ref does not start with refs/ it is taken to be a branch - i.e. refs/" "heads/ is prepended." msgstr "" #. type: Plain text -#: ../dgit.1:762 +#: ../dgit.1:768 msgid "B<--dgit-view-save> is a deprecated alias for --save-dgit-view." msgstr "" #. type: TP -#: ../dgit.1:762 +#: ../dgit.1:768 #, no-wrap msgid "B<--deliberately->I" msgstr "" #. type: Plain text -#: ../dgit.1:776 +#: ../dgit.1:782 msgid "" "Declare that you are deliberately doing I. This can be used to " "override safety catches, including safety catches which relate to distro-" @@ -1392,13 +1417,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:776 +#: ../dgit.1:782 #, no-wrap msgid "B<--deliberately-not-fast-forward>" msgstr "" #. type: Plain text -#: ../dgit.1:782 +#: ../dgit.1:788 msgid "" "Declare that you are deliberately rewinding history. When pushing to " "Debian, use this when you are making a renewed upload of an entirely new " @@ -1407,7 +1432,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:793 +#: ../dgit.1:799 msgid "" "In split view quilt modes, this also prevents the construction by dgit of a " "pseudomerge to make the dgit view fast forwarding. Normally only one of --" @@ -1417,13 +1442,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:793 +#: ../dgit.1:799 #, no-wrap msgid "B<--deliberately-include-questionable-history>" msgstr "" #. type: Plain text -#: ../dgit.1:802 +#: ../dgit.1:808 msgid "" "Declare that you are deliberately including, in the git history of your " "current push, history which contains a previously-submitted version of this " @@ -1435,13 +1460,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:802 +#: ../dgit.1:808 #, no-wrap msgid "B<--deliberately-fresh-repo>" msgstr "" #. type: Plain text -#: ../dgit.1:807 +#: ../dgit.1:813 msgid "" "Declare that you are deliberately rewinding history and want to throw away " "the existing repo. Not relevant when pushing to Debian, as the Debian " @@ -1449,13 +1474,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:807 +#: ../dgit.1:813 #, no-wrap msgid "B<--quilt=linear>" msgstr "" #. type: Plain text -#: ../dgit.1:814 +#: ../dgit.1:820 msgid "" "When fixing up source format `3.0 (quilt)' metadata, insist on generating a " "linear patch stack: one new patch for each relevant commit. If such a stack " @@ -1463,20 +1488,20 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:819 +#: ../dgit.1:825 msgid "" "HEAD should be a series of plain commits (not touching debian/patches/), and " "pseudomerges, with as ancestor a patches-applied branch." msgstr "" #. type: TP -#: ../dgit.1:819 +#: ../dgit.1:825 #, no-wrap msgid "B<--quilt=auto>" msgstr "" #. type: Plain text -#: ../dgit.1:828 +#: ../dgit.1:834 msgid "" "When fixing up source format `3.0 (quilt)' metadata, prefer to generate a " "linear patch stack (as with --quilt=auto) but if that doesn't seem " @@ -1486,13 +1511,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:828 +#: ../dgit.1:834 #, no-wrap msgid "B<--quilt=smash>" msgstr "" #. type: Plain text -#: ../dgit.1:833 +#: ../dgit.1:839 msgid "" "When fixing up source format `3.0 (quilt)' metadata, generate a single " "additional patch for all the changes made in git. This is not a good idea " @@ -1500,7 +1525,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:839 +#: ../dgit.1:845 msgid "" "(If HEAD has any in-tree patches already, they must apply cleanly. This " "will be the case for any trees produced by dgit fetch or clone; if you do " @@ -1509,13 +1534,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:839 +#: ../dgit.1:845 #, no-wrap msgid "B<--quilt=nofix>" msgstr "" #. type: Plain text -#: ../dgit.1:847 +#: ../dgit.1:853 msgid "" "Check whether source format `3.0 (quilt)' metadata would need fixing up, " "but, if it does, fail. You must then fix the metadata yourself somehow " @@ -1524,13 +1549,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:847 +#: ../dgit.1:853 #, no-wrap msgid "B<--quilt=nocheck> | B<--no-quilt-fixup>" msgstr "" #. type: Plain text -#: ../dgit.1:852 +#: ../dgit.1:858 msgid "" "Do not check whether up source format `3.0 (quilt)' metadata needs fixing " "up. If you use this option and the metadata did in fact need fixing up, " @@ -1538,20 +1563,20 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:852 +#: ../dgit.1:858 #, no-wrap msgid "B<-->[B]B | B<-->[B]B | B<--quilt=unapplied>" msgstr "" #. type: Plain text -#: ../dgit.1:859 +#: ../dgit.1:865 msgid "" "Tell dgit that you are using a nearly-dgit-compatible git branch, aka a " "B, and do not want your branch changed by dgit." msgstr "" #. type: Plain text -#: ../dgit.1:867 +#: ../dgit.1:873 msgid "" "B<--gbp> (short for B<--quilt=gbp>) is for use with git-buildpackage. Your " "HEAD is expected to be a patches-unapplied git branch, except that it might " @@ -1560,7 +1585,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:875 +#: ../dgit.1:881 msgid "" "B<--dpm> (short for B<--quilt=dpm>) is for use with git-dpm. Your HEAD is " "expected to be a patches-applied git branch, except that it might contain " @@ -1568,7 +1593,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:880 +#: ../dgit.1:886 msgid "" "B<--quilt=unapplied> specifies that your HEAD is a patches-unapplied git " "branch (and that any changes to upstream .gitignore files are represented as " @@ -1576,7 +1601,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:898 +#: ../dgit.1:904 msgid "" "With --quilt=gbp|dpm|unapplied, dgit push (or precursors like quilt-fixup " "and build) will automatically generate a conversion of your git branch into " @@ -1589,7 +1614,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:907 +#: ../dgit.1:913 msgid "" "B This is because it is not always possible to tell: a " @@ -1601,13 +1626,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:907 +#: ../dgit.1:913 #, no-wrap msgid "B<-d>I | B<--distro=>I" msgstr "" #. type: Plain text -#: ../dgit.1:916 +#: ../dgit.1:922 msgid "" "Specifies that the suite to be operated on is part of distro I. " "This overrides the default value found from the git config option BI" msgstr "" #. type: Plain text -#: ../dgit.1:932 +#: ../dgit.1:938 msgid "" "Specifies the .changes file which is to be uploaded. By default dgit push " "looks for single .changes file in the parent directory whose filename " @@ -1648,7 +1673,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:941 +#: ../dgit.1:947 msgid "" "If the specified I pathname contains slashes, the directory " "part is also used as the value for B<--build-products-dir>; otherwise, the " @@ -1656,13 +1681,13 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:941 +#: ../dgit.1:947 #, no-wrap msgid "B<--rm-old-changes>" msgstr "" #. type: Plain text -#: ../dgit.1:953 +#: ../dgit.1:959 msgid "" "When doing a build, delete any changes files matching " "IB<_>IB<_*.changes> before starting. This ensures that " @@ -1674,32 +1699,32 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:956 +#: ../dgit.1:962 msgid "" "Note that B will always find the right .changes, " "regardless of this option." msgstr "" #. type: TP -#: ../dgit.1:956 +#: ../dgit.1:962 #, no-wrap msgid "B<--build-products-dir=>I" msgstr "" #. type: Plain text -#: ../dgit.1:960 +#: ../dgit.1:966 msgid "" "Specifies where to find and create tarballs, binary packages, source " "packages, .changes files, and so on." msgstr "" #. type: Plain text -#: ../dgit.1:963 +#: ../dgit.1:969 msgid "By default, dgit uses the parent directory (B<..>)." msgstr "" #. type: Plain text -#: ../dgit.1:972 +#: ../dgit.1:978 msgid "" "Changing this setting may necessitate moving .orig tarballs to the new " "directory, so it is probably best to use the B" msgstr "" #. type: Plain text -#: ../dgit.1:975 +#: ../dgit.1:981 msgid "Do not delete the destination directory if clone fails." msgstr "" #. type: TP -#: ../dgit.1:975 +#: ../dgit.1:981 #, no-wrap msgid "B<--dep14tag>" msgstr "" #. type: Plain text -#: ../dgit.1:982 +#: ../dgit.1:988 msgid "" "Generates a DEP-14 tag (eg BI) as well as a dgit tag (eg " "BI) where possible. This is the default." msgstr "" #. type: TP -#: ../dgit.1:982 +#: ../dgit.1:988 #, no-wrap msgid "B<--no-dep14tag>" msgstr "" #. type: Plain text -#: ../dgit.1:988 +#: ../dgit.1:994 msgid "" "Do not generate a DEP-14 tag, except in split quilt view mode. (On servers " "where only the old tag format is supported, the dgit tag will have the " @@ -1746,52 +1771,52 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:988 +#: ../dgit.1:994 #, no-wrap msgid "B<--dep14tag-always>" msgstr "" #. type: Plain text -#: ../dgit.1:993 +#: ../dgit.1:999 msgid "" "Insist on generating a DEP-14 tag as well as a dgit tag. If the server does " "not support that, dgit push will fail." msgstr "" #. type: TP -#: ../dgit.1:993 +#: ../dgit.1:999 #, no-wrap msgid "B<-D>" msgstr "" #. type: Plain text -#: ../dgit.1:997 +#: ../dgit.1:1003 msgid "" "Prints debugging information to stderr. Repeating the option produces more " "output (currently, up to -DDDD is meaningfully different)." msgstr "" #. type: TP -#: ../dgit.1:997 +#: ../dgit.1:1003 #, no-wrap msgid "B<-c>IB<=>I" msgstr "" #. type: Plain text -#: ../dgit.1:1001 +#: ../dgit.1:1007 msgid "" "Specifies a git configuration option, to be used for this run. dgit itself " "is also controlled by git configuration options." msgstr "" #. type: TP -#: ../dgit.1:1001 +#: ../dgit.1:1007 #, no-wrap msgid "B<-v>I|B<_> | B<--since-version=>versionI<|>B<_>" msgstr "" #. type: Plain text -#: ../dgit.1:1010 +#: ../dgit.1:1016 msgid "" "Specifies the B<-v>I option to pass to dpkg-genchanges, during " "builds. Changes (from debian/changelog) since this version will be included " @@ -1801,7 +1826,7 @@ msgid "" msgstr "" #. type: Plain text -#: ../dgit.1:1016 +#: ../dgit.1:1022 msgid "" "Specifying B<_> inhibits this, so that no -v option will be passed to dpkg-" "genchanges (and as a result, only the last stanza from debian/changelog will " @@ -1809,30 +1834,30 @@ msgid "" msgstr "" #. type: TP -#: ../dgit.1:1016 +#: ../dgit.1:1022 #, no-wrap msgid "B<-m>I" msgstr "" #. type: Plain text -#: ../dgit.1:1019 +#: ../dgit.1:1025 msgid "Passed to dpkg-genchanges (eventually)." msgstr "" #. type: TP -#: ../dgit.1:1019 +#: ../dgit.1:1025 #, no-wrap msgid "B<--ch:>I