Skip to content

Commit 878ced4

Browse files
author
Jörgen Maas
committedMar 2, 2017
Fixes for Debian/Ubuntu packaging.
1 parent ae2c083 commit 878ced4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎debian/cobbler.dsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Version: 2.9.0-1
66
Maintainer: Cobbler Developers <cobbler-devel@fedorahosted.org>
77
Homepage: https://cobbler.github.io
88
Standards-Version: 3.9.2
9-
Build-Depends: debhelper (>= 7.0.50), po-debconf, python-all, python-cheetah, python-yaml, git-core, python-setuptools, python-netaddr, python-nose, python-simplejson
9+
Build-Depends: debhelper (>= 7.0.50), build-essential, po-debconf, python-all, python-cheetah, python-yaml, git-core, python-setuptools, python-netaddr, python-nose, python-simplejson
1010
Python-Version: 2.6
1111
Files:
1212
a875c5efe415a2b52633b0e882f43a1c 545955 cobbler 2.9.0.orig.tar.gz

‎debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: cobbler
22
Section: admin
33
Priority: optional
44
Maintainer: Jasper Poppe <jpoppe@ebay.com>
5-
Build-Depends: debhelper (>= 7), python-cheetah, python-yaml, git-core, python
5+
Build-Depends: debhelper (>= 7), build-essential, python-cheetah, python-yaml, git-core, python
66
Standards-Version: 3.8.0
77
Homepage: https://fedoraproject.org/cobbler
88

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def run(self):
365365
if not os.path.abspath(libpath):
366366
# The next line only works for absolute libpath
367367
raise Exception("libpath is not absolute.")
368-
path = os.path.join(libpath, 'webui_sessions')
368+
path = os.path.join(self.root + libpath, 'webui_sessions')
369369
try:
370370
self.change_owner(path, http_user)
371371
except KeyError, e:

0 commit comments

Comments
 (0)
Please sign in to comment.