Your message dated Sat, 07 May 2016 06:49:43 +0000
with message-id <[email protected]>
and subject line Bug#823569: fixed in sysvinit 2.88dsf-59.4
has caused the Debian Bug report #823569,
regarding sysvinit-utils: switch sysvinit-utils/util-linux Breaks/Depends around
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
823569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823569
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysvinit-utils
Version: 2.88dsf-59.3
Severity: normal

Dear Maintainer,

I'm considering a NMU to switch around the inverted Breaks/Depends
relationship between sysvinit-utils and util-linux (which is/was
a bi-product of the previous but no longer existing dependency
cycle via initscripts, which util-linux no longer depends on).

Doing this means we need a coordinated upload of sysvinit and util-linux.
I suspect since I've seen no actual activity from the prospective
sysvinit adopters that I'll have to NMU sysvinit myself to get this
done. Please speak up ASAP if there's anyone willing to handle this
upload on the sysvinit side or if there's anyone who sees any problems
with the attached patches.
I will proceed very soon, so please speek up if it's just to give you
more time and to give me a sign someone out there is listening.

(The matching util-linux patches has also been included for anyone
interested. Put them in a tarball to keep them separated and avoid
mixing up with actual sysvinit patches.)

Regards,
Andreas Henriksson

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sysvinit-utils depends on:
ii  init-system-helpers  1.31
ii  libc6                2.22-7
ii  startpar             0.59-3

sysvinit-utils recommends no packages.

Versions of packages sysvinit-utils suggests:
pn  bootlogd  <none>
pn  sash      <none>

-- no debconf information
>From 0864dd5eafc8edca3e044841dc5976e16d78ee1f Mon Sep 17 00:00:00 2001
From: Andreas Henriksson <[email protected]>
Date: Fri, 6 May 2016 05:48:00 +0200
Subject: [PATCH 1/3] sysvinit-utils: move util-linux back to Depends (instead
 of Breaks)

- that's where it belonged and can be put now that the cyclic-dep
  (via initscripts pkg) workaround is no longer needed.
- also bump util-linux version to the one with the matching change.

Closes: #-1
Git-Dch: Full
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 530a23a..f9efc03 100644
--- a/debian/control
+++ b/debian/control
@@ -59,9 +59,9 @@ Conflicts: last, sysvconfig, chkconfig (<< 11.0-79.1-2), startpar (<< 0.58-2)
 Replaces: last, sysvinit (<= 2.86.ds1-65)
 Depends: ${shlibs:Depends}, ${misc:Depends}, init-system-helpers (>= 1.25~)
  , startpar
-Breaks: upstart (<< 1.5-0ubuntu5), systemd (<< 215)
 # sulogin, last, lastb and mesg was moved to the util-linux package
- , util-linux (<< 2.26.2-3)
+ , util-linux (>> 2.28-2~)
+Breaks: upstart (<< 1.5-0ubuntu5), systemd (<< 215)
 Suggests: bootlogd, sash
 Description: System-V-like utilities
  This package contains the important System-V-like utilities.
-- 
2.8.1

>From 55201541b3d534c165987436340ea15dbe7ca7ed Mon Sep 17 00:00:00 2001
From: Andreas Henriksson <[email protected]>
Date: Fri, 6 May 2016 06:07:53 +0200
Subject: [PATCH 2/3] Add a basic debian/gbp.conf with debian/upstream branch
 names

---
 debian/gbp.conf | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 debian/gbp.conf

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..60ce09b
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+debian-branch = master
+upstream-branch = upstream/2.88dsf
-- 
2.8.1

>From 1420326055960274cd927facb9b3b1409dfcec07 Mon Sep 17 00:00:00 2001
From: Andreas Henriksson <[email protected]>
Date: Fri, 6 May 2016 05:55:55 +0200
Subject: [PATCH 3/3] Update debian/changelog

---
 debian/changelog | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2492ab2..13d98c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+sysvinit (2.88dsf-59.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Petter Reinholdtsen ]
