~ubuntu-branches/ubuntu/vivid/librest/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Ying-Chun Liu (PaulLiu)
  • Date: 2009-10-21 17:16:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091021171622-1yhw1c2owwught3f
Tags: 0.6.1-1
* New upstream release
* debian/conrtol: Split librest and librest-extras
* debian/rules: Use autoreconf to re-generate the configure
* debian/rules: Add proper clean rule to remove non-source files
* debian/watch: Add git repo releases
* debian/copyright: Update copyright file to newer spec
* debian/control: Bump standard version to 3.8.3. Nothing changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
5
5
Build-Depends: debhelper (>= 7), cdbs, gtk-doc-tools, libglib2.0-dev,
6
 
               libsoup2.4-dev, libsoup-gnome2.4-dev, libxml2-dev
7
 
Standards-Version: 3.8.2
 
6
               libsoup2.4-dev, libsoup-gnome2.4-dev, libxml2-dev, autoconf,
 
7
               automake, libtool
 
8
Standards-Version: 3.8.3
8
9
Homepage: http://moblin.org/projects/librest
9
10
 
10
 
Package: librest0
 
11
Package: librest-0.6-0
11
12
Architecture: any
12
13
Depends: ${shlibs:Depends}, ${misc:Depends}
13
14
Description: REST service access library
15
16
 claim to be "RESTful".  It includes convenience wrappers for libsoup and
16
17
 libxml to ease remote use of the RESTful API.
17
18
 
18
 
Package: librest0-dbg
 
19
Package: librest-0.6-0-dbg
19
20
Architecture: any
20
21
Section: debug
21
22
Priority: extra
22
 
Depends: librest0 (= ${binary:Version}), ${misc:Depends}
 
23
Depends: librest-0.6-0 (= ${binary:Version}), ${misc:Depends}
23
24
Description: REST service access library (Debug files)
24
25
 This library was designed to make it easier to access web services that
25
26
 claim to be "RESTful".  It includes convenience wrappers for libsoup and
30
31
Package: librest-dev
31
32
Section: libdevel
32
33
Architecture: any
33
 
Depends: librest0 (=${binary:Version}), ${misc:Depends}
 
34
Depends: librest-0.6-0 (=${binary:Version}), libsoup2.4-dev, libxml2-dev, ${misc:Depends}
34
35
Description: REST service access library (development headers)
35
36
 This library was designed to make it easier to access web services that
36
37
 claim to be "RESTful".  It includes convenience wrappers for libsoup and
49
50
 libxml to ease remote use of the RESTful API.
50
51
 .
51
52
 This package contains the documentation
 
53
 
 
54
Package: librest-extras-0.6-0
 
55
Architecture: any
 
56
Depends: ${shlibs:Depends}, ${misc:Depends}
 
57
Description: REST service access library extra components
 
58
 This library was designed to make it easier to access web services that
 
59
 claim to be "RESTful".  It includes convenience wrappers for libsoup and
 
60
 libxml to ease remote use of the RESTful API. This extra package provides
 
61
 Facebook and Flickr support.
 
62
 
 
63
Package: librest-extras-dev
 
64
Section: libdevel
 
65
Architecture: any
 
66
Depends: librest-extras-0.6-0 (=${binary:Version}), librest-dev, ${misc:Depends}
 
67
Description: REST service access library extra components (development headers)
 
68
 This library was designed to make it easier to access web services that
 
69
 claim to be "RESTful".  It includes convenience wrappers for libsoup and
 
70
 libxml to ease remote use of the RESTful API. This extra package provides
 
71
 Facebook and Flickr support.
 
72
 .
 
73
 This package contains the development headers.