Changeset 54:58d0d0dffaba

Show
Ignore:
Timestamp:
10/31/06 23:55:16 (2 years ago)
Author:
warner@lothar.com
branch:
default
Message:

[foolscap @ add sarge packaging code, add a Recommends on pyopenssl]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r53 r54  
    112006-10-31  Brian Warner  <warner@lothar.com> 
     2 
     3        * misc/sarge/debian/control: add sarge packaging 
     4        * misc/dapper/debian/control: update dependencies, add Recommends 
     5        on pyopenssl 
     6        * misc/sid/debian/control: same 
     7        * Makefile: add 'debian-sarge' target 
    28 
    39        * misc/dapper/debian: move debian packaging up a level 
  • Makefile

    r53 r54  
    1919        chmod a+x debian/rules 
    2020        debuild -uc -us 
     21 
     22debian-sarge: 
     23        rm -f debian 
     24        ln -s misc/sarge/debian debian 
     25        chmod a+x debian/rules 
     26        debuild -uc -us 
  • misc/dapper/debian/control

    r53 r54  
    1515Architecture: all 
    1616Depends: python2.4, python2.4-twisted-core 
    17 Recommends: python2.4-twisted-names 
     17Recommends: python2.4-twisted-names, python2.4-pyopenssl 
    1818Description: An object-capability -based RPC system for Twisted Python 
    1919 Foolscap (aka "newpb") contains a new RPC system for Twisted Python, combining 
  • misc/sid/debian/control

    r53 r54  
    1111Architecture: all 
    1212Depends: ${python:Depends}, python-twisted-core 
    13 Recommends: python-twisted-names 
     13Recommends: python-twisted-names, python-pyopenssl 
    1414XB-Python-Version: ${python:Versions} 
    1515Description: An object-capability -based RPC system for Twisted Python