diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7c276ed
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+ngcp-libtcap (0.0.1) unstable; urgency=low
+
+  * Initial release
+
+ -- Michael Prokop <mika@sipwise.com>  Tue, 02 Jul 2013 01:54:04 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..354d7f5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: ngcp-libtcap
+Section: admin
+Priority: extra
+Maintainer: Sipwise Development Team <support@sipwise.com>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.5
+Homepage: http://sipwise.com/
+
+Package: ngcp-libtcap0
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: library for handling ASN.1-coded TCAP and INAP messages
+ This library provides support for decoding  ASN.1-coded TCAP and
+ INAP messages and extracting values out of them.
+
+Package: ngcp-libtcap-dev
+Architecture: any
+Section: libdevel
+Depends: ngcp-libtcap0 (= ${binary:Version}), ${misc:Depends}
+Description: Headers for ngcp-libtcap0
+ Library providing handling ASN.1-coded TCAP and INAP messages
+ .
+ This package provides the header files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0fbf55a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Upstream Author: The Sipwise Team - http://sipwise.com/
+Copyright:       Copyright (c) 2013 Sipwise GmbH, Austria
+License:         All software included in this package is
+                 Copyright (c) Sipwise GmbH, Austria.
+                 All rights reserved. You may not copy, distribute
+                 or modify without prior written permission from
+                 Sipwise GmbH, Austria.
diff --git a/debian/ngcp-libtcap-dev.install b/debian/ngcp-libtcap-dev.install
new file mode 100644
index 0000000..9ccb754
--- /dev/null
+++ b/debian/ngcp-libtcap-dev.install
@@ -0,0 +1,2 @@
+debian/tmp/include/tcap /usr/include/
+debian/tmp/lib/*.so /usr/lib/
diff --git a/debian/ngcp-libtcap0.install b/debian/ngcp-libtcap0.install
new file mode 100644
index 0000000..2426cf7
--- /dev/null
+++ b/debian/ngcp-libtcap0.install
@@ -0,0 +1 @@
+debian/tmp/lib/*.so.* /usr/lib/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bf8327f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)