diff --git a/debian/changelog b/debian/changelog
index bf111774b39d37a176fc485c10e52236ee46f6ed..c7fc79704b636d0cf130c6ceefdb8bd0648beebf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 unsafe-mock (8.0-2) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Added the missing build dependency on junit
   * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 4.1.0
   * Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index dfa7998e763d7fda53733ce6efe440b7fc708488..f94ee92f352f286969a67c77e4a9fd391e62589d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Miguel Landaeta <nomadium@debian.org>
 Build-Depends:
  debhelper (>= 10),
  default-jdk,
+ junit,
  maven-debian-helper (>= 1.5)
 Standards-Version: 4.1.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/unsafe-mock.git