diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 00000000..cef86fb2
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,7 @@
+*.log
+*.substvars
+*.debhelper
+/.debhelper/
+/files
+/debhelper-build-stamp
+/ngcp-db-schema/
diff --git a/debian/compat b/debian/compat
index ec635144..f599e28b 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 258dbda8..6afd5c88 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,17 @@
 Source: ngcp-db-schema
 Section: admin
-Priority: extra
+Priority: optional
 Maintainer: Sipwise Development Team <support@sipwise.com>
-Build-Depends: debhelper (>= 9~)
-Standards-Version: 3.9.7
-Homepage: http://sipwise.com/
+Standards-Version: 3.9.8
+Homepage: https://www.sipwise.com/
+Build-Depends:
+ debhelper (>= 10~),
 
 Package: ngcp-db-schema
 Architecture: all
-Depends: ngcp-system-tools-ce | ngcp-system-tools,
-         ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ngcp-system-tools-ce | ngcp-system-tools,
 Description: database schema for Sipwise's NGCP platform
  This package provides the database schema for Sipwise's NGCP
  platform.