Changeset 54:58d0d0dffaba
- 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
| r53 |
r54 |
|
| 1 | 1 | 2006-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 |
|---|
| 2 | 8 | |
|---|
| 3 | 9 | * misc/dapper/debian: move debian packaging up a level |
|---|
| r53 |
r54 |
|
| 19 | 19 | chmod a+x debian/rules |
|---|
| 20 | 20 | debuild -uc -us |
|---|
| | 21 | |
|---|
| | 22 | debian-sarge: |
|---|
| | 23 | rm -f debian |
|---|
| | 24 | ln -s misc/sarge/debian debian |
|---|
| | 25 | chmod a+x debian/rules |
|---|
| | 26 | debuild -uc -us |
|---|
| r53 |
r54 |
|
| 15 | 15 | Architecture: all |
|---|
| 16 | 16 | Depends: python2.4, python2.4-twisted-core |
|---|
| 17 | | Recommends: python2.4-twisted-names |
|---|
| | 17 | Recommends: python2.4-twisted-names, python2.4-pyopenssl |
|---|
| 18 | 18 | Description: An object-capability -based RPC system for Twisted Python |
|---|
| 19 | 19 | Foolscap (aka "newpb") contains a new RPC system for Twisted Python, combining |
|---|
| r53 |
r54 |
|
| 11 | 11 | Architecture: all |
|---|
| 12 | 12 | Depends: ${python:Depends}, python-twisted-core |
|---|
| 13 | | Recommends: python-twisted-names |
|---|
| | 13 | Recommends: python-twisted-names, python-pyopenssl |
|---|
| 14 | 14 | XB-Python-Version: ${python:Versions} |
|---|
| 15 | 15 | Description: An object-capability -based RPC system for Twisted Python |
|---|