From d8a30df2be787e7352c5ab56948a8bdf04303cf2 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 10 Sep 2015 16:48:31 -0600 Subject: Fix SGML validation errors in documentation * Close all tags * Change bare "&" to "&" * Add a missing tag * Add a missing ";" to an entity --- docs/chapters/building.sgml | 12 ++++++------ docs/chapters/cfgfile.sgml | 2 +- docs/chapters/import.sgml | 3 ++- docs/chapters/intro.sgml | 2 +- docs/manpages/gbp-buildpackage-rpm.sgml | 6 +++--- docs/manpages/gbp-buildpackage.sgml | 10 +++++----- docs/manpages/gbp-clone.sgml | 6 +++--- docs/manpages/gbp-config.sgml | 2 +- docs/manpages/gbp-create-remote-repo.sgml | 8 ++++---- docs/manpages/gbp-dch.sgml | 10 +++++----- docs/manpages/gbp-import-dsc.sgml | 10 +++++----- docs/manpages/gbp-import-dscs.sgml | 10 +++++----- docs/manpages/gbp-import-orig.sgml | 10 +++++----- docs/manpages/gbp-import-srpm.sgml | 6 +++--- docs/manpages/gbp-pq-rpm.sgml | 6 +++--- docs/manpages/gbp-pq.sgml | 6 +++--- docs/manpages/gbp-pull.sgml | 8 ++++---- docs/manpages/gbp.conf.sgml | 26 +++++++++++++------------- docs/manpages/gbp.sgml | 20 ++++++++++---------- docs/manpages/man.conffiles.sgml | 2 +- 20 files changed, 83 insertions(+), 82 deletions(-) diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml index bddbe240..08bb9ca3 100644 --- a/docs/chapters/building.sgml +++ b/docs/chapters/building.sgml @@ -87,7 +87,7 @@ export-dir=../build-area Running lintian &gbp-buildpackage; exports several variables into the 's environment (for details see the ). + linkend="man.gbp.buildpackage"/>). To invoke &lintian;, we need to tell it where to find the changes file: git-buildpackage ='lintian $GBP_CHANGES_FILE' @@ -104,7 +104,7 @@ export-dir=../build-area If you want to push your changes automatically after a successful build and tag, you can use &gbp-buildpackage;'s posttag hook. A very simple invocation would look like this: -git-buildpackage ="git push && git push --tags" +git-buildpackage ="git push && git push --tags" This assumes you have set up a remote repository to push to in .git/config. @@ -131,7 +131,7 @@ else exit 1 fi -if [ "$GBP_SHA1" ] && [ "$GBP_BRANCH" ]; then +if [ "$GBP_SHA1" ] && [ "$GBP_BRANCH" ]; then git push "$REMOTE" "$GBP_SHA1":"$GBP_BRANCH" else echo "GBP_SHA1 or GBP_BRANCH not set." @@ -155,7 +155,7 @@ echo "done." Running postexport hook &gbp-buildpackage; exports several variables into the 's environment (for details see - the ). The motivation + the ). The motivation for the postexport action is to allow further adjustment of the sources prior to building the package. A typical use case scenario is to allow creating multiple source and binary @@ -260,8 +260,8 @@ cat $source_lintian | sed -e "$REPLACE_EXPR" > ${source_lintian%.tmpl} rm $source_lintian # rules and control file are package flavor specific -[ -f rules.$PKG_FLAVOR ] && mv rules.$PKG_FLAVOR rules -[ -f control.$PKG_FLAVOR ] && mv control.$PKG_FLAVOR control +[ -f rules.$PKG_FLAVOR ] && mv rules.$PKG_FLAVOR rules +[ -f control.$PKG_FLAVOR ] && mv control.$PKG_FLAVOR control rm -f rules.* control.* exit 0 diff --git a/docs/chapters/cfgfile.sgml b/docs/chapters/cfgfile.sgml index a3b8252e..9833774b 100644 --- a/docs/chapters/cfgfile.sgml +++ b/docs/chapters/cfgfile.sgml @@ -91,6 +91,6 @@ upstream-branch=notdfsgclean git-log=--no-merges -For more details, see the manual page. +For more details, see the manual page. diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml index 138fd014..e3bb4758 100644 --- a/docs/chapters/import.sgml +++ b/docs/chapters/import.sgml @@ -45,6 +45,7 @@ by version number. &gbp-import-dscs; --debsnap package + @@ -224,7 +225,7 @@ upstream-tag = v%(version)s version will be replaced with the upstream version number as read from debian/changelog. - If you're using &pristine-tar;, you can make &gbp-buildpackage commit the generated tarball back to the + If you're using &pristine-tar;, you can make &gbp-buildpackage; commit the generated tarball back to the pristine-tar branch by using the option. This will make sure others building your package can regenerate the tarball you generated for building the &debian; package. diff --git a/docs/chapters/intro.sgml b/docs/chapters/intro.sgml index 6320cc56..8a6ee39c 100644 --- a/docs/chapters/intro.sgml +++ b/docs/chapters/intro.sgml @@ -80,7 +80,7 @@ —it doesn't matter if these branches are maintained with &gbp-import-orig; or not. - A recommended branch layout is described in . + A recommended branch layout is described in . Since &gbp-buildpackage; only works with local &git;-repositories, diff --git a/docs/manpages/gbp-buildpackage-rpm.sgml b/docs/manpages/gbp-buildpackage-rpm.sgml index 4b75113f..15d7821b 100644 --- a/docs/manpages/gbp-buildpackage-rpm.sgml +++ b/docs/manpages/gbp-buildpackage-rpm.sgml @@ -525,13 +525,13 @@ SEE ALSO - , - , + , + , rpmbuild 8 , - , + , &man.seealso.common; diff --git a/docs/manpages/gbp-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml index 6d20fe40..7e2c0cfe 100644 --- a/docs/manpages/gbp-buildpackage.sgml +++ b/docs/manpages/gbp-buildpackage.sgml @@ -645,10 +645,10 @@ SEE ALSO - , - , - , - , + , + , + , + , git-pbuilder 1 @@ -657,7 +657,7 @@ cowbuilder 8 , - , + , &man.seealso.common; diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml index 5b681584..8c3cbdb6 100644 --- a/docs/manpages/gbp-clone.sgml +++ b/docs/manpages/gbp-clone.sgml @@ -99,9 +99,9 @@ SEE ALSO - , - , - + , + , + diff --git a/docs/manpages/gbp-config.sgml b/docs/manpages/gbp-config.sgml index 32e8b410..04a50ed9 100644 --- a/docs/manpages/gbp-config.sgml +++ b/docs/manpages/gbp-config.sgml @@ -90,7 +90,7 @@ SEE ALSO - + diff --git a/docs/manpages/gbp-create-remote-repo.sgml b/docs/manpages/gbp-create-remote-repo.sgml index 5cf8bff3..ae07f328 100644 --- a/docs/manpages/gbp-create-remote-repo.sgml +++ b/docs/manpages/gbp-create-remote-repo.sgml @@ -84,7 +84,7 @@ Name of a config file section in gbp.conf - that specifies the above parameters. See + that specifies the above parameters. See manpage for details. @@ -128,9 +128,9 @@ SEE ALSO - , - , - + , + , + diff --git a/docs/manpages/gbp-dch.sgml b/docs/manpages/gbp-dch.sgml index 8c3583b5..8f538f9f 100644 --- a/docs/manpages/gbp-dch.sgml +++ b/docs/manpages/gbp-dch.sgml @@ -523,11 +523,11 @@ SEE ALSO - , - , - , - , - , + , + , + , + , + , &man.seealso.common; Cl2vcs, diff --git a/docs/manpages/gbp-import-dsc.sgml b/docs/manpages/gbp-import-dsc.sgml index b7b14fe3..a9659131 100644 --- a/docs/manpages/gbp-import-dsc.sgml +++ b/docs/manpages/gbp-import-dsc.sgml @@ -228,10 +228,10 @@ SEE ALSO - , - , - , - , + , + , + , + , apt-get 1 @@ -240,7 +240,7 @@ dget 1 , - , + , &man.seealso.common; diff --git a/docs/manpages/gbp-import-dscs.sgml b/docs/manpages/gbp-import-dscs.sgml index a0f2a959..70cdb510 100644 --- a/docs/manpages/gbp-import-dscs.sgml +++ b/docs/manpages/gbp-import-dscs.sgml @@ -79,11 +79,11 @@ options shipped in the package source. SEE ALSO - , - , - , - , - , + , + , + , + , + , &man.seealso.common; diff --git a/docs/manpages/gbp-import-orig.sgml b/docs/manpages/gbp-import-orig.sgml index 8fd01acc..5049a9ed 100644 --- a/docs/manpages/gbp-import-orig.sgml +++ b/docs/manpages/gbp-import-orig.sgml @@ -282,11 +282,11 @@ SEE ALSO - , - , - , - , - , + , + , + , + , + , &man.seealso.common; diff --git a/docs/manpages/gbp-import-srpm.sgml b/docs/manpages/gbp-import-srpm.sgml index ceea02af..daf2d75f 100644 --- a/docs/manpages/gbp-import-srpm.sgml +++ b/docs/manpages/gbp-import-srpm.sgml @@ -230,9 +230,9 @@ SEE ALSO - , - , - , + , + , + , &man.seealso.common; diff --git a/docs/manpages/gbp-pq-rpm.sgml b/docs/manpages/gbp-pq-rpm.sgml index 8d172aa5..1716fbf6 100644 --- a/docs/manpages/gbp-pq-rpm.sgml +++ b/docs/manpages/gbp-pq-rpm.sgml @@ -199,9 +199,9 @@ SEE ALSO - , - , - + , + , + diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml index cb90df8f..2bb1645a 100644 --- a/docs/manpages/gbp-pq.sgml +++ b/docs/manpages/gbp-pq.sgml @@ -225,7 +225,7 @@ bug number when using . The default is '(?:bug|issue)?\#?\s?\d+'. - See for details. + See for details. @@ -286,7 +286,7 @@ SEE ALSO - , + , dpkg-source 1 @@ -295,7 +295,7 @@ quilt 1 , - + diff --git a/docs/manpages/gbp-pull.sgml b/docs/manpages/gbp-pull.sgml index 93173901..185a0d0b 100644 --- a/docs/manpages/gbp-pull.sgml +++ b/docs/manpages/gbp-pull.sgml @@ -132,10 +132,10 @@ SEE ALSO - , - , - , - + , + , + , + diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml index 481778ee..8ba056a5 100644 --- a/docs/manpages/gbp.conf.sgml +++ b/docs/manpages/gbp.conf.sgml @@ -85,7 +85,7 @@ named like the command-line options of the corresponding command with the '--' stripped off and can hold the same values (but see below for details). For example, - the manual page documents + the manual page documents the =directory option which can be turned into configuration file setting by dropping the @@ -100,7 +100,7 @@ Options that can be repeated on the command line take Python-like lists in the config file. For example, - the commmand has the + the commmand has the =pattern option which can be turned into a configuration file option like this: @@ -112,7 +112,7 @@ Boolean options can be either or . For example, - has the and + has the and options which translate to: @@ -130,7 +130,7 @@ Boolean options can be either or . F To see the current set of values that would be applied after parsing the - configuration files, use . + configuration files, use . @@ -141,7 +141,7 @@ can't be configured via gbp.conf. - can additionally parse remote site + can additionally parse remote site configurations from gbp.conf. For example, a configuration like: @@ -229,14 +229,14 @@ the above list of configuration files. SEE ALSO - , - , - , - , - , - , - , - , + , + , + , + , + , + , + , + , The Git-Buildpackage Manual diff --git a/docs/manpages/gbp.sgml b/docs/manpages/gbp.sgml index b456484a..e6faa458 100644 --- a/docs/manpages/gbp.sgml +++ b/docs/manpages/gbp.sgml @@ -154,20 +154,20 @@ SEE ALSO - , - , - , - , - , - , - , - , - , + , + , + , + , + , + , + , + , + , git-pbuilder 1 , - , + , &man.seealso.common; diff --git a/docs/manpages/man.conffiles.sgml b/docs/manpages/man.conffiles.sgml index 83c88426..17dcd1ca 100644 --- a/docs/manpages/man.conffiles.sgml +++ b/docs/manpages/man.conffiles.sgml @@ -1,4 +1,4 @@ CONFIGURATION FILES Several gbp.conf files are parsed to set defaults for the above command-line arguments. See the - manpage for details. + manpage for details. -- cgit v1.2.3