~ubuntu-branches/ubuntu/vivid/modemmanager/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Tony Espy, Tony Espy, Alexander Sack
  • Date: 2009-08-06 12:50:45 UTC
  • Revision ID: james.westby@ubuntu.com-20090806125045-li1cdrc85b7xlbfg
Tags: 0.2.git.20090806t105932.354a4cb-0ubuntu1
[ Tony Espy <espy@ubuntu.com> ]
* upstream snapshot 2009-08-06 10:59:32 (GMT)
  + fixes license problems (LP: #403009)
  + git://anongit.freedesktop.org/ModemManager/ModemManager
* drop patches superseded by upstream code base
  - delete debian/patches/fix_makefile.patch
  - update debian/patches/series
* add tarball generation code; added get-curr-source to
  grab a specific version, and get-orig-source grabs the tip
  of variable GIT_BRANCH; adjusted changelog version to the
  new scheme.
  - update debian/rules
* add real copyright notices and update git URL
  - update debian/copyright

[ Alexander Sack <asac@ubuntu.com> ]
* Initial release. (Closes: #XXXXXX)
* replace hal with gudev build dependency
  - update debian/control
* signal.h is not implicitly included by hardy glib.h; add patch to
  explicitly include this in src/main.c when SIGUSR1 is not defined
  - add debian/patches/ftbfs_hardy_glib_include_signal_h.patch
  - update debian/patches/series
* fix build failure due to gcc pickiness (committed upstream)
  - add debian/patches/ftbfs_serial_quickfix.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: modemmanager
 
2
Section: net
 
3
Priority: optional
 
4
Maintainer: Ubuntu Modem Manager Team <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
Build-Depends: debhelper (>= 5.0.0),
 
6
        automake1.10,
 
7
        cdbs,
 
8
        quilt,
 
9
        libtool,
 
10
        libdbus-glib-1-dev (>= 0.75),
 
11
        libgudev-1.0-dev
 
12
Standards-Version: 3.8.0
 
13
Vcs-Bzr: https://code.launchpad.net/~modemmanager/modemmanager/ubuntu
 
14
 
 
15
Package: modemmanager
 
16
Architecture: any
 
17
Depends: ${shlibs:Depends},
 
18
        ${misc:Depends}
 
19
Description: D-Bus service for managing modems
 
20
 Provides a D-Bus interface to communicate with mobile broadband (GSM, CDMA,
 
21
 UMTS, ...) cards. Implements a loadable plugin interface to add work-arounds
 
22
 for non standard devices. Also provides patches to use networkmanager (and
 
23
 the applet) with modem manager.
 
24
 .
 
25
 Git Repository (mainline): http://git.gitorious.org/modemmanager/mainline.git
 
26