~ubuntu-branches/ubuntu/lucid/libmtp/lucid

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Savvas Radevic, Savvas Radevic, Flávio Martins
  • Date: 2009-04-18 19:58:14 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090418195814-lbizx2w4c0mgknc8
Tags: 0.3.7-3ubuntu1
[ Savvas Radevic ]
* Merge from debian unstable, remaining changes:
  + debian/control: Add Breaks to ensure the right udev version gets used.
  + debian/libmtp.install.in, debian/libmtp.preinst.in, 
    debian/libmtp.postinst.in: Clean up the mess where files were still 
    going into the wrong directory.
* debian/libmtp.preinst.in: Dropped check on unsupported 0.2.5-1 (hardy has 
  0.2.6.1-2ubuntu1)

[ Flávio Martins ]
* debian/rules: Append proper prefix 45- to libmtp rules in UDEV variable
* debian/libmtp.install.in: ../../45-libmtp@SOVERSION@.rules lib/udev/rules.d

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Rafael Laboissiere <rafael@debian.org>
5
5
Build-Depends: libusb-dev, doxygen, debhelper (>= 5), cdbs,
6
6
 dpkg-dev (>= 1.13.19), xsltproc, docbook-xsl, chrpath
7
 
Standards-Version: 3.8.0
 
7
Standards-Version: 3.8.1
8
8
Homepage: http://libmtp.sourceforge.net/
9
 
Vcs-Svn: svn://svn.debian.org/svn/private/rafael/deb-pkg/libmtp/trunk
10
 
Vcs-Browser: http://svn.debian.org/wsvn/private/rafael/deb-pkg/libmtp
 
9
Vcs-Git: git://alioth.debian.org/~rafael/public_git/deb-pkg/libmtp.git
 
10
Vcs-Browser: http://git.debian.org/?p=users/rafael/deb-pkg/libmtp.git
11
11
 
12
12
Package: libmtp@SOVERSION@
13
 
Section: libs
14
13
Architecture: any
15
 
Depends: ${shlibs:Depends}
 
14
Depends: ${shlibs:Depends}, ${misc:Depends}
16
15
Recommends: ${udev}
17
16
Description: Media Transfer Protocol (MTP) library
18
 
 A library for communicating with MTP aware devices.  MTP (Media
19
 
 Transfer Protocol) is necessary to communicate with some USB portable
20
 
 devices like mp3 players, video players or digital camera.
 
17
 libmtp is a library for communicating with MTP aware devices in POSIX
 
18
 compliant operating systems.  It implements MTP Basic, the subset
 
19
 proposed for standardization.
21
20
 .
22
 
 While some portable device will use USB mass storage protocol or PTP
23
 
 (picture transfer protocol), some device can only communicate through
24
 
 MTP [ see http://en.wikipedia.org/wiki/Media_Transfer_Protocol ]
 
21
 The Media Transfer Protocol (commonly referred to as MTP) is a devised
 
22
 set of custom extensions to support the transfer of music files on
 
23
 USB digital audio players and movie files on USB portable media players.
25
24
 
26
25
Package: libmtp-dev
27
26
Section: libdevel
28
27
Architecture: any
29
 
Depends: libmtp@SOVERSION@ (= ${binary:Version}), libusb-dev (>> 0.1.7)
 
28
Depends: libmtp@SOVERSION@ (= ${binary:Version}), libusb-dev (>> 0.1.7),
 
29
 ${misc:Depends}
30
30
Description: Media Transfer Protocol (MTP) development files
31
 
 A library for communicating with MTP aware devices.  MTP (Media
32
 
 Transfer Protocol) is necessary to communicate with some USB portable
33
 
 devices like mp3 players, video players or digital camera.
 
31
 libmtp is a library for communicating with MTP aware devices in POSIX
 
32
 compliant operating systems.  It implements MTP Basic, the subset
 
33
 proposed for standardization.
34
34
 .
35
 
 While some portable device will use USB mass storage protocol or PTP
36
 
 (picture transfer protocol), some device can only communicate through
37
 
 MTP [ see http://en.wikipedia.org/wiki/Media_Transfer_Protocol ]
 
35
 The Media Transfer Protocol (commonly referred to as MTP) is a devised
 
36
 set of custom extensions to support the transfer of music files on
 
37
 USB digital audio players and movie files on USB portable media players.
38
38
 .
39
39
 This package contains the headers and development libraries.
40
40
 
41
41
Package: libmtp-doc
42
42
Section: doc
43
43
Architecture: all
 
44
Depends: ${misc:Depends}
44
45
Description: Media Transfer Protocol (MTP) library documentation
45
 
 A library for communicating with MTP aware devices.  MTP (Media
46
 
 Transfer Protocol) is necessary to communicate with some USB portable
47
 
 devices like mp3 players, video players or digital camera.
 
46
 libmtp is a library for communicating with MTP aware devices in POSIX
 
47
 compliant operating systems.  It implements MTP Basic, the subset
 
48
 proposed for standardization.
48
49
 .
49
 
 While some portable device will use USB mass storage protocol or PTP
50
 
 (picture transfer protocol), some device can only communicate through
51
 
 MTP [ see http://en.wikipedia.org/wiki/Media_Transfer_Protocol ]
 
50
 The Media Transfer Protocol (commonly referred to as MTP) is a devised
 
51
 set of custom extensions to support the transfer of music files on
 
52
 USB digital audio players and movie files on USB portable media players.
52
53
 .
53
54
 This package contains the development documentation.
54
55
 
55
56
Package: mtp-tools
56
57
Section: utils
57
58
Architecture: any
58
 
Depends: libmtp@SOVERSION@ (= ${binary:Version}), ${shlibs:Depends}
 
59
Depends: libmtp@SOVERSION@ (= ${binary:Version}), ${shlibs:Depends},
 
60
 ${misc:Depends}
59
61
Description: Media Transfer Protocol (MTP) library tools
60
 
 A library for communicating with MTP aware devices.  MTP (Media
61
 
 Transfer Protocol) is necessary to communicate with some USB portable
62
 
 devices like mp3 players, video players or digital camera.
 
62
 libmtp is a library for communicating with MTP aware devices in POSIX
 
63
 compliant operating systems.  It implements MTP Basic, the subset
 
64
 proposed for standardization.
63
65
 .
64
 
 While some portable device will use USB mass storage protocol or PTP
65
 
 (picture transfer protocol), some device can only communicate through
66
 
 MTP [ see http://en.wikipedia.org/wiki/Media_Transfer_Protocol ]
 
66
 The Media Transfer Protocol (commonly referred to as MTP) is a devised
 
67
 set of custom extensions to support the transfer of music files on
 
68
 USB digital audio players and movie files on USB portable media players.
67
69
 .
68
70
 This package contains tools for communicating with MTP devices.