The recipe for inserting authors from AUTHORS.rst is wrong.

Fixes: 3deca69b08f2 ("doc: Convert AUTHORS to rST")
Signed-off-by: Frode Nordahl <[email protected]>
---
 debian/automake.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/automake.mk b/debian/automake.mk
index afba5b0e4..a3c2d7289 100644
--- a/debian/automake.mk
+++ b/debian/automake.mk
@@ -83,9 +83,9 @@ DIST_HOOKS += check-debian-changelog-version
 $(srcdir)/debian/copyright: AUTHORS.rst debian/copyright.in
        $(AM_V_GEN) \
        { sed -n -e '/%AUTHORS%/q' -e p < $(srcdir)/debian/copyright.in;   \
-         sed '34,/^$$/d' $(srcdir)/AUTHORS.rst  |                              
   \
+         tail -n +28 $(srcdir)/AUTHORS.rst | sed '1,/^$$/d' |             \
                sed -n -e '/^$$/q' -e 's/^/  /p';                          \
-         sed -e '34,/%AUTHORS%/d' $(srcdir)/debian/copyright.in;          \
+         sed -e '1,/%AUTHORS%/d' $(srcdir)/debian/copyright.in;           \
        } > $@
 
 DISTCLEANFILES += debian/copyright
-- 
2.36.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to