[DRE-commits] r3975 - in trunk: capistrano/debian libnet-scp-ruby/debian libnet-ssh-gateway-ruby/debian libnet-ssh2-ruby/debian

Christopher Lunsford binarymutant-guest at alioth.debian.org
Mon Aug 24 07:30:53 UTC 2009


Author: binarymutant-guest
Date: 2009-08-24 07:30:53 +0000 (Mon, 24 Aug 2009)
New Revision: 3975

Removed:
   trunk/capistrano/debian/patches/
Modified:
   trunk/capistrano/debian/control
   trunk/capistrano/debian/copyright
   trunk/capistrano/debian/rules
   trunk/libnet-scp-ruby/debian/changelog
   trunk/libnet-scp-ruby/debian/control
   trunk/libnet-scp-ruby/debian/copyright
   trunk/libnet-ssh-gateway-ruby/debian/control
   trunk/libnet-ssh-gateway-ruby/debian/copyright
   trunk/libnet-ssh2-ruby/debian/copyright
Log:
Massive cleanup on Capistrano and dependencies


Modified: trunk/capistrano/debian/control
===================================================================
--- trunk/capistrano/debian/control	2009-08-24 07:10:43 UTC (rev 3974)
+++ trunk/capistrano/debian/control	2009-08-24 07:30:53 UTC (rev 3975)
@@ -2,16 +2,16 @@
 Section: admin
 Priority: extra
 Maintainer: Christopher Lunsford <binarymutant at gmail.com>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Jeremy Lainé <jeremy.laine at m4x.org>
-Build-Depends: debhelper (>= 5), dpatch, cdbs, ruby1.8, ruby-pkg-tools
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), cdbs, ruby1.8, ruby-pkg-tools
 Standards-Version: 3.8.3
-Homepage: http://www.capify.org
+Homepage: http://www.capify.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/capistrano/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/capistrano/
 
 Package: capistrano
 Architecture: all
-Depends: ruby1.8, libnet-ssh-ruby, libnet-ssh-gateway-ruby, libnet-sftp-ruby, libhighline-ruby (>= 1.4.0)
+Depends: ruby1.8, libnet-ssh2-ruby, libnet-ssh-gateway-ruby, libnet-sftp2-ruby, libnet-scp-ruby, libhighline-ruby (>= 1.4.0), ${misc:Depends}
 Description: execute commands in parallel on multiples servers
  Capistrano is great for automating tasks via SSH on remote servers, like
  software installation, application deployment, configuration management,

Modified: trunk/capistrano/debian/copyright
===================================================================
--- trunk/capistrano/debian/copyright	2009-08-24 07:10:43 UTC (rev 3974)
+++ trunk/capistrano/debian/copyright	2009-08-24 07:30:53 UTC (rev 3975)
@@ -3,42 +3,34 @@
 
 It was downloaded from <http://www.capify.org/>
 
-Upstream authors: Jamis Buck <jamis at 37signals.com> and
-                  David Heinemeier Hansson <david at loudthinking.com>
+Upstream authors:
 
+    Jamis Buck <jamis at 37signals.com>
+
 Copyright:
 
-    Copyright (C) 2007 by Jamis Buck and
-    David Heinemeier Hansson
+    Copyright © 2008 by Jamis Buck
 
 License:
 
-    MIT/X Consortium License
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
 