+  * Fix typo in init-d-script(5) reported by Eric S. Raymond.
+
+  [ Andreas Henriksson ]
+  * sysvinit-utils: move util-linux back to Depends (instead of Breaks)
+    - that's where it belonged and can be put now that the cyclic-dep
+      (via initscripts pkg) workaround is no longer needed.
+    - also bump util-linux version to the one with the matching change.
+    Closes: #-1
+  * Add a basic debian/gbp.conf with debian/upstream branch names
+
+ -- Andreas Henriksson <[email protected]>  Fri, 06 May 2016 05:55:46 +0200
+
 sysvinit (2.88dsf-59.3) unstable; urgency=medium
 
   * Non-maintainer upload.
-- 
2.8.1

Attachment: ul-patches.tar
Description: Unix tar archive


--- End Message ---
--- Begin Message ---
Source: sysvinit
Source-Version: 2.88dsf-59.4

We believe that the bug you reported is fixed in the latest version of
sysvinit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson <[email protected]> (supplier of updated sysvinit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 06 May 2016 05:55:46 +0200
Source: sysvinit
Binary: sysvinit sysvinit-core sysvinit-utils sysv-rc initscripts bootlogd
Architecture: source amd64 all
Version: 2.88dsf-59.4
Distribution: unstable
Urgency: medium
Maintainer: Debian sysvinit maintainers 
<[email protected]>
Changed-By: Andreas Henriksson <[email protected]>
Description:
 bootlogd   - daemon to log boot messages
 initscripts - scripts for initializing and shutting down the system
 sysv-rc    - System-V-like runlevel change mechanism
 sysvinit   - System-V-like init utilities - transitional package
 sysvinit-core - System-V-like init utilities
 sysvinit-utils - System-V-like utilities
Closes: 823569
Changes:
 sysvinit (2.88dsf-59.4) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Petter Reinholdtsen ]
   * Fix typo in init-d-script(5) reported by Eric S. Raymond.
 .
   [ Andreas Henriksson ]
   * sysvinit-utils: move util-linux back to Depends (instead of Breaks)
     - that's where it belonged and can be put now that the cyclic-dep
       (via initscripts pkg) workaround is no longer needed.
     - also bump util-linux version to the one with the matching change.
     Closes: #823569
   * Add a basic debian/gbp.conf with debian/upstream branch names
Checksums-Sha1:
 ec78888094643f51695eb12198c7d0b7cadb0a67 2292 sysvinit_2.88dsf-59.4.dsc
 5eaedb8504dd247ae7122b7e0de6e9cd776b78d6 132692 
sysvinit_2.88dsf-59.4.debian.tar.xz
 d9dada665bcb2622726deb2359531237cc304174 59934 bootlogd_2.88dsf-59.4_amd64.deb
 a83fec99fd3a3ed4a163f1b0d1f54face893c536 84152 
initscripts_2.88dsf-59.4_amd64.deb
 ec1d6ed9d28e25dba1f401c051fad24a4ade21fe 66500 sysv-rc_2.88dsf-59.4_all.deb
 f2baf1da47ce04181cee4d6c75e1b524495bcf03 132374 
sysvinit-core_2.88dsf-59.4_amd64.deb
 91ba6f494aa747aeb9e80cae9a2e21716bd98534 66310 
sysvinit-utils_2.88dsf-59.4_amd64.deb
 89e4820513374da372ff97d07d2fe0c88d35a520 101050 sysvinit_2.88dsf-59.4_amd64.deb
Checksums-Sha256:
 4d23f934049f2f8a30bd23485501f8152f95fb0d8b9a7cacf4b7a63a8c594496 2292 
sysvinit_2.88dsf-59.4.dsc
 f4f6a76f1455d158b318302290024b4486efd1c51ced062c804fee00a0eb11c6 132692 
sysvinit_2.88dsf-59.4.debian.tar.xz
 c46ada91c74b8570413c2b6982ece486420c13273f54b020305cf4ae3702240d 59934 
