~ubuntu-branches/ubuntu/wily/modemmanager/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Alexander Sack, Michael Biebl
  • Date: 2010-03-01 18:07:54 UTC
  • Revision ID: james.westby@ubuntu.com-20100301180754-39y9ijlflswy4npj
Tags: 0.3-2
[ Alexander Sack ]
* also bump debhelper build-depends to >= 7
  - update debian/control
* recommend usb-modeswitch
  - update debian/control
* fix lintian warning about empty quilt series file; add
  a single line comment
  - update debian/patches/series
* add Michael Biebl <biebl@debian.org> to Uploaders
  - update debian/control
* use asac@ubuntu.com as maintainer as the mailing list
  bounces bug mail (Closes: #566833)
  - update debian/control

[ Michael Biebl ]
* Bump Standards-Version to 3.8.4. No further changes.
  - update debian/control
* Fix FTBFS on alpha by using the POSIX.1 struct termios interface instead
  of the obsolete struct termio ioctl interface. (Closes: #570661)
  - add debian/patches/01-termios.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: modemmanager
2
2
Section: net
3
3
Priority: optional
4
 
Maintainer: Ubuntu Network Manager Team <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
Uploaders: Alexander Sack <asac@debian.org>
6
 
Build-Depends: debhelper (>= 5.0.0),
 
4
Maintainer: Alexander Sack <asac@ubuntu.com>
 
5
Uploaders: Alexander Sack <asac@debian.org>, Michael Biebl <biebl@debian.org>
 
6
Build-Depends: debhelper (>= 7),
7
7
        automake (>= 1:1.10), automake (<< 1:1.12),
8
8
        cdbs,
9
9
        quilt,
12
12
        libglib2.0-dev (>= 2.18),
13
13
        libgudev-1.0-dev,
14
14
        xsltproc
15
 
Standards-Version: 3.8.3
 
15
Standards-Version: 3.8.4
16
16
Vcs-Bzr: https://code.launchpad.net/~modemmanager/modemmanager/ubuntu
17
17
 
18
18
Package: modemmanager
19
19
Architecture: any
20
20
Depends: ${shlibs:Depends},
21
21
        ${misc:Depends}
 
22
Recommends: usb-modeswitch
22
23
Description: D-Bus service for managing modems
23
24
 Provides a D-Bus interface to communicate with mobile broadband (GSM, CDMA,
24
25
 UMTS, ...) cards. Implements a loadable plugin interface to add work-arounds