The branch, twofactorauth has been updated via 8fdb37462d536638b63ac42de23d47ae15c78271 (commit) from 52f780b849aba1333888df013662bb39b15d42b8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/control | 2 +- debian/rules | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/control b/debian/control index 2aa772c..1960956 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: - debhelper (>= 7), + debhelper (>= 7.0.50~), man2html-base | man2html, python, python-setuptools, diff --git a/debian/rules b/debian/rules index 3c9c5e1..e8f3672 100755 --- a/debian/rules +++ b/debian/rules @@ -8,11 +8,12 @@ %: dh ${@} -build: +override_dh_auto_install: make -f Makefile.man2html dh ${@} -clean: +override_dh_auto_clean: rm -Rfv debian/pyhoca-gui debian/pyhoca-gui.*.debhelper debian/pyhoca-gui.substvars rm -Rfv debian/tmp debian/patches + rm -Rfv .build_man2html dh ${@} hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).