r424 - in /debtorrent/trunk/debian: NEWS changelog control debtorrent-client.init debtorrent-tracker.init

camrdale at users.alioth.debian.org camrdale at users.alioth.debian.org
Sun Mar 21 04:02:03 UTC 2010


Author: camrdale
Date: Sun Mar 21 04:01:57 2010
New Revision: 424

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=424
Log:
* Fix a lot of lintian warnings and errors
  - Update standards version to 3.8.4 (no changes)

Modified:
    debtorrent/trunk/debian/NEWS
    debtorrent/trunk/debian/changelog
    debtorrent/trunk/debian/control
    debtorrent/trunk/debian/debtorrent-client.init
    debtorrent/trunk/debian/debtorrent-tracker.init

Modified: debtorrent/trunk/debian/NEWS
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/NEWS?rev=424&op=diff
==============================================================================
--- debtorrent/trunk/debian/NEWS (original)
+++ debtorrent/trunk/debian/NEWS Sun Mar 21 04:01:57 2010
@@ -1,4 +1,4 @@
-debtorrent (0.1.16) unstable; urgency=low
+debtorrent (0.1.6) unstable; urgency=low
 
   This version of DebTorrent uses a slightly different directory layout
   than the older version. Torrents are now split into binary-<arch> and
@@ -23,3 +23,4 @@
   Once again, don't forget to 'apt-get update'!
 
  -- Cameron Dale <camrdale at gmail.com>  Thu, 24 Jan 2008 13:56:24 -0800
+

Modified: debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/changelog?rev=424&op=diff
==============================================================================
--- debtorrent/trunk/debian/changelog (original)
+++ debtorrent/trunk/debian/changelog Sun Mar 21 04:01:57 2010
@@ -1,6 +1,7 @@
 debtorrent (0.1.10) unstable; urgency=low
 
-  * Fix endless rerequesting pieces HTTP seed doesn't have (Closes: #516708, #451176)
+  * Fix endless rerequesting pieces HTTP seed doesn't have
+    (Closes: #516708, #451176)
   * Fix piuparts uninstallation failure (Closes: #574198)
   * Prevent symlink attack when upgrading from pre 0.1.6 (Closes: #500180)
   * Add a status verb to init.d scripts (Closes: #498606)
@@ -8,10 +9,13 @@
   * Add a graphical display of the pieces all peers have, thanks 
     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
+  * Fix for the unicode strings now returned by python-debian
+    (Closes: #574772)
+  * Use python-debian's new debian package, debian_bundle is deprecated
+  * Fix a lot of lintian warnings and errors
+    - Update standards version to 3.8.4 (no changes)
 
- -- Cameron Dale <camrdale at gmail.com>  Sat, 20 Mar 2010 20:31:03 -0700
+ -- Cameron Dale <camrdale at gmail.com>  Sat, 20 Mar 2010 20:58:28 -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=424&op=diff
==============================================================================
--- debtorrent/trunk/debian/control (original)
+++ debtorrent/trunk/debian/control Sun Mar 21 04:01:57 2010
@@ -4,15 +4,15 @@
 Maintainer: Cameron Dale <camrdale at gmail.com>
 Homepage: http://debtorrent.alioth.debian.org/
 Build-Depends: debhelper (>= 5.0.37.2)
-Build-Depends-Indep: python-dev, python-support (>= 0.5.4), docbook-to-man
-Standards-Version: 3.8.0
+Build-Depends-Indep: python, python-support (>= 0.5.4), docbook-to-man
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/debtorrent/debtorrent/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/
 XS-Dm-Upload-Allowed: yes
 
 Package: debtorrent
 Architecture: all
-Depends: ${python:Depends}, adduser, python-debian (>= 0.1.15), python-apt
+Depends: ${misc: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/debian/debtorrent-client.init
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/debtorrent-client.init?rev=424&op=diff
==============================================================================
--- debtorrent/trunk/debian/debtorrent-client.init (original)
+++ debtorrent/trunk/debian/debtorrent-client.init Sun Mar 21 04:01:57 2010
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          debtorrent-client
-# Required-Start:    $network
-# Required-Stop:     
+# Required-Start:    $network $remote_fs
+# Required-Stop:     $remote_fs
 # Should-Start:      $named
 # Should-Stop:       
 # Default-Start:     2 3 4 5
@@ -32,7 +32,7 @@
 test -x $DAEMON || exit 0
 
 . /lib/lsb/init-functions
-. /etc/default/rcS
+test -f /etc/default/rcS && . /etc/default/rcS
 
 if [ -s $DEFAULTSFILE ]; then
     . $DEFAULTSFILE

Modified: debtorrent/trunk/debian/debtorrent-tracker.init
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/debtorrent-tracker.init?rev=424&op=diff
==============================================================================
--- debtorrent/trunk/debian/debtorrent-tracker.init (original)
+++ debtorrent/trunk/debian/debtorrent-tracker.init Sun Mar 21 04:01:57 2010
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          debtorrent-tracker
-# Required-Start:    $network
-# Required-Stop:     
+# Required-Start:    $network $remote_fs
+# Required-Stop:     $remote_fs
 # Should-Start:      $named
 # Should-Stop:       
 # Default-Start:     2 3 4 5
@@ -31,7 +31,7 @@
 test -x $DAEMON || exit 0
 
 . /lib/lsb/init-functions
-. /etc/default/rcS
+test -f /etc/default/rcS && . /etc/default/rcS
 
 if [ -s $DEFAULTSFILE ]; then
     . $DEFAULTSFILE




More information about the Debtorrent-commits mailing list