[ 10:23AM 11497 ] [ bdmurray@impulse:~/source-trees/apport ]
$ debdiff apport_2.0.1-0ubuntu17.9.dsc apport_2.0.1-0ubuntu17.10.dsc
diff -u apport-2.0.1/apport/report.py apport-2.0.1/apport/report.py
--- apport-2.0.1/apport/report.py
+++ apport-2.0.1/apport/report.py
@@ -186,6 +186,8 @@
origin = packaging.get_package_origin(package)
if origin:
suffix += ' [origin: %s]' % origin
+ else:
+ suffix += ' [origin: unknown]'
except ValueError:
# no-op for nonexisting packages
pass
diff -u apport-2.0.1/debian/changelog apport-2.0.1/debian/changelog
--- apport-2.0.1/debian/changelog
+++ apport-2.0.1/debian/changelog
@@ -1,3 +1,11 @@
+apport (2.0.1-0ubuntu17.10) precise-proposed; urgency=medium
+
+ * report.py, add_package_info(): Add "[origin: unknown]" tag to
+ Package/Dependencies fields for non-distro package whose origin cannot
+ be determined. (LP: #1148116)
+
+ -- Brian Murray <brian@ubuntu.com> Tue, 22 Sep 2015 10:22:28 -0700
+
apport (2.0.1-0ubuntu17.9) precise-security; urgency=medium