* debian/control: updated Build-Depends, Uploaders
* debian/control: updated Standards-Version
* debian/patches/series: remove already applied patches
- * debian/rules: override_dh_auto_test
- * add debian/bibletime.1 man page
+ * debian/rules: override_dh_auto_test override_dh_manpages
+ * debian/bibletime.1: add man page
-- Teus Benschop <teusjannette@gmail.com> Thu, 05 Oct 2017 12:00:00 +0200
override_dh_auto_test:
echo "Skip dh_auto_test because the tests rely on a display which is not there"
+
+override_dh_manpages:
+ mkdir -p %i/share/man/man1
+ install -m0644 debian/bibletime.1 %i/share/man/man1
+