--- exo-0.3.101.orig/debian/python2.3-exo0.3.postinst +++ exo-0.3.101/debian/python2.3-exo0.3.postinst @@ -0,0 +1,33 @@ +#!/bin/bash -e +# +# Debian postinst script for Python x.y hierarchical modules +# Written by Gregor Hoffleit +# Extended by Matthias Klose +# Modified by Benedikt Meurer +# + +PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'` +PV=`dpkg --listfiles $PACKAGE | sed -n -e '/^\/usr\/lib\/python.*\//{ + s,/usr/lib/python\([0-9][0-9.]*\)/.*,\1,p + q +}'` + +case "$1" in + configure|abort-upgrade|abort-remove|abort-deconfigure) + # Get the priority of this packages pygtk.py module + pyver=`echo $PACKAGE|sed -ne 's/python\([0-9]\)\.\([0-9]\).*/\1\2/p'` + priority=$((100 + ${pyver:-0})) + + # Install the pygtk.py alternative + update-alternatives \ + --install /usr/lib/python$PV/site-packages/pyexo.py py${PV}exo.py \ + /usr/lib/python$PV/site-packages/pyexo.py.$PACKAGE $priority + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# --- exo-0.3.101.orig/debian/watch +++ exo-0.3.101/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.xfce.org/archive/xfce-(.*)/src/ \ + exo-(.*)\.tar\.bz2 --- exo-0.3.101.orig/debian/exo-utils.install +++ exo-0.3.101/debian/exo-utils.install @@ -0,0 +1,3 @@ +usr/bin/* +usr/share/applications +usr/share/man/* --- exo-0.3.101.orig/debian/exo-unmount.1 +++ exo-0.3.101/debian/exo-unmount.1 @@ -0,0 +1,52 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EXO-UNMOUNT "1" "January 2007" "exo-unmount 0.3.2" "User Commands" +.SH NAME +exo-unmount \- umount volumes based on their HAL UDIs or their device files +.SH DESCRIPTION +.SS "Usage:" +.IP +exo\-unmount [OPTION...] Xfce mount +.SS "Help Options:" +.TP +\-?, \fB\-\-help\fR +Show help options +.TP +\fB\-\-help\-all\fR +Show all help options +.TP +\fB\-\-help\-gtk\fR +Show GTK+ Options +.SS "Application Options:" +.TP +\fB\-e\fR, \fB\-\-eject\fR +Eject rather than mount +.TP +\fB\-u\fR, \fB\-\-unmount\fR +Unmount rather than mount +.TP +\fB\-h\fR, \fB\-\-hal\-udi\fR +Mount by HAL device UDI +.TP +\fB\-d\fR, \fB\-\-device\fR +Mount by device file +.TP +\fB\-n\fR, \fB\-\-no\-ui\fR +Don't show any dialogs +.TP +\fB\-v\fR, \fB\-\-version\fR +Print version information and exit +.TP +\fB\-\-display\fR=\fIDISPLAY\fR +X display to use +.SH AUTHOR +Written by Benedikt Meurer . +.PP +exo\-unmount comes with ABSOLUTELY NO WARRANTY, +You may redistribute copies of exo\-unmount under the terms of +the GNU Lesser General Public License which can be found in the +exo source package. +.PP +Please report bugs to . +.SH COPYRIGHT +Copyright \(co 2006-2007 + os-cillation e.K. All rights reserved. --- exo-0.3.101.orig/debian/control +++ exo-0.3.101/debian/control @@ -0,0 +1,64 @@ +Source: exo +Section: xfce +Priority: optional +Maintainer: Xubuntu Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers +Uploaders: Emanuele Rocca , Simon Huggins , Yves-Alexis Perez , Michael Casadevall +Build-Depends: debhelper (>= 5.0.0), libxfcegui4-dev (>= 4.6.0), + liburi-perl, chrpath, libhal-storage-dev [!hurd-i386], libnotify-dev, + intltool, gtk-doc-tools, quilt +Standards-Version: 3.8.1 +Homepage: http://libexo.os-cillation.com/ +Vcs-Bzr: lp:~xubuntu-dev/exo/karmic +Vcs-Browser: http://bazaar.launchpad.net/~xubuntu-dev/exo/karmic/files + +Package: libexo-0.3-dev +Section: libdevel +Architecture: any +Depends: libexo-0.3-0 (= ${binary:Version}), libxfce4util-dev (>= 4.6.0), + libhal-storage-dev, libgtk2.0-dev +Description: Development files for libexo + This package contains the headers and the static library + for libexo-0.3-0. + +Package: libexo-0.3-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, liburi-perl +Description: Library with extensions for Xfce + libexo is a library for Xfce that contains a bunch of additional widgets and + a framework for editable toolbars (an improved version of the framework + present in GNOME), light-weight session management support, functions to + automatically synchronize object properties (based on GObject Binding + Properties) and several miscellaneous utility and helper functions for + application developers. + . + While Xfce ships with quite a few libraries that are primarily targeted at + desktop development, libexo is targeted at application development, with a + focus on applications for Xfce. + +Package: exo-utils +Section: xfce +Conflicts: libexo-0.3-0 (< 0.3.4-1), xfce4-mcs-manager (<< 4.4.2-3) +Replaces: libexo-0.3-0 (< 0.3.4-1) +Architecture: any +Depends: libexo-0.3-0 (= ${binary:Version}), ${shlibs:Depends}, eject [!hurd-i386] +Description: Utility files for libexo + This package contains the Xfce settings plugin and the utility files for + libexo-0.3-0 which are: + - exo-csource + - exo-desktop-item-edit + - exo-mount + - exo-open + - exo-preferred-applications + - exo-eject + - exo-unmount + +Package: libexo-0.3-0-dbg +Section: debug +Priority: extra +Architecture: any +Depends: ${shlibs:Depends}, libexo-0.3-0 (= ${binary:Version}) +Description: debugging informations for libexo + This packages contains the debugging symbols for libexo, additional library + for Xfce. --- exo-0.3.101.orig/debian/libexo-0.3-dev.install +++ exo-0.3.101/debian/libexo-0.3-dev.install @@ -0,0 +1,5 @@ +usr/include/* +usr/lib/pkgconfig/* +usr/lib/lib*.a +usr/lib/lib*.so +usr/share/gtk-doc/html/exo/* --- exo-0.3.101.orig/debian/compat +++ exo-0.3.101/debian/compat @@ -0,0 +1 @@ +5 --- exo-0.3.101.orig/debian/rules +++ exo-0.3.101/debian/rules @@ -0,0 +1,133 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +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 + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +# determine current exo version +EXOVERS=$(shell sed -ne 's/^Package: libexo-\([0-9]\{1,\}\.[0-9]\{1,\}\)-[0-9]\{1,\}/\1/p' debian/control) + +# determine python version in use +#PYVERS=$(shell sed -ne 's/^Build-Depends:.*python\([0-9]\{1,\}\.[0-9]\{1,\}\)-dev.*/\1/p' debian/control) + +# determine library package name +LIBRARY_PKGNAME=$(shell sed -ne 's/^Package: \(libexo-[0-9]\{1,\}\.[0-9]\{1,\}-[0-9]\{1,\}\)/\1/p' debian/control) + +# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so +version=`ls exo/.libs/lib*.so.* | \ + awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` +major=`ls exo/.libs/lib*.so.* | \ + awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` + +config.status: configure + dh_testdir + # Add here commands to configure the package. + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --libexecdir=/usr/lib/libexo-0.3-0 --enable-final --enable-gtk-doc --disable-python --enable-notifications + + +build: patch build-stamp +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + + # rename the exo gtk-docs directory to avoid conflicting -dev + # packages + #(cd $(CURDIR)/debian/tmp/usr/share/gtk-doc/html \ + # && mv exo exo-$(EXOVERS)) + + # move the pyexo.py away, will be managed as an alternative + #-(cd $(CURDIR)/debian/tmp/usr/lib/python$(PYVERS)/site-packages \ + #&& mv pyexo.py pyexo.py.python$(PYVERS)-exo$(EXOVERS)) + + # delete unused static library + -rm -f $(CURDIR)/debian/tmp/usr/lib/python$(PYVERS)/site-packages/exo-$(EXOVERS)/_exo.a + + # delete the unneeded .a and .la files + rm -f debian/tmp/usr/lib/libexo-hal-0.3.la + rm -f debian/tmp/usr/lib/libexo-0.3.la + + # delete all pre-compiled python files + #-find $(CURDIR)/debian/tmp -name '*.py[co]' -exec rm -f '{}' ';' + + chrpath -d -k debian/tmp/usr/bin/exo-csource \ + debian/tmp/usr/bin/exo-desktop-item-edit \ + debian/tmp/usr/bin/exo-open \ + debian/tmp/usr/bin/exo-mount \ + debian/tmp/usr/lib/libexo-0.3-0/exo-helper-0.3 \ + debian/tmp/usr/lib/libexo-0.3*.so.* \ + debian/tmp/usr/lib/libexo-hal-0.3*.so.* \ + + # Create a muttng helper from the mutt one + sed -e 's/utt/uttng/;s/Icon=muttng/Icon=mutt/' \ + debian/tmp/usr/share/xfce4/helpers/muttng.desktop + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installman -pexo-utils debian/exo-preferred-applications.1\ + debian/exo-desktop-item-edit.1 debian/exo-mount.1 \ + debian/exo-unmount.1 debian/exo-eject.1 + dh_installexamples + dh_install --fail-missing --sourcedir=debian/tmp + dh_link + dh_strip --dbg-package=libexo-0.3-0-dbg + dh_compress + dh_fixperms + dh_makeshlibs -p$(LIBRARY_PKGNAME) + #dh_python + dh_installdeb + dh_shlibdeps -L $(LIBRARY_PKGNAME) -l debian/$(LIBRARY_PKGNAME)/usr/lib + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- exo-0.3.101.orig/debian/libexo-0.3-0.docs +++ exo-0.3.101/debian/libexo-0.3-0.docs @@ -0,0 +1,4 @@ +NEWS +README +TODO +THANKS --- exo-0.3.101.orig/debian/libexo-0.3-0.shlibs +++ exo-0.3.101/debian/libexo-0.3-0.shlibs @@ -0,0 +1,2 @@ +libexo-0.3 0 libexo-0.3-0 (>= 0.3.100) +libexo-hal-0.3 0 libexo-0.3-0 (>= 0.3.100) --- exo-0.3.101.orig/debian/python2.3-exo0.3.examples +++ exo-0.3.101/debian/python2.3-exo0.3.examples @@ -0,0 +1,4 @@ +python/examples/README +python/examples/ellipsizing.py +python/examples/toolbars.py +python/examples/toolbars.ui --- exo-0.3.101.orig/debian/exo-mount.1 +++ exo-0.3.101/debian/exo-mount.1 @@ -0,0 +1,52 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EXO-MOUNT "1" "January 2007" "exo-mount 0.3.2" "User Commands" +.SH NAME +exo-mount \- mount volumes based on their HAL UDIs or their device files +.SH DESCRIPTION +.SS "Usage:" +.IP +exo\-mount [OPTION...] Xfce mount +.SS "Help Options:" +.TP +\-?, \fB\-\-help\fR +Show help options +.TP +\fB\-\-help\-all\fR +Show all help options +.TP +\fB\-\-help\-gtk\fR +Show GTK+ Options +.SS "Application Options:" +.TP +\fB\-e\fR, \fB\-\-eject\fR +Eject rather than mount +.TP +\fB\-u\fR, \fB\-\-unmount\fR +Unmount rather than mount +.TP +\fB\-h\fR, \fB\-\-hal\-udi\fR +Mount by HAL device UDI +.TP +\fB\-d\fR, \fB\-\-device\fR +Mount by device file +.TP +\fB\-n\fR, \fB\-\-no\-ui\fR +Don't show any dialogs +.TP +\fB\-v\fR, \fB\-\-version\fR +Print version information and exit +.TP +\fB\-\-display\fR=\fIDISPLAY\fR +X display to use +.SH AUTHOR +Written by Benedikt Meurer . +.PP +exo\-mount comes with ABSOLUTELY NO WARRANTY, +You may redistribute copies of exo\-mount under the terms of +the GNU Lesser General Public License which can be found in the +exo source package. +.PP +Please report bugs to . +.SH COPYRIGHT +Copyright \(co 2006-2007 + os-cillation e.K. All rights reserved. --- exo-0.3.101.orig/debian/changelog +++ exo-0.3.101/debian/changelog @@ -0,0 +1,980 @@ +exo (0.3.101-2ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/rules: + + Removed mangling of helpers.rc + + Add --enable-gtk-doc switch to configure + - debian/control: + + Add build-dep on gtk-doc-tools + + Update Vcs-* fields + - debian/patches: + + 04_update_helpers.patch: patched libexo's firefox helper desktop file + to use firefox-3.0 icon instead of firefox icon + + xubuntu-default-mount-options.patch: change default mount options for + vfat, iso9660, ntfs + + series: refreshed. + + -- Lionel Le Folgoc Mon, 15 Jun 2009 19:26:39 +0200 + +exo (0.3.101-2) unstable; urgency=low + + * debian/patches: + - 01_exo-open-ignore-unknown-options added, accept ignore options so it + can be passed to the called. closes: #532422 + * debian/control: + - add build-dep on quilt + * debian/rules: + - use quilt rules. + + -- Yves-Alexis Perez Tue, 09 Jun 2009 22:31:44 +0200 + +exo (0.3.101-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes: + - debian/rules: + + re-enable quilt + + Removed mangling of helpers.rc + + Add --enable-gtk-doc switch to configure + - debian/control: + + Add build-dep on gtk-doc-tools and quilt + - debian/patches: + + 04_update_helpers.patch: patched libexo's firefox helper desktop file + to use firefox-3.0 icon instead of firefox icon + + xubuntu-default-mount-options.patch: change default mount options for + vfat, iso9660, ntfs + + series: refreshed. + * Updated VCS information + + -- Michael Casadevall Tue, 05 May 2009 22:09:51 -0400 + +exo (0.3.101-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - move lib to libs section and -dev to libdevel one. + + -- Yves-Alexis Perez Sun, 19 Apr 2009 14:15:41 +0200 + +exo (0.3.100-2) unstable; urgency=low + + * Upload to unstable and mark fixed bugs as closed: + - exo-open correctly parses url with ','. closes: #473566 + * debian/control: + - update standards version to 3.8.1. + - move packages to section xfce (except -dbg to debug). + + -- Yves-Alexis Perez Sat, 04 Apr 2009 01:04:12 +0200 + +exo (0.3.100-1ubuntu1) jaunty; urgency=low + + * Merge Xfce 4.6 final from Debian experimental, remaining Ubuntu changes: + - debian/rules: + + re-enable quilt + + Removed mangling of helpers.rc + + Add --enable-gtk-doc switch to configure + - debian/control: + + Add build-dep on gtk-doc-tools and quilt + - debian/patches: + + 04_update_helpers.patch: patched libexo's firefox helper desktop file + to use firefox-3.0 icon instead of firefox icon + + xubuntu-default-mount-options.patch: change default mount options for + vfat, iso9660, ntfs + + series: refreshed. + + -- Lionel Le Folgoc Sun, 01 Mar 2009 12:43:59 +0100 + +exo (0.3.100-1) experimental; urgency=low + + [ Yves-Alexis Perez ] + [ Xfce 4.6 Alpha “Pinkie”] + * new upstream alpha release. + * debian/libexo-0.3-0.shlibs: update shlibs version accordingly. + * debian/patches: + - 01_exo-alt-eject.patch removed, included upstream. + - 02_exo-open.1.patch as well. + - 03_libexo-teardown-crypto-on-eject.patch too. + * debian/rules: + - don't mess with mcs stuff, it doesn't exist anymore. + - use dh_install --fail-missing. + - don't use quilt.make. + * debian/exo-utils.install: + - don't ship non existant mcs plugins. + + [ Xfce 4.6 Beta 1 “Fuzzy”] + * new upstream beta release + * debian/control: + - update build-deps for Fuzzy. + * debian/libexo-0.3-0.shlibs: + - update shlibs for Fuzzy. + * debian/rules: + - stop messing with config.{guess,sub}. + + [ Xfce 4.6 Beta 2 “Hopper”] + * new upstream beta release + * debian/libexo-0.3-0.shlibs: bump shlibs for beta 2. + * debian/control: + - bump build-deps for “Hopper”. + - add build-dep on intltool. + + [ Xfce 4.6 Beta 3 “Tuco-tuco”] + * new upstream beta release. + * debian/control: + - update build-deps for “Tuco-Tuco”. + - correct deps for -dev package. + * debian/libexo-0.3-0.shlibs + - bump shlibs for 4.5.93. + + [ Michael Casadevall ] + [ Xfce 4.6 Beta 1 “Fuzzy”] + * Merged exo patches from Ubuntu + * debian/patches: + - 04_fix_broken_regex.patch added, adds ^ and $ to url expressions to + prevent exo from mistaking a directory as an e-mail address and opening + the wrong helper application. Xfce Bug #4330. LP: #262125. + * debian/control: + - Added myself as an upload + - Added quilt as a build-dep + + [ Xfce 4.6 Beta 3 “Tuco-tuco”] + * debian/patches + - 04_fix_broken_regex.patch dropped, merged upstream + + [ Xfce 4.6 RC1 “Capybara” ] + * new upstream release candidate. + * debian/control: + - bump build-deps for Capybara. + - bump deps on -dev for Capybara. + - drop build-dep on quilt. + * debian/libexo-0.3-0.shlibs: + - bump shlibs to 0.3.99.1. + * debian/copyright: + - update download url. + - update copyrights. + + [ Xfce 4.6 ] + * new upstream release. + * debian/control: + - bump build-deps for 4.6.0. + - bump deps on -dev for 4.6.0.. + * debian/libexo-0.3-0.shlibs: + - bump shlibs to 0.3.100. + + -- Yves-Alexis Perez Sat, 28 Feb 2009 12:18:08 +0100 + +exo (0.3.99.1-0ubuntu1) jaunty; urgency=low + + * New Upstream Release + * Merge from Debian pkg-xfce UNRELEASED, remaining Ubuntu changes: + - debian/rules: + + Removed mangling of helpers.rc + + Add --enable-gtk-doc switch to configure + - debian/control: + + Add build-dep on gtk-doc-tools + - debian/patches/04_update_helpers.patch: + + Patched libexo's firefox helper desktop file to use firefox-3.0 + icon instead of firefox icon. + - debian/patches/xubuntu-default-mount-options.patch: + + change default mount options for vfat, iso9660, ntfs + * debian/rules: + - Re-enabled quilt + * debian/patches/gcc-hardened.patch + - Dropped, merged upstream + + -- Michael Casadevall Mon, 26 Jan 2009 22:48:55 -0500 + +exo (0.3.93-0ubuntu1) jaunty; urgency=low + + * Merge from Debian pkg-xfce UNRELEASED, remaining Ubuntu changes: + - debian/rules: + + Removed mangling of helpers.rc + + Add --enable-gtk-doc switch to configure + - debian/control: + + Add build-dep on gtk-doc-tools + - debian/patches/04_update_helpers.patch: + + Patched libexo's firefox helper desktop file to use firefox-3.0 + icon instead of firefox icon. + - debian/patches/xubuntu-default-mount-options.patch: + + change default mount options for vfat, iso9660, ntfs + * debian/rules: + - Re-enabled quilt + * debian/patches/gcc-hardened.patch + - Dropped, merged upstream + + -- Michael Casadevall Thu, 22 Jan 2009 19:59:39 -0500 + +exo (0.3.93-1) UNRELEASED; urgency=low + + [ Yves-Alexis Perez ] + [ Xfce 4.6 Alpha “Pinkie”] + * new upstream alpha release. + * debian/libexo-0.3-0.shlibs: update shlibs version accordingly. + * debian/patches: + - 01_exo-alt-eject.patch removed, included upstream. + - 02_exo-open.1.patch as well. + - 03_libexo-teardown-crypto-on-eject.patch too. + * debian/rules: + - don't mess with mcs stuff, it doesn't exist anymore. + - use dh_install --fail-missing. + - don't use quilt.make. + * debian/exo-utils.install: + - don't ship non existant mcs plugins. + + [ Xfce 4.6 Beta 1 “Fuzzy”] + * new upstream beta release + * debian/control: + - update build-deps for Fuzzy. + * debian/libexo-0.3-0.shlibs: + - update shlibs for Fuzzy. + * debian/rules: + - stop messing with config.{guess,sub}. + + [ Xfce 4.6 Beta 2 “Hopper”] + * new upstream beta release + * debian/libexo-0.3-0.shlibs: bump shlibs for beta 2. + * debian/control: + - bump build-deps for “Hopper”. + - add build-dep on intltool. + + [ Xfce 4.6 Beta 3 “Tuco-tuco”] + * new upstream beta release. + * debian/control: + - update build-deps for “Tuco-Tuco”. + - correct deps for -dev package. + * debian/libexo-0.3-0.shlibs + - bump shlibs for 4.5.93. + + [ Michael Casadevall ] + [ Xfce 4.6 Beta 1 “Fuzzy”] + * Merged exo patches from Ubuntu + * debian/patches: + - 04_fix_broken_regex.patch added, adds ^ and $ to url expressions to + prevent exo from mistaking a directory as an e-mail address and opening + the wrong helper application. Xfce Bug #4330. LP: #262125. + * debian/control: + - Added myself as an upload + - Added quilt as a build-dep + + [ Xfce 4.6 Beta 3 “Tuco-tuco”] + * debian/patches + - 04_fix_broken_regex.patch dropped, merged upstream + + -- Michael Casadevall Thu, 22 Jan 2009 19:55:22 -0500 + +exo (0.3.4-8) experimental; urgency=low + + * debian/patches: + - 03_libexo-teardown-crypto-on-eject added, enable disabling an already + mounted crypto-fs. Thanks Colin Leroy (Xfce #3349). + * debian/control: + - updated standards version to 3.8.0. No change needed. + * debian/rules: rm config.{sub.guess} in clean and copy it in build. + + -- Yves-Alexis Perez Wed, 13 Aug 2008 23:25:33 +0200 + +exo (0.3.4-7ubuntu6) intrepid; urgency=low + + * Translations: cherry-pick from upstream 4.4 svn branch: + - Chinese, Kurdish translations added + - Portuguese, Greek, Catalan, Latvian, Brazilian Portuguese, Japanese + translations updated. + * New patch debian/patches/99_update_translations.patch created and enabled + for this. + + -- Lionel Le Folgoc Mon, 20 Oct 2008 01:11:32 +0200 + +exo (0.3.4-7ubuntu5) intrepid; urgency=low + + * debian/rules: + - Removed mangling of helpers.rc (LP: #276979) + * Added debian/patches/04_update_helpers.patch: + - Patched libexo's firefox helper desktop file to use firefox-3.0 + icon instead of firefox icon. + + -- Cody A.W. Somerville Wed, 08 Oct 2008 05:08:31 -0300 + +exo (0.3.4-7ubuntu4) intrepid; urgency=low + + * Added debian/patches/04_fix_broken_regexp.patch: + - Add ^ and $ to url expressions to prevent exo from mistaking a + directory as an e-mail address and opening the wrong helper application. + - Closes lp: #262125 + - Kudos to Jannis Pohlmann for the patch. + + -- Cody A.W. Somerville Thu, 02 Oct 2008 09:48:02 -0300 + +exo (0.3.4-7ubuntu3) intrepid; urgency=low + + * debian/patches/gcc_hardening_fix.patch: remove function prototypes that + should not be defined for !i386 + * LP: #242555 + + -- Gauvain Pocentek Tue, 24 Jun 2008 06:22:59 +0200 + +exo (0.3.4-7ubuntu2) intrepid; urgency=low + + * Reduce our delta with Debian: + - drop python-* packages and rules, they're not used + - drop cdbs, switch back to debhelper. + + -- Lionel Le Folgoc Wed, 28 May 2008 19:50:06 +0200 + +exo (0.3.4-7ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/rules: + + switch to cdbs + + Add support for all python versions + + Build a python-exo-dbg package + + TODO: Avoid regeneration of png files in the source + + add "NoDisplay=true" to the mcs desktop files + - debian/control: + + Set Ubuntu maintainer address + + drop chrpath and quilt b-ds and add cdbs + + bump the conflicts/replaces to this ubuntu revision + - debian/exo-preferred-applications.1: update bug reporting (LP instead of + a mail address) + - Reenable mcs support which got lost somewhere… + - debian/patches/xubuntu-default-mount-options.patch: change default mount + options for vfat (LP #193883), iso9660 and ntfs (LP #195633) + - debian/libexo-0.3-0.install: ship /usr/lib/exo/* instead of + /usr/lib/libexo-0.3-0/*. + * debian/rules: really install manpages to exo-utils (do not ship them in both + exo-utils and libexo-0.3-0). + + -- Lionel Le Folgoc Tue, 27 May 2008 22:42:51 +0200 + +exo (0.3.4-7) unstable; urgency=low + + * debian/control: don't depend on eject on hurd for exo-utils, it's not + available. + * switch to triggers: + - debian/libexo-0.3-0.postinst dropped. + - debian/control: conflicts against non-triggers-enabled xfce4-mcs-manager. + * debian/control: + - remove Rudy Godoy and Martin Loschwitz from Uploaders. + - drop useless Conficts/Replaces. + - use correct package name in Conflict/Replaces for exo-utils. + + -- Yves-Alexis Perez Mon, 19 May 2008 08:26:18 +0200 + +exo (0.3.4-6ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - switch to cdbs + - Add support for all python versions + - Build a python-exo-dbg package + - Set Ubuntu maintainer address + - TODO: Avoid regeneration of png files in the source + - debian/control: drop chrpath and quilt b-ds and add cdbs + - debian/rules: add DEB_INSTALL_MANPAGES_libexo-0.3-0 + - debian/exo-preferred-applications.1: update bug reporting (LP instead of + a mail address) + - Reenable mcs support which got lost somewhere... + - debian/patches/xubuntu-default-mount-options.patch: change default mount + options for vfat (LP #193883), iso9660 and ntfs (LP #195633) + * debian/patches/01_fix-hal-eject-volume.patch: dropped, use Debian's + 01_exo-alt-eject.patch instead. + * debian/libexo-0.3-0.install: ship /usr/lib/exo/* instead of + /usr/lib/libexo-0.3-0/*. + * debian/control: + - add the libexo-0.3-0-dbg package + - finally introduce the new exo-utils package which was left behind for + hardy: + + bump the conflicts/replaces to this ubuntu revision + + do not install the .desktop files which only create dups of the + settings manager items. + + -- Lionel Le Folgoc Fri, 16 May 2008 22:07:21 +0200 + +exo (0.3.4-6) unstable; urgency=low + + * debian/patches: + - 01_exo-alt-eject added, fix optical discs ejection, patch taken from + Xfce bugzila (#2968) closes: #469425 + - 02_exo-open.1 added, fix a typo in exo-open(1). closes: #464825 + * debian/control: add build-dep on quilt. + * debian/rules: include quilt rules. + + -- Yves-Alexis Perez Sun, 27 Apr 2008 15:30:53 +0200 + +exo (0.3.4-5) unstable; urgency=low + + * build exo with libnotify support. closes: #472255 + + -- Yves-Alexis Perez Tue, 25 Mar 2008 12:04:13 +0100 + +exo (0.3.4-4) unstable; urgency=low + + * debian/compat: bump debhelper compatibility to 5. + * debian/control: + - bump build-dep on debhelper accordingly. + - add a -dbg binary package. + * debian/rules: install debugging symbols in -dbg package. + * debian/libexo-0.3-0.install: we don't have anything in /usr/libexec so + don't try to ship it. + * debian/copyrights: + - update copyrights. + - use © sign. + + -- Yves-Alexis Perez Sat, 01 Mar 2008 17:34:22 +0100 + +exo (0.3.4-3ubuntu4) hardy; urgency=low + + * debian/patches/xubuntu-default-mount-options.patch: drop VFAT option + 'usefree', it's not necessary any more with the current Hardy kernel, + and incompatible with pre-gutsy kernels. (see LP #151025) + + -- Lionel Le Folgoc Tue, 04 Mar 2008 19:26:25 +0100 + +exo (0.3.4-3ubuntu3) hardy; urgency=low + + * Upload to Ubuntu. + + -- Lionel Le Folgoc Fri, 29 Feb 2008 15:31:44 +0100 + +exo (0.3.4-3ubuntu3~ppa2) hardy; urgency=low + + * debian/patches: + - xubuntu-default-mount-options.patch: change default mount options for + vfat (LP #193883), iso9660 and ntfs (LP: #195633) + - 01_fix-vfat-mount-options.patch: dropped, included in the patch described + above. + * debian/control: fix some typos. + + -- Lionel Le Folgoc Thu, 28 Feb 2008 17:04:22 +0100 + +exo (0.3.4-3ubuntu3~ppa1) hardy; urgency=low + + * debian/patches/01_fix-hal-eject-volume.patch: fix somes failures to eject + cd/dvd using the drive button (LP: #195649). + * debian/libexo-0.3-0.install: do not ship empty usr/share/applications to + make lintian happy. + * debian/rules: install some missing manpages. + + -- Lionel Le Folgoc Tue, 26 Feb 2008 17:39:58 +0100 + +exo (0.3.4-3ubuntu2) hardy; urgency=low + + * debian/rules: + - drop xfce.mk and use {debhelper,autotools,simple-patchsys}.mk + - do not install the .desktop files which only create dups of the settings + manager items. + * debian/patches/01_fix-vfat-mount-options.patch: pass 'utf8' and 'usefree' + for vfat partitions. (LP: #193883) + + -- Lionel Le Folgoc Mon, 25 Feb 2008 12:48:28 +0100 + +exo (0.3.4-3ubuntu1) hardy; urgency=low + + [Pedro Fragoso] + * Merge from Debian unstable (LP: #186891), remaining changes: + - use our xfce.mk class + - Add support for all python versions + - Build a python-exo-dbg package + - Set Ubuntu maintainer address + - TODO: Avoid regeneration of png files in the source + - Suggests notication-daemon (notification popups won't work without this + package.) + - debian/control: drop chrpath build-dependency and add cdbs + - debian/rules: add DEB_INSTALL_MANPAGES_libexo-0.3-0 + - debian/exo-preferred-applications.1: update bug reporting (LP instead of + a mail address) + - Reenable mcs support which got lost somewhere... + * debian/control: use our Vcs-* fields. + + [Lionel Le Folgoc] + * Don't introduce the new exo-utils package for the moment. + + -- Pedro Fragoso Wed, 06 Feb 2008 16:13:47 +0000 + +exo (0.3.4-3) unstable; urgency=low + + * upload to unstable. + * provide exo-utils package. closes: #462883 + + -- Yves-Alexis Perez Mon, 28 Jan 2008 08:32:16 +0100 + +exo (0.3.4-2) experimental; urgency=low + + [ Yves-Alexis Perez ] + * loosen dependency in shlibs file by removing debian part. + * debian/libexo-0.3-dev.install: ship exo gtk-doc again + * debian/copyright: don't ship complete GFDL text. + * debian/dirs removed as it's useless, thanks Cyril Brulebois. + * debian/control: + - updated email address. + - updated standard versions. + + [ Simon Huggins ] + * Split out utilities into exo-utils + * Make exo-utils depend on eject for exo-eject's fstab usage when hal isn't + used. + + -- Simon Huggins Fri, 11 Jan 2008 16:18:25 +0000 + +exo (0.3.4-1ubuntu1) hardy; urgency=low + + * Merge from Debian Unstable, remaining Ubuntu changes: + - use our xfce.mk class + - Add support for all python versions + - Build a python-exo-dbg package + - Set Ubuntu maintainer address + - TODO: Avoid regeneration of png files in the source + - Suggests notication-daemon (notification popups won't work without this + package.) + - debian/control: drop chrpath build-dependency and add cdbs + - debian/rules: add DEB_INSTALL_MANPAGES_libexo-0.3-0 + - debian/exo-preferred-applications.1: update bug reporting (LP instead of + a mail address) + - Reenable mcs support which got lost somewhere... + * debian/control: use our Vcs-* fields. + + -- Lionel Le Folgoc Wed, 05 Dec 2007 01:37:19 +0100 + +exo (0.3.4-1) unstable; urgency=low + + [ Simon Huggins ] + * debian/control: Move fake Homepage field to a real one now dpkg + supports it. + * Add Vcs-* headers to debian/control + + [ Yves-Alexis Perez ] + * debian/control: bump build deps to Xfce 4.4.2 + * debian/rules: don't ignore all make errors at clean stage. + * new upstrem release. + + -- Yves-Alexis Perez Sun, 02 Dec 2007 15:04:47 +0100 + +exo (0.3.2-5ubuntu1) hardy; urgency=low + + * Fake-merge with Debian Unstable, remaining Ubuntu changes: + - use our xfce.mk class + - Add support for all python versions + - Build a python-exo-dbg package + - Set Ubuntu maintainer address + - TODO: Avoid regeneration of png files in the source + - Suggests notication-daemon (notification popups won't work without this + package.) + - debian/control: drop chrpath build-dependency and add cdbs + - debian/rules: add DEB_INSTALL_MANPAGES_libexo-0.3-0 + - Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields added + - debian/exo-preferred-applications.1: update bug reporting (LP instead of + a mail address) + - Reenable mcs support which got lost somewhere... + * debian/control: use Vcs-* instead of XS-Vcs-*. + + -- Lionel Le Folgoc Sat, 24 Nov 2007 22:07:16 +0100 + +exo (0.3.2-5) unstable; urgency=low + + (Simon Huggins) + * Use ${binary:Version} so we are binNMU safe. + + (Yves-Alexis Perez) + * debian/control: condition build-dep on libhal-storage-dev so package can + be built on hurd-i386. closes: #430858 + * debian/libexo-0.3-0.postinst: use kill -s so we don't have problem on hurd. + + -- Yves-Alexis Perez Mon, 17 Sep 2007 23:20:12 +0200 + +exo (0.3.2-4ubuntu2) hardy; urgency=low + + * debian/control: + - b-ds updated & cleaned + - Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields added + - use ${binary:Version} instead of ${Source-Version} to make lintian happy. + * debian/README.Debian: dropped. + * debian/exo-preferred-applications.1: update bug reporting (LP instead of a + mail address). + * Reenable mcs support which got lost somewhere... + + -- Lionel Le Folgoc Tue, 30 Oct 2007 15:37:56 +0100 + +exo (0.3.2-4ubuntu1) gutsy; urgency=low + + * Merge with Debian Unstable, remaining Ubuntu changes: + - use our xfce.mk class + - Add support for all python versions + - Build a python-exo-dbg package + - Set Ubuntu maintainer address + - TODO: Avoid regeneration of png files in the source + - Suggests notication-daemon (notification popups won't work without this + package.) + - debian/control: drop chrpath build-dependency and add cdbs + - debian/rules: add DEB_INSTALL_MANPAGES_libexo-0.3-0. + * debian/rules: add install/libexo-0.3-0:: to install the muttng handler. + + -- Lionel Le Folgoc Tue, 05 Jun 2007 13:44:48 +0200 + +exo (0.3.2-4) unstable; urgency=low + + * Add muttng handler just like the mutt handler closes: #402824 + * Depend on liburi-perl for mailto: handling closes: #421662 + + -- Simon Huggins Tue, 22 May 2007 12:40:34 +0100 + +exo (0.3.2-3ubuntu1) gutsy; urgency=low + + * Merge with Debian Unstable, Ubuntu changes: + - use our xfce.mk class + - Add support for all python versions + - Build a python-exo-dbg package + - Set Ubuntu maintainer address + - TODO: Avoid regeneration of png files in the source + - Suggests notication-daemon (notification popups won't work without this + package.) + - debian/control: drop chrpath build-dependency and add cdbs. + * debian/rules: add DEB_INSTALL_MANPAGES_libexo-0.3-0. + + -- Lionel Le Folgoc Fri, 04 May 2007 01:06:51 +0200 + +exo (0.3.2-3) unstable; urgency=low + + * Upload to unstable. + + -- Yves-Alexis Perez Sun, 15 Apr 2007 15:21:10 +0100 + +exo (0.3.2-2) experimental; urgency=low + + (Yves-Alexis Perez) + * debian/rules: + - don't ship unused .la files. + - ship manfiles for exo-(un|)mount and exo-eject. + * debian/libexo-0.3-0.install: ship pixmaps. + * debian/copyright: updated copyright holders and added documentation + license. + + (Emanuele Rocca) + * Meaningful whatis entries added to exo-mount(1), exo-umount(1) and + exo-eject(1). + + -- Yves-Alexis Perez Sun, 08 Apr 2007 15:30:01 +0200 + +exo (0.3.2-1) experimental; urgency=low + + * New upstream release. + * debian/control: + - updated build-deps against Xfce 4.4. + - added build-dep on libhal-storage-dev to enable volume management with + thunar-volman. + - added dep on libhal-storage-dev for libexo-0.3-dev. + + -- Yves-Alexis Perez Wed, 24 Jan 2007 23:59:38 +0100 + +exo (0.3.2-0ubuntu2) feisty; urgency=low + + * Add support for all python versions. + * Build a python-exo-dbg package. + * Set Ubuntu maintainer address. + * TODO: Avoid regeneration of png files in the source. + + -- Matthias Klose Tue, 20 Feb 2007 15:52:22 +0100 + +exo (0.3.2-0ubuntu1) feisty; urgency=low + + * New upstream release, part of Xfce 4.4 final + * Update debian/copyright + * Tighten B-D versions according to configure.in + + -- Gauvain Pocentek Sun, 21 Jan 2007 20:13:46 +0100 + +exo (0.3.1.12svn+r24487-0ubuntu1) feisty; urgency=low + + * New upstream svn snapshot: + - Fix FTBFS on amd64 and ia64 + + -- Gauvain Pocentek Mon, 15 Jan 2007 20:29:55 +0100 + +exo (0.3.1.12svn+r24382-0ubuntu3) feisty; urgency=low + + * Build Depends on libhal-storage-dev, this will make + volumes mountable using thunar. + + -- Gauvain Pocentek Mon, 15 Jan 2007 11:08:27 +0100 + +exo (0.3.1.12svn+r24382-0ubuntu2) feisty; urgency=low + + * Fix python examples installation: + - only install the .py files + - do not compress them + + -- Gauvain Pocentek Sun, 14 Jan 2007 19:56:16 +0100 + +exo (0.3.1.12svn+r24382-0ubuntu1) feisty; urgency=low + + * New upstream svn snapshot + * Build depend on libnotify-dev + * Suggests notication-daemon (notification popups won't + work without this package) + * Install python examples in python-exo + + -- Gauvain Pocentek Sun, 14 Jan 2007 16:28:50 +0100 + +exo (0.3.1.12rc2-1) unstable; urgency=low + + * New upstream release. + * debian/control: updated build-deps against Xfce 4.4RC2 (4.3.99.2). + + -- Yves-Alexis Perez Thu, 16 Nov 2006 15:09:11 +0100 + +exo (0.3.1.12-0ubuntu3) feisty; urgency=low + + * Make the package build independent of the python version. + + -- Matthias Klose Fri, 12 Jan 2007 20:55:48 +0100 + +exo (0.3.1.12-0ubuntu2) feisty; urgency=low + + * Rebuild for python2.5 as the default python version. + + -- Matthias Klose Fri, 12 Jan 2007 13:18:11 +0000 + +exo (0.3.1.12-0ubuntu1) feisty; urgency=low + + * New upstream release (part of Xfce 4.4RC2) + + -- Gauvain Pocentek Thu, 9 Nov 2006 17:04:29 +0100 + +exo (0.3.1.10svn+r23165-0ubuntu1) edgy; urgency=low + + * Upstream svn snapshot, needed for newer Thunar + + -- Jani Monoses Mon, 18 Sep 2006 08:57:02 +0300 + +exo (0.3.1.10rc1-1) unstable; urgency=low + + * New upstream release. + * debian/control: updated build-dep against Xfce 4.4RC1 (4.3.99.1). + * Preferred applications now appear in Settings Manager. Closes:#370404 + + -- Yves-Alexis Perez Sat, 23 Sep 2006 13:46:54 +0100 + +exo (0.3.1.10-0ubuntu2) edgy; urgency=low + + * Rebuild to add support for python2.5. + + -- Matthias Klose Fri, 8 Sep 2006 13:27:58 +0000 + +exo (0.3.1.10-0ubuntu1) edgy; urgency=low + + * New upstream release, part of Xfce 4.4 rc1 + * Bug fixes + * Updated translations + + -- Gauvain Pocentek Mon, 4 Sep 2006 17:47:18 +0200 + +exo (0.3.1.8beta2-3) unstable; urgency=low + + * debian/rules: fix bashism. (thanks Mohammed Adnène Trojette) + + -- Yves-Alexis Perez Sun, 27 Aug 2006 15:48:10 +0100 + +exo (0.3.1.8beta2-2) unstable; urgency=low + + (Yves-Alexis Perez) + * debian/control: build-dep on xfce4-mcs-manager-dev to add preferred + applications to settings manager. + (Simon Huggins) + * Remove bogus rpaths. + + -- Yves-Alexis Perez Sat, 05 Aug 2006 17:50:09 +0100 + +exo (0.3.1.8beta2-1) unstable; urgency=low + + * New upstream release. + * debian/postinst: fixed install on hurd by not using pkill. + * debian/control: updated standards version to 3.7.2. + + -- Yves-Alexis Perez Sun, 9 Jul 2006 23:11:38 +0200 + +exo (0.3.1.8-0ubuntu3) edgy; urgency=low + + * Enable python bindings: + - Create python-exo package + - Bump debhelper compat to 5 + - Add build dependencies on python-all-dev, python-gtk2-dev, python-central + - debian/rules: call dh_python and dh_pycentral for python-exo + (Thanks Jérémie Corbier for his help) + * Make sure to remove the .pot file when cleaning the sources + + -- Gauvain Pocentek Mon, 24 Jul 2006 14:50:49 +0200 + +exo (0.3.1.8-0ubuntu2) edgy; urgency=low + + * Bump standards version to 3.7.2 + + -- Jani Monoses Wed, 12 Jul 2006 15:08:14 +0300 + +exo (0.3.1.8-0ubuntu1) edgy; urgency=low + + * New upstream release, part of Xfce 4.4beta2 + * Depend on liburi-perl for the sendto helper + + -- Jani Monoses Tue, 11 Jul 2006 08:18:17 +0300 + +exo (0.3.1.6svn+r21611-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (add tool for creating and editing + .desktop files, some bugfixes, updated and new translations) + + -- Jani Monoses Wed, 10 May 2006 14:52:42 +0300 + +exo (0.3.1.6svn+r21033-0ubuntu4) dapper; urgency=low + + * Rebuild for new libxfce4util + + -- Jani Monoses Mon, 8 May 2006 20:07:59 +0300 + +exo (0.3.1.6svn+r21033-0ubuntu3) dapper; urgency=low + + * Rebuild to fix dh_iconcache breakage (Ubuntu: #42895) + + -- Sebastian Dröge Sun, 7 May 2006 16:39:29 +0200 + +exo (0.3.1.6svn+r21033-0ubuntu2) dapper; urgency=low + + * Install preferred applications settings plugin + + -- Jani Monoses Wed, 3 May 2006 19:49:35 +0300 + +exo (0.3.1.6svn+r21033-0ubuntu1) dapper; urgency=low + + * Upstream beta1 release (0.3.1.6) needed for thunar beta1 + + -- Jani Monoses Mon, 17 Apr 2006 19:06:15 +0300 + +exo (0.3.1.6beta1-1) unstable; urgency=low + + (Yves-Alexis Perez) + * New upstream release + (Simon Huggins) + * Remove pointless .la files. + + -- Yves-Alexis Perez Wed, 03 May 2006 18:34:22 +0100 + +exo (0.3.1.4svn+r20857-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (bugfixes relevant for thunar) + * Install icons too + + -- Jani Monoses Thu, 13 Apr 2006 09:28:31 +0300 + +exo (0.3.1.4svn+r20514-0ubuntu2) dapper; urgency=low + + * Use xfce CDBS class and generate POT file + + -- Jani Monoses Wed, 29 Mar 2006 21:03:47 +0300 + +exo (0.3.1.4svn+r20514-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + + -- Jani Monoses Wed, 22 Mar 2006 17:31:11 +0200 + +exo (0.3.1.4svn+r20500-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + + -- Jani Monoses Mon, 20 Mar 2006 12:24:48 +0200 + +exo (0.3.1.4alpha2-r20235-1) unstable; urgency=low + + (Yves-Alexis Perez) + * New upstream (alpha2) release + * Add libexec directory in package + (Simon Huggins) + * Add exo-preferred-applications manpage + * Remove the unneeded .la and .a files for mcs-plugins + * Move the postinst to only fire for the lib package not the -dev package + as that's where the mcs-plugins are. + * Don't depend on gtk-doc-tools let upstream build the docs once. + * Move the libexecdir from /usr/libexec to /usr/lib/libexo-0.3-0 for + lintian. + * Add #DEBHELPER# to the postinst and only run makeshlibs on the lib + package. + * Make the exo-preferred-applications system default to + debian-sensible-browser and debian-x-terminal-emulator. + + -- Yves-Alexis Perez Sun, 12 Mar 2006 12:45:44 +0000 + +exo (0.3.1.4alpha2+r20235-0ubuntu3) dapper; urgency=low + + * Add versioning to shlibs file + + -- Jani Monoses Wed, 8 Mar 2006 08:16:11 +0200 + +exo (0.3.1.4alpha2+r20235-0ubuntu2) dapper; urgency=low + + * Install exo-helper app in /usr/lib/exo it got dropped + in the latest uploads + + -- Jani Monoses Mon, 6 Mar 2006 07:39:25 +0200 + +exo (0.3.1.4alpha2+r20235-0ubuntu1) dapper; urgency=low + + * New upstream release + * Switch to CDBS + * Add translation domain entry to .desktop files + + -- Jani Monoses Sun, 5 Mar 2006 21:58:41 +0200 + +exo (0.3.1.2svn+r20198-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot needed for newer thunar and xfdesktop + + -- Jani Monoses Sat, 4 Mar 2006 19:04:53 +0200 + +exo (0.3.1.2svn+r19908-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + + -- Jani Monoses Thu, 16 Feb 2006 22:16:21 +0200 + +exo (0.3.1.2alpha-r19548-2) unstable; urgency=low + + * Fixed shlibs so packages gets the correct exo version + + -- Yves-Alexis Perez Sat, 28 Jan 2006 16:52:02 +0000 + +exo (0.3.1.2alpha-r19548-1) unstable; urgency=low + + * (Yves-Alexis Perez) + - New Upstream (alpha) release + + * (Jani Monoses) + - Do not directly Build-depend on libstartup-notification-dev as + libxfcegui4-dev already depends on it. + - Add myself to Uploaders list + + * (Simon Huggins) + - Install the docs in the library package not the -dev one. + - Install THANKS as well as the rest + + -- Yves-Alexis Perez Mon, 23 Jan 2006 19:16:34 +0000 + +exo (0.3.0svn+r18845-1) unstable; urgency=low + + * New Upstream (alpha) version + * Changed package name + * Added exo-csource manpage + + -- Yves-Alexis Perez Mon, 14 Nov 2005 19:34:31 +0100 + +exo (0.3.0-3) unstable; urgency=low + + * Updating control to match new debian policy version. + + -- Yves-Alexis Perez Wed, 22 Jun 2005 16:04:45 +0200 + +exo (0.3.0-2) unstable; urgency=low + + * Moving to unstable + + -- Emanuele Rocca Sat, 18 Jun 2005 17:49:09 +0200 + +exo (0.3.0-1) experimental; urgency=low + + * Initial Release (Closes: #308368). + + -- Yves-Alexis Perez Tue, 19 Apr 2005 21:44:36 +0200 + --- exo-0.3.101.orig/debian/exo-desktop-item-edit.1 +++ exo-0.3.101/debian/exo-desktop-item-edit.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EXO-DESKTOP-ITEM-EDIT "1" "September 2006" "exo-desktop-item-edit 0.3.1.10rc1" "User Commands" +.SH NAME +exo-desktop-item-edit \- Create icons on the desktop +.SH DESCRIPTION +.SS "Usage:" +.IP +exo\-desktop\-item\-edit [OPTION...] [FILE|FOLDER] +.SS "Help Options:" +.TP +\-?, \fB\-\-help\fR +Show help options +.TP +\fB\-\-help\-all\fR +Show all help options +.TP +\fB\-\-help\-gtk\fR +Show GTK+ Options +.SS "Application Options:" +.TP +\fB\-c\fR, \fB\-\-create\-new\fR +Create a new desktop file in the given directory +.TP +\fB\-t\fR, \fB\-\-type\fR +Type of desktop file to create (Application or Link) +.TP +\fB\-\-name\fR +Preset name when creating a desktop file +.TP +\fB\-\-comment\fR +Preset comment when creating a desktop file +.TP +\fB\-\-command\fR +Preset command when creating a launcher +.TP +\fB\-\-url\fR +Preset URL when creating a link +.TP +\fB\-\-icon\fR +Preset icon when creating a desktop file +.TP +\fB\-v\fR, \fB\-\-version\fR +Print version information and exit +.TP +\fB\-\-display\fR=\fIDISPLAY\fR +X display to use +.SH AUTHOR +Written by Benedikt Meurer . +.PP +exo\-desktop\-item\-edit comes with ABSOLUTELY NO WARRANTY, +You may redistribute copies of exo\-desktop\-item\-edit under the terms of +the GNU Lesser General Public License which can be found in the +exo source package. +.PP +Please report bugs to . +.SH COPYRIGHT +Copyright \(co 2005-2006 + os-cillation e.K. All rights reserved. +.SH "SEE ALSO" +The full documentation for +.B exo-desktop-item-edit +is maintained as a Texinfo manual. If the +.B info +and +.B exo-desktop-item-edit +programs are properly installed at your site, the command +.IP +.B info exo-desktop-item-edit +.PP +should give you access to the complete manual. --- exo-0.3.101.orig/debian/README.Debian +++ exo-0.3.101/debian/README.Debian @@ -0,0 +1,8 @@ +exo for Debian +----------------- + +This version is an svn snapshot of exo, and thus can have lots of bugs. This +version is mandatory for Thunar, but xfmedia and xfce4-terminal should work +fine. Please report bugs if you encounter any problem. + + -- Yves-Alexis Perez , Tue, 06 Dec 2005 23:41:35 +0100 --- exo-0.3.101.orig/debian/exo-preferred-applications.1 +++ exo-0.3.101/debian/exo-preferred-applications.1 @@ -0,0 +1,16 @@ +.\" Copyright (C) 2005 Simon Huggins +.TH EXO-PREFERRED-APPLICATIONS "1" "September 2006" "exo 0.3.1.10rc1" "User Commands" +.SH NAME +exo-preferred-applications \- Xfce Preferred Applications Framework +.SH DESCRIPTION +.PP +This should never be run by the user but the interested user may find +/usr/share/xfce4/doc/C/exo-preferred-applications.html enlightening. + +.SH "REPORTING BUGS" +Report bugs to . +.SH COPYRIGHT +Copyright \(co 2005 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. --- exo-0.3.101.orig/debian/python2.3-exo0.3.prerm +++ exo-0.3.101/debian/python2.3-exo0.3.prerm @@ -0,0 +1,20 @@ +#!/bin/bash -e +# +# Debian prerm script for Python x.y hierarchical modules +# Written by Gregor Hoffleit +# Extended by Matthias Klose +# Modified by Benedikt Meurer +# + +PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'` +PV=`dpkg --listfiles $PACKAGE | sed -n -e '/^\/usr\/lib\/python.*\//{ + s,/usr/lib/python\([0-9][0-9.]*\)/.*,\1,p + q +}'` + +if [ "$1" != "upgrade" ]; then + update-alternatives --remove py${PV}exo.py \ + /usr/lib/python$PV/site-packages/pyexo.py.$PACKAGE +fi + +#DEBHELPER# --- exo-0.3.101.orig/debian/libexo-0.3-0.install +++ exo-0.3.101/debian/libexo-0.3-0.install @@ -0,0 +1,7 @@ +etc/ +usr/lib/libexo-0.3-0/* +usr/lib/lib*.so.* +usr/share/icons +usr/share/locale/*/*/*.mo +usr/share/pixmaps +usr/share/xfce4 --- exo-0.3.101.orig/debian/copyright +++ exo-0.3.101/debian/copyright @@ -0,0 +1,60 @@ +This package was debianized by Yves-Alexis Perez on +Tue, 19 Apr 2005 21:44:36 +0200. + +It was downloaded from http://www.xfce.org + +Authors: +======== + +Upstream Author is Benedikt Meurer + +The exo-binding module is based on the GObject Binding Properties library +written by Victor Porton + +Parts of this library are based on code from libegg, Gtk+, the GNOME project +and the ROX Filer. + +Copyrights: +=========== + +This software is copyright © 2004-2007 by Benedikt Meurer, os-cillation, +except some parts: + +exo/exo-pango-extensions contains code © 2000 Anders Carlsson +exo/exo-binding contains code © 2004 Victor Porton +exo/exo-toolbars-editor +exo/exo-toolbars-private +exo/exo-toolbars-editor-dialog +exo/exo-toolbars-view +exo/exo-toolbars-model contain code © 2003 Marco Pesenti Gritti +exo/exo-wrap-table contains code © 2000 Ramiro Estrugo +exo/exo-icon-view contains code © 2002,2004 Anders Carlsson +exo/exo-md5 contains code © 2004 James M. Cape +exo-csource/main contains code © 2007 Nick Schermer +exo/exo-icon-view.c: + © 2008 Jannis Pohlmann + © 2004-2006 os-cillation e.K. + © 2002,2004 Anders Carlsson + + +Licensing: +========== + +The documentation is released under the GNU Free Documentation License, version +1.1 or later, with no invariant sections, using the following statement: + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 or + any later version published by the Free Software Foundation; with no + Invariant Sections, with no Front-Cover Texts, and with no Back-Cover + Texts. + +You are free to distribute this software under the terms of the GNU General +Public License. + +On Debian systems, the complete text of the GNU General Public License can be +found in the file `/usr/share/common-licenses/GPL'. +The complete text of the GNU Lesser General Public License can be found on the +file “/usr/share/common-licenses/LGPL”. +The complete text of the GNU Free Documentation License can be found on the +file “/usr/share/common-licenses/GFDL”. --- exo-0.3.101.orig/debian/exo-eject.1 +++ exo-0.3.101/debian/exo-eject.1 @@ -0,0 +1,52 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EXO-EJECT "1" "January 2007" "exo-eject 0.3.2" "User Commands" +.SH NAME +exo-eject \- eject volumes based on their HAL UDIs or their device files +.SH DESCRIPTION +.SS "Usage:" +.IP +exo\-eject [OPTION...] Xfce mount +.SS "Help Options:" +.TP +\-?, \fB\-\-help\fR +Show help options +.TP +\fB\-\-help\-all\fR +Show all help options +.TP +\fB\-\-help\-gtk\fR +Show GTK+ Options +.SS "Application Options:" +.TP +\fB\-e\fR, \fB\-\-eject\fR +Eject rather than mount +.TP +\fB\-u\fR, \fB\-\-unmount\fR +Unmount rather than mount +.TP +\fB\-h\fR, \fB\-\-hal\-udi\fR +Mount by HAL device UDI +.TP +\fB\-d\fR, \fB\-\-device\fR +Mount by device file +.TP +\fB\-n\fR, \fB\-\-no\-ui\fR +Don't show any dialogs +.TP +\fB\-v\fR, \fB\-\-version\fR +Print version information and exit +.TP +\fB\-\-display\fR=\fIDISPLAY\fR +X display to use +.SH AUTHOR +Written by Benedikt Meurer . +.PP +exo\-eject comes with ABSOLUTELY NO WARRANTY, +You may redistribute copies of exo\-eject under the terms of +the GNU Lesser General Public License which can be found in the +exo source package. +.PP +Please report bugs to . +.SH COPYRIGHT +Copyright \(co 2006-2007 + os-cillation e.K. All rights reserved. --- exo-0.3.101.orig/debian/python2.3-exo0.3.install +++ exo-0.3.101/debian/python2.3-exo0.3.install @@ -0,0 +1,2 @@ +usr/lib/python*.*/site-packages/* +usr/share/pygtk/2.0/defs/* --- exo-0.3.101.orig/debian/patches/04_update_helpers.patch +++ exo-0.3.101/debian/patches/04_update_helpers.patch @@ -0,0 +1,13 @@ +Index: exo-0.3.4/exo-helper/helpers/firefox.desktop.in.in +=================================================================== +--- exo-0.3.4.orig/exo-helper/helpers/firefox.desktop.in.in 2008-10-08 05:02:19.000000000 -0300 ++++ exo-0.3.4/exo-helper/helpers/firefox.desktop.in.in 2008-10-08 05:02:27.000000000 -0300 +@@ -1,7 +1,7 @@ + [Desktop Entry] + Encoding=UTF-8 + Version=1.0 +-Icon=firefox ++Icon=firefox-3.0 + Type=X-XFCE-Helper + _Name=Mozilla Firefox + StartupNotify=false --- exo-0.3.101.orig/debian/patches/01_exo-open-ignore-unknown-options.patch +++ exo-0.3.101/debian/patches/01_exo-open-ignore-unknown-options.patch @@ -0,0 +1,22 @@ +commit 27f1f82b3d9218789efdbfd63fd4d96784cc811f +Author: nick +Date: Mon May 11 19:42:21 2009 +0000 + + * exo/exo-job.c, exo/exo-cell-renderer-icon.c: Fix compiler warnings. + * exo-open/main.c: Ignore unknown options so the user can send + arguments to the exo-open terminal parameters. + + git-svn-id: http://svn.xfce.org/svn/xfce/libexo/trunk@29942 a0aa69c2-05f4-0310-b83c-d5d913b14636 + +diff --git a/exo-open/main.c b/exo-open/main.c +index 2736c19..cbf5074 100644 +--- a/exo-open/main.c ++++ b/exo-open/main.c +@@ -110,6 +110,7 @@ main (int argc, char **argv) + g_option_context_set_help_enabled (context, FALSE); + g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE); + g_option_context_add_group (context, gtk_get_option_group (TRUE)); ++ g_option_context_set_ignore_unknown_options (context, TRUE); + if (!g_option_context_parse (context, &argc, &argv, &err)) + { + g_fprintf (stderr, "exo-open: %s.\n", err->message); --- exo-0.3.101.orig/debian/patches/xubuntu-default-mount-options.patch +++ exo-0.3.101/debian/patches/xubuntu-default-mount-options.patch @@ -0,0 +1,41 @@ +diff -Nur -x '*.orig' -x '*~' exo-0.3.4/exo-mount/exo-mount-hal.c exo-0.3.4.new/exo-mount/exo-mount-hal.c +--- exo-0.3.4/exo-mount/exo-mount-hal.c 2008-03-04 19:25:43.000000000 +0100 ++++ exo-0.3.4.new/exo-mount/exo-mount-hal.c 2008-03-04 19:26:14.000000000 +0100 +@@ -676,6 +676,18 @@ + /* check if we know any valid mount options */ + if (G_LIKELY (device->fsoptions != NULL)) + { ++ /* use utf8 on ubuntu by default */ ++ if (strcmp (device->fstype, "vfat") == 0 ++ || strcmp (device->fstype, "iso9660") == 0) ++ { ++ options[n++] = g_strdup_printf ("utf8"); ++ } ++ /* pass the correct locale to ntfs-3g on ubuntu */ ++ if (strcmp (device->fstype, "ntfs") == 0) ++ { ++ options[n++] = g_strdup_printf ("locale=%s", setlocale (LC_ALL, "")); ++ } ++ + /* process all valid mount options */ + for (m = 0; device->fsoptions[m] != NULL; ++m) + { +@@ -725,8 +737,16 @@ + ? exo_str_replace (mount_point, G_DIR_SEPARATOR_S, "_") + : g_strdup (""); + +- /* let HAL guess the fstype */ +- fstype = g_strdup (""); ++ if (strcmp (device->fstype, "ntfs") == 0) ++ { ++ /* override ntfs with ntfs-3g on ubuntu */ ++ fstype = g_strdup ("ntfs-3g"); ++ } ++ else ++ { ++ /* let HAL guess the fstype */ ++ fstype = g_strdup (""); ++ } + + /* setup the D-Bus error */ + dbus_error_init (&derror); --- exo-0.3.101.orig/debian/patches/series +++ exo-0.3.101/debian/patches/series @@ -0,0 +1,3 @@ +01_exo-open-ignore-unknown-options.patch +04_update_helpers.patch +xubuntu-default-mount-options.patch