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-sccp-1.3.0+dfsg1/configure.ac
===================================================================
--- libosmo-sccp-1.3.0+dfsg1.orig/configure.ac 2020-08-17 19:48:37.655168733 +0000
+++ libosmo-sccp-1.3.0+dfsg1/configure.ac 2020-08-17 21:20:49.000000000 +0000
@@ -200,7 +200,6 @@
stp/Makefile
doc/Makefile
doc/examples/Makefile
- doc/manuals/Makefile
contrib/Makefile
contrib/systemd/Makefile
contrib/libosmo-sccp.spec
Index: libosmo-sccp-1.3.0+dfsg1/doc/Makefile.am
===================================================================
--- libosmo-sccp-1.3.0+dfsg1.orig/doc/Makefile.am 2020-08-13 09:45:45.000000000 +0000
+++ libosmo-sccp-1.3.0+dfsg1/doc/Makefile.am 2020-08-17 19:50:13.759141353 +0000
@@ -1,4 +1,3 @@
SUBDIRS = \
examples \
- manuals \
$(NULL)
|