summaryrefslogtreecommitdiffhomepage
path: root/gbp/deb/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/deb/source.py')
-rw-r--r--gbp/deb/source.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gbp/deb/source.py b/gbp/deb/source.py
index 78a1c93b..643aac2e 100644
--- a/gbp/deb/source.py
+++ b/gbp/deb/source.py
@@ -51,7 +51,9 @@ class DebianSource(object):
def __init__(self, vfs):
"""
@param vfs: a class that implemented GbpVFS interface or
- a directory (which will use the I{FileVFS} class.
+ a directory (which will use the I{FileVFS} class. The
+ directory must be the toplevel of a Debian source
+ package.
"""
self._changelog = None