--- xffm4-4.0.6.orig/config.guess +++ xffm4-4.0.6/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2004-03-03' +timestamp='2004-03-12' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -853,6 +853,9 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; --- xffm4-4.0.6.orig/config.sub +++ xffm4-4.0.6/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2004-02-23' +timestamp='2004-03-12' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -237,7 +237,7 @@ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m68000 | m68k | m88k | mcore \ + | m32r | m32rle | m68000 | m68k | m88k | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -262,7 +262,7 @@ | pyramid \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ + | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ @@ -308,7 +308,7 @@ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* \ + | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ @@ -336,7 +336,7 @@ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ - | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ @@ -1081,7 +1081,7 @@ sh64) basic_machine=sh64-unknown ;; - sparc | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b) basic_machine=sparc-sun ;; cydra) --- xffm4-4.0.6.orig/libs/run.c +++ xffm4-4.0.6/libs/run.c @@ -536,12 +536,11 @@ cmd=NULL; } - - /* filter element is double used for arguments here */ - if (IS_APP_TYPE(en->type) && en->filter) a=g_strconcat(en->path," ",en->filter,NULL); - else if (IS_APP_TYPE(en->type) || IS_EXE(en->type)) a=g_strdup(en->path); + + if (IS_APP_TYPE(en->type) && en->filter) a=g_strdup_printf("\"%s\" %s",en->path,en->filter); + else if (IS_APP_TYPE(en->type) || IS_EXE(en->type)) a=g_strdup_printf("\"%s\"",en->path); else return; - + print_status(tree_details->treeview, "xf_INFO_ICON", _("Executing"), " : ", FILENAME(en), --- xffm4-4.0.6.orig/debian/changelog +++ xffm4-4.0.6/debian/changelog @@ -0,0 +1,108 @@ +xffm4 (4.0.6-1) unstable; urgency=low + + * New upstream release + * Remove Norbert Tretkowski from Uploaders as requested + * Update the description + * Apply patch from upstream (spaces in directories bug) which closes: #256623 + + -- Simon Huggins Mon, 19 Jul 2004 19:06:14 +0100 + +xffm4 (4.0.5-1) unstable; urgency=low + + * New upstream release + * Update upstream's libtool + * Update manpage path I borked before + + -- Simon Huggins Thu, 29 Apr 2004 20:20:21 +0100 + +xffm4 (4.0.3-2) unstable; urgency=low + + * Update libtool closes: #237338 + * Just adding Daniel wasn't enough. Add self to Uploaders so katie doesn't + think this is an NMU again. + + -- Simon Huggins Tue, 09 Mar 2004 13:54:26 +0000 + +xffm4 (4.0.3-1) unstable; urgency=low + + * New upstream release + * Add Daniel Silverstone to Uploaders as approved by + madkiss + * Added ChangeLog for installing via dh_installchangelogs closes: #225180 + * Added xffm manpage and linked other binaries to it + * Added xfdiff4 manpage + * Quoted needs in xffm4.menu for lintian + * Removed .la files and .so symlinks - this isn't a -dev package + * Thanks to Daniel for checking and uploading these packages + + -- Simon Huggins Wed, 25 Feb 2004 11:45:24 +0000 + +xffm4 (4.0.2-1) unstable; urgency=low + + * Acknowledging NMU (Closes: #215594) + * New upstream release + + -- Martin Loschwitz Fri, 26 Sep 2003 16:35:00 +0100 + +xffm4 (4.0.0.final-1.0.1) unstable; urgency=low + + * NMU + * add libxfcegui4-dev to Build-Depends: to fix autobuild (Closes: #215594) + + -- Guido Guenther Mon, 17 Nov 2003 16:36:04 +0100 + +xffm4 (4.0.0.final-1) unstable; urgency=low + + * New upstream release + * New Co-Maintainer: Norbert Tretkowski. + * Some cleanups in debian/ + + -- Martin Loschwitz Tue, 29 Sep 2003 17:56:00 +0200 + +xffm4 (4.0.0+cvs.20030421-1) unstable; urgency=low + + * New CVS checkout (2003-04-21) + * Fixed menu file (Closes: #184917) + + -- Martin Loschwitz Mon, 21 Apr 2003 20:53:00 +0100 + +xffm4 (4.0.0+cvs.20030301-1) unstable; urgency=low + + * New CVS checkout (Using Xfce CVS, 2003-03-01) + * Official release (really this time!) (last release was never made public) + * debian/control: Changed Maintainer e-mail address + + -- Martin Loschwitz Sat, 01 Mar 2003 15:11:00 +0100 + +xffm4 (4.0.0+cvs.20030216-1) unstable; urgency=low + + * New CVS checkout (Using Xfce CVS, 2003-02-16) + * Official release (last release was never made public) + + -- Martin Loschwitz Sun, 16 Feb 2003 13:30:00 +0100 + +xffm4 (4.0.0+cvs.20030119-2) unstable; urgency=low + + * New CVS Export (Using Xfce4 CVS, 2003-01-19) + * debian/control: Build-Dependency for libxml2-dev (Closes: #174017) + + -- Martin Loschwitz Sun, 19 Jan 2003 15:54:00 +0100 + +xffm4 (4.0.0+cvs.20021222-2) unstable; urgency=low + + * The "Hey mum, I didn't want a muskrat!"-release + - Added build dependency for libxml2-dev + + -- Martin Loschwitz Tue, 24 Dec 2002 13:30:00 +0100 + +xffm4 (4.0.0+cvs.20021222-1) unstable; urgency=low + + * New CVS export (Using Xfce4 CVS, 2002-12-22) + + -- Martin Loschwitz Sun, 22 Dec 2002 16:16:00 +0100 + +xffm4 (4.0.0+cvs.20021127-1) unstable; urgency=low + + * Initial Release. (Closes: #170985) + + -- Martin Loschwitz Wed, 27 Nov 2002 19:34:05 +0100 --- xffm4-4.0.6.orig/debian/control +++ xffm4-4.0.6/debian/control @@ -0,0 +1,16 @@ +Source: xffm4 +Section: x11 +Priority: optional +Maintainer: Martin Loschwitz +Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libdbh1.0-dev (>= 1.0.15-1), libxml2-dev, xfce4-mcs-manager-dev (>= 4.0.6-1), libxfcegui4-dev (>= 4.0.6-1) +Uploaders: Martin Loschwitz , Daniel Silverstone , Simon Huggins +Standards-Version: 3.6.1 + +Package: xffm4 +Architecture: any +Depends: ${shlibs:Depends} +Suggests: xfwm4, xfce4 +Replaces: libxffm-0, libxffmsmb-0 +Description: File manager for the Xfce4 desktop environment + xffm is the file manager of the Xfce4 desktop environment which combines + the previous work in xftree, xfsamba and xfglob. --- xffm4-4.0.6.orig/debian/xfdiff4.1 +++ xffm4-4.0.6/debian/xfdiff4.1 @@ -0,0 +1,26 @@ +.\" Copyright (C) 2004 Simon Huggins +.TH XFDIFF4 "1" "February 2004" "xfdiff4 0.1" "User Commands" +.SH NAME +xfdiff4 \- XFce 4 diff and patch module for the XFce File Manager +.SH SYNOPSIS +\fBxfdiff4\fR \fB\-p\fR \fB\-P\fRn \fB\-R\fR \fB\-N\fR leftfile rightfile +.SH DESCRIPTION +.PP +Shows differences in a \fBdiff\fR(1) between two files or between a +patchfile and a source tree and allows you to apply changes. + +\fB-p\fR leftfile and rightfile are a patchdir and a patchfile + +\fB-P\fRn n is strip level (0-9) for patch + +\fB-R\fR patch file is reversed + +\fB-N\fR patch file is not reversed + +.SH "REPORTING BUGS" +Report bugs to . +.SH COPYRIGHT +Copyright \(co 2004 Simon Huggins +.br +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --- xffm4-4.0.6.orig/debian/copyright +++ xffm4-4.0.6/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Martin Loschwitz on +Wed, 27 Nov 2002 19:34:05 +0100. + +Right now, you can fetch xffm from CVS only, look at +http://xfce.sourceforge.net/ for details please. + +Upstream Author is Edscott Wilson Garcia . + +Copyright: + + 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; version 2 dated June, 1991. + + 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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian GNU systems, the complete text of the GNU General Public +License can be found in `/usr/share/common-licenses/GPL'. --- xffm4-4.0.6.orig/debian/rules +++ xffm4-4.0.6/debian/rules @@ -0,0 +1,92 @@ +#!/usr/bin/make -f + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + + dh_testdir + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-rpath + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + + dh_testdir + $(MAKE) + touch build-stamp + +clean: + + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + -$(MAKE) distclean + dh_clean + +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 + +install: build + + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + #install -d `pwd`/debian/tmp-install/usr/share/xffm/pixmaps + + $(MAKE) install DESTDIR=`pwd`/debian/xffm4 + + install -d `pwd`/debian/xffm4/usr/share/man/man1 + install `pwd`/fgr/fgr.1 `pwd`/debian/xffm4/usr/share/man/man1 + + install `pwd`/debian/xffm.1 `pwd`/debian/xffm4/usr/share/man/man1 + install `pwd`/debian/xfdiff4.1 `pwd`/debian/xffm4/usr/share/man/man1 + + rm -f `pwd`/debian/xffm4/usr/lib/*.so + rm -f `pwd`/debian/xffm4/usr/lib/*.la + rm -f `pwd`/debian/xffm4/usr/lib/xfce4/mcs-plugins/*.la + +binary-indep: build install + +binary-arch: build install + + dh_testdir + dh_testroot + + # move manpage to correct place + rm -rf `pwd`/debian/xffm4/usr/man/ + + # foobar + rm `pwd`/debian/xffm4/usr/bin/{xffstab,xfbook,xfapps,xftree4,xfsamba4,xfbook4,xfapps4,xfglob4,xftrash4,xffstab4} + + dh_installdocs TODO + dh_installmenu + dh_link + + dh_makeshlibs + dh_installchangelogs ChangeLog + + dh_strip + dh_compress + + dh_fixperms + dh_installdeb + + dh_shlibdeps -l`pwd`/debian/xffm4/usr/lib + dh_gencontrol + + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- xffm4-4.0.6.orig/debian/xffm4.menu +++ xffm4-4.0.6/debian/xffm4.menu @@ -0,0 +1,2 @@ +?package(xffm4): needs="X11" section="Apps/Tools" command="xffm" \ + title="XFfm4" longtitle="XFce4 file manager" hints="File manager" --- xffm4-4.0.6.orig/debian/xffm4.links +++ xffm4-4.0.6/debian/xffm4.links @@ -0,0 +1,21 @@ +/usr/bin/xffm /usr/bin/xffstab +/usr/bin/xffm /usr/bin/xfbook +/usr/bin/xffm /usr/bin/xfapps +/usr/bin/xffm /usr/bin/xftree4 +/usr/bin/xffm /usr/bin/xfsamba4 +/usr/bin/xffm /usr/bin/xfbook4 +/usr/bin/xffm /usr/bin/xfapps4 +/usr/bin/xffm /usr/bin/xfglob4 +/usr/bin/xffm /usr/bin/xftrash4 +/usr/bin/xffm /usr/bin/xffstab4 +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xffstab.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xfbook.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xfapps.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xftree4.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xfsamba4.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xfbook4.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xfapps4.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xfglob4.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xftrash4.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/xffstab4.1.gz +/usr/share/man/man1/xffm.1.gz /usr/share/man/man1/scramble.1.gz --- xffm4-4.0.6.orig/debian/xffm.1 +++ xffm4-4.0.6/debian/xffm.1 @@ -0,0 +1,19 @@ +.\" Copyright (C) 2004 Simon Huggins +.TH XFFM "1" "February 2004" "xffm4 0.1" "User Commands" +.SH NAME +xffm4 \- XFce 4 File Manager +.SH SYNOPSIS +.B xffm4 +.SH DESCRIPTION +.PP +Starts the XFce 4 file manager. xffm and its components are described in +more detail in the documentation in /usr/share/xfce4/doc/C/xffm.html +.SH SEE ALSO +Upstream documentation in /usr/share/xfce4/doc/C/xffm.html +.SH "REPORTING BUGS" +Report bugs to . +.SH COPYRIGHT +Copyright \(co 2004 Simon Huggins +.br +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --- xffm4-4.0.6.orig/debian/compat +++ xffm4-4.0.6/debian/compat @@ -0,0 +1 @@ +4