Andreas Tille pushed to branch master at Debian Med / ball
Commits: 328d185c by Andreas Tille at 2021-12-13T08:17:31+01:00 Add versions to Breaks fields - - - - - 8ae54500 by Andreas Tille at 2021-12-13T08:49:21+01:00 Move some docs to /usr/share/doc - - - - - 4983a081 by Andreas Tille at 2021-12-13T08:52:02+01:00 Lintian-override for non-user oriented text files - - - - - b12f272c by Andreas Tille at 2021-12-13T08:53:08+01:00 build depend on qtwebengine5-dev also on mips64el - - - - - d2f8bdcf by Andreas Tille at 2021-12-13T09:49:22+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/libball1.5-data.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +ball (1.5.0+git20180813.37fc53c-9) unstable; urgency=medium + + * Add versions to Breaks fields + * Move some docs to /usr/share/doc + * Lintian-override for non-user oriented text files + * build depend on qtwebengine5-dev also on mips64el + Closes: #995409 + + -- Andreas Tille <[email protected]> Mon, 13 Dec 2021 08:53:26 +0100 + ball (1.5.0+git20180813.37fc53c-8) unstable; urgency=medium * Remove unneeded Build-Depends ===================================== debian/control ===================================== @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13), flex, bison, cmake, - qtwebengine5-dev [amd64 arm64 armhf i386 mipsel], + qtwebengine5-dev [amd64 arm64 armhf i386 mipsel mips64el], libeigen3-dev, python3-dev, libboost-dev, @@ -83,8 +83,7 @@ Section: libdevel Depends: libball1.5 (= ${binary:Version}), ${misc:Depends} Suggests: libball1.5-doc -Breaks: libball1.3-dev, - libball1.4-dev +Breaks: libball1.4-dev (<= 1.5.0) Replaces: libball1.4-dev Description: Header files for the Biochemical Algorithms Library BALL (Biochemical Algorithms Library) is an application framework @@ -128,8 +127,7 @@ Section: libdevel Depends: libballview1.5 (= ${binary:Version}), ${misc:Depends} Recommends: libball1.5-doc -Breaks: libballview1.3-dev, - libballview1.4-dev +Breaks: libballview1.4-dev (<= 1.5.0) Replaces: libballview1.4-dev Description: Header files for the VIEW part of the Biochemical Algorithms Library BALL (Biochemical Algorithms Library) is an application framework @@ -146,7 +144,7 @@ Depends: ${shlibs:Depends}, ${sip:Depends}, libball1.5, ${misc:Depends} -Breaks: python-ball +Breaks: python-ball (<= 1.5.0) Replaces: python-ball Description: Python bindings for the Biochemical Algorithms Library BALL (Biochemical Algorithms Library) is an application framework ===================================== debian/libball1.5-data.lintian-overrides ===================================== @@ -0,0 +1,3 @@ +# These are no user readable docs +libball1.5-data: package-contains-documentation-outside-usr-share-doc usr/share/BALL-1.5/BALLView/shortcuts_* + ===================================== debian/rules ===================================== @@ -155,6 +155,10 @@ override_dh_installdocs: find debian/*/usr/share -type d -empty -delete find debian/*/usr/share -name jquery.js -delete find debian/*/usr/share -name license.txt -delete + mv debian/libball1.5-data/usr/share/BALL-1.5/BALLView/html debian/libball1.5-data/usr/share/doc/libball1.5-data/BALLView + dh_link -p libball1.5-data usr/share/doc/libball1.5-data/BALLView/html usr/share/BALL-1.5/BALLView/html + mv debian/libball1.5-data/usr/share/BALL-1.5/PresentaBALL debian/libball1.5-data/usr/share/doc/libball1.5-data + dh_link -p libball1.5-data usr/share/doc/libball1.5-data/PresentaBALL usr/share/BALL-1.5/PresentaBALL override_dh_install: dh_install View it on GitLab: https://salsa.debian.org/med-team/ball/-/compare/e1f115f9d701c0276af8298616c2968005abe02f...d2f8bdcf4ff83b9e01d00a26b67453b51db06fb3 -- View it on GitLab: https://salsa.debian.org/med-team/ball/-/compare/e1f115f9d701c0276af8298616c2968005abe02f...d2f8bdcf4ff83b9e01d00a26b67453b51db06fb3 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
