This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository openmolar.
commit 594cf4c71142e8caa54ff3d0ee39bfc1985324f5 Author: Andreas Tille <[email protected]> Date: Sat Dec 17 18:58:07 2016 +0100 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 38f7968..64c426c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ openmolar (1.0-1) UNRELEASED; urgency=medium * New upstream version * Switch to default gbp layout * Fix watch file + * cme fix dpkg-control -- Andreas Tille <[email protected]> Sat, 17 Dec 2016 18:51:33 +0100 diff --git a/debian/control b/debian/control index 2b4d4e3..0036c52 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,24 @@ Source: openmolar -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Dmitry Smirnov <[email protected]> -Build-Depends: debhelper (>= 9), dh-python, python-all +Section: science +Priority: optional +Build-Depends: debhelper (>= 9), + dh-python, + python-all Standards-Version: 3.9.8 -Homepage: http://openmolar.com/om1 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/openmolar.git Vcs-Git: https://anonscm.debian.org/git/debian-med/openmolar.git +Homepage: http://openmolar.com/om1 Package: openmolar Architecture: all -Depends: ${misc:Depends}, ${python:Depends} - ,python-mysqldb - ,python-qscintilla2 - ,python-qt4 - ,xdg-utils +Depends: ${misc:Depends}, + ${python:Depends}, + python-mysqldb, + python-qscintilla2, + python-qt4, + xdg-utils Suggests: mysql-server | mariadb-server Description: dental practice management software Openmolar is a dental practice management suite. Its functionality include -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/openmolar.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
