diff --git a/debian/control b/debian/control
index bd95e5d..629d05c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,32 +1,31 @@
 Source: openxcap
 Section: net
 Priority: optional
 Maintainer: Tijmen de Mes <tijmen@ag-projects.com>
 Build-Depends: debhelper (>= 11), dh-python, python3
 Standards-Version: 4.5.0
 
 Package: openxcap
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends},
-         python3-alembic,
+         alembic,
          python3-aiosqlite,
          python3-aiomysql,
          python3-application,
          python3-fastapi,
          python3-gnutls,
          python3-greenlet,
          python3-lxml,
          python3-sipsimple,
          python3-sqlmodel,
          python3-systemd,
          python3-twisted,
-         python3-xcaplib,
          python3-zope.interface
 Description: XCAP server implementation
  XCAP protocol allows a client to read, write and modify application
  configuration data stored in XML format on a server. XCAP maps XML document
  sub-trees and element attributes to HTTP URIs, so that these components can
  be directly accessed by HTTP. An XCAP server is used by the XCAP clients to
  store data like Presence policy in combination with a SIP Presence server
  that supports PUBLISH/SUBSCRIBE/NOTIFY methods to provide a complete SIP
  SIMPLE server solution.
diff --git a/debian/docs b/debian/docs
index b43bf86..dbb8f0c 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1,4 @@
 README.md
+scripts/*
+alembic.ini
+migrations