--- easydiff.app-0.3.0.orig/debian/dirs +++ easydiff.app-0.3.0/debian/dirs @@ -0,0 +1 @@ +usr/bin --- easydiff.app-0.3.0.orig/debian/menu +++ easydiff.app-0.3.0/debian/menu @@ -0,0 +1,2 @@ +?package(easydiff.app):needs="X11" section="Applications/Text"\ + title="EasyDiff" command="/usr/bin/EasyDiff" --- easydiff.app-0.3.0.orig/debian/control +++ easydiff.app-0.3.0/debian/control @@ -0,0 +1,15 @@ +Source: easydiff.app +Section: text +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 4.0.0), libgnustep-gui-dev (>= 0.12.0), gnustep-make +Standards-Version: 3.7.2 + +Package: easydiff.app +Architecture: any +Depends: ${shlibs:Depends} +Replaces: easydiff +Conflicts: easydiff +Description: Graphical diff for GNUstep + EasyDiff is a GNUstep application that lets you easily see the differences + between two text files. --- easydiff.app-0.3.0.orig/debian/EasyDiff.desktop +++ easydiff.app-0.3.0/debian/EasyDiff.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Version=0.94 +Categories=Utility;TextTools; +Name=EasyDiff +Comment=A graphical GNUstep diff utility +Exec=EasyDiff --- easydiff.app-0.3.0.orig/debian/rules +++ easydiff.app-0.3.0/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/GNUstep/debian/config.mk +GNUSTEP_MAKEFILES=$(GS_MAKE_DIR) + +build: build-stamp + +build-stamp: + dh_testdir + gs_make + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + gs_make clean distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + gs_make install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM DESTDIR=$(CURDIR)/debian/easydiff.app + dh_install debian/*.desktop usr/share/applications/ + rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installmenu + dh_installman + 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 --- easydiff.app-0.3.0.orig/debian/EasyDiff.1 +++ easydiff.app-0.3.0/debian/EasyDiff.1 @@ -0,0 +1,19 @@ +.TH EASYDIFF 1 "March 5, 2004" +.SH NAME +EasyDiff \- shows the differences between two text files +.SH SYNOPSIS +.B EasyDiff +.SH DESCRIPTION +This manual page documents briefly the +.B EasyDiff +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +\fBEasyDiff\fP is a program that lets you easily see the differences between +two text files. +.SH SEE ALSO +.BR GNUstep (7). +.SH AUTHOR +This manual page was written by G\[:u]rkan Seng\[:u]n , +for the Debian project (but may be used by others). --- easydiff.app-0.3.0.orig/debian/changelog +++ easydiff.app-0.3.0/debian/changelog @@ -0,0 +1,63 @@ +easydiff.app (0.3.0-7build2) karmic; urgency=low + + * Rebuild for the GNUstep transition. + + -- Luca Falavigna Sun, 24 May 2009 13:28:44 +0000 + +easydiff.app (0.3.0-7build1) intrepid; urgency=low + + * Rebuild for GNUstep transition. + + -- Luca Falavigna Sun, 06 Jul 2008 14:52:51 +0200 + +easydiff.app (0.3.0-7) unstable; urgency=low + + * Orphaning package, setting maintainer to the Debian QA Group. + + -- Ana Beatriz Guerrero Lopez Fri, 07 Dec 2007 02:21:52 +0100 + +easydiff.app (0.3.0-6) unstable; urgency=low + + * GNUstep transition. + + Updated debian/rules. + * Added a desktop file. + + -- Gürkan Sengün Fri, 26 Oct 2007 08:48:47 +0200 + +easydiff.app (0.3.0-5) unstable; urgency=low + + * Rebuild against latest libgnustep-gui-dev. + * Bump standards version. + + -- Gürkan Sengün Sun, 17 Sep 2006 23:40:45 +0200 + +easydiff.app (0.3.0-4) unstable; urgency=low + + * Rebuild against latest libgnustep-gui. + * Update manual page. + * Bump standards version. + + -- Gürkan Sengün Mon, 23 Jan 2006 10:51:21 +0100 + +easydiff.app (0.3.0-3) unstable; urgency=low + + * Renamed source package to easydiff.app. + * Updated debian/control build-depends for GNUstep 0.9.4. + * Removed some old and unused stuff from debian/. + * Removed comments from debian/rules. + + -- Gürkan Sengün Sun, 21 Nov 2004 18:27:47 +0100 + +easydiff (0.3.0-2) unstable; urgency=low + + * Renamed to easydiff.app + * Moving to sid + * Updated build-depends, menu, rules + + -- Gürkan Sengün Tue, 27 Jul 2004 00:19:50 +0200 + +easydiff (0.3.0-1) experimental; urgency=low + + * Initial Release. + + -- Gürkan Sengün Fri, 5 Mar 2004 01:26:28 +0100 --- easydiff.app-0.3.0.orig/debian/manpages +++ easydiff.app-0.3.0/debian/manpages @@ -0,0 +1 @@ +debian/EasyDiff.1 --- easydiff.app-0.3.0.orig/debian/compat +++ easydiff.app-0.3.0/debian/compat @@ -0,0 +1 @@ +4 --- easydiff.app-0.3.0.orig/debian/copyright +++ easydiff.app-0.3.0/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Gürkan Sengün on +Fri, 5 Mar 2004 01:26:28 +0100. + +It was downloaded from http://www.collaboration-world.com/easydiff/ + +Upstream Authors: Pierre-Yves Rivaille , + Philippe C.D. Robert , + Benhur Stein + +Copyright: + + Copyright (C) 2002 by Pierre-Yves Rivaille + + 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 GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'.