Unify doc strings a bit
authorGuido Günther <agx@sigxcpu.org>
Sat, 23 Aug 2014 16:18:10 +0000 (18:18 +0200)
committerJun Wang <junbill.wang@samsung.com>
Tue, 26 Jan 2016 15:56:03 +0000 (23:56 +0800)
since they now show up with --list-cmds

gbp/scripts/buildpackage.py
gbp/scripts/clone.py
gbp/scripts/create_remote_repo.py
gbp/scripts/dch.py
gbp/scripts/import_dsc.py
gbp/scripts/import_dscs.py
gbp/scripts/import_orig.py
gbp/scripts/import_srpm.py
gbp/scripts/pq.py
gbp/scripts/pull.py

index dc85029..484bec0 100755 (executable)
@@ -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
index 9dd0ae9..2810a31 100755 (executable)
@@ -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
index 0d2345c..a9832a1 100755 (executable)
@@ -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
index 3a3d76e..56185d3 100755 (executable)
@@ -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
index e6f7210..b19d95f 100755 (executable)
@@ -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
index f480fea..5409ca1 100644 (file)
@@ -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
index a42a9eb..553fbde 100644 (file)
@@ -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
index 120dda7..8a4d6e8 100755 (executable)
@@ -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
index 7534850..2445c70 100755 (executable)
@@ -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
index 12da8c5..166955a 100755 (executable)
@@ -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