From 45c2346f6a52aec196dd89b8d09d8b06d05b8867 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 29 Apr 2013 14:45:44 +0200 Subject: ChangeLog: Remove is_native to avoid accidental usage. Use DebianSource.is_native instead. --- gbp/deb/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp/deb/source.py') diff --git a/gbp/deb/source.py b/gbp/deb/source.py index 0944ce1..1e87312 100644 --- a/gbp/deb/source.py +++ b/gbp/deb/source.py @@ -69,7 +69,7 @@ class DebianSource(object): pass # Fall back to changelog parsing try: - return self.changelog.is_native() + return not '-' in self.changelog.version except IOError as e: raise DebianSourceError("Failed to determine source format: %s" % e) -- cgit v1.2.3