Andreas Tille pushed to branch master at Debian Med / ball
Commits: 451bb880 by Andreas Tille at 2021-12-14T15:41:37+01:00 Fix dh_installdocs - - - - - 12941703 by Andreas Tille at 2021-12-14T15:46:44+01:00 Seems autopkgtest-pkg-python is running automagically - just provide the proper module name - - - - - 3 changed files: - debian/changelog - debian/rules - + debian/tests/autopkgtest-pkg-python.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ball (1.5.0+git20180813.37fc53c-10) UNRELEASED; urgency=medium + + * Fix dh_installdocs + Closes: #1001657 + * Seems autopkgtest-pkg-python is running automagically - just provide + the proper module name + + -- Andreas Tille <[email protected]> Tue, 14 Dec 2021 15:41:05 +0100 + ball (1.5.0+git20180813.37fc53c-9) unstable; urgency=medium * Add versions to Breaks fields ===================================== debian/rules ===================================== @@ -150,8 +150,8 @@ override_dh_auto_install-indep: cp -r $(BALL_INSTALL_PATH)/usr/share/BALL/* debian/libball$(SOVERSION)-data/usr/share/BALL-$(SOVERSION) -override_dh_installdocs: - dh_installdocs +override_dh_installdocs-indep: + dh_installdocs -i find debian/*/usr/share -type d -empty -delete find debian/*/usr/share -name jquery.js -delete find debian/*/usr/share -name license.txt -delete ===================================== debian/tests/autopkgtest-pkg-python.conf ===================================== @@ -0,0 +1 @@ +import_name = BALL View it on GitLab: https://salsa.debian.org/med-team/ball/-/compare/d2f8bdcf4ff83b9e01d00a26b67453b51db06fb3...129417031797d553a3f87a9de5abfd05d6e848c0 -- View it on GitLab: https://salsa.debian.org/med-team/ball/-/compare/d2f8bdcf4ff83b9e01d00a26b67453b51db06fb3...129417031797d553a3f87a9de5abfd05d6e848c0 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
