lirc (0.6.5-1) unstable; urgency=low
* New upstream release.
* Updated debian/rules based on /usr/share/doc/autotools-dev/README.Debian.gz
+ Use DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
+ Update config.{sub,guess} automatically
+ touch every single file in 'clean' to prevent timestamp skews
* GNU config automated update: config.sub (20011130 to 20020102),
config.guess (20011126 to 20020102)
* Use syslog and offer to remove /var/log/lircd (closes: Bug#131774)
* Integrate it87 kernel driver with the packing.
+ updated debian/modules-source/{Makefile,README.make},
lirc-modules-source.templates and lirc-modules-source.config
-- Manuel Estrada Sainz <ranty@debian.org> Fri, 1 Feb 2002 21:04:49 +0100
lirc (0.6.4-10) unstable; urgency=high
* The urgency is because:
+ 0.6.4-9: may be uninstalable.
+ reduces user frustration on module building by giving a verbose
error message.
+ Complies with policy by not restoring deleted conffiles on the users
back.
+ Secures device permisions.
+ There is no new feature.
* /etc/lirc/lircmd.conf may not be there (closes: Bug#126279).
* Don't create /etc/lirc/* files unless they are there, they should be moved
from /etc/ or the user chooses to reconfigure the package.
* Add MODULE_LICENSE to kernel modules, patch by Ingo Saitz <ingo@debian.org>
This was already fixed upstream, but oh well, lets not wait to the next
release. (closes: Bug#128074)
* Cry out if IRQ, PORT or TIMER are not set when compiling kernel modules.
(closes: Bug#108131)
* Tell devfsd to create /dev/lirc/0 unconditionaly. (works around: #128072)
The proper fix should come soon from upstream.
* Changed permisions of kernel devices from "root.video 660" to
"root.root 660" since only lircd should use them and it runs as root.
By writting to this devices you may confuse kernel code and that kind
of thing should be reserved to root. If someone feels that read-only
access should be allowed to to other users or groups go ahead and file
a bug.
-- Manuel Estrada Sainz <ranty@debian.org> Sun, 13 Jan 2002 20:27:00 +0100
lirc (0.6.4-9) unstable; urgency=low
* Added IntelliMouse support to lircmd. (closes: Bug#122300)
* Fixed html comments on the documentation which prevented some text from
showing up in a browser, so if you were looking for something and it
wasn't there go back and make sure it is still not there.
-- Manuel Estrada Sainz <ranty@debian.org> Sat, 15 Dec 2001 20:04:48 +0100
lirc (0.6.4-8) unstable; urgency=low
* Took X dependent parts and svgalib parts to their own packages, and have
lirc Suggest them. (closes: Bug#121543)
* ispelled README.Debian.
* Applied patch to handle epochs properly on lirc-modules-source by
Dwayne C. Litzenberger" <dlitz@dlitz.net> (closes: Bug#123019).
* Enabled Irman support (closes: Bug#103951).
I don't have an Irman and don't realy know how the hell it works, so
if there is any problem please report and I will try to fix it.
* Updated config.sub and config.guess from ftp://ftp.gnu.org/pub/gnu/config/
-- Manuel Estrada Sainz <ranty@debian.org> Mon, 10 Dec 2001 23:46:29 +0100
lirc (0.6.4-7) unstable; urgency=low
* I forgot to protect a couple of db_input's with "|| true".
(closes: Bug#121006)
* Make sure lirc-modules-source/kernel-source-not-found gets shown when
needed.
-- Manuel Estrada Sainz <ranty@debian.org> Sun, 25 Nov 2001 03:32:58 +0100
lirc (0.6.4-6) unstable; urgency=low
* Build-dep on svgalib-dummyg1[!i386] and svgalibg1-dev [i386] so it can
build on architectures where svgalib is not available.
-- Manuel Estrada Sainz <ranty@debian.org> Wed, 21 Nov 2001 13:17:22 +0100
lirc (0.6.4-5) unstable; urgency=low
* call db_stop in lirc.postrm.
* modified lirc-modules-source.postinst a bit hopefully to make it
more portable, infact it now works with zsh.
* Updated README.Debian on regards to irman2lirc.
* Updated manpages and added manpages for all binaries (closes: Bug#85217).
* Build smode2 which makes lirc depend on svgalibg1. Please file a wishlist
bug suggesting an alternative if that is inconvenient.
-- Manuel Estrada Sainz <ranty@debian.org> Sun, 4 Nov 2001 20:39:50 +0100
lirc (0.6.4-4) unstable; urgency=low
* lirc was not building on powerpc because of the time difference with
voltaire.debian.org. I was 'touch'ing configure.in to prevent rebuilding
too much stuff and the time difference broke that. Now I am a bit more
aggressive with the time change.
* Use forkpty from libc, so I don't have to worry about devfs or devpts.
closes: #115870 or at least makes it a libc problem :)
-- Manuel Estrada Sainz <ranty@debian.org> Mon, 29 Oct 2001 15:40:23 +0100
lirc (0.6.4-3) unstable; urgency=low
* Updated config.sub and config.guess from ftp://ftp.gnu.org/pub/gnu/config/
so lirc may build on more architectures (closes: #115964).
-- Manuel Estrada Sainz <ranty@debian.org> Wed, 17 Oct 2001 16:19:56 +0200
lirc (0.6.4-2) unstable; urgency=low
* Fixed problem with not existing configure.in.stamp (closes: #114494)
* Put lirc-modules-source debs in $(KSRC)/.. as suggested by
Christian Ohm <chr.ohm@gmx.net>
* Depend on debconf (>= 0.5.00) to use seen flag.
-- Manuel Estrada Sainz <ranty@debian.org> Mon, 15 Oct 2001 19:29:53 +0200
lirc (0.6.4-1) unstable; urgency=low
* Sorry for those 2 months of inactivity, I just came back from Colombia
where I didn't have a SID system to work on.
* New upstream release (closes: #112549)
* Call update-devfsd on postrm when purging. (closes: #104446)
* Change daemons/Makefile.in insted of daemons/Makefile.am to prevent
creating of devices nodes. This way we don't have to run automake and we
don't need to Build-depend on automake and libtool.
* Properly use MOD_DIR on lirc-modules-source (closes: #105784).
* Check for devfs device nodes after loading modules to make sure that they
are there (closes: #114284)
* Updated lirc-modules-source/do-build description, it should be more
readable now (closes: #107765)
* Added kdist_clean target to lirc-modules-source debian/rules.
-- Manuel Estrada Sainz <ranty@debian.org> Thu, 4 Oct 2001 14:35:33 +0200
lirc (0.6.3-3) unstable; urgency=low
* include doc/irxevent.keys as it is referenced from within the
documentation.
* Mising variables will be restored in /etc/lirc/hardware.conf.
* Installation won't fail if a conffile is missing (closes: #103326)
* Maintainer script cleanups, removed bashisms but some shell script
extracted from upstream needs bash :(
* Don't manually call ldconfig on liblircclient0 postinst, debhelper does it
already.
* Make sure that debian/rules is executable on lirc-modules-source package.
(closes: #103607)
* Build lirc-modules-x.x.x.deb in MODDIR as set by make-kpkg and by default
on ".." (closes: #103797)
-- Manuel Estrada Sainz <ranty@debian.org> Wed, 4 Jul 2001 13:10:14 +0200
lirc (0.6.3-2) unstable; urgency=low
* Kernel module building cleanups: it now works for 2.2 kernels, but
keep in mind that not all modules support all kernels.
* Debconf German translation thanks to Sebastian Feltel <sebastian@feltel.de>
(closes: #101171)
* Parallel port kernel module now compiles on 2.4 kernels thanks to
Santiago Garcia Mantinan <manty@debian.org>
* Don't unpack the source into /usr/src/modules directly; instead,
build a tarball in /usr/src/lirc-modules.tar.gz
* lirc-modules-source is now a kernel-package compliant modules package.
* Kernel modules configuration is automated with debconf.
* lirc-modules-source:Recommends: make, dpkg-dev, c-compiler, kernel-package
* lirc-modules-source:Suggests: kernel-source | kernel-headers
* Extracted upstream configuration scripts and integrated them with debconf.
* If there is not a valid configuration try to get it from the previous
location or from upstream sample files. (closes: #102258)
* Added support for devfsd.
* Debconf Spanish translation thanks to
Carlos Valdivia Yagâ–ˇ <valyag@teleline.es> (closes: #102158)
* init.d script tries to load appropriate kernel modules.
* lirc-modules-source: Added descriptions of ANIMAX, IRDEO and TEKRAM.
* Loading kernel modules from init.d script is now optional
(See /etc/lirc/hardware.conf )
* init.d script cryes out loud and refuses to launch daemons if it tries to
load kernel modules and they are not there.
* Resurrected automatic informal module building.
* Register html documentation with doc-base.
* Updated README.Debian, lirc-modules-source.README.Debian
modules-source/README and modules-source/README.make to reflect latest
changes.
-- Manuel Estrada Sainz <ranty@debian.org> Wed, 27 Jun 2001 05:43:29 +0200
lirc (0.6.3-1) unstable; urgency=low
* New Maintainer.
* New upstream release. (closes: #71643, #90129, #90130, #99405, #94686,
#97373, #73023, #85214, #90258)
* /etc/rc?.d/S??lirc priority is now 19 so it starts before gpm
and creates /dev/lircm for devfs users. (closes: #76958)
* Pass the kernel version correctly to configure. (closes: #85215)
* Moved kernel modules source to it's own package.
* lirc: Suggests lirc-modules-source
* Adjusted de descriptions for the package.
* moved irman2lirc to /usr/bin
* Moved config files to /etc/lirc/ and added hardware.conf so editing
/etc/init.d/lirc is not needed
* Explained a bit more how to make all this work in README.Debian
* Added some manpages.
-- Manuel Estrada Sainz <ranty@debian.org> Thu, 7 Jun 2001 00:45:11 +0200
lirc (0.6.1-1.2) unstable; urgency=low
* Added libtool build-dependency. Should fix 90258
* Non-maintainer upload
-- Gopal Narayanan <gopal@debian.org> Fri, 13 Apr 2001 17:09:21 +0000
lirc (0.6.1-1.1) unstable; urgency=low
* Non-maintainer Upload
* Took out the install-exec-local target from daemons/Makefile.am and
added automake before configure in rules
* mknod stuff commented out in init.d
* Moved mknod to postinst
* above fixes are for bug 85214
-- Gopal Narayanan <gopal@debian.org> Fri, 16 Mar 2001 23:02:39 -0500
lirc (0.6.1-1) unstable; urgency=low
* New upstream version.
* New makefile system for the kernel modules (Closes: #69028).
-- Tom Lees <tom@debian.org> Sun, 27 Aug 2000 12:30:57 +0100
lirc (0.6.0.final-2) unstable; urgency=low
* Build the Makefile for /usr/src/lirc/lirc_aver.
* Remove the /usr/src/lirc/Makefile* files, they're useless.
* Add a README to /usr/src/lirc about building the drivers.
-- Tom Lees <tom@debian.org> Tue, 2 May 2000 09:33:14 +0100
lirc (0.6.0.final-1) unstable; urgency=low
* New upstream release.
* Fix a small bug which caused lircd to crash.
* Make the drivers buildable.
* Add AverMedia driver, thanks to Santiago Garcia Mantinan <manty@i.am>.
* Remove the device nodes on purge.
-- Tom Lees <tom@debian.org> Thu, 20 Apr 2000 00:18:24 +0100
lirc (0.6.0pre6-1) unstable; urgency=low
* Initial Release.
-- Tom Lees <tom@debian.org> Thu, 30 Mar 2000 19:30:57 +0100
Local variables:
mode: debian-changelog
End: