~jon-raiford/mythbuntu/lirc

1 by Mario Limonciello
add hardy's debian/ directory
1
Source: lirc
2
Section: utils
3
Priority: extra
4
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
XSBC-Original-Maintainer: lirc Maintainer Team <pkg-lirc-maint@lists.alioth.debian.org>
79 by Mario Limonciello
commit changes that were uploaded by keybuk directly to the archive
6
Build-Depends: debhelper (>= 7.0.17ubuntu2),
53 by Mario Limonciello
merge debian/control with debian
7
               bzip2,
8
               libusb-dev [!hurd-i386],
9
               libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
10
               libice-dev,
11
               libsm-dev,
12
               libx11-dev,
13
               libirman-dev,
92 by Mario Limonciello
Add build-depends on libftdi-dev (will need a MIR for libftdi too)
14
               libftdi-dev,
53 by Mario Limonciello
merge debian/control with debian
15
               autotools-dev,
16
               devscripts,
17
               quilt,
18
               libxt-dev,
19
               po-debconf
11 by Mario Limonciello
start to convert to dkms
20
Standards-Version: 3.7.3
53 by Mario Limonciello
merge debian/control with debian
21
Uploaders: Matthew Johnson <mjj29@debian.org>,
22
           Stefan Lippers-Hollmann <s.l-h@gmx.de>,
23
           Sven Müller <sven@debian.org>
24
#Vcs-Svn: svn://svn.debian.org/svn/pkg-lirc/lirc/trunk/
25
#Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lirc/lirc/trunk/
26
Homepage: http://lirc.org
1 by Mario Limonciello
add hardy's debian/ directory
27
28
Package: lirc
29
Architecture: any
53 by Mario Limonciello
merge debian/control with debian
30
Depends: ${shlibs:Depends},
81 by Mario Limonciello
* debian/control:
31
         ${misc:Depends},
32
         setserial
1 by Mario Limonciello
add hardy's debian/ directory
33
Recommends: udev
53 by Mario Limonciello
merge debian/control with debian
34
Suggests: lirc-modules-source,
35
          lirc-x,
36
Conflicts: makedev (<< 2.3.1-88)
79 by Mario Limonciello
commit changes that were uploaded by keybuk directly to the archive
37
Breaks: udev (<< 136-1)
53 by Mario Limonciello
merge debian/control with debian
38
Description: infra-red remote control support
39
 LIRC stands for 'Linux Infra-red Remote Control'.
40
 .
1 by Mario Limonciello
add hardy's debian/ directory
41
 This package provides the daemons and some utilities to support infra-red
42
 remote controls under Linux.
43
44
Package: lirc-x
45
Architecture: any
53 by Mario Limonciello
merge debian/control with debian
46
Depends: ${shlibs:Depends},
47
         ${misc:Depends},
48
         lirc (= ${binary:Version})
1 by Mario Limonciello
add hardy's debian/ directory
49
Replaces: lirc (<< 0.6.4-8)
50
Recommends: xfonts-75dpi
53 by Mario Limonciello
merge debian/control with debian
51
Description: infra-red remote control support - X utilities
52
 LIRC stands for 'Linux Infra-red Remote Control'.
53
 .
54
 This package provides X utilities for LIRC:
55
  irxevent: allows controlling X applications with a remote control;
56
  xmode2  : shows the IR waveform of the remote controller without an
57
            oscilloscope. Unneeded for TV cards or the Irman.
58
1 by Mario Limonciello
add hardy's debian/ directory
59
Package: lirc-modules-source
60
Architecture: all
11 by Mario Limonciello
start to convert to dkms
61
Depends: ${misc:Depends}, dkms
53 by Mario Limonciello
merge debian/control with debian
62
Recommends: libc6-dev, linux-headers-generic | linux-headers
1 by Mario Limonciello
add hardy's debian/ directory
63
Suggests: kernel-source
64
Conflicts: lirc (<<0.6.3-1)
53 by Mario Limonciello
merge debian/control with debian
65
Description: infra-red remote control support - kernel modules
66
 LIRC stands for 'Linux Infra-red Remote Control'.
67
 .
1 by Mario Limonciello
add hardy's debian/ directory
68
 This package provides the source for the kernel modules to support
69
 infra-red remote controls under Linux.
70
 .
53 by Mario Limonciello
merge debian/control with debian
71
 The kernel sources must be installed to compile these modules.
11 by Mario Limonciello
start to convert to dkms
72
 .
73
 Also, note that this package is not necessary for usage on Ubuntu since
74
 the modules are shipped in linux-ubuntu-modules.  It is soley here in
75
 the case that a local patch needs to be applied.
1 by Mario Limonciello
add hardy's debian/ directory
76
77
Package: liblircclient-dev
78
Architecture: any
79
Section: libdevel
53 by Mario Limonciello
merge debian/control with debian
80
Depends: ${misc:Depends},
81
         liblircclient0 (= ${binary:Version}),
82
         libc6-dev
83
Description: infra-red remote control support - client library development files
84
 LIRC stands for 'Linux Infra-red Remote Control'.
85
 .
1 by Mario Limonciello
add hardy's debian/ directory
86
 This package contains the static library and headers for
87
 the LIRC client library.
88
89
Package: liblircclient0
90
Priority: optional
91
Architecture: any
92
Section: libs
53 by Mario Limonciello
merge debian/control with debian
93
Depends: ${shlibs:Depends},
94
         ${misc:Depends}
1 by Mario Limonciello
add hardy's debian/ directory
95
Suggests: lirc
53 by Mario Limonciello
merge debian/control with debian
96
Description: infra-red remote control support - client library
97
 LIRC stands for 'Linux Infra-red Remote Control'.
98
 .
99
 This package provides a library with functions to support remote
100
 controls via LIRC in programs such as xawtv.
101