--- gnome-pilot-2.0.17.orig/debian/gnome-pilot-applet.1 +++ gnome-pilot-2.0.17/debian/gnome-pilot-applet.1 @@ -0,0 +1,9 @@ +.TH GNOME-PILOT-APPLET 1 "May 06, 2000" +.SH NAME +gnome-pilot \- GNOME applet to manipulate a Palm PDA +.SH DESCRIPTION +This is one of many applets for gnome-pilot. You should be using it +from within another program, most likely gnome-pilot's configuration. +.SH AUTHOR +This manual page was written by Mike Markley , +for the Debian GNU/Linux system (but may be used by others). --- gnome-pilot-2.0.17.orig/debian/gnome-pilot.1 +++ gnome-pilot-2.0.17/debian/gnome-pilot.1 @@ -0,0 +1,11 @@ +.TH GNOME-PILOT 1 "April 27, 2000" +.SH NAME +gnome-pilot \- GNOME applet to manipulate a Palm PDA +.SH DESCRIPTION +The gnome-pilot package contains numerous programs, all of which you +should be running from GNOME. +.SH SEE ALSO +Please see /usr/share/doc/gnome-pilot/ for full instructions. +.SH AUTHOR +This manual page was written by Mike Markley , +for the Debian GNU/Linux system (but may be used by others). --- gnome-pilot-2.0.17.orig/debian/libgnome-pilot2.postinst +++ gnome-pilot-2.0.17/debian/libgnome-pilot2.postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +[ "$1" = "configure" ] && [ -x /sbin/ldconfig ] && /sbin/ldconfig + +#DEBHELPER# --- gnome-pilot-2.0.17.orig/debian/README.Debian +++ gnome-pilot-2.0.17/debian/README.Debian @@ -0,0 +1,12 @@ +gnome-pilot for Debian +---------------------- + +This package contains the binaries needed to run gnome-pilot (including the +program itself). The libgnome-pilot0 package contains the runtime libraries +required by gnome-pilot. For a quick-start guide, see +/usr/share/doc/gnome-pilot/README.gz. + +For the moment, the libgpilotdcm Makefile.in must be patched from +debian/patches/gp-missingsymbol after running automake. This resolves +the issues with libgpilotdcm requiring symbols provided by libgpilotd, +which is built later. --- gnome-pilot-2.0.17.orig/debian/rules +++ gnome-pilot-2.0.17/debian/rules @@ -0,0 +1,97 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +CFLAGS = -g -Wall +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +CFLAGS += -O0 +else +CFLAGS += -O2 +endif + +GETTEXT_DOMAIN=gnome-pilot + +build: patch build-stamp +build-stamp: + dh_testdir + cp -f /usr/share/misc/config.guess config.guess + cp -f /usr/share/misc/config.sub config.sub + CFLAGS="$(CFLAGS) -I/usr/include/libpisock" \ + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --libexecdir=\$${prefix}/bin --enable-usb --disable-dependency-tracking + sed < libtool > libtool-2 \ + -e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \ + -e '/^archive_cmds="/s/"$$/ \\$$deplibs"/' + mv libtool-2 libtool + chmod 755 libtool + + $(MAKE) + + # Generate POT file for translators + cd po; intltool-update --verbose -p + + touch build-stamp + +patch: patch-stamp + +patch-stamp: + dh_testdir + dpatch apply-all + touch patch-stamp + +unpatch: + dh_testdir + dpatch deapply-all + rm -rf patch-stamp debian/patched + +clean: clean-patched unpatch + +clean-patched: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + rm -f applet/GNOME_PilotApplet.server.in applet/GNOME_PilotApplet.server applet/pilot.schemas \ + capplet/gpilotd-control-applet.desktop conduits/backup/backup.conduit conduits/file/file.conduit \ + conduits/file/palm.keys conduits/test/test.conduit gpilotd/GNOME_Pilot_Daemon.server \ + gpilotd/GNOME_Pilot_Daemon.server.in help/C/gnome-pilot-C.omf.out + rm -f config.guess config.sub gnome-pilot.spec + dh_clean config.cache + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + + dh_install --sourcedir=debian/tmp --list-missing + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installman + dh_installinfo + dh_installchangelogs ChangeLog + dh_scrollkeeper + dh_gconf + dh_strip + dh_compress + dh_link + echo 'X-Ubuntu-Gettext-Domain=$(GETTEXT_DOMAIN)' >> `pwd`/debian/gnome-pilot/usr/share/applications/gpilotd-control-applet.desktop + sed -i "s///= 2.0.2)" + dh_fixperms + dh_installdeb + dh_shlibdeps -ldebian/libgnome-pilot2/usr/lib + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gnome-pilot-2.0.17.orig/debian/libgnome-pilot2-dev.install +++ gnome-pilot-2.0.17/debian/libgnome-pilot2-dev.install @@ -0,0 +1,5 @@ +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/gnome-pilot/conduits/lib*.a +usr/include +usr/lib/pkgconfig --- gnome-pilot-2.0.17.orig/debian/libgnome-pilot2.README.Debian +++ gnome-pilot-2.0.17/debian/libgnome-pilot2.README.Debian @@ -0,0 +1,7 @@ +libgnome-pilot for Debian +---------------------- + +This package contains the runtime files needed by gnome-pilot or by other +programs built upon its framework. + + -- Mike Markley , Thu, 13 Apr 2000 17:16:18 -0700 --- gnome-pilot-2.0.17.orig/debian/gnome-pilot.install +++ gnome-pilot-2.0.17/debian/gnome-pilot.install @@ -0,0 +1,5 @@ +etc/gconf/schemas/ +usr/bin +usr/lib/bonobo/servers +usr/lib/gnome-pilot/conduits/*.so +usr/share --- gnome-pilot-2.0.17.orig/debian/gnome-pilot.links +++ gnome-pilot-2.0.17/debian/gnome-pilot.links @@ -0,0 +1,14 @@ +/usr/share/man/man1/gnome-pilot-applet.1.gz /usr/share/man/man1/backup-conduit-control-applet.1.gz +/usr/share/man/man1/gnome-pilot-applet.1.gz /usr/share/man/man1/email-conduit-control-applet.1.gz +/usr/share/man/man1/gnome-pilot-applet.1.gz /usr/share/man/man1/expense-conduit-control-applet.1.gz +/usr/share/man/man1/gnome-pilot-applet.1.gz /usr/share/man/man1/file-conduit-control-applet.1.gz +/usr/share/man/man1/gnome-pilot.1.gz /usr/share/man/man1/gnome-pilot-config.1.gz +/usr/share/man/man1/gnome-pilot.1.gz /usr/share/man/man1/gnome-pilot-make-password.1.gz +/usr/share/man/man1/gnome-pilot.1.gz /usr/share/man/man1/gpilotd.1.gz +/usr/share/man/man1/gnome-pilot.1.gz /usr/share/man/man1/gpilotd-client.1.gz +/usr/share/man/man1/gnome-pilot.1.gz /usr/share/man/man1/gpilot-applet.1.gz +/usr/share/man/man1/gnome-pilot-applet.1.gz /usr/share/man/man1/gpilotd-control-applet.1.gz +/usr/share/man/man1/gnome-pilot.1.gz /usr/share/man/man1/gpilotd-session-wrapper.1.gz +/usr/share/man/man1/gnome-pilot.1.gz /usr/share/man/man1/gpilotdcm-client.1.gz +/usr/share/man/man1/gnome-pilot-applet.1.gz /usr/share/man/man1/memo_file_capplet.1.gz +/usr/share/man/man1/gnome-pilot-applet.1.gz /usr/share/man/man1/pilot_applet.1.gz --- gnome-pilot-2.0.17.orig/debian/gnome-pilot.manpages +++ gnome-pilot-2.0.17/debian/gnome-pilot.manpages @@ -0,0 +1,2 @@ +debian/gnome-pilot.1 +debian/gnome-pilot-applet.1 --- gnome-pilot-2.0.17.orig/debian/libgnome-pilot2-dev.README.Debian +++ gnome-pilot-2.0.17/debian/libgnome-pilot2-dev.README.Debian @@ -0,0 +1,7 @@ +libgnome-pilot for Debian +---------------------- + +This package contains the libraries and headers needed to build gnome-pilot or +programs built upon its framework. + + -- Mike Markley , Thu, 13 Apr 2000 17:16:18 -0700 --- gnome-pilot-2.0.17.orig/debian/libgnome-pilot2.install +++ gnome-pilot-2.0.17/debian/libgnome-pilot2.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- gnome-pilot-2.0.17.orig/debian/gnome-pilot.prerm +++ gnome-pilot-2.0.17/debian/gnome-pilot.prerm @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/gnome-pilot ]; then + rm -f /usr/doc/gnome-pilot +fi + +#DEBHELPER# --- gnome-pilot-2.0.17.orig/debian/changelog +++ gnome-pilot-2.0.17/debian/changelog @@ -0,0 +1,545 @@ +gnome-pilot (2.0.17-0ubuntu4) lucid; urgency=low + + * debian/patches/fix-timeout-segfault.dpatch: fix segfault caused by + timeout handler running during shutdown. (LP: #189389) + + -- Marc Deslauriers Mon, 01 Mar 2010 17:51:26 -0500 + +gnome-pilot (2.0.17-0ubuntu3) lucid; urgency=low + + * Simple rebuild against latest pkgbinarymangler to fix md5sums. + + -- Loïc Minier Tue, 12 Jan 2010 14:21:35 +0100 + +gnome-pilot (2.0.17-0ubuntu2) karmic; urgency=low + + * Add fix-panel-icon.dpatch: Fix panel icon. Thanks to Matt Davey + (upstream) for the patch! (LP: #349650) + + -- Martin Pitt Wed, 03 Jun 2009 10:23:19 +0200 + +gnome-pilot (2.0.17-0ubuntu1) jaunty; urgency=low + + * New upstream release: (LP: #348940) + - Support for Bluetooth sync, via the bluez support in pilot-link 0.12 + - Support for specification of the PDA charset via the configuration + applet. + - Several bug fixes. + - Translation updates. + * Dropped patches which got accepted/fixed upstream: + - gp-link + - gp-missingsymbol + - pointer-size_on_amd64.dpatch + - work-with-new-hal.dpatch + + -- Martin Pitt Thu, 26 Mar 2009 13:03:24 +0100 + +gnome-pilot (2.0.15-2.4ubuntu2) jaunty; urgency=low + + * Changed .desktop file to use PDA icon from gnome-icon-theme + (LP: #320184) + - debian/patches/gnome-pilot-menu-icon.dpatch + + -- Andrew Higginson Mon, 09 Feb 2009 16:39:18 +0000 + +gnome-pilot (2.0.15-2.4ubuntu1) jaunty; urgency=low + + * Merge with Debian unstable; remaining Ubuntu changes: + - debian/rules: Produce PO template during build. (Debian #313521) + - debian/rules: Add X-Ubuntu-Gettext-Domain to .desktop and .server files + (Ubuntu specific) + * Drop 01_correct_applet_category.dpatch: Obsolete, we don't use the + category system any more. + + -- Martin Pitt Fri, 07 Nov 2008 17:56:08 +0100 + +gnome-pilot (2.0.15-2.4) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches/work-with-new-hal: Added a patch from Mandriva which + to look for pda.platform instead of info.bus when using HAL. The + synchronization failures mentioned in bug #441652 are caused in change + int HAL 0.5.11 where info.bus is no longer advertised. + Thanks Adam C Powell IV (Closes: #441652) + * debian/rules: + - Enable HAL support again. + + -- Arjan Oosting Wed, 30 Apr 2008 19:51:13 +0200 + +gnome-pilot (2.0.15-2.3) unstable; urgency=medium + + * Non-maintainer upload with a brown paper bag. + * debian/gnome-pilot.install: + - Only install the conduits/*.so files in gnome-pilot. + + -- Arjan Oosting Sun, 27 Apr 2008 23:08:35 +0200 + +gnome-pilot (2.0.15-2.2) unstable; urgency=medium + + * Non-maintainer upload with permission of the maintainer. + * debian/control: + - Replace substvar ${Source-Version} with ${binary:Version} as + suggested by lintian. + - Add autotools-dev to the build dependencies. + - Bump Standards-Version. No changes needed. + - Add Copyright information + * debian/gnome-pilot.dirs: Removed. Fixes lintian warning + "package-contains-empty-directory usr/share/lintian/overrides/" + * debian/gnome-pilot.install: Added to specify which files should be int + the gnome-pilot package. Fixes lintian warnings + "package-contains-empty-directory usr/include/libgpilotdCM/" + and "package-contains-empty-directory usr/lib/pkgconfig/" + * debian/libgnome-pilot2-dev.install: Do not install the *.la + files. (Closes: #453090) + * debian/rules: + - Add DEB_BUILD_OPTIONS=noopt support. + - Disable HAL support as it seems to cause synchronization + failures. (Closes: #441652) + - Make sure we never use out of date config.sub and config.guess by + copying them from the autotools-dev package on build. + - Remove the config.sub and config.guess files on clean for a smaller + diff.gz + - Install into debian/tmp and replace dh_movefiles with dh_install. + + -- Arjan Oosting Sun, 27 Apr 2008 22:38:40 +0200 + +gnome-pilot (2.0.15-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop the superfluous gnome1.x build-dependencies (removed + libglade-gnome0-dev, gdk-imlib1-dev and libgnorba-dev). + (Closes: #462767) + + -- Philipp Kern Mon, 04 Feb 2008 13:45:04 +0100 + +gnome-pilot (2.0.15-2) unstable; urgency=high + + * Added dpatch to debian/rules file and respectively in the + Build-Depends. + * Added commentary in devices.xml to list more supported devices. + * Removed libbluetooth2-dev on Build-Depend. The libpisock.la in + Etch does not reference libbluetooth.la, the libpisock-dev + package in Sid does depend on libbluetooth2-dev. + * intltool-{extract,merge,update}: Removed build generated files from + source package. These files are generated during build and were + wrongly included in the 2.0.15-0.1 source package. + + -- Felipe Alvarenga Roquette Sun, 11 Mar 2007 14:19:55 -0300 + +gnome-pilot (2.0.15-1) unstable; urgency=high + + * New maintainer, fix ITP bug. (Closes: #396312) + * Package uploaded by Arjan Oosting + * Acknowledge Arjan Oosting's NMU. (Closes: #402367) + * Fixed upstream URL in copyright file. (Closes: #410262) + * German PO file corrections fixed in earlier upstream release. + (Closes: #313743) + * Fixed pointer-size bug on amd64. (Closes: #411957) + * Added libbluetooth2-dev on Build-Depend because libpisock.la + declares a dependency on libbluetooth.la but libpisock-dev does + not depend libbluetooth2-dev (bug #413051). + + -- Felipe Alvarenga Roquette Tue, 20 Feb 2007 12:23:26 -0200 + +gnome-pilot (2.0.15-0.1) unstable; urgency=medium + + * Non-maintainer upload with permission of the upcoming maintainer + Felipe Roquette. + * Set urgency to medium as we need a non-leaking and non-crashing + gpilotd in Etch. + * New upstream release: + - includes Brian Warner's patch to fix the memory leak in + gpilotd. This patch is applied upstream. (Closes: 389333) + - Avoid accessing freed memory when using the pilot-dialog to add + multiple pilots which caused crashes. + * debian/control: + - Do not Build-Depend on libhal-dev on non-linux + architectures. (Closes: #401736) + - Bump Build-Depends on debhelper. + - Bump Standards-Version. No changes needed. + * Move to debhelper compability level 4 and added debian/compat file. + * debian/rules: + - Change from dh_installmanpages to dh_installman. + * Relibtoolize package. + + -- Arjan Oosting Sun, 10 Dec 2006 00:32:19 +0100 + +gnome-pilot (2.0.14-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream release: + - Add support for libusb syncing with pilot-link 0.12.x + - Fix network hotsync. Use pilot-link to create the listen socket + by binding to port "net:". (Closes: #115763, #288820) + - HAL is used by default for detecting USB connections + - Fix applet message area, and fix transparency for applet panel + icon. + - Ported to the pilot-link 0.12.0 API, with continuing support for + 0.11.* (Closes: #386201) + - Big cleanup of the UI, to make it more compatible with the HIG. + - Improve robustness of binding, by attempting to connect multiple + times. This can solve problems where, for example, HAL + notifications are received before the device is ready for binding + - Support for international character sets, with pilot-link 0.12.x. + Users should set the PILOT_CHARSET to an appropriate value (i.e. + one recognised by iconv). + - More devices added to devices.xml. (Closes: #276730, #296680, + #300164, #335224) + - Dropping .prc file on gpilot-applet is fixed. (Closes: #237631) + - gpilot-applet does not crash anymore with a left-click from + toolbar. (Closes: #230736) + * debian/control: + - add libdbus-glib-1-dev, libhal-dev and libusb-dev to the + Build-Depends. + - bump Build-Depends on libpisock-dev. Build against pilot-link >= + 0.12.0 which shoud fix problems with databases > 64KB. (Closes: + 263306) + - Add libusb-dev to the Depends line of libgnome-pilot-dev. + * debian/rules: + - remove GNOME_PILOT_CFLAGS setting as it breaks the build. + - only call distclean when the Makefile as exists. + - remove files generated during build to keep diff.gz clean and tiny. + * Update patches for new upstream version. + * Relibtoolize package (needed for the pacthes) by doing + libtoolize --copy --force ; aclocal-1.7 ; autoconf and + rm -rf autom4te.cache + + -- Arjan Oosting Mon, 18 Sep 2006 03:52:39 +0200 + +gnome-pilot (2.0.12-1.6) unstable; urgency=high + + * Non-maintainer upload. + * Update readline build-dep to libreadline5-dev (Closes: #346263). + + -- Luk Claes Sat, 7 Jan 2006 00:13:25 +0100 + +gnome-pilot (2.0.12-1.5) unstable; urgency=high + + * Non-maintainer upload. + * Remove bonobo-activation build-dep as it is now included in + libbonobo2-dev (Closes: #332808) + + -- Luk Claes Wed, 28 Dec 2005 18:00:16 +0100 + +gnome-pilot (2.0.12-1.4) unstable; urgency=low + + * Non-maintainer upload. + * Run AC_CANONICAL_TARGET to avoid an implicitly converted pointer which + will cause a segfault on some 64-bit systems. Patch from David Mosberger. + + -- dann frazier Thu, 8 Sep 2005 09:19:01 -0600 + +gnome-pilot (2.0.12-1.3) unstable; urgency=low + + * NMU + * debian/gnome-pilot.conffiles: + - the schemas is not a conffile. + * debian/rules: + - use dh_gconf to register the schemas, fix a crasher (Closes: #313075). + + -- Sebastien Bacher Sat, 9 Jul 2005 16:56:11 +0200 + +gnome-pilot (2.0.12-1.2) unstable; urgency=high + + * Non-maintainer upload. + * Recompile to get rid of libhowl0 dependency (Closes: #298848) + + -- Frank Lichtenheld Fri, 18 Mar 2005 22:13:32 +0100 + +gnome-pilot (2.0.12-1.1) unstable; urgency=high + + * Non-Maintainer Upload (BSP) + * Added build-dependency on intltool, as suggested by Stephen Quinney + (closes: #287059) + + -- Bas Zoetekouw Sat, 8 Jan 2005 00:23:48 +0000 + +gnome-pilot (2.0.12-1) unstable; urgency=low + + * New upstream version. + * Reorder build-depends to libreadline4-dev | libreadline-dev + Closes: #279414 + * From NMU: Please use gcrypt11/gnutls11 instead of gcrypt7/gnutls10 + - depend on libgnomeui-dev (>= 2.6.1.1-4) (Closes: #263643) + + -- Mike Markley Thu, 11 Nov 2004 20:55:14 -0800 + +gnome-pilot (2.0.10-6.1) unstable; urgency=medium + + * NMU. + * Closes: #263643: Please use gcrypt11/gnutls11 instead of gcrypt7/gnutls10 + - depend on libgnomeui-dev (>= 2.6.1.1-4) + + -- Matthias Urlichs Fri, 13 Aug 2004 09:58:24 +0200 + +gnome-pilot (2.0.10-6) unstable; urgency=low + + * Add Makefile.in hack to resolve the last few missing symbols + in libgpilotdcm (Closes: #220061), thanks to Yannick Brosseau + * Fix gcc 3.4 FTBFS (Closes: #258792) + + -- Mike Markley Mon, 26 Jul 2004 01:05:57 -0700 + +gnome-pilot (2.0.10-5) unstable; urgency=low + + * Added new vendor ID/prod ID info for Treo 600 and Clie UX50. + Closes: #243421 + + -- Mike Markley Sun, 6 Jun 2004 16:46:59 -0700 + +gnome-pilot (2.0.10-4) unstable; urgency=low + + * Patch to link libs against all required library dependencies. + This fixes 99% of the missing symbols in #220061. The remaining + missing symbols require a major change to the layout of the source + tree, so I have engaged upstream in discussions about it. + + -- Mike Markley Sun, 15 Feb 2004 02:09:48 -0800 + +gnome-pilot (2.0.10-3) unstable; urgency=low + + * Add call to dh_scrollkeeper to fix DTD reference in .xml files + (Closes: #219157) + + -- Mike Markley Sat, 22 Nov 2003 07:32:19 -0800 + +gnome-pilot (2.0.10-2) unstable; urgency=low + + * Better wording in descriptions + recommends: on -conduits + * Applied patch for bad memo_file crash handling + * Removed the REALLY old warning about 0.1.62 problems, the + dh_debconf call, the override, and the postinst + * Bumped priority on -dev to extra since libpisock-dev is same + + -- Mike Markley Fri, 29 Aug 2003 22:53:27 -0700 + +gnome-pilot (2.0.10-1) unstable; urgency=low + + * New upstream version. + * Moved -dev package to section libdevel + + -- Mike Markley Thu, 17 Jul 2003 21:04:00 -0700 + +gnome-pilot (2.0.9-2) unstable; urgency=low + + * Added libpisock-dev to -dev package dependencies since build + spec includes -I and -l flags relating to it (Closes: #196855) + + -- Mike Markley Wed, 11 Jun 2003 21:58:52 -0700 + +gnome-pilot (2.0.9-1) unstable; urgency=low + + * New upstream version. + * This version now supports Gnome 2 (Closes: #173621, #178942, #187878) + * Library is now libgnome-pilot2 + + -- Mike Markley Sat, 24 May 2003 04:02:38 -0700 + +gnome-pilot (0.1.71-5) unstable; urgency=low + + * Patched to skip building the applet entirely, since old + libpanel-applet is gone from the distribution. It will be + re-enabled when upstream's GNOME2 support is finished. + + -- Mike Markley Sun, 2 Feb 2003 19:07:09 -0800 + +gnome-pilot (0.1.71-4) unstable; urgency=low + + * Added temporary libreadline build-dep, also due to pilot-link's + .la files (Closes: #176234) + * Updated libtool (Closes: #176728) + + -- Mike Markley Sat, 18 Jan 2003 12:04:59 -0800 + +gnome-pilot (0.1.71-3) unstable; urgency=low + + * Added temporary libncurses-dev build-dep to be removed when + pilot-link's .la files are fixed (Closes: #174903) + + -- Mike Markley Mon, 6 Jan 2003 00:45:39 -0800 + +gnome-pilot (0.1.71-2) unstable; urgency=low + + * Updated config.guess/sub (Closes: #172492, #174207) + + -- Mike Markley Tue, 31 Dec 2002 20:24:13 -0800 + +gnome-pilot (0.1.71-1) unstable; urgency=low + + * New upstream version + * Removed pisync flags patch and vfs patch since they are integrated + upstream + + -- Mike Markley Mon, 16 Dec 2002 11:27:20 -0800 + +gnome-pilot (0.1.70-1) unstable; urgency=low + + * New upstream version + + -- Mike Markley Thu, 5 Dec 2002 22:28:54 -0800 + +gnome-pilot (0.1.69-1) unstable; urgency=low + + * New upstream version + * Updated to libcapplet1 (Closes: #168753, #164633) + + -- Mike Markley Tue, 12 Nov 2002 21:42:14 -0800 + +gnome-pilot (0.1.67-1) unstable; urgency=low + + * New upstream version + + -- Mike Markley Wed, 30 Oct 2002 22:46:07 -0800 + +gnome-pilot (0.1.66-1) unstable; urgency=low + + * New upstream version + + -- Mike Markley Wed, 25 Sep 2002 22:52:51 -0700 + +gnome-pilot (0.1.65-3) unstable; urgency=low + + * Uh too directly cut-and-pasted the examples for the doc-symlink + handling + + -- Mike Markley Wed, 11 Sep 2002 22:04:32 -0700 + +gnome-pilot (0.1.65-2) unstable; urgency=low + + * Hacked aclocal.m4 to use -lpisync as well as -lpisock + Closes: #158212, #157424, probably others that I'll remember + later + * Added gettext build-dep (Closes: #159227) + + -- Mike Markley Tue, 27 Aug 2002 03:57:23 -0700 + +gnome-pilot (0.1.65-1) unstable; urgency=low + + * New upstream version. + * Added AC_SUBST(OBJEXT) to configure.in to fix applet/Makefile + breakage + * Fixed patchlevel version in configure.in + * Added --enable-usb to configure flags (Closes: #136752) + + -- Mike Markley Tue, 30 Apr 2002 11:44:07 -0700 + +gnome-pilot (0.1.64-2) unstable; urgency=low + + * Typo fixes in Description (Closes: #124965, #124965) + + -- Mike Markley Wed, 19 Dec 2001 01:36:53 -0800 + +gnome-pilot (0.1.64-1) unstable; urgency=low + + * New upstream version. + * Updated config script to only warn when appropriate + * Added German debconf template (Closes: #119940) + + -- Mike Markley Sat, 15 Dec 2001 02:46:06 -0800 + +gnome-pilot (0.1.63-1) unstable; urgency=high + + * Fix to file/backup conduit that omits a key struct and + therefore caused crashes on file uploads and corrupted + backups (Closes: #117608) + + -- Mike Markley Tue, 6 Nov 2001 02:06:44 -0800 + +gnome-pilot (0.1.62-2) unstable; urgency=low + + * Built with VFS (Closes: #116175) + * Fixed typo usr/inlude in aclocal.m4 + * Fixed configure.in typos that were preventing --with-vfs under + any circumstances + * Changed priority to extra + + -- Mike Markley Fri, 19 Oct 2001 01:55:20 -0700 + +gnome-pilot (0.1.62-1.1) unstable; urgency=low + + * NMU + * Add Build-Dep: gdk-imlib-dev. Closes: #116491 + * re-run libtoolize & aclocal for new arch support. + + -- LaMont Jones Sun, 21 Oct 2001 10:56:06 -0600 + +gnome-pilot (0.1.62-1) unstable; urgency=low + + * New upstream version + * Upstream library version number bumped, so we're now building as + libgnome-pilot1{,-dev} + * Changed sections on lib packages to appropriate values. + Closes: #113619 + * USB support (as well as IRDA) are now enabled by default by + upstream. Closes: #68859 + * Minor clarification to doc path and a typo fix in manpages. + Closes: #113625 + + -- Mike Markley Thu, 11 Oct 2001 23:34:30 -0700 + +gnome-pilot (0.1.54-2) unstable; urgency=low + + * Rebuilt against new libpisock (Closes: #102415, #103091) + * Updated to standards-version 3.5.2 + * Slightly loosened version restricton in shlibs file (no Debian + revision), and excluded internally-used conduit module libraries + * Apparently I hadn't added debhelper to Build-Depends yet... + whoops. Closes: #68866 + + -- Mike Markley Mon, 2 Jul 2001 02:21:48 -0700 + +gnome-pilot (0.1.54-1) unstable; urgency=low + + * New upstream version + + -- Mike Markley Mon, 7 Aug 2000 22:16:57 -0700 + +gnome-pilot (0.1.52-1) unstable; urgency=low + + * New upstream version + + -- Mike Markley Tue, 23 May 2000 15:54:12 -0700 + +gnome-pilot (0.1.51-3) unstable; urgency=low + + * Moved /usr/lib/gpilotConf.sh into the -dev package + + -- Mike Markley Mon, 22 May 2000 13:18:45 -0700 + +gnome-pilot (0.1.51-2) unstable; urgency=low + + * Moved conduit .so libraries into gnome-pilot and ditched the custom + .conduit files + * Added generic manpage for the conduits' binaries + + -- Mike Markley Mon, 22 May 2000 13:11:17 -0700 + +gnome-pilot (0.1.51-1) unstable; urgency=low + + * New upstream version + + -- Mike Markley Sat, 6 May 2000 18:02:32 -0700 + +gnome-pilot (0.1.50-3) unstable; urgency=low + + * Added custom .conduit files to work around policy violation in + upstream + + -- Mike Markley Wed, 3 May 2000 15:02:19 -0700 + +gnome-pilot (0.1.50-2) unstable; urgency=low + + * Minor bugfixes, typos, packaging issues + + -- Mike Markley Fri, 28 Apr 2000 16:41:31 -0700 + +gnome-pilot (0.1.50-1) unstable; urgency=low + + * Initial Release. + * Split into three packages: Binary, library, and static libraries + * Used the debian/rules libtool workaround suggested by lintian + * Added a generic manpage and symlinked it for all binaries + + -- Mike Markley Thu, 27 Apr 2000 00:42:58 -0700 + + --- gnome-pilot-2.0.17.orig/debian/compat +++ gnome-pilot-2.0.17/debian/compat @@ -0,0 +1 @@ +4 --- gnome-pilot-2.0.17.orig/debian/copyright +++ gnome-pilot-2.0.17/debian/copyright @@ -0,0 +1,34 @@ +This package was first debianized by Mike Markley on +Thu, 13 Apr 2000 17:16:18 -0700. + +Upstream release can be found in http://live.gnome.org/GnomePilot + +Upstream Authors: Eskil Heyn Olsen (lead developer) + Manish Vachharajani + Neil Vachharajani + Michael Fulbright + Jonathan + Vadim Strizhevsky (developer) + Dave Camp (USB support) + JP Rosevear + +Copyright: + Copyright (c) 1997 Kenneth Albanowski + Copyright (c) 1998 Red Hat Software + Copyright (c) 1998-2001 Free Software Foundation + Copyright (C) 2001-2003 Ximian, Inc. + Copyright (C) 2001 Helix Code, Inc. + +This program 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 program 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. + +A copy of the GNU General Public License, version 2, can be found in +/usr/share/common-licenses/GPL or in the COPYING file included with the +source. --- gnome-pilot-2.0.17.orig/debian/control +++ gnome-pilot-2.0.17/debian/control @@ -0,0 +1,44 @@ +Source: gnome-pilot +Section: gnome +Priority: extra +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Felipe Alvarenga Roquette +Build-Depends: autotools-dev, dpatch (>=2.0.21), debhelper (>= 4.0.0), gob2, libpisock-dev (>= 0.12.0), libglade2-dev, libgnome2-dev, libgnomevfs2-dev, libpanel-applet2-dev (>= 2.0.6), libbonobo2-dev, liborbit2-dev, libgnomeui-dev (>= 2.6.1.1-4), gettext, libncurses-dev | libncurses5-dev, libreadline5-dev | libreadline-dev, scrollkeeper, intltool, libdbus-glib-1-dev, libhal-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libusb-dev +Standards-Version: 3.7.3 + +Package: gnome-pilot +Architecture: any +Recommends: gnome-pilot-conduits +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libgnome-pilot0 (<= 0.1.51-2) +Description: A GNOME applet for management of your Palm PDA + gnome-pilot is a GNOME applet with a daemon that monitors for + connections from a PalmOS-based device. It features a conduit + system, although it contains only basic conduits. + . + gnome-pilot-conduits is recommended for a full set of conduits. + . + pilot-link is used to make the connection to the device, and as + such, this package should work with serial devices, USB devices + given proper kernel support, and with XCopilot. See the package + documentation or pilot-link's documentation for more information + on configuring various types of interfaces. + +Package: libgnome-pilot2 +Architecture: any +Section: libs +Priority: optional +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Support libraries for gnome-pilot + This package contains a set of shared libraries required for proper + operation of the gnome-pilot package and its conduits and add-ons. + +Package: libgnome-pilot2-dev +Architecture: any +Section: libdevel +Depends: libgnome-pilot2 (= ${binary:Version}), libc6-dev, libpisock-dev, libusb-dev +Provides: libgnome-pilot-dev +Conflicts: libgnome-pilot-dev +Description: Development libraries for gnome-pilot + This package contains the development libraries and headers required + to build gnome-pilot conduits and anything else using its libraries. --- gnome-pilot-2.0.17.orig/debian/gnome-pilot.docs +++ gnome-pilot-2.0.17/debian/gnome-pilot.docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- gnome-pilot-2.0.17.orig/debian/patches/00list +++ gnome-pilot-2.0.17/debian/patches/00list @@ -0,0 +1,3 @@ +gnome-pilot-menu-icon.dpatch +fix-panel-icon.dpatch +fix-timeout-segfault --- gnome-pilot-2.0.17.orig/debian/patches/gnome-pilot-menu-icon.dpatch +++ gnome-pilot-2.0.17/debian/patches/gnome-pilot-menu-icon.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## gnome-pilot-menu-icon.dpatch by Andrew Higginson +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Changes 'PDA Devices' menu entry to use generic pda icon, from +## DP: either current gtk icon theme or fallback on gnome-icon-theme + +@DPATCH@ +diff -urNad gnome-pilot-2.0.15~/capplet/gpilotd-control-applet.desktop.in.in gnome-pilot-2.0.15/capplet/gpilotd-control-applet.desktop.in.in +--- gnome-pilot-2.0.15~/capplet/gpilotd-control-applet.desktop.in.in 2006-10-02 08:07:10.000000000 +0100 ++++ gnome-pilot-2.0.15/capplet/gpilotd-control-applet.desktop.in.in 2009-02-09 16:38:32.000000000 +0000 +@@ -3,7 +3,7 @@ + _Name=PalmOS Devices + _Comment=Configure PalmOS devices + Exec=gpilotd-control-applet +-Icon=gnome-palm ++Icon=pda + Terminal=false + StartupNotify=true + Type=Application --- gnome-pilot-2.0.17.orig/debian/patches/fix-timeout-segfault.dpatch +++ gnome-pilot-2.0.17/debian/patches/fix-timeout-segfault.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +# Description: fix segfault caused by timeout handler running during shutdown +# Author: Marc Deslauriers +# Bug: https://bugzilla.gnome.org/show_bug.cgi?id=611531 +# Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gnome-pilot/+bug/189389 +# Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=611531 + +@DPATCH@ +diff -urNad gnome-pilot-2.0.17~/applet/pilot.c gnome-pilot-2.0.17/applet/pilot.c +--- gnome-pilot-2.0.17~/applet/pilot.c 2010-03-01 17:50:50.000000000 -0500 ++++ gnome-pilot-2.0.17/applet/pilot.c 2010-03-01 17:51:18.000000000 -0500 +@@ -1329,6 +1329,8 @@ + { + g_message (_("destroy gpilot-applet")); + ++ gtk_timeout_remove(self->timeout_handler_id); ++ + /* XXX free other stuff */ + g_free (self); + } --- gnome-pilot-2.0.17.orig/debian/patches/fix-panel-icon.dpatch +++ gnome-pilot-2.0.17/debian/patches/fix-panel-icon.dpatch @@ -0,0 +1,96 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## fix-panel-icon.dpatch by +## +## DP: Fix panel icon. (LP: #349650). Patch by Matt Davey (upstream). + +@DPATCH@ +diff -urNad gnome-pilot-2.0.17~/applet/pilot.c gnome-pilot-2.0.17/applet/pilot.c +--- gnome-pilot-2.0.17~/applet/pilot.c 2007-01-11 09:32:39.000000000 +0100 ++++ gnome-pilot-2.0.17/applet/pilot.c 2009-06-03 10:21:32.903645682 +0200 +@@ -29,7 +29,7 @@ + #include + #include + #include +-#include ++#include + #include + + #include +@@ -131,6 +131,7 @@ + { + GdkColormap *colormap; + gchar *buf; ++ GError *error; + PilotApplet *applet = PILOT_APPLET (user_data); + + gtk_tooltips_set_tip (applet->tooltips, GTK_WIDGET(applet->applet), +@@ -146,8 +147,8 @@ + if (applet->properties.popups == FALSE) return; + + if (applet->progressDialog == NULL) { +- gnome_window_icon_set_default_from_file ( +- GNOME_ICONDIR "/sync_icon.png"); ++ gtk_window_set_default_icon_from_file ( ++ GNOME_ICONDIR "/sync_icon.png", &error); + GladeXML *xml = glade_xml_new (applet->glade_file,"ProgressDialog",NULL); + applet->progressDialog = glade_xml_get_widget (xml,"ProgressDialog"); + applet->sync_label = glade_xml_get_widget (xml,"sync_label"); +@@ -427,7 +428,10 @@ + + static void + about_cb(BonoboUIComponent *uic, PilotApplet *pilot, const gchar *verbname) ++ + { ++ GError *error; ++ + GtkWidget *about; + const gchar *authors[] = {"Vadim Strizhevsky ", + "Eskil Heyn Olsen, ", +@@ -437,8 +441,15 @@ + "Matt Davey ", + NULL}; + +- gnome_window_icon_set_default_from_file ( +- GNOME_ICONDIR "/sync_icon.png"); ++ gtk_window_set_default_icon_from_file ( ++ GNOME_ICONDIR "/sync_icon.png", &error); ++ ++ ++ if (error) ++ { ++ g_warning ("Can't find icon: " GNOME_ICONDIR "/sync_icon.png" ); ++ } ++ + about = gnome_about_new (_("gnome-pilot applet"), + VERSION, + _("Copyright 2000-2006 Free Software Foundation, Inc."), +@@ -493,8 +504,9 @@ + PilotApplet *self = user_data; + GtkWidget *button, *entry, *dialog; + GladeXML *xml; ++ GError *error; + +- gnome_window_icon_set_default_from_file (GNOME_ICONDIR "/sync_icon.png"); ++ gtk_window_set_default_icon_from_file (GNOME_ICONDIR "/sync_icon.png", &error); + xml =glade_xml_new (self->glade_file,"PropertiesDialog", NULL); + dialog=glade_xml_get_widget (xml,"PropertiesDialog"); + +@@ -1325,7 +1337,6 @@ + create_pilot_widgets (GtkWidget *widget, PilotApplet *self) + { + GtkStyle *style; +- int i; + + static GtkTargetEntry drop_types [] = { + { "text/uri-list", 0, TARGET_URI_LIST }, +@@ -1345,10 +1356,6 @@ + + self->curstate = INITIALISING; + +- for (i = 0; i < sizeof (pixmaps)/sizeof (pixmaps[0]); i++) +- pixmaps[i] = gnome_program_locate_file( +- NULL, GNOME_FILE_DOMAIN_PIXMAP, pixmaps[i], TRUE, NULL); +- + self->image = gtk_image_new_from_file (pixmaps[self->curstate]); + + gtk_signal_connect (GTK_OBJECT (widget), "button-press-event",