debian/0000755000000000000000000000000011524561642007174 5ustar debian/fldiff.xpm0000644000000000000000000000242111464030777011156 0ustar /* XPM */ static char *fldiff_xpm[] = { "32 32 6 1", "0 c #000000", "1 c #000099", "2 c #CCCCCC", "3 c #FFFF99", "4 c #FFFF00", "5 c #FFFFFF", "00111111111111111111111111111100", "01111111111111111111111111111110", "11111111111111111111111111111111", "11111111111111111111111111111111", "22333344444444422333333333333322", "22300000000000422300033333333322", "22333344444444422333333333333322", "22300000000000422300033333333322", "22333344444444422333333333333322", "22500055555555522500055555555522", "22555555555555522555555555555522", "22500055555555522500055555555522", "22555555555555522555555555555522", "22500055555555522500055555555522", "22333344444333322333333333333322", "22300000004333322300033333333322", "22333344444333322333333333333322", "22300000004333322300033333333322", "22333344444333322333333333333322", "22500055555555522500055555555522", "22555555555555522555555555555522", "22500055555555522500055555555522", "22555555555555522555555555555522", "22500055555555522500055555555522", "22333333333333322333344444444422", "22300033333333322300000000000422", "22333333333333322333344444444422", "22300033333333322300000000000422", "22333333333333322333344444444422", "22222222222222222222222222222222", "02222222222222222222222222222220", "00222222222222222222222222222200" }; debian/compat0000644000000000000000000000000211463043015010361 0ustar 7 debian/docs0000644000000000000000000000004411463043137010041 0ustar fldiff.jpg fldiff.readme index.html debian/watch0000644000000000000000000000011611507412756010225 0ustar version=3 http://www.easysw.com/~mike/fldiff/fldiff-([\d\.]+)-source\.tar\.gz debian/rules0000755000000000000000000000406411524561642010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g #Add 1.1-2 LDFLAGS = -Wl,-z,defs,--as-needed,--no-undefined ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS = -O0 else CFLAGS = -O2 endif config.status: configure dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) clean dh_clean config.log config.status Makefile fldiff.list config.guess config.sub install: build dh_testdir dh_testroot dh_clean $(MAKE) install BUILDROOT=$(CURDIR)/debian/fldiff dh_installdirs /usr/share/applications/ rm $(CURDIR)/debian/fldiff/usr/share/doc/fldiff/COPYING mkdir $(CURDIR)/debian/fldiff/usr/share/pixmaps cp debian/fldiff.xpm $(CURDIR)/debian/fldiff/usr/share/pixmaps/fldiff.xpm cp debian/fldiff.desktop $(CURDIR)/debian/fldiff/usr/share/applications/ binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installmenu dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/fldiff.desktop0000644000000000000000000000030311524561542012014 0ustar [Desktop Entry] Name=fldiff Comment=A graphical diff program TryExec=fldiff Exec=/usr/bin/fldiff Icon=/usr/share/pixmaps/fldiff.xpm Terminal=false Type=Application Categories=Utility;Development debian/menu0000644000000000000000000000035311524561525010064 0ustar ?package(fldiff): \ needs="X11" \ section="Applications/Programming" \ title="fldiff" \ longtitle="Graphical Diff" \ description="Graphical Diff" \ command="/usr/bin/fldiff" \ icon="/usr/share/pixmaps/fldiff.xpm" debian/control0000644000000000000000000000143311463630352010575 0ustar Source: fldiff Section: text Priority: optional Maintainer: Innocent De Marchi Build-Depends: debhelper (>= 7), autotools-dev, libfltk1.1-dev Standards-Version: 3.9.1 Homepage: http://www.easysw.com/~mike/fldiff/ Package: fldiff Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A graphical diff program Fldiff is a graphical diff program that shows the differences between two files/directories, or a file/directory and a CVS or Subversion repository. It is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of GUI toolkit has hampered their portability to many of the systems. . Fldiff uses the Fast Light Toolkit (FLTK) and has been tested on AIX, IRIX, Linux, MacOS X, and Solaris, and should also run on Windows. debian/copyright0000644000000000000000000000252311507407321011123 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/ dep5.mdwn?op=file&rev=135 Name: fldiff This package was debianized by Khalid El Fathi on Thu, 16 Jun 2005 23:27:56 0200. Maintainer: 2005, Khalid El Fathi 2010, Innocent De Marchi Source: http://www.easysw.com/~mike/fldiff/ Upstream Author: Michael Sweet Copyright: Copyright 2005-2006 Michael Sweet 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 v2 as published by the Free Software Foundation. This package 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 The Debian packaging is Copyright 2005, Khalid El Fathi , Copyright 2010, Innocent De Marchi and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/fldiff.doc-base0000644000000000000000000000036711463065765012042 0ustar Document: fldiff Title: fldiff help Author: Michael Sweet Abstract: This manual describes what fldiff is, and how it can be used. Section: File Management Format: HTML Index: /usr/share/doc/fldiff/index.html Files: /usr/share/doc/fldiff/*.html debian/changelog0000644000000000000000000000475611524557165011067 0ustar fldiff (1.1+0-2) unstable; urgency=low * Upload to unstable. * The prior upload added a working watch file. * Repositioned the application icon in usr/share/pixmaps/fldiff/ -- Innocent De Marchi Wed, 09 Feb 2011 17:01:35 +0200 fldiff (1.1+0-1) experimental; urgency=low * New mantainer (adopt orphan package) ( Closes: #547013 ). * Update Standard-Version from 3.7.3 to 3.9.1: no changes required. * Update to new format 3.0 (quilt). * Change debian/rules option dh_clean -k to dh_clean. * Add new debian/fldiff.desktop (and add to debian/rules). * Add the debian/menu file. * Add fldiff.xpm file. * Added a +0 to the upstream version number so that we can re-upload the orig.tar.gz to the archive. The prior uploader uploaded a modified orig.tar.gz after autoreconfing the source release. * Update data format in debian/changelog. -- Innocent De Marchi Sat, 30 Oct 2010 18:48:45 +0200 fldiff (1.1-1.1) unstable; urgency=low * Non-maintainer upload. * Fix double-build FTBFS (Closes: #424272, #442565), thanks to Kartik Mistry for his original patch: - Call “$(MAKE) clean” instead of “$(MAKE) distclean” so that configure doesn't get lost. - Get rid of config.log, config.status, and Makefile through the dh_clean call. - No longer ignore make clean errors. * Also get rid of fldiff.list through dh_clean, since it is (re)generated during the build. It is now kept out of the Debian diff. * Move the autotool-dev code snippet to update config.{guess,sub} from the clean target to the config.status one, and delete these files through dh_clean, so as to keep their update out of the Debian diff. * Move the Homepage from the description to a source field. * Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed. -- Cyril Brulebois Tue, 26 Feb 2008 23:00:40 +0100 fldiff (1.1-1) unstable; urgency=low * New upstream release. -- Khalid El Fathi Thu, 23 Nov 2006 22:39:31 +0100 fldiff (1.0-2) unstable; urgency=low * debian/control: Updated to Standards-Version 3.7.2. * debian/copyright: Updated address of Free Software Foundation. * debian/watch: Added watch file. -- Khalid El Fathi Wed, 27 Sep 2006 20:44:38 +0200 fldiff (1.0-1) unstable; urgency=low * Initial release (Closes: #311297). -- Khalid El Fathi Thu, 16 Jun 2005 23:27:56 +0200 debian/source/0000755000000000000000000000000011455107726010476 5ustar debian/source/format0000644000000000000000000000001411455107726011704 0ustar 3.0 (quilt)