~ubuntu-branches/ubuntu/saucy/dahdi-tools/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Michel Dault, Tzafrir Cohen
  • Date: 2010-02-16 13:44:09 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100216134409-4y4k26mgzyra537o
Tags: 1:2.2.1-0ubuntu1
* Merge from Debian pkg-voip.
  * Changes from Debian:
  - debian/control: Change Maintainer
  - debian/control: Removed Uploaders field.
  - debian/control: Removed Debian Vcs-Svn entry and replaced with
      ubuntu-voip Vcs-Bzr, to reflect divergence in packages.
  - debian/control: Package dahdi Depends on  dahdi-dkms | dahdi-source

* From Debian pkg-voip:
[ Tzafrir Cohen ]
* New upstream release (Closes: #536257, #564381).
* Patch 'bashism' dropped: merged upstream. 
* Patch xpp_no_extra_at dropped: merged upstream. 
* Add an example genconf_parameters.
* Compat level 7.
* Bump standars version to 3.8.3.0 (no change needed)
* Udev rules are now in dahdi-linux.
* Patches perl_fix_noserial, perl_fix_transportdir: Fixes for some
  minor perl issues.
* Add the missing ${misc:Depends}, as per lintian. 
* Patch astribank_allow_ignoreend: an extra missing patch from upstream. 
* Patches init_unload_modules and init_unload_oslec: also unload OSLEC
  when unloading all modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
6
 
Uploaders: Tzafrir Cohen <tzafrir.cohen@xorcom.com>, Mark Purcell <msp@debian.org>
7
6
# groff, man-db and asciidoc are required for generating documentation
8
 
Build-Depends: debhelper, dahdi-source (>= 1:2.2.0~dfsg~rc2), libnewt-dev, quilt, bzip2, libusb-dev, 
 
7
Build-Depends: debhelper (>= 7), dahdi-source (>= 1:2.2.0~dfsg~rc2), libnewt-dev, quilt, bzip2, libusb-dev, 
9
8
 asciidoc, groff, man-db
10
9
Standards-Version: 3.8.3
11
10
Homepage: http://www.asterisk.org/
12
 
Vcs-Svn: svn://svn.debian.org/pkg-voip/dahdi-tools/trunk/
13
 
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/?op=log
 
11
Vcs-Bzr: http://launchpad.net/~ubuntu-voip/ubuntu-voip/dahdi-tools/
14
12
 
15
13
Package: dahdi
16
14
Architecture: any
17
15
#Jmdault 20090601: the init scripts needs the kernel drivers, so we require
18
 
#either the dkms module (preferred) or the  source pkg (with module-assistant)
19
 
Depends: ${shlibs:Depends}, ${perl:Depends}, procps, fxload, dahdi-linux, dahdi-dkms | dahdi-source
 
16
#either the dkms module (preferred) or the source pkg (with module-assistant)
 
17
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, procps, fxload, dahdi-linux, dahdi-dkms | dahdi-source
20
18
Conflicts: zaptel
21
19
Replaces: zaptel
22
20
Description: utilities for using the DAHDI kernel modules
30
28
Package: libtonezone2.0
31
29
Section: libs
32
30
Architecture: any
33
 
Depends: ${shlibs:Depends}
 
31
Depends: ${shlibs:Depends}, ${misc:Depends}
34
32
Description: tonezone library (runtime)
35
33
 A library for generating tones used for telephone signalling.
36
34
 
37
35
Package: libtonezone-dev
38
36
Section: libdevel
39
37
Architecture: any
40
 
Depends: libtonezone2.0 (= ${binary:Version})
 
38
Depends: libtonezone2.0 (= ${binary:Version}), ${misc:Depends}
41
39
Description: tonezone library (development)
42
40
 A library for generating tones used for telephone signalling.
43
41
 .