-Copyright (c) 2005,2006 Jamis Buck
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
 
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-setup.rb is Copyright (c) 2000-2004 Minero Aoki and is distirbuted under the
-terms of the GNU LGPL, Lesser General Public License version 2.1. See
-`/usr/share/common-licenses/LGPL-2.1'.
-
-The Debian packaging is (C) 2009, Christopher Lunsford <binarymutant at gmail.com> and
+The Debian packaging is © 2009, Christopher Lunsford <binarymutant at gmail.com> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Modified: trunk/capistrano/debian/rules
===================================================================
--- trunk/capistrano/debian/rules	2009-08-24 07:10:43 UTC (rev 3974)
+++ trunk/capistrano/debian/rules	2009-08-24 07:30:53 UTC (rev 3975)
@@ -2,5 +2,3 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-include /usr/share/dpatch/dpatch.make

Modified: trunk/libnet-scp-ruby/debian/changelog
===================================================================
--- trunk/libnet-scp-ruby/debian/changelog	2009-08-24 07:10:43 UTC (rev 3974)
+++ trunk/libnet-scp-ruby/debian/changelog	2009-08-24 07:30:53 UTC (rev 3975)
@@ -1,4 +1,4 @@
-libnet-scp-ruby (1.0.1-1) UNRELEASED; urgency=low
+libnet-scp-ruby (1.0.2-1) UNRELEASED; urgency=low
   
   [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request

Modified: trunk/libnet-scp-ruby/debian/control
===================================================================
--- trunk/libnet-scp-ruby/debian/control	2009-08-24 07:10:43 UTC (rev 3974)
+++ trunk/libnet-scp-ruby/debian/control	2009-08-24 07:30:53 UTC (rev 3975)
@@ -12,16 +12,25 @@
 Package: libnet-scp-ruby
 Architecture: all
 Depends: libnet-scp-ruby1.8, ${misc:Depends}
-Description: pure ruby implementation of the scp protocol
- Net::SCP is a pure-Ruby implementation of the SCP protocol. 
- This operates over SSH (and requires the Net::SSH library), and allows 
- files and directory trees to copied to and from a remote server. 
+Description: pure ruby implementation of the SCP protocol
+ Net::SCP is a pure-Ruby implementation of the SCP protocol.
+ This operates over SSH (and requires the Net::SSH library), and allows
+ files and directory trees to copied to and from a remote server.
+ .
+ Metapackage for libnet-scp-ruby1.8
 
 Package: libnet-scp-ruby1.8
 Architecture: all
-Provides: libnet-scp-ruby
-Depends: libnet-ssh2-ruby, ruby1.8, ${misc:Depends}
+Depends: libnet-ssh2-ruby1.8, ruby1.8, ${misc:Depends}
 Description: pure ruby implementation of the scp protocol
- Net::SCP is a pure-Ruby implementation of the SCP protocol. 
- This operates over SSH (and requires the Net::SSH library), and allows 
- files and directory trees to copied to and from a remote server. 
+ Net::SCP is a pure-Ruby implementation of the SCP protocol.
+ This operates over SSH (and requires the Net::SSH library), and allows
+ files and directory trees to copied to and from a remote server.
+
+Package: libnet-scp-ruby1.9
+Architecture: all
+Depends: libnet-ssh2-ruby1.9, ruby1.9, ${misc:Depends}
+Description: pure ruby implementation of the scp protocol
+ Net::SCP is a pure-Ruby implementation of the SCP protocol.
+ This operates over SSH (and requires the Net::SSH library), and allows
+ files and directory trees to copied to and from a remote server.

Modified: trunk/libnet-scp-ruby/debian/copyright
===================================================================
--- trunk/libnet-scp-ruby/debian/copyright	2009-08-24 07:10:43 UTC (rev 3974)
+++ trunk/libnet-scp-ruby/debian/copyright	2009-08-24 07:30:53 UTC (rev 3975)
@@ -3,37 +3,35 @@
 
 It was downloaded from http://net-ssh.rubyforge.org/
 
-Upstream Author: Jamis Buck <jamis at 37signals.com>
+Upstream Author:
 
+    Jamis Buck <jamis at 37signals.com>
+
 Copyright:
 
     Copyright © 2008 by Jamis Buck
 
 License:
 
-    MIT/X Consortium License
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
 
-Copyright © 2008 Jamis Buck
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
 
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
 The Debian packaging is © 2009, Christopher Lunsford <binarymutant at gmail.com> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
 

Modified: trunk/libnet-ssh-gateway-ruby/debian/control
===================================================================
--- trunk/libnet-ssh-gateway-ruby/debian/control	2009-08-24 07:10:43 UTC (rev 3974)
+++ trunk/libnet-ssh-gateway-ruby/debian/control	2009-08-24 07:30:53 UTC (rev 3975)
@@ -11,23 +11,32 @@
 
 Package: libnet-ssh-gateway-ruby
 Architecture: all
-Depends: libnet-ssh-gateway-ruby1.8
+Depends: libnet-ssh-gateway-ruby1.8, ${misc:Depends}
 Description: provides a way to connecting behind a firewall or NAT
  Net::SSH::Gateway is a library for programmatically tunneling connections to 
  servers via a single "gateway" host. 
  It is useful for establishing Net::SSH connections to servers behind firewalls,
  but can also be used to forward ports and establish connections of other types,
  like HTTP, to servers with restricted access.
-.
+ .
  Metapackage for libnet-ssh-gateway-ruby1.8
 
 Package: libnet-ssh-gateway-ruby1.8
 Architecture: all
-Provides: libnet-ssh-gateway-ruby
-Depends: libruby1.8, ${misc:Depends}
+Depends: libruby1.8, libnet-ssh2-ruby1.8, ${misc:Depends}
 Description: provides a way to connecting behind a firewall or NAT
  Net::SSH::Gateway is a library for programmatically tunneling connections to 
  servers via a single "gateway" host. 
  It is useful for establishing Net::SSH connections to servers behind firewalls,
  but can also be used to forward ports and establish connections of other types,
  like HTTP, to servers with restricted access.
+
+Package: libnet-ssh-gateway-ruby1.9
+Architecture: all
+Depends: libruby1.9, libnet-ssh2-ruby1.9, ${misc:Depends}
+Description: provides a way to connecting behind a firewall or NAT
+ Net::SSH::Gateway is a library for programmatically tunneling connections to 
+ servers via a single "gateway" host. 
+ It is useful for establishing Net::SSH connections to servers behind firewalls,
+ but can also be used to forward ports and establish connections of other types,
+ like HTTP, to servers with restricted access.

Modified: trunk/libnet-ssh-gateway-ruby/debian/copyright
===================================================================
--- trunk/libnet-ssh-gateway-ruby/debian/copyright	2009-08-24 07:10:43 UTC (rev 3974)
+++ trunk/libnet-ssh-gateway-ruby/debian/copyright	2009-08-24 07:30:53 UTC (rev 3975)
@@ -3,36 +3,34 @@
 
 It was downloaded from http://net-ssh.rubyforge.org/gateway/v1/api/index.html
 
-Upstream Author: Jamis Buck <jamis at 37signals.com>
+Upstream Author:
 
+    Jamis Buck <jamis at 37signals.com>
+
 Copyright:
 
     Copyright © 2008 by Jamis Buck
 
 License:
 
-    MIT/X Consortium License
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
 
-Copyright © 2008 Jamis Buck
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
 
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
 The Debian packaging is © 2009, Christopher Lunsford <binarymutant at gmail.com> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Modified: trunk/libnet-ssh2-ruby/debian/copyright
===================================================================
--- trunk/libnet-ssh2-ruby/debian/copyright	2009-08-24 07:10:43 UTC (rev 3974)
+++ trunk/libnet-ssh2-ruby/debian/copyright	2009-08-24 07:30:53 UTC (rev 3975)
@@ -1,38 +1,36 @@
 This package was debianized by Christopher Lunsford <binarymutant at gmail.com> on
 Sun, 23 Aug 2009 06:02:42 -0500.
 
-It was downloaded from <http://net-ssh.rubyforge.org/>
+It was downloaded from http://net-ssh.rubyforge.org/
 
-Upstream authors: Jamis Buck <jamis at 37signals.com>
+Upstream authors:
 
+    Jamis Buck <jamis at 37signals.com>
+
 Copyright:
 
     Copyright © 2008 by Jamis Buck
 
 License:
 
-    MIT/X Consortium License
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
 
-Copyright © 2008 Jamis Buck
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
 
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
 The Debian packaging is © 2009, Christopher Lunsford <binarymutant at gmail.com> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.




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