~ubuntu-branches/ubuntu/precise/lirc/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-11-08 19:10:50 UTC
  • mfrom: (1.2.7 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081108191050-o0kszsihoqbc42fl
Tags: 0.8.4a-0ubuntu1
* New upstream version.
* Drop no longer necessary patches:
  - 03_extra_files
  - 25_upstream_2.6.27
  - 27_multiple_include
* Update patches for new version:
  - 12_pvr150_transmit_support
  - 16_lirc_gpio
  - 26_transmitter_lircd.conf
  - 28_irrecord_resume_support
* New patches:
  - 38_encore_enltv.dpatch (LP: #274087)
* debian/lirc.fdi:
  - Update FDI file to match a few more remotes reported
    on bugs that work when keyed. (LP: #164627, #204960, #279472)
* debian/control:
  - Update Recommends for lirc-modules-source
* debian/lirc.preinst:
  - Remove old calls that will no longer be encountered in package
    upgrades.
* Merge some packaging changes from Debian.  They hadn't done a
  release in a long time, so this will at least get us closer to their
  packaging for an overarching goal of being in sync.
  - Sync'ed changes:
    + debian/compat
    + README.Debian
    + debian/copyright
    + debian/doc-base.lirc
    + debian/liblircclient-dev.install
    + debian/lirc-modules-source.postrm
    + debian/lirc.postrm
    + debian/po
    + debian/lirc-svga.install
    + debian/lirc-svga.links
    + drop debian/lirc.config.in
    + drop debian/lirc.config.md5sum
    + drop debian/lirc.modules
  - Merge debian/control, remaining changes:
    + We don't share same VCS
    + We recommend udev
    + Our lirc-modules-source uses DKMS
  - Merge debian/rules, remaining changes:
    + DKMS support
  - Merge debian/liblircclient0.pc, remaining changes:
    + Version number we have is higher
  - Merge debian/lirc.install, remaining changes:
    + We install udev rules
    + We install an FDI file
  - Merge debian/lirc.templates, remaining changes:
    + Some of our keys are named differently because we differentiate
      between a remote and a transmitter device.
    + We've got some extra keys for details of devices.
  - Merge debian/lirc.init.d, remaining changes:
    + We've pretty much entirely revamped the file.  Our deltas will
      need to be submitted incrementally to Debian.
  - Merge debian/lirc.postinst, remaining changes:
    + We've pretty much entirely revamped the file.  Our deltas will
      need to be submitted incrementally to Debian.
  - Merge debian/rules, remaining changes:
    + We install a udev rule
    + We install an FDI file
    + We install DKMS support
    + We install transmitter lircd.conf's
    + We Install the remote and transmitter hwdb explicitly
  - Merge patches that we took from debian for 0.8.4 support:
    + debian/patches/02_Makefile.in
    + debian/patches/04_man_pages

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: extra
4
4
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: lirc Maintainer Team <pkg-lirc-maint@lists.alioth.debian.org>
6
 
Build-Depends: debhelper (>= 5), libusb-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libice-dev, libsm-dev, libx11-dev, libirman-dev, autotools-dev, devscripts, dpatch, libxt-dev, po-debconf
 
6
Build-Depends: debhelper (>= 5.0.37),
 
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,
 
14
               autotools-dev,
 
15
               devscripts,
 
16
               quilt,
 
17
               libxt-dev,
 
18
               po-debconf
7
19
Standards-Version: 3.7.3
8
 
Uploaders: Hector Garcia <hector@debian.org>, Julien Danjou <acid@debian.org>, Aurelien Jarno <aurel32@debian.org>, Amaya Rodrigo Sastre <amaya@debian.org>
 
20
Uploaders: Matthew Johnson <mjj29@debian.org>,
 
21
           Stefan Lippers-Hollmann <s.l-h@gmx.de>,
 
22
           Sven Müller <sven@debian.org>
 
23
#Vcs-Svn: svn://svn.debian.org/svn/pkg-lirc/lirc/trunk/
 
24
#Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lirc/lirc/trunk/
 
25
Homepage: http://lirc.org
9
26
 
10
27
Package: lirc
11
28
Architecture: any
12
 
Depends: ${shlibs:Depends}, ${misc:Depends}, setserial
13
 
Pre-Depends: dialog
 
29
Depends: ${shlibs:Depends},
 
30
         ${misc:Depends}
14
31
Recommends: udev
15
 
Suggests: lirc-modules-source, lirc-x
16
 
Description: Linux Infra-red Remote Control support
 
32
Suggests: lirc-modules-source,
 
33
          lirc-x,
 
34
Conflicts: makedev (<< 2.3.1-88)
 
35
Description: infra-red remote control support
 
36
 LIRC stands for 'Linux Infra-red Remote Control'.
 
37
 .
17
38
 This package provides the daemons and some utilities to support infra-red
18
39
 remote controls under Linux.
19
40
 
20
41
Package: lirc-x
21
42
Architecture: any
22
 
Depends: ${shlibs:Depends}, ${misc:Depends}, lirc (= ${source:Version})
 
43
Depends: ${shlibs:Depends},
 
44
         ${misc:Depends},
 
45
         lirc (= ${binary:Version})
23
46
Replaces: lirc (<< 0.6.4-8)
24
47
Recommends: xfonts-75dpi
25
 
Description: Linux Infra-red Remote Control support (X dependent parts)
26
 
 This package provides those parts of lirc which depend on the XWindow system.
27
 
 .
28
 
 Currently:
29
 
 .
30
 
 irxevent: Allows you to control your X applications with your remote control.
31
 
 .
32
 
 xmode2: shows the IR waveform of the remote controller without an expensive
33
 
 oscilloscope (through an X window). This is not needed for TV cards or the
34
 
 Irman.
35
 
 .
36
 
 You ***MUST*** <--- (really!) have the xfonts-75dpi package available on the
37
 
 X server, whether via files or via a font server like xfs. The lirc-x package
38
 
 only Recommends: these packages because it's possible to have them served
39
 
 remotely, but you really should install them. :)
 
48
Description: infra-red remote control support - X utilities
 
49
 LIRC stands for 'Linux Infra-red Remote Control'.
 
50
 .
 
51
 This package provides X utilities for LIRC:
 
52
  irxevent: allows controlling X applications with a remote control;
 
53
  xmode2  : shows the IR waveform of the remote controller without an
 
54
            oscilloscope. Unneeded for TV cards or the Irman.
40
55
 
41
56
Package: lirc-modules-source
42
57
Architecture: all
43
58
Depends: ${misc:Depends}, dkms
44
 
Recommends: make, dpkg-dev (>= 1.13), gcc | c-compiler, kernel-package
 
59
Recommends: libc6-dev, linux-headers-generic | linux-headers
45
60
Suggests: kernel-source
46
61
Conflicts: lirc (<<0.6.3-1)
47
 
Description: Linux Infra-red Remote Control support (kernel modules)
 
62
Description: infra-red remote control support - kernel modules
 
63
 LIRC stands for 'Linux Infra-red Remote Control'.
 
64
 .
48
65
 This package provides the source for the kernel modules to support
49
66
 infra-red remote controls under Linux.
50
67
 .
51
 
 Please note that the kernel sources must be installed to compile these
52
 
 modules.
 
68
 The kernel sources must be installed to compile these modules.
53
69
 .
54
70
 Also, note that this package is not necessary for usage on Ubuntu since
55
71
 the modules are shipped in linux-ubuntu-modules.  It is soley here in
58
74
Package: liblircclient-dev
59
75
Architecture: any
60
76
Section: libdevel
61
 
Depends: ${misc:Depends}, liblircclient0 (= ${source:Version}), libc6-dev
62
 
Description: development files for LIRC client library
 
77
Depends: ${misc:Depends},
 
78
         liblircclient0 (= ${binary:Version}),
 
79
         libc6-dev
 
80
Description: infra-red remote control support - client library development files
 
81
 LIRC stands for 'Linux Infra-red Remote Control'.
 
82
 .
63
83
 This package contains the static library and headers for
64
84
 the LIRC client library.
65
 
 .
66
 
 LIRC is Linux Infra-red Remote Control support.
67
85
 
68
86
Package: liblircclient0
69
87
Priority: optional
70
88
Architecture: any
71
89
Section: libs
72
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
90
Depends: ${shlibs:Depends},
 
91
         ${misc:Depends}
73
92
Suggests: lirc
74
 
Description: LIRC client library
75
 
 This library provides functions so that other programs (eg xawtv)
76
 
 can support remote controls via LIRC.
 
93
Description: infra-red remote control support - client library
 
94
 LIRC stands for 'Linux Infra-red Remote Control'.
 
95
 .
 
96
 This package provides a library with functions to support remote
 
97
 controls via LIRC in programs such as xawtv.
 
98