~ubuntu-branches/ubuntu/utopic/simplestreams/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2013-09-30 15:00:54 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130930150054-gxalgd2zdglj9d8j
Tags: 0.1.0~bzr313-0ubuntu1
* New upstream snapshot.
  * handle sigpipe gracefully (LP: #1207779)
  * as user-friendly cleanup add a trailing '/' to a url if necessary
  * add --delete flag to sstream-sync
  * add python-simplestreams-openstack metapackage so other packages
    could depend on this, but the python-simplestreams package will
    not incur those dependencies. (LP: #1233269)
  * debian/control: Suggest rather than Depend on python-requests.
    Also, up the version to the actual required version (1.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
Package: python3-simplestreams
31
31
Architecture: all
32
32
Priority: extra
33
 
Depends: gnupg, python3-requests (>= 0.8.2), ${misc:Depends}, ${python3:Depends}
 
33
Depends: gnupg, ${misc:Depends}, ${python3:Depends}
 
34
Suggests: python3-requests (>= 1.1)
34
35
Description: Library and tools for using Simple Streams data
35
36
 This package provides a client for interacting with simple
36
37
 streams data as is produced to describe Ubuntu's cloud images.
38
39
Package: python-simplestreams
39
40
Architecture: all
40
41
Priority: extra
41
 
Depends: gnupg,
42
 
         python-boto,
43
 
         python-glanceclient,
 
42
Depends: gnupg, python-boto, ${misc:Depends}, ${python:Depends}
 
43
Suggests: python-requests (>= 1.1)
 
44
Description: Library and tools for using Simple Streams data
 
45
 This package provides a client for interacting with simple
 
46
 streams data as is produced to describe Ubuntu's cloud images.
 
47
 
 
48
Package: python-simplestreams-openstack
 
49
Architecture: all
 
50
Priority: extra
 
51
Depends: python-glanceclient,
44
52
         python-keystoneclient,
45
 
         python-requests (>= 0.8.2),
 
53
         python-simplestreams,
46
54
         python-swiftclient,
47
 
         ${misc:Depends},
48
 
         ${python:Depends}
 
55
         ${misc:Depends}
49
56
Description: Library and tools for using Simple Streams data
50
 
 This package provides a client for interacting with simple
51
 
 streams data as is produced to describe Ubuntu's cloud images.
 
57
 This package depends on libraries necessary to use the openstack dependent
 
58
 functionality in simplestreams.  That includes interacting with glance,
 
59
 swift and keystone.