Changes between Version 56 and Version 57 of BuildingDebianPackages


Ignore:
Timestamp:
11/30/09 17:04:59 (13 years ago)
Author:
dclark
Comment:

prep for non-stdeb testing of python-ssl...

Legend:

Unmodified
Added
Removed
Modified
  • BuildingDebianPackages

    v56 v57  
    396396wget http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz 
    397397tar xvfz ssl-1.15.tar.gz 
    398 cd ssl-1.15 
    399 wget https://trac.mcs.anl.gov/projects/bcfg2/raw-attachment/wiki/BuildingDebianPackages/ssl-1.15-debian.patch 
    400 patch -p1 < ssl-1.15-debian.patch 
    401  
    402 sudo easy_install stdeb 
    403 stdeb_run_setup 
    404  
    405 cd deb_dist/ssl-1.15 
    406  
    407 # Change these lines to be like the below in debian/control 
    408 # Build-Depends: python-setuptools, python-all-dev, debhelper (>= 7), python-support, libssl-dev 
    409 # Depends: ${python:Depends}, python-pkg-resources, ${shlibs:Depends}, openssl 
    410  
    411 # In setup.py, comment out this line: 
    412 # test.test_support.use_resources = ["network"] 
     398mv ssl-1.15 python-ssl-1.15 
     399cd python-ssl-1.15 
     400 
     401# (get new debian directory - TODO) 
    413402 
    414403cp debian/changelog debian/changelog.orig 
     
    423412# Replace 0xAA95C349 to your GnuPG Key ID 
    424413debuild -S -sa -k0xAA95C349 # Using -sa here because we need .orig.tar.gz file 
    425 dput bcfg2-testing-force-${dist} ../ssl_1.15-1~${ppa}${try}~${dist}${try}_source.changes 
     414dput bcfg2-testing-force-${dist} ../python-ssl_1.15-1~${ppa}${try}~${dist}${try}_source.changes 
    426415done 
    427416}}}