diffuse stable port information

Package: diffuse
Version: 0.4.2
Revision: 1
Description: Visual diff and merge tool
DescDetail: <<
Diffuse is a graphical tool for merging and comparing text
files. Diffuse is able to compare an arbitrary number of files
side-by-side and gives users the ability to manually adjust
line-matching and directly edit files. Diffuse can also retrieve
revisions of files from CVS, subversion, git, and mercurial
repositories for comparison and merging.
<<
Homepage: http://diffuse.sourceforge.net/
License: GPL
Maintainer: Daniel Macks
Depends: <<
desktop-file-utils,
dpkg-base-files,
pygobject2-py26 (>= 2.20.0-1),
pygtk2-gtk-py26 (>= 2.16.0-1),
python26,
rarian-compat
<<
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 742b48d7dde6a09981176d0d0a263b1a
CompileScript: #
InstallScript: <<
%p/bin/python2.6 install.py --destdir=%d --prefix=%p --sysconfdir=%p/etc --pythonbin=%p/bin/python2.6 --files-only
<<
DocFileS: AUTHORS COPYING ChangeLog README
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
update-desktop-database -q
<<
PostRmScript: <<
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
update-desktop-database -q
<<