[DRE-commits] [ruby-timfel-krb5-auth] 02/03: Fix debian/* files

Balasankar C balasankarc-guest at moszumanska.debian.org
Tue May 19 18:17:36 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-timfel-krb5-auth.

commit b5e0c20f1054a3c0257326c8c5b3317f2dd2fb29
Author: Balasankar C <balasankarc at autistici.org>
Date:   Tue May 19 23:40:20 2015 +0530

    Fix debian/* files
---
 debian/changelog |  6 +++---
 debian/control   | 12 ++++++++----
 debian/copyright | 39 +++++++++++++++++----------------------
 3 files changed, 28 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 65f911f..1216300 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-timfel-krb5-auth (0.8.3-1) UNRELEASED; urgency=medium
+ruby-timfel-krb5-auth (0.8.3-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #785734)
 
- -- Balasankar C <balasankarc at autistici.org>  Tue, 19 May 2015 23:30:42 +0530
+ -- Balasankar C <balasankarc at autistici.org>  Mon, 02 Feb 2015 21:04:06 +0530
diff --git a/debian/control b/debian/control
index ad8f3be..14d86cf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, libkrb5-dev
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-timfel-krb5-auth.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-timfel-krb5-auth.git;a=summary
 Homepage: http://rubyforge.org/projects/krb5-auth/
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-timfel-krb5-auth
@@ -16,4 +16,8 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: Kerberos binding for Ruby
- <insert long description, indented with spaces>
+ This gem provides Kerberos binding for Ruby language. 
+ .
+ Kerberos is a computer network authentication protocol which works on the 
+ basis of 'tickets' to allow nodes communicating over a non-secure network 
+ to prove their identity to one another in a secure manner.
diff --git a/debian/copyright b/debian/copyright
index 36aa4ae..9b75447 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,30 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: timfel-krb5-auth
-Source: FIXME <http://example.com/>
+Source: https://github.com/timfel/krb5-auth
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2015 Tim Felgentreff <timfelgentreff at gmail.com>
+License: LGPL-2.1+
 
 Files: debian/*
 Copyright: 2015 Balasankar C <balasankarc at autistici.org>
-License: GPL-2+ (FIXME)
+License: LGPL-2.1+
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+ version 2.1 of the License, or (at your option) any later version.
  .
- 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.
+ This library 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
+ Lesser General Public License for more details.
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License can be found in "/usr/share/common-licenses/LGPL-2.1".

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-timfel-krb5-auth.git



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