Your message dated Sun, 10 Dec 2006 03:52:18 +0100 with message-id <[EMAIL PROTECTED]> and subject line Closing old bugs has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: gnome-pilot Version: 1:2.0.10-6.1.mag.0 Severity: normal Tags: patch Please find a patch attached that adds Vendor/Product ID for Kyocera 7135 Smart phone - firmware is PamOS 4, same as Handspring Visor/Treo phones. Thanks, as I don't want to have to go recompiling the next package to apply the ID patch!. Cheers, Matthew Grant --- gnome-pilot-2.0.10/gpilotd/gpilotd.c.orig 2004-10-16 11:25:30.398670792 +1300 +++ gnome-pilot-2.0.10/gpilotd/gpilotd.c 2004-10-16 11:30:56.616078208 +1300 @@ -792,6 +792,7 @@ "Vendor=082d ProdID=0100", /* Handspring Visor/Treo 300 */ "Vendor=082d ProdID=0200", /* Handspring Treo */ "Vendor=082d ProdID=0300", /* Handspring Treo 600*/ + "Vendor=0c88 ProdID=0021", /* Kyocera 7135 Smart Phone*/ "Vendor=0830 ProdID=0001", /* Palm M500 */ "Vendor=0830 ProdID=0002", /* Palm M505 */ "Vendor=0830 ProdID=0003", /* Palm M515 */ -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: powerpc (ppc) Kernel: Linux 2.6.9-rc4-laptop Locale: LANG=en_NZ, LC_CTYPE=en_NZ Versions of packages gnome-pilot depends on: ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libatk1.0-0 1.6.1-5 The ATK accessibility toolkit ii libaudiofile0 0.2.6-4 Open-source version of SGI's audio ii libbonobo2-0 2.6.2-7 Bonobo CORBA interfaces library ii libbonoboui2-0 2.6.1-1 The Bonobo UI library ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an ii libesd0 0.2.29-1 Enlightened Sound Daemon - Shared ii libgconf2-4 2.6.4-2 GNOME configuration database syste ii libgcrypt11 1.2.0-4 LGPL Crypto library - runtime libr ii libglade2-0 1:2.4.0-1 Library to load .glade files at ru ii libglib2.0-0 2.4.6-3 The GLib library of C routines ii libgnome-keyring0 0.2.1-3 GNOME keyring services library ii libgnome-pilot2 1:2.0.10-6.1.mag.0 Support libraries for gnome-pilot ii libgnome2-0 2.6.1.2-2 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.6.1.1-2 A powerful object-oriented display ii libgnomeui-0 2.6.1.1-4 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.6.2-2 The GNOME virtual file-system libr ii libgnutls11 1.0.16-7 GNU TLS library - runtime library ii libgpg-error0 1.0-1 library for common error values an ii libgtk2.0-0 2.4.10-1 The GTK+ graphical user interface ii libice6 4.3.0.dfsg.1-8 Inter-Client Exchange library ii libjpeg62 6b-9 The Independent JPEG Group's JPEG ii libncurses5 5.4-4 Shared libraries for terminal hand ii liborbit2 1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB ii libpanel-applet2-0 2.6.2-3 Library for GNOME 2 Panel applets ii libpango1.0-0 1.4.1-4 Layout and rendering of internatio ii libpisock8 0.11.8-10 Library for communicating with a P ii libpisync0 0.11.8-10 Synchronization library for PalmOS ii libpopt0 1.7-4 lib for parsing cmdline parameters ii libreadline4 4.3-11 GNU readline and history libraries ii libsm6 4.3.0.dfsg.1-8 X Window System Session Management ii libtasn1-2 0.2.10-3 Manage ASN.1 structures (runtime) ii libx11-6 4.3.0.dfsg.1-8 X Window System protocol client li ii libxml2 2.6.11-3 GNOME XML library ii xlibs 4.3.0.dfsg.1-8 X Window System client libraries m ii zlib1g 1:1.2.1.1-7 compression library - runtime -- no debconf information
--- End Message ---
--- Begin Message ---Version: 2.0.14-0.1 Hi, As the BTS has versioning support since some time it is important to close bugs with the right version. I am closing this bug as it was fixed in earlier upload (see the changelog below) Greetings Arjan 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
signature.asc
Description: Dit berichtdeel is digitaal ondertekend
--- End Message ---

