Codebase list capistrano / 3c2257f
`dh-make-ruby -p capistrano .` + tweaks Antonio Terceiro 12 years ago
7 changed file(s) with 72 addition(s) and 45 deletion(s). Raw diff Collapse all Expand all
00 Source: capistrano
11 Section: ruby
22 Priority: optional
3 Maintainer: Christopher Lunsford <binarymutant@gmail.com>
4 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Deepak Tripathi <apenguinlinux@gmail.com>
5 Build-Depends: debhelper (>= 7), cdbs, ruby1.8, ruby-pkg-tools
6 Standards-Version: 3.8.4
7 Homepage: http://www.capify.org/
8 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/capistrano/
9 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/capistrano/
3 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
4 Uploaders: Antonio Terceiro <terceiro@debian.org>
5 DM-Upload-Allowed: yes
6 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-mocha
7 Standards-Version: 3.9.2
8 Vcs-Git: git://git.debian.org/pkg-ruby-extras/capistrano.git
9 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/capistrano.git;a=summary
10 Homepage: http://www.capify.org
11 XS-Ruby-Versions: all
1012
1113 Package: capistrano
1214 Architecture: all
13 Depends: ruby1.8, libnet-ssh2-ruby1.8, libnet-ssh-gateway-ruby1.8, libnet-sftp2-ruby1.8, libnet-scp-ruby1.8, libhighline-ruby1.8, ${misc:Depends}
15 XB-Ruby-Versions: ${ruby:Versions}
16 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-net-ssh (>= 2.0.14), ruby-net-sftp (>= 2.0.0), ruby-net-scp (>= 1.0.0), ruby-net-ssh-gateway (>= 1.0.0), ruby-highline
1417 Description: Executes commands in parallel on multiples servers
1518 Capistrano is great for automating tasks via SSH on remote servers, like
1619 software installation, application deployment, configuration management,
0 This package was debianized by Christopher Lunsford <binarymutant@gmail.com> on
1 Sun, 23 Aug 2009 06:02:42 -0500.
0 Format: http://dep.debian.net/deps/dep5
1 Upstream-Name: capistrano
2 Source: https://github.com/capistrano/capistrano
23
3 It was downloaded from <http://www.capify.org/>
4 Files: *
5 Copyright: 2005-2008 Jamis Buck <jamis@37signals.com>
6 License:
7 Permission is hereby granted, free of charge, to any person obtaining
8 a copy of this software and associated documentation files (the
9 "Software"), to deal in the Software without restriction, including
10 without limitation the rights to use, copy, modify, merge, publish,
11 distribute, sublicense, and/or sell copies of the Software, and to
12 permit persons to whom the Software is furnished to do so, subject to
13 the following conditions:
14 .
15 The above copyright notice and this permission notice shall be
16 included in all copies or substantial portions of the Software.
17 .
18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
425
5 Upstream authors:
26 Files: setup.rb
27 Copyright: 2000-2004 Minero Aoki
28 License: LGPL-2.1
29 This program is free software.
30 You can distribute/modify this program under the terms of
31 the GNU Lesser General Public License version 2.1.
32 Comment:
33 On Debian systems, the full text of the GNU Lesser General Public License
34 version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
635
7 Jamis Buck <jamis@37signals.com>, <jamis@jamisbuck.org>
8 Lee Hambley <lee.hambley@gmail.com>
36 Files: lib/capistrano/recipes/deploy/scm/mercurial.rb
37 Copyright: 2007 Matthew Elder <sseses@gmail.com>
938
10 Copyright:
11
12 Copyright (c) 2005-2008 Jamis Buck <jamis@37signals.com>
13
14 License:
15
16 Permission is hereby granted, free of charge, to any person obtaining
17 a copy of this software and associated documentation files (the
18 "Software"), to deal in the Software without restriction, including
19 without limitation the rights to use, copy, modify, merge, publish,
20 distribute, sublicense, and/or sell copies of the Software, and to
21 permit persons to whom the Software is furnished to do so, subject to
22 the following conditions:
23
24 The above copyright notice and this permission notice shall be
25 included in all copies or substantial portions of the Software.
26
27 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
31 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
32 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
33 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34
35 The Debian packaging is © 2009, Christopher Lunsford <binarymutant@gmail.com> and
36 is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
39 Files: debian/*
40 Copyright: 2009 Christopher Lunsford <binarymutant@gmail.com>
41 2012 Antonio Terceiro <terceiro@debian.org>
42 License: GPL-3
43 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
45 the Free Software Foundation, either version 3 of the License, or
46 (at your option) any later version.
47 .
48 This program is distributed in the hope that it will be useful,
49 but WITHOUT ANY WARRANTY; without even the implied warranty of
50 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51 GNU General Public License for more details.
52 .
53 You should have received a copy of the GNU General Public License
54 along with this program. If not, see <http://www.gnu.org/licenses/>.
55 Comment:
56 On Debian systems, the full text of the GNU General Public License version 3
57 can be found in the file `/usr/share/common-licenses/GPL-3'.
0 $LOAD_PATH << 'test'
1 Dir.glob('test/**/*_test.rb').each { |f| require f }
00 #!/usr/bin/make -f
11
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
2 %:
3 dh $@ --buildsystem=ruby --with ruby
0 1.0
0 3.0 (quilt)
00 version=3
1 http://rubyforge.org/frs/?group_id=1420 .*capistrano-([\d.-]*)\.t.*
1 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/capistrano .*/capistrano-(.*).tar.gz