diff -Nru reportbug-6.6.6ubuntu1~ubuntu14.04.1/debian/changelog reportbug-6.6.6ubuntu1~ubuntu14.04.2/debian/changelog --- reportbug-6.6.6ubuntu1~ubuntu14.04.1/debian/changelog 2016-03-11 16:08:25.000000000 +0000 +++ reportbug-6.6.6ubuntu1~ubuntu14.04.2/debian/changelog 2016-03-11 16:57:57.000000000 +0000 @@ -1,3 +1,9 @@ +reportbug (6.6.6ubuntu1~ubuntu14.04.2) trusty-backports; urgency=medium + + * Fix VERSION_NUMBER in reportbug/__init__.py to match package version + + -- Scott Kitterman Fri, 11 Mar 2016 11:56:52 -0500 + reportbug (6.6.6ubuntu1~ubuntu14.04.1) trusty-backports; urgency=medium * No-change backport to trusty (LP: #1556174) diff -Nru reportbug-6.6.6ubuntu1~ubuntu14.04.1/reportbug/__init__.py reportbug-6.6.6ubuntu1~ubuntu14.04.2/reportbug/__init__.py --- reportbug-6.6.6ubuntu1~ubuntu14.04.1/reportbug/__init__.py 2016-01-16 04:33:15.000000000 +0000 +++ reportbug-6.6.6ubuntu1~ubuntu14.04.2/reportbug/__init__.py 2016-03-11 16:58:29.000000000 +0000 @@ -25,7 +25,7 @@ __all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions', 'debbugs', 'exceptions', 'submit', 'tempfile'] -VERSION_NUMBER = "6.6.6ubuntu1" +VERSION_NUMBER = "6.6.6ubuntu1~ubuntu14.04.2" VERSION = "reportbug " + VERSION_NUMBER COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence ' + \ Binary files /tmp/tmptI2ZNZ/_UF4PxBSj4/reportbug-6.6.6ubuntu1~ubuntu14.04.1/reportbug/__init__.pyc and /tmp/tmptI2ZNZ/XghUt1nOfD/reportbug-6.6.6ubuntu1~ubuntu14.04.2/reportbug/__init__.pyc differ