1
- Source: libhttpc
1
+ Source: libhttpclient
2
2
Section: libs
3
3
Priority: extra
4
4
Maintainer: Ivan Gagis <
[email protected] >
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9), prorab, prorab-extra, myci, pkg-config,
16
16
Build-Depends-Indep: doxygen
17
17
Standards-Version: 3.9.2
18
18
19
- Package: libhttpc $(soname)
19
+ Package: libhttpclient $(soname)
20
20
Section: libs
21
21
Architecture: any
22
22
Depends:
@@ -25,39 +25,39 @@ Depends:
25
25
Description: cross-platform HTTP client library in C++.
26
26
Cross-platform HTTP/HTTPS client library in C++. Mainly, this is a wrapper above libcurl.
27
27
28
- Package: libhttpc -dbg$(soname)
28
+ Package: libhttpclient -dbg$(soname)
29
29
Section: libs
30
30
Architecture: any
31
31
Depends:
32
32
${shlibs:Depends},
33
33
${misc:Depends}
34
34
Description: cross-platform HTTP client library in C++.
35
- Debug version of libhttpc .
35
+ Debug version of libhttpclient .
36
36
37
- Package: libhttpc -dev
37
+ Package: libhttpclient -dev
38
38
Section: libdevel
39
39
Architecture: any
40
40
Depends:
41
- libhttpc $(soname) (= ${binary:Version}),
42
- libhttpc -dbg$(soname) (= ${binary:Version}),
41
+ libhttpclient $(soname) (= ${binary:Version}),
42
+ libhttpclient -dbg$(soname) (= ${binary:Version}),
43
43
${misc:Depends}
44
44
libhttpmodel-dev
45
- Suggests: libhttpc -doc
45
+ Suggests: libhttpclient -doc
46
46
Description: cross-platform HTTP client library in C++, development files.
47
- Development files for libhttpc $(soname).
47
+ Development files for libhttpclient $(soname).
48
48
49
- Package: libhttpc $(soname)-dbgsrc
49
+ Package: libhttpclient $(soname)-dbgsrc
50
50
Section: debug
51
51
Architecture: all
52
52
Depends:
53
- libhttpc $(soname)-dbgsym (= ${binary:Version}),
54
- libhttpc -dbg$(soname)-dbgsym (= ${binary:Version}),
53
+ libhttpclient $(soname)-dbgsym (= ${binary:Version}),
54
+ libhttpclient -dbg$(soname)-dbgsym (= ${binary:Version}),
55
55
${misc:Depends}
56
- Description: debugging sources for libhttpc $(soname) package.
56
+ Description: debugging sources for libhttpclient $(soname) package.
57
57
58
- Package: libhttpc -doc
58
+ Package: libhttpclient -doc
59
59
Section: doc
60
60
Architecture: all
61
61
Depends: ${misc:Depends}
62
- Description: documentation for libhttpc -dev package.
63
- For more details see description to libhttpc -dev package.
62
+ Description: documentation for libhttpclient -dev package.
63
+ For more details see description to libhttpclient -dev package.
0 commit comments