2008
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 <arjan@debian.org> 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 <arjan@debian.org> 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 <arjan@debian.org> 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 <pkern@debian.org> Mon, 04 Feb 2008 13:45:04 +0100
2007
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 <roquette.felipe@gmail.com> 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 <arjan@debian.org> * 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 <roquette.felipe@gmail.com> Tue, 20 Feb 2007 12:23:26 -0200
2006
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 <arjan@debian.org> 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 <arjanoosting@home.nl> 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 <luk@debian.org> Sat, 7 Jan 2006 00:13:25 +0100
2005
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 <luk@debian.org> 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 <dannf@debian.org> 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 <seb128@debian.org> 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 <djpig@debian.org> 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 <bas@debian.org> Sat, 8 Jan 2005 00:23:48 +0000
2004
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 <mike@markley.org> 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 <smurf@debian.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> Sun, 15 Feb 2004 02:09:48 -0800
2003
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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> Tue, 31 Dec 2002 20:24:13 -0800
2002
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 <mike@markley.org> Mon, 16 Dec 2002 11:27:20 -0800
gnome-pilot (0.1.70-1) unstable; urgency=low
* New upstream version
-- Mike Markley <mike@markley.org> 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 <mike@markley.org> Tue, 12 Nov 2002 21:42:14 -0800
gnome-pilot (0.1.67-1) unstable; urgency=low
* New upstream version
-- Mike Markley <mike@markley.org> Wed, 30 Oct 2002 22:46:07 -0800
gnome-pilot (0.1.66-1) unstable; urgency=low
* New upstream version
-- Mike Markley <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> Tue, 30 Apr 2002 11:44:07 -0700
2001
gnome-pilot (0.1.64-2) unstable; urgency=low
* Typo fixes in Description (Closes: #124965, #124965)
-- Mike Markley <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> 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 <lamont@debian.org> 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 <mike@markley.org> 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 <mike@markley.org> Mon, 2 Jul 2001 02:21:48 -0700
2000
gnome-pilot (0.1.54-1) unstable; urgency=low
* New upstream version
-- Mike Markley <mike@markley.org> Mon, 7 Aug 2000 22:16:57 -0700
gnome-pilot (0.1.52-1) unstable; urgency=low
* New upstream version
-- Mike Markley <mike@markley.org> 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 <mike@markley.org> 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 <mike@markley.org> Mon, 22 May 2000 13:11:17 -0700
gnome-pilot (0.1.51-1) unstable; urgency=low
* New upstream version
-- Mike Markley <mike@markley.org> 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 <mike@markley.org> Wed, 3 May 2000 15:02:19 -0700
gnome-pilot (0.1.50-2) unstable; urgency=low
* Minor bugfixes, typos, packaging issues
-- Mike Markley <mike@markley.org> 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 <mike@markley.org> Thu, 27 Apr 2000 00:42:58 -0700