From 4693d6a1c73931f0a12687000ab42bec86a7dd83 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Wed, 2 Dec 2009 20:43:28 +0100 Subject: use "Debian-diff" as "type" for both 1.0 and 3.0 (quilt) formats there doesn't really seem to be a reason to have it apart from identifying packages that are native and non-native. --- patchtracker/SourceArchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patchtracker/SourceArchive.py') diff --git a/patchtracker/SourceArchive.py b/patchtracker/SourceArchive.py index da18e83..c4a62cd 100755 --- a/patchtracker/SourceArchive.py +++ b/patchtracker/SourceArchive.py @@ -133,7 +133,7 @@ class SourcePackage: self.debtar_name=f['name'] self.debtar_size=f['size'] self.debtar_md5sum=f['md5sum'] - self.type = "Debian-tar" + self.type = "Debian-diff" def __str__(self): return self.name -- cgit v1.2.3