debian/0000755000000000000000000000000012144165115007166 5ustar debian/control0000644000000000000000000000153112144165051010570 0ustar Source: diffuse Section: editors Priority: optional Maintainer: Philipp Huebner Build-Depends: debhelper (>= 7) Build-Depends-indep: gettext Standards-Version: 3.9.4 Homepage: http://diffuse.sourceforge.net/ Package: diffuse Architecture: all Depends: python-gtk2 (>= 2.10), ${python:Depends}, python (>=2.4), ${misc:Depends} Suggests: desktop-file-utils Description: graphical tool for merging and comparing text files 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 bazaar, CVS, darcs, git, mercurial, monotone, Subversion and GNU Revision Control System (RCS) repositories for comparison and merging. debian/compat0000644000000000000000000000000211361113554010364 0ustar 7 debian/copyright0000644000000000000000000000240012144164543011121 0ustar This package was debianized by Philipp Huebner on Sat, 07 Jun 2008 19:54:13 +0200. It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=157784 Upstream Author: Derrick Moser Copyright: © 2006-2013 Derrick Moser License: This package 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 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 On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2008-2013, Philipp Huebner and is licensed under the GPL-2, see above. debian/rules0000755000000000000000000000147111617146101010247 0ustar #!/usr/bin/make -f clean: dh_testdir dh_testroot dh_clean install: dh_testdir dh_testroot dh_prep dh_installdirs cp -rf src/* debian/diffuse/ for po in `find translations/ -name *.po`; do \ BASENAME=`basename $$po .po`; \ mkdir -p debian/diffuse/usr/share/locale/$$BASENAME/LC_MESSAGES; \ msgfmt -o debian/diffuse/usr/share/locale/$$BASENAME/LC_MESSAGES/diffuse.mo $$po; \ done build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: binary-arch: install binary-indep: install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs README dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: clean binary-indep binary-arch binary install build build-arch build-indep debian/source/0000755000000000000000000000000011361117217010466 5ustar debian/source/format0000644000000000000000000000001411361117217011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006711361113215010214 0ustar version=3 http://sf.net/diffuse/diffuse-(.*)\.tar\.bz2 debian/changelog0000644000000000000000000001203212144165115011036 0ustar diffuse (0.4.7-1) unstable; urgency=low * New upstream release * debian/copyright: bumped up copyright years * Updated Standards-Version: 3.9.4 (no changes needed) -- Philipp Huebner Mon, 13 May 2013 15:27:33 +0200 diffuse (0.4.6-1) unstable; urgency=low * New upstream release * Updated debian/copyright for 2012 -- Philipp Huebner Mon, 02 Jan 2012 11:26:32 +1100 diffuse (0.4.5-1) unstable; urgency=low * New upstream release (closes: #623991) * Removed unnecessary use of python-support * debian/copyright: - bumped up copyright years - updated maintainer's email address * debian/rules: - added build-arch and build-indep targets - removed unnecessary calls of dh_pysupport, dh_makeshlibs and dh_shlibdeps * Updated Standards-Version: 3.9.2 (no changes needed) * Deleted deprecated README.Debian -- Philipp Huebner Sat, 06 Aug 2011 15:06:57 +1000 diffuse (0.4.4-1) unstable; urgency=low * New upstream release * Updated Standards-Version: 3.9.1 (no changes needed) -- Philipp Huebner Fri, 22 Oct 2010 09:29:41 +0200 diffuse (0.4.3-1) unstable; urgency=low * New upstream release -- Philipp Huebner Mon, 19 Apr 2010 17:30:13 +0200 diffuse (0.4.2-1) unstable; urgency=low * New upstream release * Added Revision Control System (RCS) to long package description * Switched to debhelper 7 * Updated Standards-Version: 3.8.4 (no changes needed) * Switched to dpkg-source 3.0 (quilt) format -- Philipp Huebner Tue, 13 Apr 2010 18:45:31 +0200 diffuse (0.4.1-1) unstable; urgency=low * New upstream release * Modified debian/rules to compile all available translations * Updated README.Debian -- Philipp Huebner Thu, 15 Oct 2009 19:47:25 +0200 diffuse (0.4.0-1) unstable; urgency=low * New upstream release * Removed patch-system and patches since they're included upstream now * Updated Standards-Version: 3.8.3 (no changes needed) -- Philipp Huebner Tue, 18 Aug 2009 14:46:36 +0200 diffuse (0.3.4-1) unstable; urgency=low * New upstream release * Removed typofix.dpatch as it is now fixed upstream * Removed maintainer scripts (not needed anymore) * Removed Suggests on scrollkeeper (not needed anymore) * Added minor bugfix from upstream * Added gettext to Build-Depends-Indep * Added compilation of diffuse.po to debian/rules * Updated maintainer's mail address * Updated Standards-Version: 3.8.2 (no changes needed) -- Philipp Huebner Tue, 07 Jul 2009 15:11:56 +0200 diffuse (0.3.3-2) unstable; urgency=low * Using dpatch patch system again * Fixing a typo in Diffuse that causes the '-m' command line option to fail on CVS repos when using relative paths -- Philipp Huebner Thu, 16 Apr 2009 19:18:40 +0200 diffuse (0.3.3-1) unstable; urgency=low * New upstream release (no new features, just bug fixing) -- Philipp Huebner Tue, 14 Apr 2009 09:29:49 +0200 diffuse (0.3.2-1) unstable; urgency=low * New upstream release * Updated Standards-Version: 3.8.1 (no changes needed) * Removed installation of TODO in debian/rules (file doesn't exist) -- Philipp Huebner Mon, 13 Apr 2009 21:25:09 +0200 diffuse (0.3.1-1) unstable; urgency=low * New upstream release * Removed patch-system and patches since they're included upstream now * Removed manpage in debian/ * Added README.Debian for upgrade from older version to 0.3 * Adjusted years in debian/copyright -- Philipp Huebner Fri, 06 Mar 2009 21:04:30 +0100 diffuse (0.2.15-2) unstable; urgency=low * Fixed bug in localization (closes: #511189) Thanks Jean-Francois Moine and Derrick Moser * Added dpatch patch system in debian/control and debian/rules * Fixed spelling error of Subversion in debian/control -- Philipp Huebner Sun, 11 Jan 2009 21:47:27 +0100 diffuse (0.2.15-1) unstable; urgency=low * New upstream release * Added maintainer scripts and suggests for scrollkeeper and desktop-file-utils * cleaned up debian/rules * corrected debian/copyright -- Philipp Huebner Thu, 11 Dec 2008 17:13:32 +0100 diffuse (0.2.14-1) unstable; urgency=low * New upstream release * Removed patch-system and patches since they're included upstream now -- Philipp Huebner Wed, 22 Oct 2008 21:36:12 +0200 diffuse (0.2.13-2) unstable; urgency=low * Added watch file * Corrected e-mail address in doc.dpatch * Corrected some times in /debian docs * Corrected debian/copyright to point towards GPLv2 * Moved some Build-Depends into Build-Depends-indep * Removed encoding key in diffuse.desktop -- Philipp Huebner Mon, 28 Jul 2008 09:13:13 +0200 diffuse (0.2.13-1) unstable; urgency=low * Initial release (Closes: #478232) -- Philipp Huebner Sat, 07 Jun 2008 19:54:13 +0200