r361 - in /debtorrent/trunk: debian/changelog debian/control split_cache_for_all.py

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Sun Jan 27 20:44:51 UTC 2008


Author: camrdale-guest
Date: Sun Jan 27 20:44:51 2008
New Revision: 361

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=361
Log:
Add python-apt dependency since python-debian does not.

Modified:
    debtorrent/trunk/debian/changelog
    debtorrent/trunk/debian/control
    debtorrent/trunk/split_cache_for_all.py

Modified: debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/changelog?rev=361&op=diff
==============================================================================
--- debtorrent/trunk/debian/changelog (original)
+++ debtorrent/trunk/debian/changelog Sun Jan 27 20:44:51 2008
@@ -9,11 +9,12 @@
     specific files, and one for architecture-independent files
     - also added a new script split_cache_for_all to ease the upgrade
   * Use python-debian for all reading of RFC 822 type files
+    - also requires python-apt
   * Add torrent names to the tracker display
   * Make the download/upload statistics persist over restarts
   * Report more and better statistics on the tracker's info page
 
- -- Cameron Dale <camrdale at gmail.com>  Thu, 24 Jan 2008 19:19:35 -0800
+ -- Cameron Dale <camrdale at gmail.com>  Sun, 27 Jan 2008 12:43:05 -0800
 
 debtorrent (0.1.5) unstable; urgency=low
 

Modified: debtorrent/trunk/debian/control
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/control?rev=361&op=diff
==============================================================================
--- debtorrent/trunk/debian/control (original)
+++ debtorrent/trunk/debian/control Sun Jan 27 20:44:51 2008
@@ -12,7 +12,7 @@
 
 Package: debtorrent
 Architecture: all
-Depends: ${python:Depends}, adduser, python-debian (>= 0.1.4)
+Depends: ${python:Depends}, adduser, python-debian (>= 0.1.4), 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=361&op=diff
==============================================================================
--- debtorrent/trunk/split_cache_for_all.py (original)
+++ debtorrent/trunk/split_cache_for_all.py Sun Jan 27 20:44:51 2008
@@ -11,7 +11,7 @@
 try:
     from debian_bundle import debfile
 except:
-    raise ImportError, 'You must install the python-debian package to use this script'
+    raise ImportError, 'You must install the python-debian and python-apt packages to use this script'
 
 def run(dirs):
     if not dirs:




More information about the Debtorrent-commits mailing list