[DRE-commits] [ruby-net-ssh-krb] 01/03: adjust debian/* for first release

Michael Moll mmoll-guest at moszumanska.debian.org
Fri Aug 18 13:14:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

mmoll-guest pushed a commit to branch master
in repository ruby-net-ssh-krb.

commit 7aadab967b7c440a9305d3f9067f4b86eaff8160
Author: Michael Moll <kvedulv at kvedulv.de>
Date:   Thu Aug 17 15:57:05 2017 +0200

    adjust debian/* for first release
---
 debian/changelog                 |  4 ++--
 debian/control                   |  4 ++--
 debian/copyright                 | 37 +++++++++++++++++--------------------
 debian/ruby-net-ssh-krb.examples |  1 +
 4 files changed, 22 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5b63ffd..34f4b61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-net-ssh-krb (0.4.0-1) UNRELEASED; urgency=medium
+ruby-net-ssh-krb (0.4.0-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #872417)
 
  -- Michael Moll <kvedulv at kvedulv.de>  Thu, 17 Aug 2017 11:30:30 +0200
diff --git a/debian/control b/debian/control
index e784dd6..963f4e8 100644
--- a/debian/control
+++ b/debian/control
@@ -24,5 +24,5 @@ Depends: ruby | ruby-interpreter,
          ruby-net-ssh (>= 2.0),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Add Kerberos support to Net::SSH
- Extends Net::SSH by adding Kerberos authentication capability for password-less logins on multiple platforms.
+Description: Kerberos support for ruby-net-ssh
+ Extends ruby-net-ssh by adding Kerberos authentication capability for password-less logins on multiple platforms.
diff --git a/debian/copyright b/debian/copyright
index 5614991..5c3d29c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,30 +3,27 @@ Upstream-Name: net-ssh-krb
 Source: http://github.com/cbeer/net-ssh-kerberos
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: Expat (FIXME)
+Copyright: 2009-2011 Joe Khoobyar <joe at ankhcraft.com>
+License: GPL-2
 
 Files: debian/*
 Copyright: 2017 Michael Moll <kvedulv at kvedulv.de>
-License: Expat (FIXME)
+License: GPL-2
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-License: Expat
- 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:
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License, v2, as
+ published by the Free Software Foundation
  .
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
  .
- 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.
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/ruby-net-ssh-krb.examples b/debian/ruby-net-ssh-krb.examples
new file mode 100644
index 0000000..0bbe99e
--- /dev/null
+++ b/debian/ruby-net-ssh-krb.examples
@@ -0,0 +1 @@
+example/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-net-ssh-krb.git



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