diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d37da5a..a6a3592 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ xbase64 (3.1.2-7) unstable; urgency=low * debian/control: - Change Vcs-* to secure uri. - Bump Standards-Version to 3.9.8 (no changes required). + - Change debhelper version to >= 10. + * Bump compat level to 10. * Use dpkg-maintscript-helper dir_to_symlink at debian/*.postinst. * Remove useless debian/libxbase64-doc.lintian-overrides. * Add symbols files for all architectures. diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 3265821..841d59d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: libs Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Standards-Version: 3.9.8 Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-autoreconf, doxygen Homepage: http://sourceforge.net/projects/xdb/ |