[DRE-commits] r1834 - in packages-wip/libnet-tftp-ruby/trunk: . debian lib/net

deepak-guest at alioth.debian.org deepak-guest at alioth.debian.org
Mon Aug 20 15:14:24 UTC 2007


Author: deepak-guest
Date: 2007-08-20 15:14:24 +0000 (Mon, 20 Aug 2007)
New Revision: 1834

Added:
   packages-wip/libnet-tftp-ruby/trunk/debian/
   packages-wip/libnet-tftp-ruby/trunk/debian/changelog
   packages-wip/libnet-tftp-ruby/trunk/debian/compat
   packages-wip/libnet-tftp-ruby/trunk/debian/control
   packages-wip/libnet-tftp-ruby/trunk/debian/control.in
   packages-wip/libnet-tftp-ruby/trunk/debian/copyright
   packages-wip/libnet-tftp-ruby/trunk/debian/rules
   packages-wip/libnet-tftp-ruby/trunk/debian/watch
Modified:
   packages-wip/libnet-tftp-ruby/trunk/lib/net/tftp.rb
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libnet-tftp-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libnet-tftp-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/changelog	2007-08-20 15:14:24 UTC (rev 1834)
@@ -0,0 +1,6 @@
+libnet-tftp-ruby (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #438065)
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Wed, 15 Aug 2007 15:50:01 +0530
+

Added: packages-wip/libnet-tftp-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/compat	2007-08-20 15:14:24 UTC (rev 1834)
@@ -0,0 +1 @@
+5

Added: packages-wip/libnet-tftp-ruby/trunk/debian/control
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/control	2007-08-20 15:14:24 UTC (rev 1834)
@@ -0,0 +1,60 @@
+Source: libnet-tftp-ruby
+Section: libs
+Priority: extra
+Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>, Maxim Komar <komar at ukr.net>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8)
+Standards-Version: 3.7.2
+
+Package: libnet-tftp-ruby
+Architecture: any 
+Depends: libnet-tftp-ruby1.8 
+Suggests: libnet-tftp-ruby-doc
+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.
+ .
+  Homepage: http://net-tftp.rubyforge.org/ 
+ .
+ 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 
+Suggests: libnet-tftp-ruby-doc
+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.
+ .
+  Homepage: http://net-tftp.rubyforge.org/ 
+ .
+ This package is built for Ruby 1.8.
+
+
+Package: libnet-tftp-ruby1.9
+Architecture: any 
+Depends: ruby1.9 
+Suggests: libnet-tftp-ruby-doc
+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.
+ .
+  Homepage: http://net-tftp.rubyforge.org/ 
+ .
+ This package is built for Ruby 1.9.
+
+
+Package: libnet-tftp-ruby-doc
+Section: doc
+Architecture: any
+Depends: libnet-tftp-ruby
+Description: Documentation for libnet-tftp-ruby 
+ This package provides generated documentation for libnet-tftp-ruby.
+ .
+ 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.
+ .
+  Homepage: http://net-tftp.rubyforge.org/ 

Added: packages-wip/libnet-tftp-ruby/trunk/debian/control.in
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/control.in	                        (rev 0)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/control.in	2007-08-20 15:14:24 UTC (rev 1834)
@@ -0,0 +1,60 @@
+Source: libnet-tftp-ruby
+Section: libs
+Priority: extra
+Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8)
+Standards-Version: 3.7.2
+
+Package: libnet-tftp-ruby
+Architecture: any 
+Depends: libnet-tftp-ruby1.8 
+Suggests: libnet-tftp-ruby-doc
+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.
+ .
+  Homepage: http://net-tftp.rubyforge.org/ 
+ .
+ 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 
+Suggests: libnet-tftp-ruby-doc
+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.
+ .
+  Homepage: http://net-tftp.rubyforge.org/ 
+ .
+ This package is built for Ruby 1.8.
+
+
+Package: libnet-tftp-ruby1.9
+Architecture: any 
+Depends: ruby1.9 
+Suggests: libnet-tftp-ruby-doc
+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.
+ .
+  Homepage: http://net-tftp.rubyforge.org/ 
+ .
+ This package is built for Ruby 1.9.
+
+
+Package: libnet-tftp-ruby-doc
+Section: doc
+Architecture: any
+Depends: libnet-tftp-ruby
+Description: Documentation for libnet-tftp-ruby 
+ This package provides generated documentation for libnet-tftp-ruby.
+ .
+ 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.
+ .
+  Homepage: http://net-tftp.rubyforge.org/ 

Added: packages-wip/libnet-tftp-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/copyright	2007-08-20 15:14:24 UTC (rev 1834)
@@ -0,0 +1,77 @@
+This package was debianized by Deepak Tripathi <apenguinlinux at gmail.com> on
+Wed, 15 Aug 2007 13:37:11 +0530.
+
+It was downloaded from <http://rubyforge.org/projects/net-tftp/>
+
+Upstream Author: 
+
+	 Guillaume Marcais <guillaume.marcais at free.fr>
+
+Copyright: 
+
+    Copyright (C) 2004 Guillaume Marcais <guillaume.marcais at free.fr>
+
+License:
+	
+	Net::TFTP is copyrighted free software by Guillaume Marcais <guillaume.marcais at free.fr>.
+	You can redistribute it and/or modify it under either the terms of the GPL which you can
+	found on Debian system at '/usr/share/common-licenses/GPL'.
+	(see GPL.txt file which included with the original module also), or the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+	  modifications to Usenet or an equivalent medium, or by allowing
+	  the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) rename any non-standard executables so the names do not conflict
+	  with standard executables, which must also be provided.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+
+       a) distribute the executables and library files of the software,
+	  together with instructions (in the manual page or equivalent)
+	  on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+	  the software.
+
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under this terms.
+
+     They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
+     files under the ./missing directory.  See each file for the copying
+     condition.
+
+  5. The scripts and library files supplied as input to or produced as 
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them, 
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     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'.

Added: packages-wip/libnet-tftp-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/rules	2007-08-20 15:14:24 UTC (rev 1834)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk


Property changes on: packages-wip/libnet-tftp-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libnet-tftp-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libnet-tftp-ruby/trunk/debian/watch	2007-08-20 15:14:24 UTC (rev 1834)
@@ -0,0 +1,3 @@
+version=3
+
+http://rubyforge.org/frs/?group_id=503 .*/net-tftp-(.*)\.tgz

Modified: packages-wip/libnet-tftp-ruby/trunk/lib/net/tftp.rb
===================================================================
--- packages-wip/libnet-tftp-ruby/trunk/lib/net/tftp.rb	2007-08-20 15:13:58 UTC (rev 1833)
+++ packages-wip/libnet-tftp-ruby/trunk/lib/net/tftp.rb	2007-08-20 15:14:24 UTC (rev 1834)
@@ -1,4 +1,4 @@
-#! /usr/bin/ruby
+#!/usr/bin/ruby
 
 #--
 # Copyright (c) 2004, Guillaume Marcais (guillaume.marcais at free.fr)




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