Andreas Tille pushed to branch master at Debian Blends Team / blends
Commits: 23182dfe by Andreas Tille at 2024-04-22T19:32:43+02:00 Fix spacing in tasks_diff - - - - - cacbc3f4 by Andreas Tille at 2024-04-22T19:54:56+02:00 Fix lintian-overrides - - - - - 4 changed files: - debian/blends-common.lintian-overrides - − debian/blends-dev.lintian-overrides - debian/changelog - devtools/tasks_diff Changes: ===================================== debian/blends-common.lintian-overrides ===================================== @@ -4,8 +4,8 @@ # That's why neither postinst nor prerm will call update-menus and # if they would it would just be a useless call because it just exits 0 # if called by root. -blends-common: postinst-does-not-call-updatemenus usr/share/menu/blend-menu +blends-common: postinst-does-not-call-updatemenus [usr/share/menu/blend-menu] # For obvious reasons the script has to be executable which is the # intended use for scripts which dynamically create menu entries. -blends-common: executable-menu-file usr/share/menu/blend-menu 0755 +blends-common: executable-menu-file 0755 [usr/share/menu/blend-menu] ===================================== debian/blends-dev.lintian-overrides deleted ===================================== @@ -1,2 +0,0 @@ -# Dependency on debhelper is intended -blends-dev: binary-package-depends-on-toolchain-package depends: debhelper (>= 9) ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +blends (0.7.7) UNRELEASED; urgency=medium + + * Fix spacing in tasks_diff + + -- Andreas Tille <[email protected]> Mon, 22 Apr 2024 19:32:19 +0200 + blends (0.7.6) unstable; urgency=medium [ Gianfranco Costamagna ] ===================================== devtools/tasks_diff ===================================== @@ -89,10 +89,10 @@ def load_task(path_to_task): if "recommends" in paragraph: taskinfo["recommends"] += clean_up_packages(paragraph["recommends"]) - if "conflicts" in paragraph: + if "conflicts" in paragraph: taskinfo["conflicts"] += clean_up_packages(paragraph["conflicts"]) - if "breaks" in paragraph: + if "breaks" in paragraph: taskinfo["breaks"] += clean_up_packages(paragraph["breaks"]) if "ignore" in paragraph: View it on GitLab: https://salsa.debian.org/blends-team/blends/-/compare/fe167e03b6fd0199dcc534bb4f3b12391aa96c78...cacbc3f4e856c5bea51783aa4c23fbafdc2a3031 -- View it on GitLab: https://salsa.debian.org/blends-team/blends/-/compare/fe167e03b6fd0199dcc534bb4f3b12391aa96c78...cacbc3f4e856c5bea51783aa4c23fbafdc2a3031 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
