[Bug 2064408] [NEW] Merge init-system-helpers from Debian unstable for oracular
Bryce Harrington
2064408 at bugs.launchpad.net
Wed May 1 06:12:23 UTC 2024
Public bug reported:
Scheduled-For: Backlog
Upstream: tbd
Debian: 1.66
Ubuntu: 1.66ubuntu1
foundations team has maintained this package's merge in the past.
If it turns out this needs a sync rather than a merge, please change the
tag 'needs-merge' to 'needs-sync', and (optionally) update the title as
desired.
If this merge pulls in a new upstream version, also consider adding an
entry to the Oracular Release Notes:
https://discourse.ubuntu.com/c/release/38
### New Debian Changes ###
init-system-helpers (1.66) unstable; urgency=medium
[ Samuel Thibault ]
* Add hurd-amd64 case.
[ Gioele Barabucci ]
* d/init.lintian-overrides: Silence warning about 'Important' field
`Important: yes` instructs APT to warn the user before removing this
package.
[ Johannes Schauer Marin Rodrigues ]
* script/update-rc.d: DPKG_ROOT support for sysvinit
[ Ansgar ]
* Add 'Protected: yes' to package 'init' The 'Protected' field does the
same as 'Important' already did in apt, but is also understood by dpkg
(since dpkg 1.20.1).
[ Luca Boccassi ]
* Bump Standards-Version to 4.6.2, no changes
* Override Lintian warning for Protected: yes
* deb-systemd-invoke: support reload/reexec. This is useful for the
--user case, to provide a shortcut that loops over all active user
sessions over D-Bus.
* deb-systemd-invoke: support --no-dbus for reload/reexec. Provide
common implementation for SIGHUP/SIGRTMIN+25 to reload/reexec the
system or user instances.
-- Luca Boccassi <bluca at debian.org> Sun, 26 Nov 2023 20:42:28 +0000
init-system-helpers (1.65.2) unstable; urgency=low
* Undo yet another hostile and baseless NMU.
-- Luca Boccassi <bluca at debian.org> Sun, 18 Sep 2022 02:53:19 +0100
init-system-helpers (1.65.1) unstable; urgency=low
* Undo hostile NMU.
-- Luca Boccassi <bluca at debian.org> Sun, 18 Sep 2022 01:53:32 +0100
init-system-helpers (1.65) unstable; urgency=low
* Upload to unstable.
-- Luca Boccassi <bluca at debian.org> Sat, 17 Sep 2022 21:11:07 +0100
init-system-helpers (1.65~exp2) experimental; urgency=medium
* fakechroot tests: skip on architectures where it is not available
-- Luca Boccassi <bluca at debian.org> Thu, 15 Sep 2022 21:14:08 +0100
init-system-helpers (1.65~exp1) experimental; urgency=medium
[ Luca Boccassi ]
* Drop outdated conflict with file-rc
* Add myself to Uploaders
* d/rules: use execute_after instead of override
* Add a dependency on usrmerge | usr-is-merged to complete the
transition. As per ctte decision and discussion at:
https://lists.debian.org/debian-ctte/2022/07/msg00019.html
https://lists.debian.org/debian-ctte/2022/07/msg00061.html
https://lists.debian.org/debian-ctte/2022/08/msg00006.html
[ Victor Westerhuis ]
* Make deb-systemd-helper work on template units with DefaultInstance.
DefaultInstance only influences the meaning of WantedBy/RequiredBy.
Alias and Also are not impacted. This patch does not enable changing
template instantiations, so `deb-systemd-helper enable
getty at tty2.service` will still fail.
* Fix tests depending on ordering of lines in state file. The previous
commit changes the order in which lines are written to the state file.
Because correctness does not depend on the order in which the state
file is written, ignore the order in the test.
-- Luca Boccassi <bluca at debian.org> Sat, 10 Sep 2022 13:27:16 +0100
init-system-helpers (1.64) unstable; urgency=medium
* Team upload.
* d-s-h: break infinite recursion on symlinks. (Closes: #1014119)
* Bump Standards-Version to 4.6.1, no changes
* Update date ranges in d/copyright
-- Luca Boccassi <bluca at debian.org> Mon, 04 Jul 2022 11:19:08 +0100
init-system-helpers (1.63) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster
* init-system-helpers: Drop versioned constraint on perl-base in Depends.
* init: Drop versioned constraint on init-system-helpers in Depends.
[ Johannes Schauer Marin Rodrigues ]
* t/helpers.pm: use installed version of deb-systemd-helper if
TEST_INSTALLED is set
* add DPKG_ROOT support (Closes: #983421)
### Old Ubuntu Delta ###
init-system-helpers (1.66ubuntu1) noble; urgency=medium
* Merge from Debian unstable. Remaining changes:
- Drop dependency on usrmerge.
-- Steve Langasek <steve.langasek at ubuntu.com> Tue, 05 Dec 2023
23:50:15 -0800
** Affects: init-system-helpers (Ubuntu)
Importance: Undecided
Status: Incomplete
** Tags: needs-merge upgrade-software-version
** Changed in: init-system-helpers (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to init-system-helpers in Ubuntu.
https://bugs.launchpad.net/bugs/2064408
Title:
Merge init-system-helpers from Debian unstable for oracular
Status in init-system-helpers package in Ubuntu:
Incomplete
Bug description:
Scheduled-For: Backlog
Upstream: tbd
Debian: 1.66
Ubuntu: 1.66ubuntu1
foundations team has maintained this package's merge in the past.
If it turns out this needs a sync rather than a merge, please change
the tag 'needs-merge' to 'needs-sync', and (optionally) update the
title as desired.
If this merge pulls in a new upstream version, also consider adding an
entry to the Oracular Release Notes:
https://discourse.ubuntu.com/c/release/38
### New Debian Changes ###
init-system-helpers (1.66) unstable; urgency=medium
[ Samuel Thibault ]
* Add hurd-amd64 case.
[ Gioele Barabucci ]
* d/init.lintian-overrides: Silence warning about 'Important' field
`Important: yes` instructs APT to warn the user before removing this
package.
[ Johannes Schauer Marin Rodrigues ]
* script/update-rc.d: DPKG_ROOT support for sysvinit
[ Ansgar ]
* Add 'Protected: yes' to package 'init' The 'Protected' field does the
same as 'Important' already did in apt, but is also understood by dpkg
(since dpkg 1.20.1).
[ Luca Boccassi ]
* Bump Standards-Version to 4.6.2, no changes
* Override Lintian warning for Protected: yes
* deb-systemd-invoke: support reload/reexec. This is useful for the
--user case, to provide a shortcut that loops over all active user
sessions over D-Bus.
* deb-systemd-invoke: support --no-dbus for reload/reexec. Provide
common implementation for SIGHUP/SIGRTMIN+25 to reload/reexec the
system or user instances.
-- Luca Boccassi <bluca at debian.org> Sun, 26 Nov 2023 20:42:28 +0000
init-system-helpers (1.65.2) unstable; urgency=low
* Undo yet another hostile and baseless NMU.
-- Luca Boccassi <bluca at debian.org> Sun, 18 Sep 2022 02:53:19 +0100
init-system-helpers (1.65.1) unstable; urgency=low
* Undo hostile NMU.
-- Luca Boccassi <bluca at debian.org> Sun, 18 Sep 2022 01:53:32 +0100
init-system-helpers (1.65) unstable; urgency=low
* Upload to unstable.
-- Luca Boccassi <bluca at debian.org> Sat, 17 Sep 2022 21:11:07 +0100
init-system-helpers (1.65~exp2) experimental; urgency=medium
* fakechroot tests: skip on architectures where it is not available
-- Luca Boccassi <bluca at debian.org> Thu, 15 Sep 2022 21:14:08 +0100
init-system-helpers (1.65~exp1) experimental; urgency=medium
[ Luca Boccassi ]
* Drop outdated conflict with file-rc
* Add myself to Uploaders
* d/rules: use execute_after instead of override
* Add a dependency on usrmerge | usr-is-merged to complete the
transition. As per ctte decision and discussion at:
https://lists.debian.org/debian-ctte/2022/07/msg00019.html
https://lists.debian.org/debian-ctte/2022/07/msg00061.html
https://lists.debian.org/debian-ctte/2022/08/msg00006.html
[ Victor Westerhuis ]
* Make deb-systemd-helper work on template units with DefaultInstance.
DefaultInstance only influences the meaning of WantedBy/RequiredBy.
Alias and Also are not impacted. This patch does not enable changing
template instantiations, so `deb-systemd-helper enable
getty at tty2.service` will still fail.
* Fix tests depending on ordering of lines in state file. The previous
commit changes the order in which lines are written to the state file.
Because correctness does not depend on the order in which the state
file is written, ignore the order in the test.
-- Luca Boccassi <bluca at debian.org> Sat, 10 Sep 2022 13:27:16 +0100
init-system-helpers (1.64) unstable; urgency=medium
* Team upload.
* d-s-h: break infinite recursion on symlinks. (Closes: #1014119)
* Bump Standards-Version to 4.6.1, no changes
* Update date ranges in d/copyright
-- Luca Boccassi <bluca at debian.org> Mon, 04 Jul 2022 11:19:08 +0100
init-system-helpers (1.63) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster
* init-system-helpers: Drop versioned constraint on perl-base in Depends.
* init: Drop versioned constraint on init-system-helpers in Depends.
[ Johannes Schauer Marin Rodrigues ]
* t/helpers.pm: use installed version of deb-systemd-helper if
TEST_INSTALLED is set
* add DPKG_ROOT support (Closes: #983421)
### Old Ubuntu Delta ###
init-system-helpers (1.66ubuntu1) noble; urgency=medium
* Merge from Debian unstable. Remaining changes:
- Drop dependency on usrmerge.
-- Steve Langasek <steve.langasek at ubuntu.com> Tue, 05 Dec 2023
23:50:15 -0800
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/2064408/+subscriptions
More information about the foundations-bugs
mailing list