[DRE-commits] [SCM] adlint.git branch, master, updated. upstream/1.0.0-10-gdcbfd60

TANIGUCHI Takaki takaki at asis.media-as.org
Sun Mar 4 05:49:50 UTC 2012


The following commit has been merged in the master branch:
commit 4dbfb236aa1512f6537d845623667ede64a29b50
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Fri Mar 2 11:14:58 2012 +0900

    fixed for lintian free

diff --git a/debian/changelog b/debian/changelog
index 189f239..80b7a8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 adlint (1.0.0-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #661862)
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 02 Mar 2012 10:23:20 +0900
diff --git a/debian/control b/debian/control
index 5a60b22..edcf827 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,21 @@ Source: adlint
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <takaki at debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
-Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/adlint.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/adlint.git;a=summary
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/adlint.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/adlint.git;a=summary
 Homepage: http://adlint.sourceforge.net/
 XS-Ruby-Versions: ruby1.9.1
 
 Package: adlint
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: AdLint :: Advanced Lint - An open source and free source code static analyzer
- AdLint is a source code static analyzer.
- It can point out insecure or nonportable code fragments, and can measure various quality metrics of the source code.
- It (currently) can analyze source code compliant with ANSI C89 / ISO C90 and partly ISO C99.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1 
+Description: open source and free source code static analyzer
+ AdLint is a source code static analyzer. It can point out insecure or
+ nonportable code fragments, and can measure various quality metrics of
+ the source code.  It (currently) can analyze source code compliant with
+ ANSI C89 / ISO C90 and partly ISO C99.
diff --git a/debian/copyright b/debian/copyright
index 8058454..b16fe53 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,16 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: adlint
-Source: FIXME <http://example.com/>
+Source: http://adlint.sourceforge.net/
+
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2010-2012, Yutaka Yanoh <yanoh at users.sourceforge.net>,
+	Code Quality Assessment Team of OGIS-RI Co.,Ltd.
+License: GPL-3+
  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
- version 2 of the License, or (at your option) any later
+ version 3 of the License, or (at your option) any later
  version.
  .
  This program is distributed in the hope that it will be
@@ -28,6 +29,5 @@ License: GPL-2+ (FIXME)
  `/usr/share/common-licenses/GPL-2'.
 
 Files: debian/*
-Copyright: 2012  <takaki at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2012 TANIGUCHI Takaki  <takaki at debian.org>
+License: GPL-3+

-- 
adlint.git



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