--- missidentify-1.0.orig/debian/control +++ missidentify-1.0/debian/control @@ -0,0 +1,20 @@ +Source: missidentify +Section: utils +Priority: optional +Maintainer: Debian Forensics +Uploaders: Christophe Monniez +Build-Depends: debhelper (>= 7), autotools-dev +Standards-Version: 3.9.1 +Homepage: http://missidentify.sourceforge.net/ +Vcs-Browser: http://git.debian.org/?p=forensics/missidentify.git +Vcs-Git: git://git.debian.org/forensics/missidentify.git + +Package: missidentify +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a program to find win32 applications + missidentify is a program to find win32 applications. By default, it displays + the filename of any executable that does not have an executable extension + (exe, dll, com, sys, cpl, hxs, hxi, olb, rll or tlb). + . + It can also display all the executables regradless the extension. --- missidentify-1.0.orig/debian/watch +++ missidentify-1.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/missidentify/missidentify-(.+)\.tar\.gz --- missidentify-1.0.orig/debian/rules +++ missidentify-1.0/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +%: + dh ${@} + +override_dh_auto_clean: + dh_auto_clean + + rm -f config.guess config.sub + +override_dh_auto_configure: + [ -r /usr/share/misc/config.guess ] && cp -f /usr/share/misc/config.guess config.guess + [ -r /usr/share/misc/config.sub ] && cp -f /usr/share/misc/config.sub config.sub + + dh_auto_configure -- LDFLAGS="-Wl,-z,defs" --- missidentify-1.0.orig/debian/source.lintian-overrides +++ missidentify-1.0/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# Avoid warnings if non-uploaders to uploads. +missidentify source: changelog-should-mention-nmu +missidentify source: source-nmu-has-incorrect-version-number --- missidentify-1.0.orig/debian/compat +++ missidentify-1.0/debian/compat @@ -0,0 +1 @@ +7 --- missidentify-1.0.orig/debian/copyright +++ missidentify-1.0/debian/copyright @@ -0,0 +1,44 @@ +Author: Jesse Kornblum +Download: http://missidentify.sourceforge.net/#download + +Files: * +Copyright: (C) 2008 Jesse Kornblum +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 version 2 + 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. + +Files: debian/* +Copyright: + (C) 2008 Christophe Monniez + (C) 2008-2009 Daniel Baumann +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 version 2 + 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. --- missidentify-1.0.orig/debian/changelog +++ missidentify-1.0/debian/changelog @@ -0,0 +1,70 @@ +missidentify (1.0-6) unstable; urgency=low + + [ Daniel Baumann ] + * Minimizing rules file. + * Adding stuff in rules that doesn't get done by dh automatically. + + [ Christophe Monniez ] + * Fixed VCS fields. + * Added a watch file. + * Bumping Standards-Version to 3.9.1. + + -- Michael Prokop Tue, 22 Feb 2011 00:03:42 +0100 + +missidentify (1.0-5) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding lintian overrides. + + -- Daniel Baumann Thu, 09 Jul 2009 12:14:59 +0200 + +missidentify (1.0-4) unstable; urgency=low + + * Updating vcs fields. + * Adding myself to copyright file. + * Replacing obsolete dh_clean -k with dh_prep. + * Passing flags directly to configure. + * Updating to standards 3.8.1. + * Updating year in copyright file. + * Tidy rules file. + + -- Daniel Baumann Thu, 28 May 2009 21:46:59 +0200 + +missidentify (1.0-3) unstable; urgency=low + + * Correcting spelling typo in copyright file. + + -- Daniel Baumann Sun, 14 Sep 2008 10:01:00 +0200 + +missidentify (1.0-2) unstable; urgency=low + + * Cleaning up rules file. + * Adding full license headers to copyright file. + * Sorting vcs fields in control file. + * Upgrading package to debhelper 7. + * Updating to standards 3.8.0. + + -- Daniel Baumann Wed, 11 Jun 2008 09:39:00 +0200 + +missidentify (1.0-1) unstable; urgency=low + + [ Christophe Monniez ] + * Initial release (Closes: #468221). + * Added the autotools-dev in build depends. + * Removed the rule that was deleteing config.{sub,guess} and was + preventing package to build. + * Closed ITP in changelog + * Corrected a typo in control file. + + [ Daniel Baumann ] + * Readding removal of config.guess and config.sub in rules. + * Completing binary-arch target dependencies in rules. + * Removing unused debhelper call. + * Removing double space. + * Added missing cflags definitions. + * Removing myself from copyright. + * Correcting version number in changelog. + * Rewrapping package description. + * Readding skipped config.guess and config.sub from upstream sources. + + -- Christophe Monniez Fri, 22 Feb 2008 08:16:20 +0100