[Debian-ha-commits] [ocfs2-tools] 05/11: debian/patches: document and cleanup patches

Valentin Vidic vvidic-guest at moszumanska.debian.org
Wed Jan 24 14:33:23 UTC 2018


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch master
in repository ocfs2-tools.

commit fa47b1d6c4c1f31671860b04ed3ab29a9731571c
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Wed Jan 24 13:32:59 2018 +0100

    debian/patches: document and cleanup patches
---
 debian/patches/fortify-source.patch            |  2 +-
 debian/patches/libo2dlm-dlopen-libdlm_lt.patch |  5 +++++
 debian/patches/systemd-service.patch           | 17 +++++++++++++++--
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/debian/patches/fortify-source.patch b/debian/patches/fortify-source.patch
index 1139f79..1e56526 100644
--- a/debian/patches/fortify-source.patch
+++ b/debian/patches/fortify-source.patch
@@ -1,4 +1,4 @@
-Description: Fix warnings reported by -D_FORTI FY_SOURCE=2
+Description: Fix warnings reported by -D_FORTIFY_SOURCE=2
 Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
 Bug: https://github.com/markfasheh/ocfs2-tools/pull/16
 Last-Update: 2017-07-06
diff --git a/debian/patches/libo2dlm-dlopen-libdlm_lt.patch b/debian/patches/libo2dlm-dlopen-libdlm_lt.patch
index eb8a423..efd35e1 100644
--- a/debian/patches/libo2dlm-dlopen-libdlm_lt.patch
+++ b/debian/patches/libo2dlm-dlopen-libdlm_lt.patch
@@ -1,3 +1,8 @@
+Description: Fix library name for use with libdlm3
+Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
+Last-Update: 2018-01-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/libo2dlm/o2dlm.c
 +++ b/libo2dlm/o2dlm.c
 @@ -803,7 +803,7 @@
diff --git a/debian/patches/systemd-service.patch b/debian/patches/systemd-service.patch
index e67eb24..fd3b170 100644
--- a/debian/patches/systemd-service.patch
+++ b/debian/patches/systemd-service.patch
@@ -1,10 +1,16 @@
+Description: Debianize upstream service files
+Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
+Last-Update: 2018-01-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/vendor/common/o2cb.service
 +++ b/vendor/common/o2cb.service
-@@ -1,13 +1,13 @@
+@@ -1,13 +1,14 @@
  [Unit]
  Description=Load o2cb Modules
 -Requires=network.service
 -After=network.service
++Documentation=man:o2cb(7) man:o2cb.sysconfig(5)
 +Requires=network-online.target
 +After=network-online.target
  
@@ -20,7 +26,14 @@
  WantedBy=multi-user.target
 --- a/vendor/common/ocfs2.service
 +++ b/vendor/common/ocfs2.service
-@@ -6,9 +6,9 @@
+@@ -1,14 +1,15 @@
+ [Unit]
+-Description=Load ocfs2 Modules
++Description=Mount ocfs2 Filesystems
++Documentation=man:ocfs2(7) man:mount.ocfs2(8)
+ Requires=o2cb.service
+ After=o2cb.service
+ 
  [Service]
  Type=oneshot
  RemainAfterExit=yes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/ocfs2-tools.git



More information about the Debian-HA-Commits mailing list