[Python-modules-commits] r6789 - in packages/foolscap/trunk/debian (changelog control rules)
speijnik-guest at users.alioth.debian.org
speijnik-guest at users.alioth.debian.org
Wed Oct 29 19:10:24 UTC 2008
Date: Wednesday, October 29, 2008 @ 19:10:23
Author: speijnik-guest
Revision: 6789
Make use of Build-Depends-Indep in debian/control. Updated long description in debian/control. XS-Vcs-* -> Vcs-*. Updated debian/rules: removed unneeded rm -rf calls, emptied build target.
Modified:
packages/foolscap/trunk/debian/changelog
packages/foolscap/trunk/debian/control
packages/foolscap/trunk/debian/rules
Modified: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog 2008-10-29 12:31:08 UTC (rev 6788)
+++ packages/foolscap/trunk/debian/changelog 2008-10-29 19:10:23 UTC (rev 6789)
@@ -1,4 +1,4 @@
-foolscap (0.3.2-1) experimental; urgency=low
+foolscap (0.3.2-1) unstable; urgency=low
* Initial release (Closes: #499699)
Modified: packages/foolscap/trunk/debian/control
===================================================================
--- packages/foolscap/trunk/debian/control 2008-10-29 12:31:08 UTC (rev 6788)
+++ packages/foolscap/trunk/debian/control 2008-10-29 19:10:23 UTC (rev 6789)
@@ -3,18 +3,18 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Stephan Peijnik <debian at sp.or.at>
-Build-Depends: debhelper (>= 5), python-support (>= 0.6), python-openssl, python-twisted-core, python-twisted-web
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: python-support (>= 0.6), python-openssl, python-twisted-core, python-twisted-web
Standards-Version: 3.8.0
Homepage: http://foolscap.lothar.com/
-XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/foolscap/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/foolscap/trunk/?op=log
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/foolscap/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/foolscap/trunk/?op=log
Package: python-foolscap
Architecture: all
-Depends: ${python:Depends}
-Depends: python-twisted-core, python-openssl (>= 0.6), python-twisted-web
+Depends: ${python:Depends}, python-twisted-core, python-openssl (>= 0.6), python-twisted-web
Recommends: python-twisted-names
-Description: An object-capability-based RPC system for Twisted Python
- Foolscap (aka "newpb") contains a new RPC system for Twisted Python, combining
- capability-based security, secure references, flexible serialization, and
- technology to mitigate resource-consumption attacks.
+Description: Object-capability-based RPC system for Twisted Python
+ Foolscap (also known as "newpb") contains a new RPC system for Twisted Python,
+ combining capability-based security, secure references, flexible
+ serialization, and technology to mitigate resource-consumption attacks.
Modified: packages/foolscap/trunk/debian/rules
===================================================================
--- packages/foolscap/trunk/debian/rules 2008-10-29 12:31:08 UTC (rev 6788)
+++ packages/foolscap/trunk/debian/rules 2008-10-29 19:10:23 UTC (rev 6789)
@@ -9,12 +9,9 @@
dh_testroot
rm -rf build
find . -name *\.py[co] -exec rm {} \;
- rm -rf $(CURDIR)/debian/python-foolscap
- rm -rf $(CURDIR)/debian/python-foolscap-doc
dh_clean
build:
- python setup.py build
install:
python setup.py install --root $(CURDIR)/debian/python-foolscap
More information about the Python-modules-commits
mailing list