]> git.pld-linux.org Git - packages/GNS3.git/blame - GNS3-setup.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/GNS3.git] / GNS3-setup.patch
CommitLineData
5ccaa3ff 1--- GNS3-0.3.2/setup.py~ 2007-11-04 19:51:48.000000000 +0100
2+++ GNS3-0.3.2/setup.py 2007-11-04 19:57:48.000000000 +0100
3@@ -10,7 +10,7 @@
4
5 setup( # Distribution meta-data
6 name = "gns3",
7- version = "0.2alpha",
8+ version = "0.3.2-beta",
9 description = "A graphical frontend to dynamips",
10 author = "Jeremy Grossmann, David Ruiz, Romain Lamaison, Aurelien Levesque, Xavier Alt",
11 author_email = "contact@gns3.net",
12@@ -28,7 +28,7 @@
13 'GNS3.Ui',
14 'GNS3.Ui.ConfigurationPages',
15 'GNS3.Langs'],
16- package_data = { 'GNS3': ['Langs/*.qm'] }
17+ package_data = { 'GNS3': ['Langs/*.qm', 'Dynagen/configspec', 'Dynagen/dynagen.ini'] }
18 )
19
20 #TODO: merge the previous setup with the py2exe setup ?
This page took 0.055432 seconds and 4 git commands to generate.