Your message dated Thu, 22 Nov 2018 17:12:47 +0000
with message-id <[email protected]>
and subject line Bug#774179: fixed in sysvinit 2.92~beta-1
has caused the Debian Bug report #774179,
regarding sysvinit: wrap-and-sort debian/control
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.)


-- 
774179: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774179
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysvinit
Severity: wishlist
Tags: patch

Hi,
these patchs are only cosmetics changes, but make control file ordered.
Feel free to adjust whatever thing to improve the patches.
For the second patch i've used: wrap-and-sort --verbose -f debian/control 
--max-line-length=5
Thanks for considering.

*** 
/home/mdt/sysvinit-exp/debian/0001-Preparing-to-run-wrap-and-sort-from-devscripts.patch
>From 3b36d0f98c35dbddb3a92823daeb1b1fd7a2bd63 Mon Sep 17 00:00:00 2001
From: mdt <[email protected]>
Date: Mon, 29 Dec 2014 20:26:54 +0100
Subject: [PATCH 1/2] Preparing to run wrap-and-sort from devscripts. So,
 removing all commented line to let wrap-and-sort work properly.

---
 debian/control | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/debian/control b/debian/control
index b15586e..ca546f1 100644
--- a/debian/control
+++ b/debian/control
@@ -43,9 +43,7 @@ Depends: initscripts (>= 2.88dsf-13.3),
  sysvinit-utils (>= 2.86.ds1-66),
  ${shlibs:Depends},
  ${misc:Depends},
-# For ischroot
  debianutils (>= 4),
-# Required for TERM=xterm switch (see #605777)
  kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any]
 Conflicts: systemd-sysv, upstart
 Replaces: sysvinit (<< 2.88dsf-44~), systemd-sysv, upstart
@@ -105,12 +103,8 @@ Conflicts:
  libdevmapper1.02.1 (<< 2:1.02.24-1),
 Replaces: libc6, libc6.1, libc0.1, libc0.3
 Breaks:
-# Needed for ifquery
  ifupdown (<< 0.7.46),
-# Needed to ensure migration of UTC setting before /etc/default/rcS is updated.
  util-linux (<< 2.20.1-5),
-# Packages using /lib/init/rw which must transition to /run.
-# These breaks may be removed after wheezy is released.
  aide (<< 0.15.1-5),
  atm-tools (<< 1:2.5.1-1.3),
  console-common (<< 0.7.86),
@@ -134,16 +128,10 @@ Breaks:
  wpasupplicant (<< 0.7.3-4),
  xymon (<< 4.3.0~beta2.dfsg-9),
  selinux-policy-default (<= 2:0.2.20100524-9),
-# Packages relying on a writable /etc/mtab which need fixing
-# before they can work with /proc/mounts and utab with libmount.
  libpam-mount (<< 2.13-1),
  autofs (<< 5.0.0),
-# Older versions of initramfs-tools can't cope with /etc/mtab
-# being a symlink #668616 and #668650
  initramfs-tools (<< 0.104),
-# Needed for transition to dependency-based boot for wheezy
  bootchart (<< 0.10~svn407-4),
-# Older versions of hurd do not implement the neccessary functionality
  hurd (<< 0.5.git20131101~)
 Description: scripts for initializing and shutting down the system
  The scripts in this package initialize a standard Debian
-- 
2.1.1


*** /home/mdt/sysvinit-exp/debian/0002-wrap-and-sort.patch
>From be596baee731eb5ed77d236fb4c0d34934b73aed Mon Sep 17 00:00:00 2001
From: mdt <[email protected]>
Date: Mon, 29 Dec 2014 20:49:02 +0100
Subject: [PATCH 2/2] wrap-and-sort

---
 debian/control | 167 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 91 insertions(+), 76 deletions(-)

diff --git a/debian/control b/debian/control
index ca546f1..d9adfe7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,16 @@ Source: sysvinit
 Section: admin
 Priority: required
 Maintainer: Debian sysvinit maintainers 