bootlogd_2.88dsf-59.4_amd64.deb
 265c7a041da80750a13493f91ab84b1e604aaf4e1dd8ecdcbceee4ea3883efeb 84152 
initscripts_2.88dsf-59.4_amd64.deb
 9c1e7e75c152244083f004cd6aa9613b9854cc68750861092eb047a558e9654d 66500 
sysv-rc_2.88dsf-59.4_all.deb
 6e1d718292cafc8cf30f66a8608df1b13b5fc39661b21c8153d91a4d1adaf734 132374 
sysvinit-core_2.88dsf-59.4_amd64.deb
 6b39fde703bf0473935523b85cbf29240f03b8c2f77fdde8453b56109e640d95 66310 
sysvinit-utils_2.88dsf-59.4_amd64.deb
 e32c2ccb882bcd1ee8e65e0c8cb904dd2477895b339000bfa2ca6e0f4119fbff 101050 
sysvinit_2.88dsf-59.4_amd64.deb
Files:
 a60e5c4e02da7acc67768329b7eb7aa9 2292 admin required sysvinit_2.88dsf-59.4.dsc
 470e5fd9ab5a5da2f19fa8932e0b63db 132692 admin required 
sysvinit_2.88dsf-59.4.debian.tar.xz
 c2fcf28478dc447574e03f6287369d0c 59934 admin optional 
bootlogd_2.88dsf-59.4_amd64.deb
 8ef826ebf8d88d6c1ab30d537b889a81 84152 admin required 
initscripts_2.88dsf-59.4_amd64.deb
 fac341afdf778223d41201ff7577f242 66500 admin required 
sysv-rc_2.88dsf-59.4_all.deb
 371e85730746a5fa640c81c6ad60d342 132374 admin extra 
sysvinit-core_2.88dsf-59.4_amd64.deb
 82a2c4037ff781630e92f369403e27cc 66310 admin required 
sysvinit-utils_2.88dsf-59.4_amd64.deb
 57a30ef473b77907665665da5243e265 101050 admin optional 
sysvinit_2.88dsf-59.4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXLY0NAAoJEAvEfcZNE1MGqWUP/0Uc/NtK/uf9GJfmQOgRxj4s
kY24a5QvU6Tb8Or0wZCZCHxc1UOla4VXZAGZEwoIXYfanOVavWH1cJ0nY+MPGuFM
MMaw+WWVr9ELklQzl7MDSQKbznc7fQFKVoKdGqcYROTicQWajkTuC+r4fp+nBNIL
VkSsqWbH3WCeoUF7BjBeTR2adamHCc7tDlbTMWDOGRzaHa6d1oLudpf6QqFFJKwL
nsn3qt6fAoCZ83PirVG5sZDyYB1LWzxqV4003JUc68dTUxtehjFDv/jUF5zPg7HP
C7tLXCxLvYUN+Uif8X4ohGbSlGuUxPrECkBT+KJs/feBn0PNkqdk3twNqMvpKzta
Wb1+bOvSfO1rFEiIv+9sFnwRQgPiAHyHi69xnFqVfOwLTtbUUSZD+EAzZOvJrE1T
92ReGDwGO1r+P67UF3r18WCWGIciI2AzOejBW6fAZ1InTbYYD8bkttIEv44k768t
QVM4GvYkWC6mXpYaC4dKwPgiLe8CxITnD1Qq3F2WtWqkiY9/Ac1BAjWbIjetpFJo
Bvz+uvTQhEwiZ9/wM6P7kA6mI1JKWSesV0dLNkcInCAfzOFyV3Y4cIItY5mVMWNG
oHOTEQ6xB3goUZ5vMiWcle9mvWV0GZsvIB7JT+t7BEveb6MkzHWU2pXeYgjpdw4H
xiaq64zT0jJ/ycKVA0Lj
=et+/
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

Reply via email to