drbd-utils 9.22.0-1.1 source package in Ubuntu

Changelog

drbd-utils (9.22.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add Build-Depends on pkgconf and systemd-dev to get the proper paths for
    udev rules and systemd service files. (Closes: #1060545, #921153)
  * Rely on systemd.pc and udev.pc to get the correct paths and do not
    override it in debian/rules.
  * Do not set sbindir in debian/rules and use the default instead, which is
    /usr/sbin.
  * Install drdb.conf modules-load config into /usr/lib/modules-load.d/ which
    is the canonical location.
  * Drop debian/patches/0005-initscript-remove-path.patch which is no longer
    applicable.
  * Drop debian/drbd-utils.dirs, it is not actually needed and creates
    unneeded directories like lib/udev/rules.d.
  * Add debian/patches/0009-no-hard-coded-paths.patch which ensures that all
    scripts and binaries are installed into /usr.
  * The changes above ensure that all files are installed into non-aliased
    locations. (Closes: #1073716)
  * Drop debian/drbd-utils.postinst which is no longer needed.
  * Drop dependency on obsolete package lsb-base.

 -- Michael Biebl <email address hidden>  Wed, 17 Jul 2024 19:22:06 +0200

Upload details

Uploaded by:
Debian DRBD Maintainers
Uploaded to:
Sid
Original maintainer:
Debian DRBD Maintainers
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release main misc
Oracular release main misc

Downloads

File Size SHA-256 Checksum
drbd-utils_9.22.0-1.1.dsc 2.1 KiB 5600987b9f7278a036e67a02f0ad09a3673f381e961e0f85d6e97c9e876dad2c
drbd-utils_9.22.0.orig.tar.gz 1.2 MiB 82253d166a0f2acc3873eac3c062bc86e5615b737f6f8c4c01c3fc9ca099350f
drbd-utils_9.22.0-1.1.debian.tar.xz 19.2 KiB 322b29055a276bdc58383389afacc6364c6404ebd471c076b57b22646d5cc4d1

No changes file available.

Binary packages built by this source

drbd-utils: RAID 1 over TCP/IP for Linux (user utilities)

 Drbd is a block device which is designed to build high availability
 clusters by providing a virtual shared device which keeps disks in
 nodes synchronised using TCP/IP. This simulates RAID 1 but avoiding
 the use of uncommon hardware (shared SCSI buses or Fibre Channel).
 It is currently limited to fail-over HA clusters.
 .
 This package contains the programs that will control the drbd kernel
 module provided in the Linux kernel.

drbd-utils-dbgsym: debug symbols for drbd-utils