<[email protected]>
-Uploaders:
- Petter Reinholdtsen <[email protected]>,
- Henrique de Moraes Holschuh <[email protected]>,
- Kel Modderman <[email protected]>,
- Roger Leigh <[email protected]>,
- Thomas Goirand <[email protected]>
-Build-Depends:
- debhelper (>= 9.20120410),
- po-debconf,
- quilt (>= 0.40),
- libselinux1-dev (>= 1.14) [linux-any],
- libsepol1-dev [linux-any]
+Uploaders: Petter Reinholdtsen <[email protected]>,
+           Henrique de Moraes Holschuh <[email protected]>,
+           Kel Modderman <[email protected]>,
+           Roger Leigh <[email protected]>,
+           Thomas Goirand <[email protected]>
+Build-Depends: debhelper (>= 9.20120410),
+               libselinux1-dev (>= 1.14) [linux-any],
+               libsepol1-dev [linux-any],
+               po-debconf,
+               quilt (>= 0.40)
 Standards-Version: 3.9.5
 Homepage: http://savannah.nongnu.org/projects/sysvinit
 Vcs-Git: git://anonscm.debian.org/collab-maint/sysvinit.git
@@ -23,7 +21,8 @@ Package: sysvinit
 Priority: optional
 Architecture: any
 Pre-Depends: init
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: System-V-like init utilities - transitional package
  This package depends on init, which is an essential package that
  pulls in the default init system. Starting with jessie, this will be
@@ -38,15 +37,18 @@ Description: System-V-like init utilities - transitional 
package
 Package: sysvinit-core
 Priority: extra
 Architecture: any
-Depends: initscripts (>= 2.88dsf-13.3),
- sysv-rc | file-rc,
- sysvinit-utils (>= 2.86.ds1-66),
- ${shlibs:Depends},
- ${misc:Depends},
- debianutils (>= 4),
- kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any]
-Conflicts: systemd-sysv, upstart
-Replaces: sysvinit (<< 2.88dsf-44~), systemd-sysv, upstart
+Depends: debianutils (>= 4),
+         initscripts (>= 2.88dsf-13.3),
+         kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any],
+         sysv-rc | file-rc,
+         sysvinit-utils (>= 2.86.ds1-66),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Conflicts: systemd-sysv,
+           upstart
+Replaces: systemd-sysv,
+          sysvinit (<< 2.88dsf-44~),
+          upstart
 Description: System-V-like init utilities
  This package contains programs required for booting
  a Debian system and doing basic process management.
@@ -59,12 +61,18 @@ Description: System-V-like init utilities
 Package: sysvinit-utils
 Essential: yes
 Architecture: any
-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}
- , startpar
+Conflicts: chkconfig (<< 11.0-79.1-2),
+           last,
+           startpar (<< 0.58-2),
+           sysvconfig
+Replaces: last,
+          sysvinit (<= 2.86.ds1-65)
+Depends: startpar,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: upstart (<< 1.5-0ubuntu5)
-Suggests: bootlogd, sash
+Suggests: bootlogd,
+          sash
 Description: System-V-like utilities
  This package contains the important System-V-like utilities.
  .
@@ -78,11 +86,10 @@ Recommends: lsb-base (>= 3.2-14)
 Conflicts: file-rc
 Replaces: file-rc
 Suggests: bum
-Depends:
- ${misc:Depends},
- sysvinit-utils (>= 2.86.ds1-62),
- insserv (>> 1.12.0-10)
- , startpar
+Depends: insserv (>> 1.12.0-10),
+         startpar,
+         sysvinit-utils (>= 2.86.ds1-62),
+         ${misc:Depends}
 Breaks: initscripts (<< 2.86.ds1-63)
 Description: System-V-like runlevel change mechanism
  This package provides support for the System-V like system
@@ -92,47 +99,51 @@ Description: System-V-like runlevel change mechanism
 Package: initscripts
 Architecture: any
 Multi-Arch: foreign
