]> git.pld-linux.org Git - packages/GNS3.git/commitdiff
- fix for version number and missing files
authortwittner <twittner@pld-linux.org>
Sun, 4 Nov 2007 19:08:09 +0000 (19:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GNS3-setup.patch -> 1.1
    GNS3-version.patch -> 1.2

GNS3-setup.patch [new file with mode: 0644]
GNS3-version.patch [deleted file]

diff --git a/GNS3-setup.patch b/GNS3-setup.patch
new file mode 100644 (file)
index 0000000..18822e8
--- /dev/null
@@ -0,0 +1,20 @@
+--- GNS3-0.3.2/setup.py~       2007-11-04 19:51:48.000000000 +0100
++++ GNS3-0.3.2/setup.py        2007-11-04 19:57:48.000000000 +0100
+@@ -10,7 +10,7 @@
+ setup( # Distribution meta-data
+         name = "gns3",
+-        version = "0.2alpha",
++        version = "0.3.2-beta",
+         description = "A graphical frontend to dynamips",
+         author = "Jeremy Grossmann, David Ruiz, Romain Lamaison, Aurelien Levesque, Xavier Alt",
+         author_email = "contact@gns3.net",
+@@ -28,7 +28,7 @@
+             'GNS3.Ui',
+             'GNS3.Ui.ConfigurationPages',
+             'GNS3.Langs'],
+-        package_data = { 'GNS3': ['Langs/*.qm'] }
++        package_data = { 'GNS3': ['Langs/*.qm', 'Dynagen/configspec', 'Dynagen/dynagen.ini'] }
+ )
+ #TODO: merge the previous setup with the py2exe setup ?
diff --git a/GNS3-version.patch b/GNS3-version.patch
deleted file mode 100644 (file)
index 98a52b5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- o.GNS3-0.3.2/setup.py      2007-10-29 12:12:35.000000000 +0100
-+++ n.GNS3-0.3.2/setup.py      2007-11-04 14:50:11.000000000 +0100
-@@ -10,7 +10,7 @@
- setup( # Distribution meta-data
-         name = "gns3",
--        version = "0.2alpha",
-+        version = "0.3.2",
-         description = "A graphical frontend to dynamips",
-         author = "Jeremy Grossmann, David Ruiz, Romain Lamaison, Aurelien Levesque, Xavier Alt",
-         author_email = "contact@gns3.net",
This page took 0.057028 seconds and 4 git commands to generate.