fix some version configuration
This commit is contained in:
2
debian/init.d
vendored
2
debian/init.d
vendored
@@ -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
|
||||
|
||||
2
debian/pyversions
vendored
2
debian/pyversions
vendored
@@ -1 +1 @@
|
||||
2.4-2.6
|
||||
2.4-2.7
|
||||
|
||||
2
setup.py
2
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")
|
||||
|
||||
1
sqlobject_history/jmc_0.3rc1-0.3rc2.sql
Normal file
1
sqlobject_history/jmc_0.3rc1-0.3rc2.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE global_smtp_account ADD COLUMN ssl TINYINT;
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
jcl==0.1b3
|
||||
jcl==0.1rc2
|
||||
Reference in New Issue
Block a user