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

deepak-guest at alioth.debian.org deepak-guest at alioth.debian.org
Sat Feb 9 13:26:43 UTC 2008


Author: deepak-guest
Date: 2008-02-09 13:26:42 +0000 (Sat, 09 Feb 2008)
New Revision: 2476

Removed:
   packages-wip/libnet-tftp-ruby/trunk/debian/patches/
Modified:
   packages-wip/libnet-tftp-ruby/trunk/debian/control
   packages-wip/libnet-tftp-ruby/trunk/debian/copyright
   packages-wip/libnet-tftp-ruby/trunk/debian/rules
Log:
Delete patches dir from svn

Modified: packages-wip/libnet-tftp-ruby/trunk/debian/control
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/control	2008-02-03 20:06:48 UTC (rev 2475)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/control	2008-02-09 13:26:42 UTC (rev 2476)
@@ -3,29 +3,39 @@
 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, ruby1.8, ruby1.9
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), dpatch, libruby1.8, libruby1.9
 Standards-Version: 3.7.3
+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/
 
 Package: libnet-tftp-ruby
-Architecture: any 
+Architecture: all 
 Depends: libnet-tftp-ruby1.8 
 Description: This is a pure Ruby implementation of TFTP
- TFTP is a file transfer protocol used in many small devices
- (like wireless radio, routers, etc.) to up/download configuration,firmware,etc.
+ 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. 
+ There is no authentication mechanism nor any way too list the content of 
+ the remote directories. It just sends or retrieves files.
  .
-  Homepage: http://net-tftp.rubyforge.org/ 
+  Homepage: http://rubyforge.org/frs/?group_id=503&release_id=1392
  .
  This is a dependency package which depends on Debian's default Ruby version
  (currently 1.8).
 
 
 Package: libnet-tftp-ruby1.8
-Architecture: any 
-Depends: ruby1.8 
+Architecture: all 
+Depends: libruby1.8 
 Description: This is a pure Ruby implementation of TFTP
- TFTP is a file transfer protocol used in many small devices
- (like wireless radio, routers, etc.) to up/download configuration,firmware,etc.
+ 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. 
+ There is no authentication mechanism nor any way too list the content of 
+ the remote directories. It just sends or retrieves files.
  .
-  Homepage: http://net-tftp.rubyforge.org/ 
+  Homepage: http://rubyforge.org/frs/?group_id=503&release_id=1392
  .
- This package is built for Ruby 1.8.
+  This package is built for Ruby 1.8.

Modified: packages-wip/libnet-tftp-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/copyright	2008-02-03 20:06:48 UTC (rev 2475)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/copyright	2008-02-09 13:26:42 UTC (rev 2476)
@@ -18,6 +18,7 @@
 	found on Debian system at '/usr/share/common-licenses/GPL'.
 
 	setup.rb contain LGPL which you can found on Debian system at '/usr/share/common-licenses/LGPL'.
+	tftp-.rb contain Ruby licenses 
 
 	(see GPL.txt file which included with the original module also), or the conditions below:
 
@@ -76,6 +77,6 @@
      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
      PURPOSE.
 
-	--
+--
 The Debian packaging is (C) 2007, Deepak Tripathi <apenguinlinux at gmail.com> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: packages-wip/libnet-tftp-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/rules	2008-02-03 20:06:48 UTC (rev 2475)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/rules	2008-02-09 13:26:42 UTC (rev 2476)
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk




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