Changes between Version 58 and Version 59 of BuildingDebianPackages
- Timestamp:
- 12/01/09 12:03:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingDebianPackages
v58 v59 330 330 331 331 sudo apt-get build-dep bcfg2 bcfg2-server 332 aptitude install subversion 332 333 333 334 # Trunk, or specify a revision; also something was said about being able … … 385 386 ==== bcfg2-server + python <= 2.5 ==== 386 387 387 To run on GNU/Linux distributions that do not ship with python 2.6 or newer, you need python-ssl backported. '''Because of the way stdeb determines dependancies, you need to do these backports from the oldest distribution you wish to support.'''388 To run on GNU/Linux distributions that do not ship with python 2.6 or newer, you need the python-ssl backport. 388 389 389 390 ===== upload python-ssl ===== … … 393 394 #!/bin/sh -x 394 395 395 sudo aptitude install patch python-setuptools libssl-dev debhelper devscripts dput 396 397 wget http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz 398 tar xvfz ssl-1.15.tar.gz 399 mv ssl-1.15 python-ssl-1.15 396 sudo aptitude install patch python-setuptools libssl-dev debhelper devscripts dput \ 397 python-setuptools python-all-dev libssl-dev libbluetooth-dev 398 399 wget https://launchpad.net/~bcfg2/+archive/hardytesting/+files/python-ssl_1.15-1~testing102~hardy102.dsc 400 wget https://launchpad.net/~bcfg2/+archive/hardytesting/+files/python-ssl_1.15-1~testing102~hardy102.tar.gz 401 402 dpkg-source -x python-ssl_1.15-1~testing102~hardy102.dsc 400 403 cd python-ssl-1.15 401 402 # (get new debian directory - TODO)403 404 404 405 cp debian/changelog debian/changelog.orig