aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/NEWS2
-rw-r--r--docs/manpages/gbp-import-dsc.sgml2
-rw-r--r--gbp/scripts/import_dscs.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 40dafcb4..03c08ce2 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,6 +1,6 @@
git-buildpackage (0.6.26) unstable; urgency=medium
- All gbp-* and git-* commands are now gone as as announced in the
+ All gbp-* and git-* commands are now gone as announced in the
deprecation notice from June 2013. From now on only "gbp <command>" is
supported.
diff --git a/docs/manpages/gbp-import-dsc.sgml b/docs/manpages/gbp-import-dsc.sgml
index 2b3bcb63..acc34326 100644
--- a/docs/manpages/gbp-import-dsc.sgml
+++ b/docs/manpages/gbp-import-dsc.sgml
@@ -30,7 +30,7 @@
<arg><option>--[no-]create-missing-branches</option></arg>
<arg><option>--[no-]pristine-tar</option></arg>
<arg><option>--[no-]sign-tags</option></arg>
- <arg><option>--skip-debian-tag=</option></arg>
+ <arg><option>--skip-debian-tag</option></arg>
<arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg>
<arg><option>--upstream-tag=</option><replaceable>tag-format</replaceable></arg>
<arg><option>--repo-user=</option><option>[GIT|DEBIAN]</option></arg>
diff --git a/gbp/scripts/import_dscs.py b/gbp/scripts/import_dscs.py
index b49110cd..21abbeaa 100644
--- a/gbp/scripts/import_dscs.py
+++ b/gbp/scripts/import_dscs.py
@@ -47,7 +47,7 @@ class GitImportDsc(object):
def fetch_snapshots(pkg, downloaddir):
- "Fetch snapshots using debsnap von snapshots.debian.org"
+ "Fetch snapshots using debsnap from snapshots.debian.org"
dscs = None
gbp.log.info("Downloading snapshots of '%s' to '%s'..." %