diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-08-23 18:18:10 +0200 |
---|---|---|
committer | Jun Wang <junbill.wang@samsung.com> | 2016-01-26 23:56:03 +0800 |
commit | 3150bc895505f88834d6d3b1b072b44580c8df2a (patch) | |
tree | 3f58fd50acc57e57da1c3e5200b4bb4d9dc1eae0 | |
parent | fc903c14ad29c6697d3e55f29e73beee3638d9d4 (diff) | |
download | git-buildpackage-3150bc895505f88834d6d3b1b072b44580c8df2a.tar.gz git-buildpackage-3150bc895505f88834d6d3b1b072b44580c8df2a.tar.bz2 git-buildpackage-3150bc895505f88834d6d3b1b072b44580c8df2a.zip |
Unify doc strings a bit
since they now show up with --list-cmds
-rwxr-xr-x | gbp/scripts/buildpackage.py | 2 | ||||
-rwxr-xr-x | gbp/scripts/clone.py | 2 | ||||
-rwxr-xr-x | gbp/scripts/create_remote_repo.py | 2 | ||||
-rwxr-xr-x | gbp/scripts/dch.py | 2 | ||||
-rwxr-xr-x | gbp/scripts/import_dsc.py | 2 | ||||
-rw-r--r-- | gbp/scripts/import_dscs.py | 2 | ||||
-rw-r--r-- | gbp/scripts/import_orig.py | 2 | ||||
-rwxr-xr-x | gbp/scripts/import_srpm.py | 2 | ||||
-rwxr-xr-x | gbp/scripts/pq.py | 2 | ||||
-rwxr-xr-x | gbp/scripts/pull.py | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/gbp/scripts/buildpackage.py b/gbp/scripts/buildpackage.py index dc850293..484bec04 100755 --- a/gbp/scripts/buildpackage.py +++ b/gbp/scripts/buildpackage.py @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -"""run commands to build a debian package out of a git repository""" +"""Build a debian package out of a GIT repository""" import ConfigParser import errno diff --git a/gbp/scripts/clone.py b/gbp/scripts/clone.py index 9dd0ae9c..2810a310 100755 --- a/gbp/scripts/clone.py +++ b/gbp/scripts/clone.py @@ -17,7 +17,7 @@ # # inspired by dom-git-checkout # -"""clone a repo and set it up for gbp""" +"""Clone a GIT repository and set it up for gbp""" import ConfigParser import sys diff --git a/gbp/scripts/create_remote_repo.py b/gbp/scripts/create_remote_repo.py index 0d2345cd..a9832a1d 100755 --- a/gbp/scripts/create_remote_repo.py +++ b/gbp/scripts/create_remote_repo.py @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Based on the aa-create-git-repo and dom-new-git-repo shell scripts -"""Create a remote repo based on the current one""" +"""Create a remote GIT repository based on the current one""" import ConfigParser import sys diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py index 3a3d76e1..56185d32 100755 --- a/gbp/scripts/dch.py +++ b/gbp/scripts/dch.py @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -"""Generate Debian changelog entries from git commit messages""" +"""Generate Debian changelog entries from GIT commit messages""" import ConfigParser import os.path diff --git a/gbp/scripts/import_dsc.py b/gbp/scripts/import_dsc.py index e6f72105..b19d95fc 100755 --- a/gbp/scripts/import_dsc.py +++ b/gbp/scripts/import_dsc.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -"""Import a Debian source package into a git repository""" +"""Import a Debian source package into a GIT repository""" import ConfigParser import sys diff --git a/gbp/scripts/import_dscs.py b/gbp/scripts/import_dscs.py index f480fea4..5409ca11 100644 --- a/gbp/scripts/import_dscs.py +++ b/gbp/scripts/import_dscs.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -"""Import multiple dsc files in one go""" +"""Import multiple dsc files into GIT in one go""" import glob import os diff --git a/gbp/scripts/import_orig.py b/gbp/scripts/import_orig.py index a42a9eb1..553fbdef 100644 --- a/gbp/scripts/import_orig.py +++ b/gbp/scripts/import_orig.py @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -"""Import a new upstream version into a git repository""" +"""Import a new upstream version into a GIT repository""" import ConfigParser import os diff --git a/gbp/scripts/import_srpm.py b/gbp/scripts/import_srpm.py index 120dda74..8a4d6e89 100755 --- a/gbp/scripts/import_srpm.py +++ b/gbp/scripts/import_srpm.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -"""Import an RPM source package into a git repository""" +"""Import an RPM source package into a GIT repository""" import ConfigParser import sys diff --git a/gbp/scripts/pq.py b/gbp/scripts/pq.py index 75348501..2445c70e 100755 --- a/gbp/scripts/pq.py +++ b/gbp/scripts/pq.py @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -"""manage patches in a patch queue""" +"""Manage Debian patches on a patch queue branch""" import ConfigParser import errno diff --git a/gbp/scripts/pull.py b/gbp/scripts/pull.py index 12da8c5f..166955a9 100755 --- a/gbp/scripts/pull.py +++ b/gbp/scripts/pull.py @@ -17,7 +17,7 @@ # # heavily inspired by dom-safe-pull which is © 2009 Stéphane Glondu <steph@glondu.net> # -"""fast forward debian, upstream and pristine-tar branch""" +"""Pull remote changes and fast forward debian, upstream and pristine-tar branch""" import ConfigParser import sys |