~ubuntu-branches/ubuntu/natty/exaile/natty

« back to all changes in this revision

Viewing changes to xl/version.py

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-04 18:33:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081104183300-e4t9seztl35bdb24
Tags: 0.2.14-0ubuntu1
* New upstream release (LP: #280287)
* debian/control:
  - tighten dependency on python-gtk2 to (>= 2.10)
  - added python-sexy to recommends to add a clear button to filters
  - added python-gnome2-extras to recommends for lyrics, better tray icon,
    etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
"""This file is automatically generated by generate_version_info
 
3
It uses the current working tree to determine the revision.
 
4
So don't edit it. :)
 
5
"""
 
6
 
 
7
version_info = {'branch_nick': u'main',
 
8
 'build_date': '2008-08-22 21:25:50 -0500',
 
9
 'clean': None,
 
10
 'date': '2008-08-02 01:15:31 +0200',
 
11
 'revision_id': 'info@noctus.net-20080801231531-6wufpnd7lzhhxrv6',
 
12
 'revno': 1650}
 
13
 
 
14
revisions = {}
 
15
 
 
16
file_revisions = {}
 
17
 
 
18
 
 
19
 
 
20
if __name__ == '__main__':
 
21
    print 'revision: %(revno)d' % version_info
 
22
    print 'nick: %(branch_nick)s' % version_info
 
23
    print 'revision id: %(revision_id)s' % version_info