blob: 572f8352ab7c66bf50553bd7b7c2d93457bbd3cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
#!/usr/bin/perl
$Summary = "IRBOX, an Ivy driver for infra-red remote controls";
$Name = "irbox";
$Copyright = "CENA";
$Vendor = "Centre d'Etudes de la Navigation Aerienne";
$Distribution = "Toccata";
$Group = "Hard Communications";
$Source = "$Name-$Version.tar.gz";
$Url = "http://www.cenatoulouse.dgac.fr/";
$BuildArchitectures = "i386";
$BuildRoot = "/var/tmp/irbox-buildroot/";
$Requires = "ivy-c";
$Description = "IRBOX, an Ivy driver for infra-red remote controls";
@ChangeLog = ("\n");
1;
push @ChangeLog, '* Fri Jan 29 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr>
- Generation of irbox-1.0-2
- PACKAGE 1
';
push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of irbox-1.1-1
- New tables -> version 1.1
';
push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of irbox-1.1-2
- Fixed last minute bug in irbox.init
';
push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of irbox-1.1-3
- Fixed last minute bug in Makefile
';
push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of irbox-1.1-4
- Added tables that had been forgotten
';
push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of irbox-1.1-5
- Added anther batch of forgotten tables.
';
push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of irbox-1.1-6
- Fixed a late minute bug in lexical analyser
';
|