~ubuntu-branches/debian/sid/transmageddon/sid

« back to all changes in this revision

Viewing changes to src/about.py

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-05-24 21:11:37 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524211137-1pjg0zc762mulap4
Tags: 0.16-1
* New upstream release.
* Use 3.0 (quilt) as source package format.
* Bump Standards-Version.
* Refresh patches.
* Update debian/changelog.
* Set DMUA to yes.
* Remove debian/transmageddon.1, now it's provided by upstream.
* Remove ${shlibs:Depends} from Depends field, it's an arch-indep runtime.
* Remove debian/changelogs file, use override_dh_installchangelogs to
  install the NEWS file properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
           "Jordi Mas <jmas@softcatala.org>",
14
14
           "Stuart Langridge <sil@kryogenix.org>",
15
15
           "Tom Parker <palfrey@tevp.neta>",
16
 
           "Arun Raghavan <arunsr@gnome.org>"
 
16
           "Arun Raghavan <arunsr@gnome.org>",
 
17
           "Laszlo Pandy <laszlok2@gmail.com>",
 
18
           "Claude Paroz <claude@2xlibre.net>"
17
19
           ]
18
20
 
19
21
Artists = ["Emily and Liam <liam@fightingcrane.com>"]
40
42
class AboutDialog:
41
43
   def __init__(self):
42
44
       x = gtk.AboutDialog()
43
 
       x.set_version("0.15")
 
45
       x.set_version("0.16")
44
46
       x.set_name("Transmageddon")
45
47
       x.set_authors(Authors)
46
48
       x.set_translator_credits(_("translator-credits"))