Re: Welcome to the "LIRC-list" mailing list

Alec Leamas <[email protected]> Sun, 5 May 2019 08:25:43 +0200
Newsgroups gmane.comp.hardware.lirc
Message-ID <[email protected]>
On 04/05/2019 23:11, Bryan Hunter wrote:
> On Sat, May 4, 2019, at 12:40 PM, Jan Ceuleers wrote:

> 
> root@StevenPi:/home/pi/source/lirc# apt-get source lirc
> Reading package lists... Done
> NOTICE: 'lirc' packaging is maintained in the 'Git' version control
> system at:
> https://github.com/tompreston/python-lirc.git
> Please use:
> git clone https://github.com/tompreston/python-lirc.git
> to retrieve the latest (possibly unreleased) updates to the package.
> Skipping already downloaded file 'lirc_1.2.1-2.dsc'
> Skipping already downloaded file 'lirc_1.2.1.orig.tar.gz'
> Skipping already downloaded file ' '
> Need to get 0 B of source archives.
> Skipping unpack of already unpacked source in lirc-1.2.1
> 

Obviously, you have the three files lirc_1.2.1-2.dsc,
lirc_1.2.1.orig.tar.gz and lirc_1.2.1.orig.tar.gz in current directory.
This means that the apt-get command also should unpacked the sources
into a new directory named lirc-0.10.1.

If you have lost it somehow the simplest thing to do would be to remove
everything and re-run 'apt-get source lirc'.

Cheers!
--alec