Unify doc strings a bit
authorGuido Günther <agx@sigxcpu.org>
Sat, 23 Aug 2014 16:18:10 +0000 (18:18 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sat, 23 Aug 2014 16:34:09 +0000 (18:34 +0200)
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 ef058aed3896e55a5b6a33d4f1dada3ef03fadab..e96e8e77ab21429550ab3fa260d15665651d8349 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 62d0dcc207c4fe21d309f3ec75be4344ed7ac9e8..8078854be02e0da2f04e092f181d437834b277de 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 f0e680b43728f16eade9330498707c2d63778e89..b8923cd1570e165116108f5488df71daa0f46bc0 100644 (file)
@@ -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 126f3b77934da7aa10e410f38524d40a52365dba..0faa1b457c2531e2d49ce15dad09af276a4b6b0b 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
 #
-"""Generate Debian changelog entries from git commit messages"""
+"""Generate Debian changelog entries from GIT commit messages"""
 
 import ConfigParser
 import os.path
index ce97fcb09cb4f484d5f11543a0b253fa3c049754..c0bf6504c987c8da5310b752d7a8404aa4f38770 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 a Debian source package into a git repository"""
+"""Import a Debian source package into a GIT repository"""
 
 import ConfigParser
 import sys
index 28413faf98716f7a625409f484acde4598791ae6..2a71560ec85fc920e41d0d59d5fd86d9569afa6e 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 a08c1c32fb92a984f22db1913a6ea2c8d7cdd3d7..6256431cfbecec19900a74d5181a822d4de29945 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 193b92451875a4196195bd1e438afa6b86f1cb4f..958f5ff7cd152ffac694b554f2e135dc5c3b2fb9 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 ea33c26cdd652edeb6ccb2dee1957cda1770d9f3..3186de5b8032df60975e824b081bf15c0e1aca06 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 fb0d82710bb5db89a183c63ae0e8e1b57bdc84b6..65e3e4922cc2cf5e48b822abc415228dfcc2891a 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