debian/0000755000000000000000000000000011306562611007167 5ustar debian/control0000644000000000000000000000121111306555735010576 0ustar Source: fhist Section: devel Priority: extra Maintainer: Walter Franzini Build-Depends: debhelper (>> 7), bison, groff, gettext, sharutils, cdbs Standards-Version: 3.8.3 Homepage: http://fhist.sourceforge.net/ Package: fhist Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: fhist-doc Replaces: fhist-doc Description: File history, comparison and merge utilities The fhist package contains 3 utilities fhist - a file history tool fcomp - a file comparison tool fmerge - a file merging tool . All three are bundled together, because they all use the same minimal-difference algorithm. debian/clean0000644000000000000000000000006711305767525010211 0ustar lib/en/LC_MESSAGES/*.mo bin/fhist bin/fmerge bin/fcomp debian/watch0000644000000000000000000000010611305767525010227 0ustar version=2 http://fhist.sourceforge.net/fhist.html fhist-(.+)\.tar\.gz debian/rules0000755000000000000000000000117111306555735010260 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_MAKE_CHECK_TARGET := sure DEB_MAKE_INSTALL_TARGET := \ install RPM_BUILD_ROOT=$(DEB_DESTDIR) NLSDIR=$(DEB_DESTDIR)usr/share/locale DEB_CONFIGURE_EXTRA_FLAGS := \ --datadir=\$${prefix}/share/fhist --libdir=\$${prefix}/share/fhist install/fhist:: mv \ $(DEB_DESTDIR)/usr/share/fhist/en/*.ps \ $(DEB_DESTDIR)/usr/share/fhist/en/*.txt \ $(DEB_DESTDIR)/usr/share/doc/fhist rm -f $(DEB_DESTDIR)usr/share/man/man1/fhist_lic.1* rm -rf $(DEB_DESTDIR)usr/share/fhist debian/copyright0000644000000000000000000000173511305767525011142 0ustar Copyright (C) 1991-2008 Peter Miller This program is derived from a work Copyright (C) 1990 David I. Bell. This package was debianized by Chris Davis Packaging since 11/2005 bye Christopher Schütz It was downloaded from . This 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, or (at your option) any later version. This 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 with your Debian GNU/Linux system, in /usr/share/common-licenses/GPL-3, or with the fhist source package as the file LICENSE. If not see . debian/changelog0000644000000000000000000000703011306562611011041 0ustar fhist (1.18-1) unstable; urgency=low * New Upstream Version (Closes: 553208). * Changes source format to 3.0 (quilt). * Removed lintian-overrides since new upstream version fixed manpages. -- Walter Franzini Sat, 05 Dec 2009 23:58:11 +0100 fhist (1.17-1) unstable; urgency=low * New upstream release. * New maintainer (Closes: #549127). * Bumped Standards-Version to 3.8.3. * Switched from dh to cdbs+dh. * Bumped debian/compat from 4 to 7. * Added README.source mentioning quilt. * The testsuite is run as part of the build. * Build-Depends on sharutils since it's required by some test scripts. * Removed a patch that prevents building on non Linux platform. -- Walter Franzini Mon, 12 Oct 2009 22:43:26 +0200 fhist (1.16-1) unstable; urgency=low * New upstream release * debian/control: changed maintainer's email address * Merged fhist-doc with fhist -- Christopher Schuetz Wed, 1 Nov 2006 11:45:47 +0100 fhist (1.15-1) unstable; urgency=low * New upstream release * New maintainer (Closes: #279516) * debian/rules: improved * debian/dirs: removed * debian/docs: removed -- Christopher Schuetz Fri, 18 Nov 2005 19:09:14 +0100 fhist (1.14-1) unstable; urgency=low * QA upload. * New upstream release. * debian/copyright: Update upstream URL and FSF address. * debian/watch: Add. -- Matej Vela Wed, 21 Sep 2005 23:35:31 +0200 fhist (1.13-3) unstable; urgency=low * QA upload. * Upgrade to debhelper 4. * Set priority to extra. * Strip some whitespace in Description. * Bump Standards-Version (no change). -- Christoph Berg Fri, 9 Sep 2005 23:09:14 +0200 fhist (1.13-2) unstable; urgency=low * QA Group upload orphaning this package * debian/rules: Applied patch from Roland Stigge to remove brace expansion bashisms (closes: #263997) -- Andrew Pollock Sat, 27 Nov 2004 16:32:14 +1100 fhist (1.13-1) unstable; urgency=low * New Upstream source -- Chris G. Davis Fri, 2 May 2003 12:45:12 -0500 fhist (1.12-1) unstable; urgency=low * New upstream version -- Chris G. Davis Fri, 29 Nov 2002 11:28:33 -0500 fhist (1.10-1) unstable; urgency=low * New upstream version * Thanks to Rainer Ellinger for resoling the fmerge conflict * Remove fhist_lic (it's the GPL) (closes: #149525) -- Chris G. Davis Wed, 24 Jul 2002 14:58:53 -0400 fhist (1.8-1) unstable; urgency=low * New upstream version (closes: #115946) * Updated packaging scripts -- Chris G. Davis Sun, 30 Dec 2001 14:23:34 -0500 fhist (1.7-2) testing unstable; urgency=low * Fixed build depends (closes: #102892) -- Chris Davis Sat, 7 Jul 2001 09:12:01 -0400 fhist (1.7-1) testing unstable; urgency=low * New upsream source * Added copyright (closes: #65814) * Moved remaining man pages (closes: #91155, #91442, #91443) -- Chris Davis Sat, 25 Mar 2001 19:52:11 -0500 fhist (1.6-1) unstable; urgency=low * New upsream source (Fix Bug #46776, #48400) -- Chris Davis Thu, 4 Nov 1999 12:05:04 -0500 fhist (1.4-2) unstable; urgency=low * Fixes bug #37588 -- Chris Davis Tue, 1 Jun 1999 12:05:04 -0500 fhist (1.4-1) unstable; urgency=low * Initial Release. first release of fhist to debian fixes the install layout -- Chris Davis Sat, 14 Nov 1998 19:05:04 -0500 debian/dirs0000644000000000000000000000002711305767525010064 0ustar /usr/share/doc/fhist/ debian/docs0000644000000000000000000000000711305767525010051 0ustar README debian/source/0000755000000000000000000000000011305767525010501 5ustar debian/source/format0000644000000000000000000000001411310372355011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211305767525010377 0ustar 7