Package: drbd-utils / 8.9.10-2

Metadata

Package Version Patches format
drbd-utils 8.9.10-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 dpkg statoverride instead of chgrp chmod.patch | (download)

user/v83/drbdadm_main.c | 4 1 + 3 - 0 !
user/v84/drbdadm_main.c | 4 1 + 3 - 0 !
user/v9/drbdadm_postparse.c | 5 1 + 4 - 0 !
3 files changed, 3 insertions(+), 10 deletions(-)

 dpkg-statoverride instead of chgrp/chmod

udev rules name | (download)

scripts/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix name of udev rules file. (closes: #679266)
disable version warning | (download)

user/v83/drbdadm_usage_cnt.c | 2 1 + 1 - 0 !
user/v84/drbdadm_usage_cnt.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 disable module version warning for sublevel missmatch
disable automatic user survey.patch | (download)

scripts/global_common.conf | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not participate in the drbd usage count survey by default
initscript remove path.patch | (download)

scripts/drbd | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove /usr from the initscript's path
 All utilities reside on /sbin. Furthermore, the declaration of
 /usr/sbin makes lintian complain about a missing dependency on $remote_fs,
 which is strictly not necessary.

reproducible build | (download)

user/shared/Makefile.in | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 ensure reproducible build
 .
 Upstream creates build stamp using the git commit hash, build host,
 build date and user. While the commit hash is fixed, the rest of the
 parameters are not, resulting in a non-reproducible build. In order to
 fix these, we choose the following values for these parameters:
 .   
  - <user>@<host>: debian-ha-maintainers@lists.alioth.debian.org.
  - <builddate>: the date of the current Debian changelog entry.

initscript add start runlevels.patch | (download)

scripts/drbd | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add default-start runlevels to the initscript
 The initscripts lacks Default-Start runlevels, causing update-rc.d to
 shortcircuit any attempt to enable/disable the service.