This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository sleepyhead.
commit 082538442fda212a9c4c1f9e68e5995e9dad6bd0 Author: Andreas Tille <[email protected]> Date: Wed Apr 27 18:31:37 2016 +0200 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index a5b8564..a9e7749 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ sleepyhead (0.9.8-4) UNRELEASED; urgency=medium * Add watch file pointing to gitlab + * cme fix dpkg-control -- Andreas Tille <[email protected]> Wed, 27 Apr 2016 18:26:45 +0200 diff --git a/debian/control b/debian/control index fca82f2..036f45e 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,23 @@ Source: sleepyhead -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Sergio Durigan Junior <[email protected]> +Section: science +Priority: optional Build-Depends: debhelper (>= 9), - qt5-qmake, - libqt5serialport5-dev, - libquazip5-dev, - libqt5webkit5-dev, - libqt5opengl5-dev -Standards-Version: 3.9.6 -Homepage: http://sleepyhead.sourceforge.net + qt5-qmake, + libqt5serialport5-dev, + libquazip5-dev, + libqt5webkit5-dev, + libqt5opengl5-dev +Standards-Version: 3.9.8 Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/sleepyhead.git -Vcs-Git: git://anonscm.debian.org/debian-med/sleepyhead.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/sleepyhead.git +Homepage: http://sleepyhead.sourceforge.net Package: sleepyhead Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: Sleep tracking software with a focus on monitoring CPAP treatment SleepyHead is a Free Software, cross platform research tool for exploring data produced by CPAP (Continuous Positive Airway Pressure) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sleepyhead.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