-Depends:
- ${shlibs:Depends}, ${misc:Depends}, ${mount:Depends},
- debianutils (>= 4),
- lsb-base (>= 3.2-14),
- sysvinit-utils (>= 2.88dsf-50), sysv-rc | file-rc,
- coreutils (>= 5.93)
-Recommends: psmisc, e2fsprogs
-Conflicts:
- libdevmapper1.02.1 (<< 2:1.02.24-1),
-Replaces: libc6, libc6.1, libc0.1, libc0.3
-Breaks:
- ifupdown (<< 0.7.46),
- util-linux (<< 2.20.1-5),
- aide (<< 0.15.1-5),
- atm-tools (<< 1:2.5.1-1.3),
- console-common (<< 0.7.86),
- console-setup (<< 1.74),
- cruft (<< 0.9.16),
- eepc-acpi-scripts (<< 1.1.12),
- fcheck (<< 2.7.59-16),
- hostapd (<< 1:0.7.3-3),
- live-build (<< 3.0~a26-1),
- ltsp-client-core (<< 5.2.16-1),
- mdadm (<< 3.2.2-1),
- nbd-client (<< 1:2.9.23-1),
- nfs-common (<< 1:1.2.5-3),
- portmap (<< 6.0.0-2),
- readahead-fedora (<< 2:1.5.6-3),
- resolvconf (<< 1.49),
- rpcbind (<< 0.2.0-7),
- rsyslog (<< 5.8.2-2),
- splashy (<< 0.3.13-5.1+b1),
- sysklogd (<< 1.5-6.2),
- wpasupplicant (<< 0.7.3-4),
- xymon (<< 4.3.0~beta2.dfsg-9),
- selinux-policy-default (<= 2:0.2.20100524-9),
- libpam-mount (<< 2.13-1),
- autofs (<< 5.0.0),
- initramfs-tools (<< 0.104),
- bootchart (<< 0.10~svn407-4),
- hurd (<< 0.5.git20131101~)
+Depends: coreutils (>= 5.93),
+         debianutils (>= 4),
+         lsb-base (>= 3.2-14),
+         sysv-rc | file-rc,
+         sysvinit-utils (>= 2.88dsf-50),
+         ${misc:Depends},
+         ${mount:Depends},
+         ${shlibs:Depends}
+Recommends: e2fsprogs,
+            psmisc
+Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1)
+Replaces: libc0.1,
+          libc0.3,
+          libc6,
+          libc6.1
+Breaks: aide (<< 0.15.1-5),
+        atm-tools (<< 1:2.5.1-1.3),
+        autofs (<< 5.0.0),
+        bootchart (<< 0.10~svn407-4),
+        console-common (<< 0.7.86),
+        console-setup (<< 1.74),
+        cruft (<< 0.9.16),
+        eepc-acpi-scripts (<< 1.1.12),
+        fcheck (<< 2.7.59-16),
+        hostapd (<< 1:0.7.3-3),
+        hurd (<< 0.5.git20131101~),
+        ifupdown (<< 0.7.46),
+        initramfs-tools (<< 0.104),
+        libpam-mount (<< 2.13-1),
+        live-build (<< 3.0~a26-1),
+        ltsp-client-core (<< 5.2.16-1),
+        mdadm (<< 3.2.2-1),
+        nbd-client (<< 1:2.9.23-1),
+        nfs-common (<< 1:1.2.5-3),
+        portmap (<< 6.0.0-2),
+        readahead-fedora (<< 2:1.5.6-3),
+        resolvconf (<< 1.49),
+        rpcbind (<< 0.2.0-7),
+        rsyslog (<< 5.8.2-2),
+        selinux-policy-default (<= 2:0.2.20100524-9),
+        splashy (<< 0.3.13-5.1+b1),
+        sysklogd (<< 1.5-6.2),
+        util-linux (<< 2.20.1-5),
+        wpasupplicant (<< 0.7.3-4),
+        xymon (<< 4.3.0~beta2.dfsg-9)
 Description: scripts for initializing and shutting down the system
  The scripts in this package initialize a standard Debian
  system at boot time and shut it down at halt or reboot time.
@@ -140,9 +151,13 @@ Description: scripts for initializing and shutting down 
the system
 Package: bootlogd
 Architecture: any
 Priority: optional
-Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14)
-Replaces: sysvinit-utils (<< 2.88dsf-17), initscripts (<< 2.88dsf-17)
-Breaks: sysvinit-utils (<< 2.88dsf-17), initscripts (<< 2.88dsf-17)
+Depends: lsb-base (>= 3.2-14),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Replaces: initscripts (<< 2.88dsf-17),
+          sysvinit-utils (<< 2.88dsf-17)
+Breaks: initscripts (<< 2.88dsf-17),
+        sysvinit-utils (<< 2.88dsf-17)
 Description: daemon to log boot messages
  bootlogd logs all messages printed to the system console during system boot,
  and records those messages to a logfile.
