r423 - in /debtorrent/trunk: DebTorrent/BT1/AptListener.py DebTorrent/BT1/makemetafile.py debian/changelog debian/control split_cache_for_all.py uniquely.py uniquely_projectb.py

camrdale at users.alioth.debian.org camrdale at users.alioth.debian.org
Sun Mar 21 03:37:50 UTC 2010


Author: camrdale
Date: Sun Mar 21 03:37:48 2010
New Revision: 423

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=423
Log:
Use python-debian's new debian package, instead of the deprecated debian_bundle

Modified:
    debtorrent/trunk/DebTorrent/BT1/AptListener.py
    debtorrent/trunk/DebTorrent/BT1/makemetafile.py
    debtorrent/trunk/debian/changelog
    debtorrent/trunk/debian/control
    debtorrent/trunk/split_cache_for_all.py
    debtorrent/trunk/uniquely.py
    debtorrent/trunk/uniquely_projectb.py

Modified: debtorrent/trunk/DebTorrent/BT1/AptListener.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/AptListener.py?rev=423&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/AptListener.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/AptListener.py Sun Mar 21 03:37:48 2010
@@ -30,7 +30,7 @@
 from DebTorrent.HTTPCache import HTTPCache
 import os, logging
 from DebTorrent.__init__ import version, product_name,version_short
-from debian_bundle import deb822
+from debian import deb822
 
 logger = logging.getLogger('DebTorrent.BT1.AptListener')
 

Modified: debtorrent/trunk/DebTorrent/BT1/makemetafile.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/makemetafile.py?rev=423&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/makemetafile.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/makemetafile.py Sun Mar 21 03:37:48 2010
@@ -33,7 +33,7 @@
 from bz2 import BZ2File
 from StringIO import StringIO
 from re import subn
-from debian_bundle import deb822
+from debian import deb822
 import binascii, logging
 try:
     from sys import getfilesystemencoding

Modified: debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/changelog?rev=423&op=diff
==============================================================================
--- debtorrent/trunk/debian/changelog (original)
+++ debtorrent/trunk/debian/changelog Sun Mar 21 03:37:48 2010
@@ -9,8 +9,9 @@
     Steve Cotton (Closes: #515771)
   * Fix bug in info page display when seeding (Closes: #524056)
   * Fix for the unicode strings now returned by python-debian (Closes: #574772)
+  * Use python-debian's new debian package, instead of the deprecated debian_bundle
 
- -- Cameron Dale <camrdale at gmail.com>  Sat, 20 Mar 2010 18:33:18 -0700
+ -- Cameron Dale <camrdale at gmail.com>  Sat, 20 Mar 2010 20:31:03 -0700
 
 debtorrent (0.1.9) unstable; urgency=low
 

Modified: debtorrent/trunk/debian/control
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/control?rev=423&op=diff
==============================================================================
--- debtorrent/trunk/debian/control (original)
+++ debtorrent/trunk/debian/control Sun Mar 21 03:37:48 2010
@@ -12,7 +12,7 @@
 
 Package: debtorrent
 Architecture: all
-Depends: ${python:Depends}, adduser, python-debian (>= 0.1.4), python-apt
+Depends: ${python:Depends}, adduser, python-debian (>= 0.1.15), python-apt
 Suggests: python-psyco
 Recommends: python-crypto, apt-transport-debtorrent (>= 0.2)
 Provides: python-debtorrent

Modified: debtorrent/trunk/split_cache_for_all.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/split_cache_for_all.py?rev=423&op=diff
==============================================================================
--- debtorrent/trunk/split_cache_for_all.py (original)
+++ debtorrent/trunk/split_cache_for_all.py Sun Mar 21 03:37:48 2010
@@ -9,7 +9,7 @@
 from sys import argv
 
 try:
-    from debian_bundle import debfile
+    from debian import debfile
 except:
     raise ImportError, 'You must install the python-debian and python-apt packages to use this script'
 

Modified: debtorrent/trunk/uniquely.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/uniquely.py?rev=423&op=diff
==============================================================================
--- debtorrent/trunk/uniquely.py (original)
+++ debtorrent/trunk/uniquely.py Sun Mar 21 03:37:48 2010
@@ -10,7 +10,7 @@
 from os import remove, rename, system, symlink
 from os.path import exists
 from time import strftime, gmtime
-from debian_bundle import deb822
+from debian import deb822
 from tempfile import mkstemp
 
 # The piece size to use (must match the '-extrapieces' file's piece size)

Modified: debtorrent/trunk/uniquely_projectb.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/uniquely_projectb.py?rev=423&op=diff
==============================================================================
--- debtorrent/trunk/uniquely_projectb.py (original)
+++ debtorrent/trunk/uniquely_projectb.py Sun Mar 21 03:37:48 2010
@@ -11,7 +11,7 @@
 from os import remove, rename, system, symlink
 from os.path import exists
 from time import strftime, gmtime
-from debian_bundle import deb822
+from debian import deb822
 from tempfile import mkstemp
 
 # The piece size to use (must match the '-extrapieces' file's piece size)




More information about the Debtorrent-commits mailing list