summaryrefslogtreecommitdiff
path: root/gbp/deb
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-04-29 14:31:43 +0200
committerGuido Günther <agx@sigxcpu.org>2013-04-29 14:38:11 +0200
commitaee9284d3dba4ab415321a2e389d62fe49ff9b91 (patch)
tree9142582477e1a6d776bba818227da1a85c5a1568 /gbp/deb
parentc77843aa8837424a4fbe343d8ce909f33acc8a0e (diff)
dch: Use DebianSource.is_native
instead of ChangeLog.is_native since the former used debian/source/format in favor of debian/changelog.
Diffstat (limited to 'gbp/deb')
-rw-r--r--gbp/deb/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbp/deb/__init__.py b/gbp/deb/__init__.py
index 0020f0c..bff4783 100644
--- a/gbp/deb/__init__.py
+++ b/gbp/deb/__init__.py
@@ -66,6 +66,8 @@ def parse_changelog_repo(repo, branch, filename):
"""
Parse the changelog file from given branch in the git
repository.
+
+ FIXME: this should use *Vfs methods
"""
try:
# Note that we could just pass in the branch:filename notation