--- flawfinder-1.31.orig/debian/changelog +++ flawfinder-1.31/debian/changelog @@ -0,0 +1,123 @@ +flawfinder (1.31-1) unstable; urgency=medium + + * New upstream release + * debian/control: Update maintainer's name, now use UTF-8 + * Lintian fixes: + - debian/control: Updated Standards Version, no changes needed (fixes: + ancient-standards-version) + - debian/control: Add ${misc:Depends} (fixes: debhelper-but-no-misc-depends) + - debian/control: Add versioned dependency on debhelper (fixes: + package-lacks-versioned-build-depends-on-debhelper) + - debian/rules: Do not ignore errors (fixes: + debian-rules-ignores-make-clean-error) + - debian/rules: Add required targets (fixes: debian-rules-missing-recommended-target) + - debian/source/format: Declare we are 1.0, will move to 3.0 in the future + (fixes: missing-debian-source-format) + + -- Javier Fernández-Sanguino Peña Tue, 05 Aug 2014 22:08:27 +0200 + +flawfinder (1.27-3) unstable; urgency=low + + * Proper distribution as non-native Debian package + * Lintian fix release: + - debian/control: Move Homepage to a header + - debian/copyright: Add the proper copyright, adjust GPL version + (it's 2 or later) and point to the actual version 2 file + * Use debhelper compatibility version 5 + + -- Javier Fernandez-Sanguino Pen~a Sat, 18 Dec 2010 19:03:28 +0100 + +flawfinder (1.27-2) unstable; urgency=low + + * Fix maintainer's email address (Closes: #453481) + + -- Javier Fernandez-Sanguino Pen~a Sat, 01 Dec 2007 00:53:34 +0100 + +flawfinder (1.27-1) unstable; urgency=low + + * Adopt this package (Closes: #390217) + * New upstream release. (Closes: #407416) + - Integrates Debian patches fixing bugs + - Adds support for source control version systems (i.e. it can + be provided a diff file and generate a report comparing changes) + * Expand the long description + * Have the homepage in debian/control use the format described in + the Devloper's Reference. + + -- Javier Fernandez-Sanguino Pen~a Thu, 18 Jan 2007 10:13:09 +0100 + +flawfinder (1.26-4) unstable; urgency=low + + * QA upload. + * Set maintainer to QA Group; Orphaned: #390217 + * Move debhelper from B-D-I to B-D + * Add missing binary-arch target to debian/rules (lintian warning) + * Conforms with latest Standards Version 3.7.2 + + -- Michael Ablassmeier Sun, 15 Oct 2006 12:39:54 +0200 + +flawfinder (1.26-3) unstable; urgency=low + + * Updated standards version to 3.6.2 + * Updated debhelper compatability level to four. + + -- Steve Kemp Mon, 16 Feb 2006 14:36:02 +0000 + +flawfinder (1.26-2) unstable; urgency=low + + * Patches from Charles Morgan + Improve the handling of non-existant files. + Keep better track of line numbers. (Closes: #271287) + + -- Steve Kemp Sun, 27 Mar 2005 13:04:46 +0000 + +flawfinder (1.26-1) unstable; urgency=low + + * New maintainer. + * Updated standards version to most current. + * New upstream release (Closes: #272192) + * New upstream includes suggested rules. (Closes: #250432) + * Exit cleanly when a file cannot be read. (Closes: #268236) + + -- Steve Kemp Mon, 6 Dec 2004 02:37:55 +0000 + +flawfinder (1.24-1) unstable; urgency=low + + * New upstream version (closes: #185476) + * upstream longer distributes index.html in tarball, so it's no longer + broken (closes: #220321) + * Install examples (closes: #220323) + + -- Adam Lazur Sun, 29 Feb 2004 15:43:15 -0500 + +flawfinder (1.21-1) unstable; urgency=low + + * New upstream version + + -- Adam Lazur Mon, 23 Sep 2002 22:50:43 -0400 + +flawfinder (1.20-1) unstable; urgency=low + + * New upstream version + + -- Adam Lazur Mon, 8 Jul 2002 08:53:09 -0400 + +flawfinder (0.21-1) unstable; urgency=low + + * New upstream version + * fix for false positives on safe uses of syslog (closes: #124009) + + -- Adam Lazur Wed, 19 Dec 2001 13:22:50 -0500 + +flawfinder (0.19-1) unstable; urgency=low + + * New upstream version (closes: #118025) + + -- Adam Lazur Sun, 04 Nov 2001 23:16:23 -0500 + +flawfinder (0.17-1) unstable; urgency=low + + * Initial Release (closes: #117657). + + -- Adam Lazur Tue, 30 Oct 2001 09:30:30 -0500 + --- flawfinder-1.31.orig/debian/compat +++ flawfinder-1.31/debian/compat @@ -0,0 +1 @@ +5 --- flawfinder-1.31.orig/debian/control +++ flawfinder-1.31/debian/control @@ -0,0 +1,25 @@ +Source: flawfinder +Section: utils +Priority: optional +Maintainer: Javier Fernandez-Sanguino Peña +Build-Depends: debhelper (>= 5) +Standards-Version: 3.9.5 +Homepage: http://www.dwheeler.com/flawfinder/ + +Package: flawfinder +Architecture: all +Depends: python, ${misc:Depends} +Description: examines source code and looks for security weaknesses + Flawfinder searches through C/C++ source code looking for potential + security flaws and produces a report describing the potential flaws + found in source code, ranking them by likely severity. + . + Like RATS, Flawfinder reports are not a direct indication of a + vulnerability, but provide a reasonable starting point for performing manual + security audits in source code. + . + Flawfinder can also generate differential reports by pointing it to + a patch (diff) file describing the code changes. This way it can be used + to determine if the potential flaws found in code have increased or + decreased after a commit to a source code management system like + CVS or Subversion. --- flawfinder-1.31.orig/debian/copyright +++ flawfinder-1.31/debian/copyright @@ -0,0 +1,18 @@ +This package was initially debianized by Adam Lazur on +Tue, 30 Oct 2001 09:30:30 -0500. + +It was downloaded from http://www.dwheeler.com/flawfinder/ + +Upstream Author: David A. Wheeler + +Copyright: + (C) 2001-2007 David A. Wheeler + +You are free to distribute this software under the terms of the GNU +General Public License version 2, or (at your option) any later version. + + +On Debian systems, the complete text of the GNU General Public License version +2 can be found in /usr/share/common-licenses/GPL-2 file. Also, +the /usr/share/common-licenses/GPL points to the complete text of the +latest version of the GNU General Public License. --- flawfinder-1.31.orig/debian/dirs +++ flawfinder-1.31/debian/dirs @@ -0,0 +1 @@ +usr/bin --- flawfinder-1.31.orig/debian/docs +++ flawfinder-1.31/debian/docs @@ -0,0 +1,2 @@ +README +announcement --- flawfinder-1.31.orig/debian/rules +++ flawfinder-1.31/debian/rules @@ -0,0 +1,56 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. +# $Id: rules 13 2004-02-29 20:49:42Z laz $ + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DESTDIR=$(CURDIR)/debian/flawfinder + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/flawfinder. + $(MAKE) install INSTALL_DIR=$(DESTDIR)/usr INSTALL_DIR_MAN=$(DESTDIR)/usr/share/man/man1 + +binary-arch: build-arch install +# nothing to do + +# Build architecture-independent files here. +binary-indep: build-indep install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs ChangeLog + dh_installexamples test.c test-results.txt junk.c flawtest.c \ + correct-results.html correct-results.txt + dh_installman flawfinder.1 + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- flawfinder-1.31.orig/debian/source/format +++ flawfinder-1.31/debian/source/format @@ -0,0 +1 @@ +1.0 --- flawfinder-1.31.orig/debian/watch +++ flawfinder-1.31/debian/watch @@ -0,0 +1,5 @@ +# $Id: watch 13 2004-02-29 20:49:42Z laz $ +version=2 +# This is a variant HTTP format with more possibilities: +# Homepage Pattern [Version [Action]] +http://www.dwheeler.com/flawfinder/ .*flawfinder-(.*)\.tar\.gz