-- 
2.1.1



-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-0.bpo.4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sysvinit depends on:
ii  debianutils     4.3.2
ii  initscripts     2.88dsf-41+deb7u1
ii  libc6           2.18-7
ii  libselinux1     2.3-2
ii  libsepol1       2.3-2
ii  sysv-rc         2.88dsf-41+deb7u1
ii  sysvinit-utils  2.88dsf-41+deb7u1

sysvinit recommends no packages.

sysvinit suggests no packages.

-- no debconf information
>From be596baee731eb5ed77d236fb4c0d34934b73aed Mon Sep 17 00:00:00 2001
From: mdt <[email protected]>
Date: Mon, 29 Dec 2014 20:49:02 +0100
Subject: [PATCH 2/2] wrap-and-sort

---
 debian/control | 167 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 91 insertions(+), 76 deletions(-)

diff --git a/debian/control b/debian/control
index ca546f1..d9adfe7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,16 @@ Source: sysvinit
 Section: admin
 Priority: required
 Maintainer: Debian sysvinit maintainers <[email protected]>
-Uploaders:
- Petter Reinholdtsen <[email protected]>,
- Henrique de Moraes Holschuh <[email protected]>,
- Kel Modderman <[email protected]>,
- Roger Leigh <[email protected]>,
- Thomas Goirand <[email protected]>
-Build-Depends:
- debhelper (>= 9.20120410),
- po-debconf,
- quilt (>= 0.40),
- libselinux1-dev (>= 1.14) [linux-any],
- libsepol1-dev [linux-any]
+Uploaders: Petter Reinholdtsen <[email protected]>,
+           Henrique de Moraes Holschuh <[email protected]>,
+           Kel Modderman <[email protected]>,
+           Roger Leigh <[email protected]>,
+           Thomas Goirand <[email protected]>
+Build-Depends: debhelper (>= 9.20120410),
+               libselinux1-dev (>= 1.14) [linux-any],
+               libsepol1-dev [linux-any],
+               po-debconf,
+               quilt (>= 0.40)
 Standards-Version: 3.9.5
 Homepage: http://savannah.nongnu.org/projects/sysvinit
 Vcs-Git: git://anonscm.debian.org/collab-maint/sysvinit.git
@@ -23,7 +21,8 @@ Package: sysvinit
 Priority: optional
 Architecture: any
 Pre-Depends: init
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: System-V-like init utilities - transitional package
  This package depends on init, which is an essential package that
  pulls in the default init system. Starting with jessie, this will be
@@ -38,15 +37,18 @@ Description: System-V-like init utilities - transitional package
 Package: sysvinit-core
 Priority: extra
 Architecture: any
-Depends: initscripts (>= 2.88dsf-13.3),
- sysv-rc | file-rc,
- sysvinit-utils (>= 2.86.ds1-66),
- ${shlibs:Depends},
- ${misc:Depends},
- debianutils (>= 4),
- kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any]
-Conflicts: systemd-sysv, upstart
-Replaces: sysvinit (<< 2.88dsf-44~), systemd-sysv, upstart
+Depends: debianutils (>= 4),
+         initscripts (>= 2.88dsf-13.3),
+         kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any],
+         sysv-rc | file-rc,
+         sysvinit-utils (>= 2.86.ds1-66),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Conflicts: systemd-sysv,
+           upstart
+Replaces: systemd-sysv,
+          sysvinit (<< 2.88dsf-44~),
+          upstart
 Description: System-V-like init utilities
  This package contains programs required for booting
  a Debian system and doing basic process management.
@@ -59,12 +61,18 @@ Description: System-V-like init utilities
 Package: sysvinit-utils
 Essential: yes
 Architecture: any
-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}
- , startpar
+Conflicts: chkconfig (<< 11.0-79.1-2),
+           last,
+           startpar (<< 0.58-2),
+           sysvconfig
+Replaces: last,
+          sysvinit (<= 2.86.ds1-65)
+Depends: startpar,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: upstart (<< 1.5-0ubuntu5)
-Suggests: bootlogd, sash
+Suggests: bootlogd,
+          sash
 Description: System-V-like utilities
  This package contains the important System-V-like utilities.
  .
