Squashed 'third_party/rawrtc/usrsctp/' content from commit bd1a92db3

Change-Id: If227cd6edd3243ac26044056b7427ae5bca71ef8
git-subtree-dir: third_party/rawrtc/usrsctp
git-subtree-split: bd1a92db338ba1e57453637959a127032bb566ff
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6d226e8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: libusrsctp
+Maintainer: Michael Tüxen <tuexen@fh-muenster.de>
+Section: net
+Priority: optional
+Build-Depends: cmake,
+               debhelper (>= 9),
+               libfile-fcntllock-perl
+Standards-Version: 3.9.8
+Vcs-Browser: https://github.com/sctplib/usrsctp
+Vcs-Git: https://github.com/sctplib/usrsctp.git
+Homepage: https://github.com/sctplib/usrsctp
+
+Package: libusrsctp1
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: Portable SCTP Userland Stack
+ This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows.
+ .
+ This package contains the shared library for the Portable SCTP Userland Stack.
+
+Package: libusrsctp-dev
+Architecture: any
+Depends: libusrsctp1 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Portable SCTP Userland Stack (Development Files)
+ This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows.
+ .
+ This package contains the development files for the Portable SCTP Userland Stack.
+
+Package: libusrsctp-examples
+Architecture: any
+Depends: libusrsctp1 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Portable SCTP Userland Stack (Examples)
+ This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows.
+ .
+ This package contains the examples for the Portable SCTP Userland Stack.