Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <david.rousselie@happycoders.org>2011-10-09 13:17:52 +0400
committerDavid Rousselie <david.rousselie@happycoders.org>2011-10-09 13:17:52 +0400
commit9c0edf274f1180a02092bffc031451dc879b0deb (patch)
tree769fa9302ca7376bd49a3025d899798c2558e3a2
parente75973eefcfb8e0b264187e49cc77462fe56d956 (diff)
fix some version configuration
-rwxr-xr-xdebian/init.d2
-rw-r--r--debian/pyversions2
-rw-r--r--setup.py2
-rw-r--r--sqlobject_history/jmc_0.3rc1-0.3rc2.sql1
-rw-r--r--src/jmc.egg-info/PKG-INFO2
-rw-r--r--src/jmc.egg-info/requires.txt2
6 files changed, 7 insertions, 4 deletions
diff --git a/debian/init.d b/debian/init.d
index 23c65ab..4c15826 100755
--- a/debian/init.d
+++ b/debian/init.d
@@ -1,6 +1,8 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: jmc
+# Required-Start:
+# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Jabber Mail Component
diff --git a/debian/pyversions b/debian/pyversions
index 219112b..843fdb1 100644
--- a/debian/pyversions
+++ b/debian/pyversions
@@ -1 +1 @@
-2.4-2.6
+2.4-2.7
diff --git a/setup.py b/setup.py
index 2da15c7..3e9ff39 100644
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ if len(sys.argv) >= 2 and sys.argv[1] == "install" \
os.makedirs(config_dir)
shutil.copy("conf/jmc.conf", config_dir)
python_version = ".".join(platform.python_version_tuple()[:2])
- runner_file_name = full_prefix + "/lib/python" + python_version + "/site-packages/jmc-" + jmc_version + "-py" + python_version + ".egg/jmc/runner.py"
+ runner_file_name = full_prefix + "/lib/python" + python_version + "/site-packages/jmc/runner.py"
runner_file = open(runner_file_name)
dest_runner_file_name = runner_file_name + ".tmp"
dest_runner_file = open(dest_runner_file_name, "w")
diff --git a/sqlobject_history/jmc_0.3rc1-0.3rc2.sql b/sqlobject_history/jmc_0.3rc1-0.3rc2.sql
new file mode 100644
index 0000000..eec5210
--- /dev/null
+++ b/sqlobject_history/jmc_0.3rc1-0.3rc2.sql
@@ -0,0 +1 @@
+ALTER TABLE global_smtp_account ADD COLUMN ssl TINYINT;
diff --git a/src/jmc.egg-info/PKG-INFO b/src/jmc.egg-info/PKG-INFO
index b3823a3..2ce23db 100644
--- a/src/jmc.egg-info/PKG-INFO
+++ b/src/jmc.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: jmc
-Version: 0.3b3
+Version: 0.3rc2
Summary: Jabber Mail Component
Home-page: http://people.happycoders.org/dax/projects/jmc
Author: David Rousselie
diff --git a/src/jmc.egg-info/requires.txt b/src/jmc.egg-info/requires.txt
index 9d7cfa3..92ca89f 100644
--- a/src/jmc.egg-info/requires.txt
+++ b/src/jmc.egg-info/requires.txt
@@ -1 +1 @@
-jcl==0.1b3 \ No newline at end of file
+jcl==0.1rc2 \ No newline at end of file