Codebase list ruby-net-ssh-krb / 7aadab9
adjust debian/* for first release Michael Moll 6 years ago
4 changed file(s) with 22 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
0 ruby-net-ssh-krb (0.4.0-1) UNRELEASED; urgency=medium
0 ruby-net-ssh-krb (0.4.0-1) unstable; urgency=medium
11
2 * Initial release (Closes: #nnnn)
2 * Initial release (Closes: #872417)
33
44 -- Michael Moll <kvedulv@kvedulv.de> Thu, 17 Aug 2017 11:30:30 +0200
2323 ruby-net-ssh (>= 2.0),
2424 ${misc:Depends},
2525 ${shlibs:Depends}
26 Description: Add Kerberos support to Net::SSH
27 Extends Net::SSH by adding Kerberos authentication capability for password-less logins on multiple platforms.
26 Description: Kerberos support for ruby-net-ssh
27 Extends ruby-net-ssh by adding Kerberos authentication capability for password-less logins on multiple platforms.
22 Source: http://github.com/cbeer/net-ssh-kerberos
33
44 Files: *
5 Copyright: <years> <put author's name and email here>
6 <years> <likewise for another author>
7 License: Expat (FIXME)
5 Copyright: 2009-2011 Joe Khoobyar <joe@ankhcraft.com>
6 License: GPL-2
87
98 Files: debian/*
109 Copyright: 2017 Michael Moll <kvedulv@kvedulv.de>
11 License: Expat (FIXME)
10 License: GPL-2
1211 Comment: the Debian packaging is licensed under the same terms as the original package.
1312
14 License: Expat
15 Permission is hereby granted, free of charge, to any person obtaining a copy
16 of this software and associated documentation files (the "Software"), to deal
17 in the Software without restriction, including without limitation the rights
18 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19 copies of the Software, and to permit persons to whom the Software is
20 furnished to do so, subject to the following conditions:
13 License: GPL-2
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License, v2, as
16 published by the Free Software Foundation
2117 .
22 The above copyright notice and this permission notice shall be included in
23 all copies or substantial portions of the Software.
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
2422 .
25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
31 THE SOFTWARE.
23 You should have received a copy of the GNU General Public License along
24 with this program; if not, write to the Free Software Foundation, Inc.,
25 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26 .
27 On Debian systems, the complete text of the GNU General Public
28 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.