@@ -78,11 +86,10 @@ Recommends: lsb-base (>= 3.2-14)
 Conflicts: file-rc
 Replaces: file-rc
 Suggests: bum
-Depends:
- ${misc:Depends},
- sysvinit-utils (>= 2.86.ds1-62),
- insserv (>> 1.12.0-10)
- , startpar
+Depends: insserv (>> 1.12.0-10),
+         startpar,
+         sysvinit-utils (>= 2.86.ds1-62),
+         ${misc:Depends}
 Breaks: initscripts (<< 2.86.ds1-63)
 Description: System-V-like runlevel change mechanism
  This package provides support for the System-V like system
@@ -92,47 +99,51 @@ Description: System-V-like runlevel change mechanism
 Package: initscripts
 Architecture: any
 Multi-Arch: foreign
-Depends:
- ${shlibs:Depends}, ${misc:Depends}, ${mount:Depends},
- debianutils (>= 4),
- lsb-base (>= 3.2-14),
- sysvinit-utils (>= 2.88dsf-50), sysv-rc | file-rc,
- coreutils (>= 5.93)
-Recommends: psmisc, e2fsprogs
-Conflicts:
- libdevmapper1.02.1 (<< 2:1.02.24-1),
-Replaces: libc6, libc6.1, libc0.1, libc0.3
-Breaks:
- ifupdown (<< 0.7.46),
- util-linux (<< 2.20.1-5),
- aide (<< 0.15.1-5),
- atm-tools (<< 1:2.5.1-1.3),
- console-common (<< 0.7.86),
- console-setup (<< 1.74),
- cruft (<< 0.9.16),
- eepc-acpi-scripts (<< 1.1.12),
- fcheck (<< 2.7.59-16),
- hostapd (<< 1:0.7.3-3),
- live-build (<< 3.0~a26-1),
- ltsp-client-core (<< 5.2.16-1),
- mdadm (<< 3.2.2-1),
- nbd-client (<< 1:2.9.23-1),
- nfs-common (<< 1:1.2.5-3),
- portmap (<< 6.0.0-2),
- readahead-fedora (<< 2:1.5.6-3),
- resolvconf (<< 1.49),
- rpcbind (<< 0.2.0-7),
- rsyslog (<< 5.8.2-2),
- splashy (<< 0.3.13-5.1+b1),
- sysklogd (<< 1.5-6.2),
- wpasupplicant (<< 0.7.3-4),
- xymon (<< 4.3.0~beta2.dfsg-9),
- selinux-policy-default (<= 2:0.2.20100524-9),
- libpam-mount (<< 2.13-1),
- autofs (<< 5.0.0),
- initramfs-tools (<< 0.104),
- bootchart (<< 0.10~svn407-4),
- hurd (<< 0.5.git20131101~)
+Depends: coreutils (>= 5.93),
+         debianutils (>= 4),
+         lsb-base (>= 3.2-14),
+         sysv-rc | file-rc,
+         sysvinit-utils (>= 2.88dsf-50),
+         ${misc:Depends},
+         ${mount:Depends},
+         ${shlibs:Depends}
+Recommends: e2fsprogs,
+            psmisc
+Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1)
+Replaces: libc0.1,
+          libc0.3,
+          libc6,
+          libc6.1
+Breaks: aide (<< 0.15.1-5),
+        atm-tools (<< 1:2.5.1-1.3),
+        autofs (<< 5.0.0),
+        bootchart (<< 0.10~svn407-4),
+        console-common (<< 0.7.86),
+        console-setup (<< 1.74),
+        cruft (<< 0.9.16),
+        eepc-acpi-scripts (<< 1.1.12),
+        fcheck (<< 2.7.59-16),
+        hostapd (<< 1:0.7.3-3),
+        hurd (<< 0.5.git20131101~),
+        ifupdown (<< 0.7.46),
+        initramfs-tools (<< 0.104),
+        libpam-mount (<< 2.13-1),
+        live-build (<< 3.0~a26-1),
+        ltsp-client-core (<< 5.2.16-1),
+        mdadm (<< 3.2.2-1),
+        nbd-client (<< 1:2.9.23-1),
+        nfs-common (<< 1:1.2.5-3),
+        portmap (<< 6.0.0-2),
+        readahead-fedora (<< 2:1.5.6-3),
+        resolvconf (<< 1.49),
+        rpcbind (<< 0.2.0-7),
+        rsyslog (<< 5.8.2-2),
+        selinux-policy-default (<= 2:0.2.20100524-9),
+        splashy (<< 0.3.13-5.1+b1),
+        sysklogd (<< 1.5-6.2),
+        util-linux (<< 2.20.1-5),
+        wpasupplicant (<< 0.7.3-4),
+        xymon (<< 4.3.0~beta2.dfsg-9)
 Description: scripts for initializing and shutting down the system
  The scripts in this package initialize a standard Debian
  system at boot time and shut it down at halt or reboot time.
