This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ball.
commit 8844ed286e7a63313fc82492135569c041bac4e6 Author: Andreas Tille <[email protected]> Date: Wed May 18 10:45:47 2016 +0200 doc package can be installed without main package -> only suggests main package --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4755858..eeb24b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ ball (1.4.3~beta1-1) UNRELEASED; urgency=medium * cme fix dpkg-control * do not install empty directories for docs * do not repeat section field in d/control + * doc package can be installed without main package -> only suggests main + package -- Andreas Tille <[email protected]> Thu, 07 Jan 2016 08:47:19 +0100 diff --git a/debian/control b/debian/control index ada6d2d..1a2c2ab 100644 --- a/debian/control +++ b/debian/control @@ -193,8 +193,8 @@ Description: free molecular modeling and molecular graphics tool Package: libball1.4-doc Architecture: all Section: doc -Depends: libball1.4, - ${misc:Depends} +Depends: ${misc:Depends} +Suggests: libball1.4 Conflicts: libball1.3-doc Description: documentation for the BALL library BALL (Biochemical Algorithms Library) is an application framework -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ball.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
