debian/0000775000000000000000000000000012224441370007167 5ustar debian/adlint.docs0000664000000000000000000000005012224441370011307 0ustar README NEWS TODO share/logo share/doc/* debian/changelog0000664000000000000000000000344412224441370011046 0ustar adlint (3.2.0-1) unstable; urgency=low * Imported Upstream version 3.0.10 * debian/control: Bump Standards-Version to 3.9.4 (with no changes). -- TANIGUCHI Takaki Mon, 07 Oct 2013 14:13:19 +0900 adlint (3.0.8-1) unstable; urgency=low [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields [ TANIGUCHI Takaki ] * Imported Upstream version 3.0.8 -- TANIGUCHI Takaki Thu, 06 Jun 2013 13:23:21 +0900 adlint (3.0.4-1) unstable; urgency=low * Imported Upstream version 3.0.4 * refresh debian/patches/fix_etc_path -- TANIGUCHI Takaki Mon, 06 May 2013 11:18:01 +0900 adlint (1.10.0-1) unstable; urgency=low * Imported Upstream version 1.10.0 -- TANIGUCHI Takaki Sun, 10 Jun 2012 19:50:11 +0900 adlint (1.8.10-1) unstable; urgency=low * Imported Upstream version 1.8.10 -- TANIGUCHI Takaki Tue, 22 May 2012 14:02:58 +0900 adlint (1.8.2-1) unstable; urgency=low * Imported Upstream version 1.8.2 -- TANIGUCHI Takaki Wed, 09 May 2012 09:25:10 +0900 adlint (1.6.0-1) unstable; urgency=low * Imported Upstream version 1.6.0 -- TANIGUCHI Takaki Mon, 09 Apr 2012 10:11:03 +0900 adlint (1.4.0-1) unstable; urgency=low * Imported Upstream version 1.4.0 -- TANIGUCHI Takaki Mon, 02 Apr 2012 09:04:40 +0900 adlint (1.2.0-1) unstable; urgency=low * debian/control: Change section to devel. * Imported Upstream version 1.2.0 -- TANIGUCHI Takaki Sat, 24 Mar 2012 12:19:15 +0900 adlint (1.0.0-1) unstable; urgency=low * Initial release (Closes: #661862) -- TANIGUCHI Takaki Sun, 04 Mar 2012 14:48:39 +0900 debian/compat0000664000000000000000000000000212224441370010365 0ustar 7 debian/control0000664000000000000000000000165212224441370010576 0ustar Source: adlint Section: devel Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/adlint.git Vcs-Browser: http://anonscm.debian.org/gitweb?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}, 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. debian/copyright0000664000000000000000000000230412224441370011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: adlint Source: http://adlint.sourceforge.net/ Files: * Copyright: 2010-2012, Yutaka Yanoh , Code Quality Assessment Team of OGIS-RI Co.,Ltd. License: GPL-3+ Files: debian/* Copyright: 2012 TANIGUCHI Takaki License: GPL-3+ 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 3 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. . 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 . 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'. debian/examples0000664000000000000000000000003012224441370010721 0ustar share/sample share/demo debian/install0000664000000000000000000000002112224441370010551 0ustar etc/* etc/adlint debian/patches/0000775000000000000000000000000012224441370010616 5ustar debian/patches/fix_etc_path0000664000000000000000000000110512224441370013173 0ustar Index: adlint/lib/adlint.rb =================================================================== --- adlint.orig/lib/adlint.rb 2013-05-06 11:22:51.779959736 +0900 +++ adlint/lib/adlint.rb 2013-05-06 11:23:13.948068102 +0900 @@ -74,5 +74,5 @@ Config[:libdir] = Pathname.new(__FILE__).realpath.dirname Config[:prefix] = Pathname.new("..").expand_path(Config[:libdir]) Config[:bindir] = Pathname.new("bin").expand_path(Config[:prefix]) - Config[:etcdir] = Pathname.new("etc").expand_path(Config[:prefix]) + Config[:etcdir] = Pathname.new("etc/adlint").expand_path('/') end debian/patches/series0000664000000000000000000000001512224441370012027 0ustar fix_etc_path debian/ruby-tests.rb0000664000000000000000000000073512224441370011642 0ustar # FIXME # there's a spec/ or a test/ directory in the upstream source, but # no test suite was defined in the Gem specification. It would be # a good idea to define it here so the package gets tested at build time. # Examples: # $: << 'lib' << '.' # Dir['{spec,test}/**/*.rb'].each { |f| require f } # # require 'test/ts_foo.rb' # # require 'rbconfig' # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) # exec("#{ruby} -I. test/runtests.rb") debian/rules0000775000000000000000000000070112224441370010245 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/source/0000775000000000000000000000000012224441370010467 5ustar debian/source/format0000664000000000000000000000001412224441370011675 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000014112224441370010214 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/adlint .*/adlint-(.*).tar.gz