[DRE-commits] [SCM] ruby-hmac.git branch, master, updated. upstream/0.4.0-11-g1a1aafc

Vasudev Kamath kamathvasudev at gmail.com
Sun Jun 17 08:22:02 UTC 2012


The following commit has been merged in the master branch:
commit 2cad68edbd1199950629cff99e50ed7ee9af8db3
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Jun 17 13:42:46 2012 +0530

    Some more lintian warning fixes

diff --git a/debian/changelog b/debian/changelog
index 2d9dbf3..fc1319b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,12 +4,17 @@ ruby-hmac (0.4.0-2) unstable; urgency=low
     + Bumped Standards-Version to 3.9.3. This did not require any
       changes to package source.
     + Increased minimum version of debhelper required to 9
+    + Transitional packages now part of oldlibs/extra section
   * debian/copyright:
     + Format URI now confirms to Debian copyright-format 1.0
     + Replaced blank lines with . to confirm with copyright-format 1.0
+    + Added myself to debian folder copyright holders
+    + Made license reference to point to GPL-2 instead of symlink file GPL
+      which actually points to GPL-3
+    + Made the license of debian folder to GPL-2+
   * Set debian/compat to 9
 
- -- Vasudev Kamath <kamathvasudev at gmail.com>  Sun, 17 Jun 2012 13:21:16 +0530
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Sun, 17 Jun 2012 13:42:37 +0530
 
 ruby-hmac (0.4.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 44dbd0a..3e07139 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Description: Ruby interface for HMAC algorithm
  on a secret key.
 
 Package: libhmac-ruby1.8
-section: oldlibs
+section: oldlibs/extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-hmac
 Description: Transitional package for ruby-hmac
@@ -40,7 +40,7 @@ Description: Transitional package for ruby-hmac
  package. It can safely be removed.
 
 Package: libhmac-ruby
-section: oldlibs
+section: oldlibs/extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-hmac
 Description: Transitional package for ruby-hmac
diff --git a/debian/copyright b/debian/copyright
index 1f278a6..46a55f9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -26,7 +26,8 @@ License: MIT
 
 Files: debian/*
 Copyright: 2007, Daigo Moriwaki <daigo at debian.org>
-License: GPL
+           2011-2012, Vasudev Kamath <kamathvasudev at gmail.com>
+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 as published by the Free Software Foundation; either
@@ -46,5 +47,5 @@ License: GPL
  .
  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'.
+ `/usr/share/common-licenses/GPL-2'.
 

-- 
ruby-hmac.git



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