@@ -140,9 +151,13 @@ Description: scripts for initializing and shutting down the system
 Package: bootlogd
 Architecture: any
 Priority: optional
-Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14)
-Replaces: sysvinit-utils (<< 2.88dsf-17), initscripts (<< 2.88dsf-17)
-Breaks: sysvinit-utils (<< 2.88dsf-17), initscripts (<< 2.88dsf-17)
+Depends: lsb-base (>= 3.2-14),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Replaces: initscripts (<< 2.88dsf-17),
+          sysvinit-utils (<< 2.88dsf-17)
+Breaks: initscripts (<< 2.88dsf-17),
+        sysvinit-utils (<< 2.88dsf-17)
 Description: daemon to log boot messages
  bootlogd logs all messages printed to the system console during system boot,
  and records those messages to a logfile.
-- 
2.1.1

>From 3b36d0f98c35dbddb3a92823daeb1b1fd7a2bd63 Mon Sep 17 00:00:00 2001
From: mdt <[email protected]>
Date: Mon, 29 Dec 2014 20:26:54 +0100
Subject: [PATCH 1/2] Preparing to run wrap-and-sort from devscripts. So,
 removing all commented line to let wrap-and-sort work properly.

---
 debian/control | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/debian/control b/debian/control
index b15586e..ca546f1 100644
--- a/debian/control
+++ b/debian/control
@@ -43,9 +43,7 @@ Depends: initscripts (>= 2.88dsf-13.3),
  sysvinit-utils (>= 2.86.ds1-66),
  ${shlibs:Depends},
  ${misc:Depends},
-# For ischroot
  debianutils (>= 4),
-# Required for TERM=xterm switch (see #605777)
  kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any]
 Conflicts: systemd-sysv, upstart
 Replaces: sysvinit (<< 2.88dsf-44~), systemd-sysv, upstart
@@ -105,12 +103,8 @@ Conflicts:
  libdevmapper1.02.1 (<< 2:1.02.24-1),
 Replaces: libc6, libc6.1, libc0.1, libc0.3
 Breaks:
-# Needed for ifquery
  ifupdown (<< 0.7.46),
-# Needed to ensure migration of UTC setting before /etc/default/rcS is updated.
  util-linux (<< 2.20.1-5),
-# Packages using /lib/init/rw which must transition to /run.
-# These breaks may be removed after wheezy is released.
  aide (<< 0.15.1-5),
  atm-tools (<< 1:2.5.1-1.3),
  console-common (<< 0.7.86),
@@ -134,16 +128,10 @@ Breaks:
  wpasupplicant (<< 0.7.3-4),
  xymon (<< 4.3.0~beta2.dfsg-9),
  selinux-policy-default (<= 2:0.2.20100524-9),
-# Packages relying on a writable /etc/mtab which need fixing
-# before they can work with /proc/mounts and utab with libmount.
  libpam-mount (<< 2.13-1),
  autofs (<< 5.0.0),
-# Older versions of initramfs-tools can't cope with /etc/mtab
-# being a symlink #668616 and #668650
  initramfs-tools (<< 0.104),
-# Needed for transition to dependency-based boot for wheezy
  bootchart (<< 0.10~svn407-4),
-# Older versions of hurd do not implement the neccessary functionality
  hurd (<< 0.5.git20131101~)
 Description: scripts for initializing and shutting down the system
  The scripts in this package initialize a standard Debian
