This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=4d622412c578dad8432cd30f281796839457d15c commit 4d622412c578dad8432cd30f281796839457d15c Author: Guillem Jover <[email protected]> AuthorDate: Sat Dec 31 18:33:00 2022 +0100 dselect, src, utils: Remove excess blank lines Changelog: internal --- dselect/pkgdepcon.cc | 1 - src/main/remove.c | 2 -- src/main/script.c | 1 - src/split/queue.c | 2 -- utils/start-stop-daemon.c | 1 - 5 files changed, 7 deletions(-) diff --git a/dselect/pkgdepcon.cc b/dselect/pkgdepcon.cc index 6803211c1..cbe12be3b 100644 --- a/dselect/pkgdepcon.cc +++ b/dselect/pkgdepcon.cc @@ -242,7 +242,6 @@ int packagelist::resolvedepcon(dependency *depends) { if (!depends->up->clientdata) return 0; switch (depends->type) { - case dep_provides: case dep_replaces: return 0; diff --git a/src/main/remove.c b/src/main/remove.c index da51cb2ac..2cf651384 100644 --- a/src/main/remove.c +++ b/src/main/remove.c @@ -651,9 +651,7 @@ void removal_bulk(struct pkginfo *pkg) { pkg_set_want(pkg, PKG_WANT_PURGE); dpkg_version_blank(&pkg->configversion); } else if (pkg->want == PKG_WANT_PURGE) { - removal_bulk_remove_configfiles(pkg); - } /* I.e., either of the two branches above. */ diff --git a/src/main/script.c b/src/main/script.c index ecce4d842..b4f369dfa 100644 --- a/src/main/script.c +++ b/src/main/script.c @@ -166,7 +166,6 @@ maintscript_set_exec_context(struct command *cmd) #else return 0; #endif - } static int diff --git a/src/split/queue.c b/src/split/queue.c index 5a08c16fd..c9b8847d0 100644 --- a/src/split/queue.c +++ b/src/split/queue.c @@ -230,7 +230,6 @@ do_auto(const char *const *argv) dir_sync_path(opt_depotdir); } else { - /* We have all the parts. */ reassemble(partlist, opt_outputfile); @@ -241,7 +240,6 @@ do_auto(const char *const *argv) if (unlink(partlist[i]->filename)) ohshite(_("unable to delete used-up depot file '%.250s'"), partlist[i]->filename); - } m_output(stderr, _("<standard error>")); diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index ae07abb99..ca67976da 100644 --- a/utils/start-stop-daemon.c +++ b/utils/start-stop-daemon.c @@ -2326,7 +2326,6 @@ do_pidfile(const char *name) fatal("matching only on non-root pidfile %s is insecure", name); if (st.st_mode & 0002) fatal("matching on world-writable pidfile %s is insecure", name); - } if (fscanf(f, "%d", &pid) == 1) -- Dpkg.Org's dpkg

