summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Finney <seanius@seanius.net>2009-12-02 20:43:28 +0100
committerSean Finney <seanius@seanius.net>2009-12-02 20:43:28 +0100
commit4693d6a1c73931f0a12687000ab42bec86a7dd83 (patch)
tree15b32345e7e1c3790c0be31bf85ad59f7357ce28
parentfb972e3fea45080c1cc84da097e8ebb3e6f20712 (diff)
downloadpatch-tracker-4693d6a1c73931f0a12687000ab42bec86a7dd83.tar.gz
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.
-rwxr-xr-xpatchtracker/SourceArchive.py2
1 files changed, 1 insertions, 1 deletions
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