toshutils (2.0.1-19) unstable; urgency=low * QA upload. * debian/postrm: Remove since modutils is now gone. (Closes: #443113) -- Roberto C. Sanchez Thu, 20 Sep 2007 19:07:18 -0400 toshutils (2.0.1-18) unstable; urgency=low * QA upload. * Eliminate ridiculous .diff.gz bloat caused by last upload. -- Roberto C. Sanchez Mon, 17 Sep 2007 18:35:40 -0400 toshutils (2.0.1-17) unstable; urgency=low * QA upload. * debian/rules: Honor "nostrip" option (Closes: #438217) * debian/postinst, debian/postrm: Do not remove device node * debian/menu: Make entries somewhat conformant to new menu policy -- Roberto C. Sanchez Mon, 17 Sep 2007 01:13:57 -0400 toshutils (2.0.1-16) unstable; urgency=low * QA upload. * Add patches/11_fix_asm_io_h_includes.dpatch to fix that miss in linux-libc-dev, rather use from the glibc. -- Pierre Habouzit Wed, 18 Jul 2007 11:26:44 +0200 toshutils (2.0.1-15) unstable; urgency=low * Orphaning this package. Maintainer set to Debian QA Group. * Made postrm call to update-modules conditional (Closes: #417285) * Change optimization from -mcpu to -mtune to eliminate compiler warning. -- Roberto C. Sanchez Sun, 22 Apr 2007 18:08:37 -0400 toshutils (2.0.1-14) unstable; urgency=low * Acknowledge NMU. * Updated to Standards-Version 3.7.2. * Changed "makedev" dependency to "makedev | udev" * Building with automake1.9. (Patch from James Westby) (Closes: #376636) * Add missing Build-Dependency on libxt-dev. (Patch from James Westby) -- Roberto C. Sanchez Sat, 22 Jul 2006 17:54:59 -0400 toshutils (2.0.1-13.1) unstable; urgency=high * Non-maintainer upload with permission of the maintainer. * High-urgency upload for RC bugfix. * Build-depend on libx11-dev, libxext-dev, libxpm-dev, x-dev instead of on the obsolete xlibs-dev. Closes: #346896. * Fix up a syntax problem in src/Makefile.in that's causing build failures with current versions of make. -- Steve Langasek Mon, 9 Jan 2006 18:00:30 -0800 toshutils (2.0.1-13) unstable; urgency=low * Removed Build-Depend on yacc, since there is no such package. * Updated to Standards-Version 3.6.2. * Documented how to ensure that adjusting CPU speed does not cause clock skewing (thanks to David Hugh-Jones for reporting). (closes: #323507) * Added patch to correct FTBFS because of use of the "-fwritable-strings" option (thanks to Daniel Schepler for reporting). (closes: #337461) * Added patch to correct "static declaration after non-static declaration" of a variable. * Added patch to eliminate warning for using -mcpu instead of -mtune. * Migrated old patches that were scattered about the .diff.gz into dpatch patches. * Updated watch file to point to new upstream download page. * Updated package description to reference new upstream home page. -- Roberto C. Sanchez Sun, 6 Nov 2005 16:47:06 -0500 toshutils (2.0.1-12) unstable; urgency=low * Added Build-Depend on autotools-dev to get newer config.guess and config.sub. * Removed unnecessary Conflict. -- Roberto C. Sanchez Sun, 29 May 2005 15:14:12 -0400 toshutils (2.0.1-11) unstable; urgency=low * Added Build-Depend on dpatch. Allows the source to actually build. Oops! -- Roberto C. Sanchez Sun, 29 May 2005 07:30:24 -0400 toshutils (2.0.1-10) unstable; urgency=low * Assume maintainership from Drew Parsons (closes: #304160,#296706). * General cleanup and maintenance of the files in the debian/ directory. * Removed obsolete information from the README.Debian file. * Incorporated a patch that provides support for GTK2. The patch came from here: http://altlinux.org/index.php?module=sisyphus&package=toshutils (closes: #277060) * Created and added patches that fixed compiler warnings for implicit declaration of strcmp() and exit() functions. -- Roberto C. Sanchez Sat, 28 May 2005 21:49:38 -0400 toshutils (2.0.1-9) unstable; urgency=low * QA Group upload orphaning this package -- Andrew Pollock Thu, 28 Apr 2005 22:57:36 +1000 toshutils (2.0.1-8) unstable; urgency=high * Remove --enable-debug from configure in debian/rules, and replace -O2 with -O1 in src/Makefile.in. -O2 seems to be the source of the trouble reported previously (bug #277060). But why then was tuxtime-conf working previously, why has it only just stopped workin now? * Change -m486 to -mcpu=i486 in src/Makefile.in while I'm at it. -- Drew Parsons Fri, 22 Oct 2004 12:23:55 +1000 toshutils (2.0.1-7) unstable; urgency=high * The modularised Build-Depends is incompatible with the configure script, which checks for X by looking for libXt. As far as I'm concerned, this is a bug in autoconf. The correct incantation in configure.in is far too arcane, so screw it, revert to Build-Depends: xlibs-dev. Closes: #272385. * Added a comment to the Description that toshutils works with APM-capable BIOSes, and therefore will probably not work with newer models, which are ACPI-only. * Added --enable-debug to configure step in debian/rules. Without this, tuxtime-conf segfaults (signal 11), possibly in gtk_signal_remove_emission_hook() from /usr/lib/libgtk-1.2.so.0. There is no segfault when --enable-debug is used, I do not understand exactly why this makes a difference. Since it does not occur when debugging is enabled, I cannot readily debug it. gtk_signal_remove_emission_hook() is not directly used by tuxtime-conf. Bug report raised against libgtk1.2 (Bug #277060). -- Drew Parsons Mon, 18 Oct 2004 20:05:57 +1000 toshutils (2.0.1-6) unstable; urgency=low * In debian/control, reversed yacc|bison to bison|byacc, putting the real package first and replacing the old virtual package yacc with the real alternative byacc. Closes #269663. * Split Build-Depends: xlibs-dev into libx11-dev, libxi-dev, libxext-dev, libxpm-dev. * Standards version 3.6.1. -- Drew Parsons Thu, 9 Sep 2004 00:48:20 +1000 toshutils (2.0.1-5) unstable; urgency=low * Change ./MAKEDEV to /sbin/MAKEDEV and make sure it exists before calling it in postinst. Closes: #184896. -- Drew Parsons Sat, 29 Mar 2003 00:27:32 +1100 toshutils (2.0.1-4) unstable; urgency=low * Added dependency on makedev, required for pure devfs systems. Patch from Torne Wuff improves devfs handling. Closes: #174102. * Gotta explicitly acknowledge the NMU to clear the bug. Closes: #167053. -- Drew Parsons Mon, 20 Jan 2003 04:09:13 +1100 toshutils (2.0.1-3) unstable; urgency=low * Include fnfind along with the docs in /usr/share/doc. Closes: #153069. * New standards version 3.5.8. * Use debhelper v4. -- Drew Parsons Sat, 30 Nov 2002 12:19:27 +1100 toshutils (2.0.1-2.1) unstable; urgency=low * Non-maintainer bugsquashing upload * Applied bison errors patch (thanks, Matt Kraai!) (Closes: #167053) -- Hwei Sheng Teoh Sat, 23 Nov 2002 23:54:11 -0500 toshutils (2.0.1-2) unstable; urgency=low * Added libgtk1.2-dev to Build-Depends. Closes: #134903. -- Drew Parsons Fri, 22 Feb 2002 14:09:12 +1100 toshutils (2.0.1-1) unstable; urgency=low * New upstream version. Closes: #93127, #125425. * New standards version: 3.5.6.0. * Use DH_COMPAT=3 in debian/rules to get /etc/modutils/toshutils automatically flagged as a conffile. -- Drew Parsons Thu, 31 Jan 2002 01:29:47 +1100 toshutils (2.0-1) unstable; urgency=low * New upstream version. * Remove dependency on toshiba module package; do not provide that package any more. Likewise remove suggest-dependencies on debhelper, gcc, etc, delete control-modules and remove module build entries in rules. * Build-dependency on xlib6g-dev changed to xlibs-dev. * Standards version 3.5.5.0. -- Drew Parsons Sun, 15 Jul 2001 12:33:41 +1000 toshutils (1.9.10-1) unstable; urgency=low * New upstream version. * Set dependency on debhelper, gcc and friends to "suggests", since these are only required for building the toshiba module package. Closes: #84879. -- Drew Parsons Mon, 12 Feb 2001 23:03:19 +1100 toshutils (1.9.9-7) unstable; urgency=low * New maintainer: Drew Parsons - now passed through the New Maintainer Queue! Thanks, Joop, for all your support! * Tarred and gzipped the toshiba module code in /usr/src/modules, since the module is now in the kernel (2.2.17). The tarred directory is renamed to "toshiba" rather than "toshutils". * Dependency on toshiba correspondingly downgraded from "recommends" to "suggests". * Applied patch offered by TSUCHIYA Masatoshi which corrects directory settings in debian/rules and other makefiles, allowing wmtuxtime's buttons to work properly. Closes: #76353, #78705. * In debian/rules, epoch extracted from beginning of $KDREV, not from end. Closes: #75021. * Check for and remove control file in debian directory for old kernel module when running preinst, allowing for clean upgrade. * Lintian sez: put #DEBHELPER# in preinst. -- Drew Parsons Sat, 16 Dec 2000 23:45:11 +1100 toshutils (1.9.9-6) unstable; urgency=low * New maintainer: Drew Parsons * "Reccommends:" changed to "Recommends:" in Debian control file. * Upload on behalf of Drew, until he becomes a debian maintainer. -- Joop Stakenborg Mon, 23 Oct 2000 22:30:24 +1100 toshutils (1.9.9-5) unstable; urgency=low * Added docs about building the kernel module, etc. Closes: #66645 -- Joey Hess Wed, 23 Aug 2000 00:53:00 -0700 toshutils (1.9.9-4) unstable; urgency=low * Removing debian/control from the binary package in the last version broke modules builds. Fixed that, Closes: #65039 -- Joey Hess Mon, 12 Jun 2000 11:48:52 -0700 toshutils (1.9.9-3) unstable; urgency=low * Don't include debian/control in binary package, just control.modules. -- Joey Hess Thu, 6 Apr 2000 12:37:19 -0700 toshutils (1.9.9-2) unstable; urgency=low * Corrected the building of the modules package so that the modules file is recognized. -- Joey Hess Wed, 5 Apr 2000 15:37:50 -0700 toshutils (1.9.9-1) frozen unstable; urgency=low * New upstream source. This is an upstream bug-fix release, that: - uses a reserved minor number now instead of squatting - fixes hang problems in hotkey - builds on 2.0.x kernels too - fixes thotswap * The toshutils package now includes the small amount of source code needed to build the toshiba kernel module, and it will integrate with kernel-package to build it when a new kernel is built. Closes: #54954 (release critical; bug horizon) -- Joey Hess Mon, 28 Feb 2000 14:24:03 -0800 toshutils (1.9.7-1) unstable; urgency=low * New upstream version, with module autoloading support. * No longer any need to add module to /etc/modules; removed that code. * Added module alias to support autoloading. -- Joey Hess Thu, 13 Jan 2000 15:50:05 -0800 toshutils (1.9.6-1) unstable; urgency=low * Major new upstream release. I'm not sure how well this is going to work, it contains a kernel module and who knows if it will work with all 2.2 kernels. * Corrected download location. -- Joey Hess Mon, 10 Jan 2000 16:49:17 -0800 toshutils (1.1-4) unstable; urgency=low * Build deps. -- Joey Hess Sat, 4 Dec 1999 16:40:08 -0800 toshutils (1.1-3) unstable; urgency=low * Removed install-stamp target, which can cause some problems. -- Joey Hess Thu, 30 Sep 1999 13:30:55 -0700 toshutils (1.1-2) unstable; urgency=low * FHS -- Joey Hess Mon, 6 Sep 1999 16:52:06 -0700 toshutils (1.1-1) unstable; urgency=low * First release. -- Joey Hess Wed, 4 Aug 1999 12:10:36 -0700