[DRE-commits] r2608 - packages-wip/libnet-tftp-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Fri Apr 4 21:23:37 UTC 2008


Author: paulvt
Date: 2008-04-04 21:23:36 +0000 (Fri, 04 Apr 2008)
New Revision: 2608

Modified:
   packages-wip/libnet-tftp-ruby/trunk/debian/control
Log:
* Added a build-depends-indep on ruby1.8.
* Removed weird/unused build-depends on dpatch, libruby1.8 and libruby1.9.
* Spell checked the description.
* Replaced the Homepage with a non-release specific one.


Modified: packages-wip/libnet-tftp-ruby/trunk/debian/control
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/control	2008-04-04 21:20:18 UTC (rev 2607)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/control	2008-04-04 21:23:36 UTC (rev 2608)
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), dpatch, libruby1.8, libruby1.9
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8)
+Build-Depends-Indep: ruby1.8
 Standards-Version: 3.7.3
-Homepage: http://rubyforge.org/frs/?group_id=503&release_id=1392
+Homepage: http://rubyforge.org/projects/net-tftp/
 Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libnet-tftp-ruby/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libnet-tftp-ruby/
 
@@ -15,8 +16,8 @@
 Description: This is a pure Ruby implementation of TFTP
  it is used by many devices to upload or download their configuration,
  firmware or else. It is a very simple file transfer protocol built on top
- of UDP. It transmits data by chunck of 512 bytes. It waits for an ack after 
- each data packet but does not do any data integrety checks. 
+ of UDP. It transmits data by chunk of 512 bytes. It waits for an ACK after 
+ each data packet but does not do any data integrity checks. 
  There is no authentication mechanism nor any way too list the content of 
  the remote directories. It just sends or retrieves files.
  .
@@ -29,7 +30,7 @@
 Description: This is a pure Ruby implementation of TFTP
  it is used by many devices to upload or download their configuration,
  firmware or else. It is a very simple file transfer protocol built on top
- of UDP. It transmits data by chunck of 512 bytes. It waits for an ack after 
- each data packet but does not do any data integrety checks. 
+ of UDP. It transmits data by chunk of 512 bytes. It waits for an ACK after 
+ each data packet but does not do any data integrity checks. 
  There is no authentication mechanism nor any way too list the content of 
  the remote directories. It just sends or retrieves files.




More information about the Pkg-ruby-extras-commits mailing list