1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: manual contains invariant sections, which is not DFSG compatible
Index: libosmo-sigtran-2.1.0/configure.ac
===================================================================
--- libosmo-sigtran-2.1.0.orig/configure.ac 2025-03-09 23:29:21.015990431 +0100
+++ libosmo-sigtran-2.1.0/configure.ac 2025-03-09 23:29:21.011990433 +0100
@@ -197,7 +197,6 @@
stp/Makefile
doc/Makefile
doc/examples/Makefile
- doc/manuals/Makefile
contrib/Makefile
contrib/systemd/Makefile
Doxyfile
Index: libosmo-sigtran-2.1.0/doc/Makefile.am
===================================================================
--- libosmo-sigtran-2.1.0.orig/doc/Makefile.am 2025-03-09 23:29:21.015990431 +0100
+++ libosmo-sigtran-2.1.0/doc/Makefile.am 2025-03-09 23:29:21.011990433 +0100
@@ -1,4 +1,3 @@
SUBDIRS = \
examples \
- manuals \
$(NULL)
|