Your message dated Wed, 14 Sep 2011 17:19:30 +0000
with message-id <[email protected]>
and subject line Bug#631163: fixed in tahoe-lafs 1.8.3-1
has caused the Debian Bug report #631163,
regarding tahoe-lafs: reduce twisted dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
631163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631163
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tahoe-lafs
Version: 1.8.2-3
Severity: minor

tahoe-lafs depends on the metapackage python-twisted which includes a bunch of
twisted packages.
Apparently tahoe-lafs does not need all.
Zooko informed me that only -core and -web are needed and -conch is optional.

The egg info should be patched to reflect that.
Attached a patch which adds a dependency for -core and web and removes the
python-twisted dep.
This requires additional direct dependencies on asn1 and crypto.

The optional conch dependency is not included in the patch!



-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 
'natty-proposed'), (500, 'natty'), (100, 'natty-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-10-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tahoe-lafs depends on:
ii  python                   2.7.1-0ubuntu5  interactive high-level object-orie
ii  python-foolscap          0.6.1-5         object-capability-based RPC system
pn  python-nevow             <none>          (no description available)
ii  python-openssl           0.10-1ubuntu3   Python wrapper around the OpenSSL 
pn  python-pycryptopp        <none>          (no description available)
ii  python-setuptools        0.6.15-1ubuntu1 Python Distutils Enhancements (set
ii  python-simplejson        2.1.2-1build1   simple, fast, extensible JSON enco
ii  python-support           1.0.10ubuntu3   automated rebuilding support for P
ii  python-twisted           10.2.0-1        Event-based framework for internet
pn  python-zfec              <none>          (no description available)

tahoe-lafs recommends no packages.

tahoe-lafs suggests no packages.
diff -Nru tahoe-lafs-1.8.2/debian/control tahoe-lafs-1.8.2/debian/control
--- tahoe-lafs-1.8.2/debian/control	2011-06-16 19:36:37.000000000 +0200
+++ tahoe-lafs-1.8.2/debian/control	2011-06-21 00:08:27.000000000 +0200
@@ -11,7 +11,7 @@
 
 Package: tahoe-lafs
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-twisted,
+Depends: ${misc:Depends}, ${python:Depends}, python-asn1, python-crypto,
  python-foolscap (>= 0.6.1-3), python-openssl, python-nevow,
  python-simplejson (>= 2.1.1), python-zfec (>= 1.4), python-pycryptopp (>= 0.5.29-1),
  python-setuptools, python-mock
diff -Nru tahoe-lafs-1.8.2/debian/patches/reduce_twisted_deps.patch tahoe-lafs-1.8.2/debian/patches/reduce_twisted_deps.patch
--- tahoe-lafs-1.8.2/debian/patches/reduce_twisted_deps.patch	1970-01-01 01:00:00.000000000 +0100
+++ tahoe-lafs-1.8.2/debian/patches/reduce_twisted_deps.patch	2011-06-20 23:51:57.000000000 +0200
@@ -0,0 +1,14 @@
+Index: tahoe-lafs-1.8.2/src/allmydata_tahoe.egg-info/requires.txt
+===================================================================
+--- tahoe-lafs-1.8.2.orig/src/allmydata_tahoe.egg-info/requires.txt	2011-06-20 23:51:45.257361895 +0200
++++ tahoe-lafs-1.8.2/src/allmydata_tahoe.egg-info/requires.txt	2011-06-20 23:51:48.177361895 +0200
+@@ -2,7 +2,8 @@
+ zfec >= 1.1.0
+ simplejson >= 1.4
+ zope.interface
+-Twisted >= 2.4.0
++Twisted-Core >= 2.4.0
++Twisted-Web >= 2.4.0
+ foolscap[secure_connections] >= 0.6.1
+ Nevow >= 0.6.0
+ pycrypto == 2.0.1, == 2.1.0, >= 2.3
diff -Nru tahoe-lafs-1.8.2/debian/patches/series tahoe-lafs-1.8.2/debian/patches/series
--- tahoe-lafs-1.8.2/debian/patches/series	2011-06-16 19:36:37.000000000 +0200
+++ tahoe-lafs-1.8.2/debian/patches/series	2011-06-20 23:49:02.000000000 +0200
@@ -1,2 +1,3 @@
 remove_upstream_setup_deps.diff
 exclude_buildtest_package.diff
+reduce_twisted_deps.patch

--- End Message ---
--- Begin Message ---
Source: tahoe-lafs
Source-Version: 1.8.3-1

We believe that the bug you reported is fixed in the latest version of
tahoe-lafs, which is due to be installed in the Debian FTP archive:

tahoe-lafs_1.8.3-1.debian.tar.gz
  to main/t/tahoe-lafs/tahoe-lafs_1.8.3-1.debian.tar.gz
tahoe-lafs_1.8.3-1.dsc
  to main/t/tahoe-lafs/tahoe-lafs_1.8.3-1.dsc
tahoe-lafs_1.8.3-1_all.deb
  to main/t/tahoe-lafs/tahoe-lafs_1.8.3-1_all.deb
tahoe-lafs_1.8.3.orig.tar.gz
  to main/t/tahoe-lafs/tahoe-lafs_1.8.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Micah Anderson <[email protected]> (supplier of updated tahoe-lafs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 21 Jun 2011 14:01:31 +0200
Source: tahoe-lafs
Binary: tahoe-lafs
Architecture: source all
Version: 1.8.3-1
Distribution: unstable
Urgency: high
Maintainer: Bert Agaz <[email protected]>
Changed-By: Micah Anderson <[email protected]>
Description: 
 tahoe-lafs - Secure distributed filesystem
Closes: 630825 631163 641540
Changes: 
 tahoe-lafs (1.8.3-1) unstable; urgency=high
 .
   [ Bert Agaz ]
   * New upstream release (Closes: #641540), urgency high due to security fix
   * Refresh Debian patches.
   * Add header to Debian patches.
   * Remove Debian version of python-pycryptopp dependency (Closes: #630825).
   * Remove python-twisted dependency.
     python-foolscap already depends on the needed twisted packages.
   * Remove link to /usr/share/common-licenses/BSD.
   * Add Vcs-{Git,Browser} to debian/control.
   * Add a patch to reduce Twisted dependencies (Closes: #631163).
     (credit goes to Julian Taylor <[email protected]>).
Checksums-Sha1: 
 612eb51f49c39b5652e7a47e73c43a5fd28a619c 1938 tahoe-lafs_1.8.3-1.dsc
 f33f1bc1a4708def6616fd79b3f6d1da4c5f0f88 1264493 tahoe-lafs_1.8.3.orig.tar.gz
 7be1881ff8e7f6ba8d31928b81cd5d6de7c6c78c 14646 tahoe-lafs_1.8.3-1.debian.tar.gz
 0274e3d0159462f171c5017a4c0b3702ba6b747b 1040584 tahoe-lafs_1.8.3-1_all.deb
Checksums-Sha256: 
 71386f51dc45f5086ab308525fd8cb0a5865abe32813dd8ef6a7bf554666ee2b 1938 
tahoe-lafs_1.8.3-1.dsc
 a0fef0351c3d48677894ab267fef2c9b661687481aa0f65da4d0cb90696bece1 1264493 
tahoe-lafs_1.8.3.orig.tar.gz
 897d58f4baff7dafb750d208cdf6664402f0a4160d0427446057b6ae2c47c201 14646 
tahoe-lafs_1.8.3-1.debian.tar.gz
 36c21bdd814ed05faa1ec1b16cf50d448af2eeedd20f2b1b1f60d906a764360c 1040584 
tahoe-lafs_1.8.3-1_all.deb
Files: 
 dc1cc536a53bf8ea720bfeaeb72724f9 1938 utils optional tahoe-lafs_1.8.3-1.dsc
 1e5c40df99f634c5ce6ef9e29a68067c 1264493 utils optional 
tahoe-lafs_1.8.3.orig.tar.gz
 01311e7f86cd39e733c4ec355a4e25cf 14646 utils optional 
tahoe-lafs_1.8.3-1.debian.tar.gz
 4b274c4955637b874809c528601a0310 1040584 utils optional 
tahoe-lafs_1.8.3-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJOcN5ZAAoJEIy/mjIoYaeQ/2IP/AvQUhLiVchoStAGMjNJoCcK
G2tRkPc4UizbnG2s10pi6mqZeC3bw9Fz79grQVgtSzPHcK/PAWoZLwZ0S3/be1db
E53wQ6QJ9linOZWMy/BTpoeDO9nMOgsITEFCFn12c2Pfe687fYi/QEyY43Bev4MN
z0wYFkv3sAXtsyRlBEWlwXovD29gw+avegPLzgmDEsdEchFLDK4kEoyCD01iboGU
sRBZlnIqsDr12YCY1HNaovGTvHp9SpTRzk4CF84tBrH2iXrxO/uzgnDAAa/zFpGO
FwQoRdz0G0i4lRdVCuXma2Au50gTdD03lJZUpvR8LnoyoX0ZW8rSZiu+z6qo02B4
bFDitlwPPHyTenDrHBzW5K0QQ3npEYHvhWQ6/6hLKw+kqmv02MdrVUtJaFA1B+Zm
RV7FyLw4q83HZL6gTEHaT7xdkDCTeuWD9zDf+u2nJEdmEv1+3WnSGsa/9cxf7v2m
rxoD98pgAFlOE+2FUTu7/l6h3wah2rCECQL4RAbPETpzSZaeK2vy1kdjYp2JsMo7
VDlspjVLHDij4RnubCDEe84ojHvmjaltwc7P2zE7gICDuWTf2OFGRAp2G3PJjhen
QKc1sOeETI+3AbeRQuLTLquc3jKciUgGiQNTQ9ADTyHfnbzuAJ5eCer5CBsV6jD7
IXjGw06gGYo8c7yCj1/m
=Mta7
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to