From da08ab21bc56a0905db8697032ee1fcbef6298f7 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 23 Apr 2015 12:23:21 -0300 Subject: [pkg] remove initscript from python package There are some reasons to remove the initscript from the python package: 1. To include the initscript it in the python package it is necessary to assume a lot of things about the system in which the package would be installed. 2. The debian packaging system will correctly create an initscript by itself. 3. We don't have to maintain 2 different setup.py files (one in master/develop branch and another in debian package branches). --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6fec416..3e89eec 100644 --- a/setup.py +++ b/setup.py @@ -113,8 +113,7 @@ else: # be automatically # placed by distutils, using whatever interpreter is # available. - data_files = [("/usr/local/bin/", ["pkg/mx.tac"]), - ("/etc/init.d/", ["pkg/leap_mx"])] + data_files = [("/usr/local/bin/", ["pkg/mx.tac"])] setup( name='leap.mx', version=VERSION, -- cgit v1.2.3