forked from parse-community/parse-embedded-sdks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
control
26 lines (24 loc) · 832 Bytes
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: parse-embedded-c-sdk
Priority: optional
Maintainer: Damian Kowalewski <[email protected]>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Section: libs
Homepage: https://www.parse.com
#Vcs-Git: git://git.debian.org/collab-maint/things.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/things.git;a=summary
Package: parse-embedded-dev
Section: libdevel
Architecture: any
Depends: parse-embedded (= ${binary:Version})
Description: Parse Embedded C SDK headers
This package includes all the headers required
for development with Parse Embedded C SDK.
Package: parse-embedded
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Parse Embedded C SDK runtime
This package includes all the shared libraries
for apps that are compiled with support for
Parse Embedded C SDK.