r312 - in /debtorrent/trunk: DebTorrent/HTTPHandler.py debian/changelog debian/control

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Sun Nov 4 19:24:58 UTC 2007


Author: camrdale-guest
Date: Sun Nov  4 19:24:58 2007
New Revision: 312

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=312
Log:
* Update to support apt debtorrent transport version 0.2

Modified:
    debtorrent/trunk/DebTorrent/HTTPHandler.py
    debtorrent/trunk/debian/changelog
    debtorrent/trunk/debian/control

Modified: debtorrent/trunk/DebTorrent/HTTPHandler.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/HTTPHandler.py?rev=312&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/HTTPHandler.py (original)
+++ debtorrent/trunk/DebTorrent/HTTPHandler.py Sun Nov  4 19:24:58 2007
@@ -29,7 +29,7 @@
 months = [None, 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
     'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
 
-DEBTORRENT_PROTOCOL = "0.1"
+DEBTORRENT_PROTOCOL = "0.2"
 
 def isotime(secs = None):
     """Create an ISO formatted string of the time.

Modified: debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/changelog?rev=312&op=diff
==============================================================================
--- debtorrent/trunk/debian/changelog (original)
+++ debtorrent/trunk/debian/changelog Sun Nov  4 19:24:58 2007
@@ -1,3 +1,9 @@
+debtorrent (0.1.5) unstable; urgency=low
+
+  * Update to support apt debtorrent transport version 0.2
+
+ -- Cameron Dale <camrdale at gmail.com>  Sun, 04 Nov 2007 11:15:37 -0800
+
 debtorrent (0.1.4.4) unstable; urgency=low
 
   * Empty new release to make sure DM is working.

Modified: debtorrent/trunk/debian/control
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/control?rev=312&op=diff
==============================================================================
--- debtorrent/trunk/debian/control (original)
+++ debtorrent/trunk/debian/control Sun Nov  4 19:24:58 2007
@@ -13,7 +13,7 @@
 Architecture: all
 Depends: ${python:Depends}, adduser
 Suggests: python-psyco
-Recommends: python-crypto, apt-transport-debtorrent
+Recommends: python-crypto, apt-transport-debtorrent (>= 0.2)
 Provides: python-debtorrent
 Description: bittorrent proxy for downloading Debian packages
  DebTorrent is a proxy for downloading Debian packages files with APT.




More information about the Debtorrent-commits mailing list