Changes between Version 54 and Version 55 of BuildingDebianPackages


Ignore:
Timestamp:
11/12/09 13:03:42 (14 years ago)
Author:
dclark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingDebianPackages

    v54 v55  
    409409# Depends: ${python:Depends}, python-pkg-resources, ${shlibs:Depends}, openssl 
    410410 
     411# In setup.py, replace this line: 
     412# test.test_support.use_resources = ["network"] 
     413# With these 2 lines: 
     414# if "network" in test.test_support.use_resources: 
     415#     test.test_support.use_resources.remove("network") 
     416# (also change text in comment above from "enabled" to "disabled") 
     417 
    411418cp debian/changelog debian/changelog.orig 
    412419ppa="testing" # "testing" or "ppa" (for stable)