-- 
2.1.1


--- End Message ---
--- Begin Message ---
Source: sysvinit
Source-Version: 2.92~beta-1

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.
Dmitry Bogatov <[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: SHA512

Format: 1.8
Date: Thu, 22 Nov 2018 16:13:55 +0000
Source: sysvinit
Binary: sysvinit-core sysvinit-utils sysv-rc initscripts bootlogd
Architecture: source
Version: 2.92~beta-1
Distribution: unstable
Urgency: medium
Maintainer: Debian sysvinit maintainers 
<[email protected]>
Changed-By: Dmitry Bogatov <[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-core - System-V-like init utilities
 sysvinit-utils - System-V-like utilities
Closes: 82366 361935 375274 402847 463771 477656 507868 515595 538334 571590 
578827 590895 614893 619869 628140 630661 699087 717531 719273 724712 725123 
735521 764662 774179 799329 810229 811377 815839 822654 890041 890478 905245 
911044 913154 913247
Changes:
 sysvinit (2.92~beta-1) unstable; urgency=medium
 .
   [ Vincenzo (KatolaZ) Nicosia ]
   * New upstream release (Closes: #725123, #571590, #815839)
     (Closes: #905245, #890478, #402847, #717531, #590895, #630661)
     (Closes: #719273, #361935, #614893, #375274)
   * Refresh patches
 .
   [ Benda Xu ]
   * Provide an example for running inside systemd-nspawn (Closes: #799329).
 .
   [ Dmitry Bogatov ]
   * Upload to unstable
   * Adjust `debian/watch' to translate `-beta' suffix into `~beta'.
   * Remove redundant `/etc/init.d/motd' (Closes: #735521)
   * Pass `--force' option to `sulogin' program, enabling maintenance
     in single mode on systems, where `root' user is disabled. (Closes: #82366)
 .
 sysvinit (2.91-1) experimental; urgency=medium
 .
   [ Dmitry Bogatov ]
   * Revert changes, that removed `Uploaders' field
   * Make Vcs-* fields to point to debian/ repository
   * Revert changes to LSB headers that introduced breakages
     (Thanks: Andreas Henriksson)
   * Add lintian overrides for warnings about LSB headers
   * Update debian/copyright since `start-stop-daemon.c'
     is no longer provided by upstream.
   * Update `debian/watch' to check PGP signature
   * Change mailing field in `Maintainer' field
   * Support GNU/kFreeBSD-specific UFS filesystem in `bootclean.sh' script
     (Closes: #764662)
     + Thanks: Steven Chamberlain <[email protected]>
   * wrap-and-sort -sta (Closes: #774179)
   * Update example script in init-d-script(5) to work correctly on Debian
     GNU/kFreeBSD (Closes: #913247)
   * Remove `/etc/init.d/skeleton' from bin:initscripts, which is superseded
     by init-d-script(5) (Closes: #913154, #810229, #507868, #578827)
   * Remove alternative dependency on `file-rc', which is removed from Archives.
     (Closes: #911044)
   * Do not attempt to set hostname to value, just returned by hostname(1)
     in `/etc/init.d/hostname.sh' (Closes: #628140)
   * Simplify `/etc/init.d/hostname.sh' script, since output of hostname(1)
     is never empty.
   * Remove compressed logs on purge of `bootlogd' (Closes: #724712)
   * Fix whitespace errors in scripts.
   * Minor cleanup of `/etc/init.d/bootlogd' (Closes: #538334)
   * Fix misleading desciption of `PIDFILE' variable in init-d-script(5)
     (Closes: #822654)
 .
   [ Vincenzo (KatolaZ) Nicosia ]
   * New upstream release (Closes: #515595, #890041, #463771)
   * Refreshed patches
   * Add Vincenzo Nicosia to uploaders
   * Update list of copyright holders of debian/* files
   * Remove unnecessary patches
 .
   [ Boyuan Yang ]
   * Remove sysv-rc's suggestion to bum, this package has
     been removed from the archive.
 .
   [ Benda Xu ]
   * Select patches from Cristian Ionescu-Idbohrn (Closes: #699087).
   * Revert 7f0c9952b, swap is handled in checkroot.sh (Closes: #619869).
   * Provide a USB console example in inittab (Closes: #477656).
 .
 sysvinit (2.88dsf-60) experimental; urgency=medium
 .
   * New maintainer (Closes: #811377)
   * Update debian/gbp.conf
   * Replace deprecated priority 'extra' with 'optional'
   * Fix whitespace errors in `debian/changelog'
   * Update Vcs-* fields in `debian/control'
   * Update standards version to 4.2.1 (no changes needed)
   * Convert `debian/copyright' to dep-5 format
   * Bump compat version to 11 (no changes needed)
   * Clean-up unused lintian overrides
   * Remove unused debconf template
   * Declare missing dependency on $local_fs in init scripts
   * Remove virtual dependency $all from all scripts, except rc.local
   * Add lintian overrides about scripts not being registered with
     `update-rc.d'. Actually, they are registered with hand-written
     code in `postrm' scripts
Checksums-Sha1:
 854c6feb4baebd3a2a73904de1a759f5a4a7d688 2562 sysvinit_2.92~beta-1.dsc
 1790c7ed432eaecadff6daa891764a188e6a8bb6 117508 sysvinit_2.92~beta.orig.tar.xz
 ffef43ebd0f731e0386310e6fd7bf9d0d5241659 127792 
sysvinit_2.92~beta-1.debian.tar.xz
Checksums-Sha256:
 0bd6b5cd5fad6f57bf57b926d149942341952354e56a12c1fce5249a2b57c515 2562 
sysvinit_2.92~beta-1.dsc
 1c51a98b7ff26649a6580083dcd2612f2181ee7dc9b0eacbd87a6354ce0cb93a 117508 
sysvinit_2.92~beta.orig.tar.xz
 44cde3cc1fdc069fcb9cfeb27e1a4df7fa29a2a013d8dc9dfd172597f06e8b60 127792 
sysvinit_2.92~beta-1.debian.tar.xz
Files:
 96ae4d7766bca109dc074bf1fb2cdf5a 2562 admin optional sysvinit_2.92~beta-1.dsc
 bae179b131b075685aec8120ff75dbc4 117508 admin optional 
sysvinit_2.92~beta.orig.tar.xz
 173dac3897546173e46167ad6ce2e78b 127792 admin optional 
sysvinit_2.92~beta-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEhnHVzDbtdH7ktKj4SBLY3qgmEeYFAlv21uATHGthY3Rpb25A
ZGViaWFuLm9yZwAKCRBIEtjeqCYR5hMGEACTR4PaGw40whpILanD26VJ8AFVzOMq
qhSiUWMU2Ja4Q1IiypSHmBw8BWT0/RaZ+Q2PTNy7xKj0Qk0qE/X/6mrLYod7hPvz
7a+fRV/6vEQ2sqvWVMADSW791R58xk51eDPs5Iy+1wM5VokM1IO3/GZrJuyMwv9t
mruUdbeYNXLM+8mhQS7RBATZHX0yT+DUB+cetGfX0dRaGxXII4pADd0I6JWgZAGE
uk94S6b/KcEv32cBC47uo9dAqA1JSTnNYeh9KK2+VMgOx9Rd/Ex56wyGjqmap9fn
KjTYHka6pf/1VYj+OJmWJ4jJMiLxQmn7wAtQFItywLoboTllTS3qBKPwR1CrxRC3
9Rg8rsIEIq0w26FiHjj6hjZQ9mi3AbNt9aZyoQN+Uq9NGbbcNhDIzzuUkiAZ3BTW
yKtYD8Yvs/q0Urgnbcp43/9HTEBmbeCnNWrQ5OO7b6fvNQqEPdd5wt7D9AF80xD4
vfHSKlhoax+ExCljRwOSfZlyOM2hRX3F508/bbQa5RU4bqaODr/ZsuPuDzryYMgp
85GvNe6r38VtbkUl/tmVXkisSnTeiyKbcaWGCV7CUCeFe4ujVw2DTIwpgVQF5QDb
dG2m3ycgdTIZajWs4Hy3jxntXnzeZvsqDtPaGIEa47kT3jyNpDVk7JVvl2n0l+jL
Ja68Fe45IGJMMw==
=obt9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to