diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fd5297e..c2e6f76 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Daniele Tricoli <eriol@mornie.org> Section: python Priority: optional Build-Depends: - debhelper (>= 7), + debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), Standards-Version: 3.9.2 diff --git a/debian/rules b/debian/rules index 8e4f4eb..c9ab0ae 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh $@ --with python2 --buildsystem=python_distutils + +override_dh_installchangelogs: + dh_installchangelogs CHANGES.rst |