distro FEATURE debian scripts
diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control
new file mode 100644
index 0000000..34324c5
--- /dev/null
+++ b/distro/pkg/deb/control
@@ -0,0 +1,44 @@
+Source: libnetconf2
+Section: libs
+Homepage: https://github.com/CESNET/libnetconf2/
+Maintainer: CESNET <mvasko@cesnet.cz>
+Priority: optional
+Standards-Version: 4.5.0
+Build-Depends: cmake,
+ debhelper (>= 10),
+ libyang2-dev,
+ libssl-dev,
+ libssh-dev (>= 0.7.1),
+ pkg-config
+Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master
+Vcs-Git: https://github.com/CESNET/libnetconf2.git
+
+Package: libnetconf2-2
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Architecture: any
+Description: library implementing NETCONF protocol - runtime
+ Libnetconf2 implements network communication using NETCONF
+ protocol specified in IETF RFC 6241. It is based on libnetconf
+ (which it replaces and makes obsolete) but written from scratch.
+ .
+ Both server and client-side functionality is provided.
+ .
+ It is implemented in C.
+
+Package: libnetconf2-dev
+Depends: libyang2-dev,
+ libnetconf2-2 (= ${binary:Version}),
+ ${misc:Depends}
+Section: libdevel
+Architecture: any
+Description: library implementing NETCONF protocol - development files
+ Libnetconf2 implements network communication using NETCONF
+ protocol specified in IETF RFC 6241. It is based on libnetconf
+ (which it replaces and makes obsolete) but written from scratch.
+ .
+ Both server and client-side functionality is provided.
+ .
+ This package contains the C headers, a pkgconfig file, and .so entry
+ point for libnetconf2.
+