~ubuntu-branches/ubuntu/utopic/reportbug/utopic-proposed

« back to all changes in this revision

Viewing changes to reportbug/__init__.py

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-08-05 14:49:52 UTC
  • Revision ID: package-import@ubuntu.com-20140805144952-1w49xf9530hxlt80
Tags: 6.5.0+nmu1ubuntu1
* Merge from Debian unstable. Remaining changes (LP: #1353046):
  - bin/reportbug: If bts=ubuntu or unconfigured, exit with an
    an error and refer user "ubuntu-bug" instead.
  - reportbug/__init__.py: Match reportbug version with package version.
  - debian/control: Add prominent note to package description.
  - debian/rules, debian/dirs: Do not install .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
__all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions',
26
26
           'debbugs', 'exceptions', 'submit', 'tempfile']
27
27
 
28
 
VERSION_NUMBER = "6.5.0ubuntu1"
 
28
VERSION_NUMBER = "6.5.0+nmu1ubuntu1"
29
29
 
30
30
VERSION = "reportbug "+VERSION_NUMBER
31
31
COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc@debian.org>' + \