Changes between Version 51 and Version 52 of BuildingDebianPackages
- Timestamp:
- 11/12/09 07:01:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingDebianPackages
v51 v52 392 392 #!/bin/sh -x 393 393 394 sudo aptitude install patch python-setuptools libssl-dev debhelper devscripts dput 395 394 396 wget http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz 395 397 tar xvfz ssl-1.15.tar.gz … … 402 404 403 405 cd deb_dist/ssl-1.15 406 407 # in debian/control add libssl-dev to Build-Depends: line 408 # in debian/contro add openssl to Depends: line 409 404 410 cp debian/changelog debian/changelog.orig 405 411 ppa="testing" # "testing" or "ppa" (for stable)