Andreas Tille pushed to branch master at Debian Blends Team / blends
Commits: a6002be9 by Andreas Tille at 2018-07-08T18:05:20+02:00 Replace bc call with a portable shell substitution (thanks to Lars Kruse for the patch) - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +blends (0.7.2) UNRELEASED; urgency=medium + + * Replace bc call with a portable shell substitution (thanks to Lars Kruse + for the patch) + + -- Andreas Tille <[email protected]> Sun, 08 Jul 2018 18:04:00 +0200 + blends (0.7.1) unstable; urgency=medium * Depends: bc ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -29,7 +29,6 @@ Depends: debconf, python3, python3-apt, python3-blends, - bc, ${misc:Depends} Suggests: blends-doc Recommends: python3-psycopg2 View it on GitLab: https://salsa.debian.org/blends-team/blends/commit/a6002be9f46f654b61cf9906f72ad09760c7d3dc -- View it on GitLab: https://salsa.debian.org/blends-team/blends/commit/a6002be9f46f654b61cf9906f72ad09760c7d3dc You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Blends-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/blends-commit
