Module: xenomai-3
Branch: stable-3.0.x
Commit: 181c854384303b4809f8f92294cdf03e72ba3c4a
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=181c854384303b4809f8f92294cdf03e72ba3c4a

Author: Henning Schild <henning.sch...@siemens.com>
Date:   Tue Feb 13 13:38:00 2018 +0100

debian: drop prebuild docs from packages

commit 65e1b75629 dropped the prebuild documentation, as a result the
debian package build will fail trying to include it into packages
We could actually build the docs to package them, this patch just drops
them as well.

Signed-off-by: Henning Schild <henning.sch...@siemens.com>

---

 debian/control                 |   22 +++-------------------
 debian/xenomai-doc.install     |    1 -
 debian/xenomai-runtime.install |    1 -
 3 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 86e8e37..425f007 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Package: xenomai-runtime
 Section: devel
 Architecture: amd64 arm armeb armel armhf i386 powerpc powerpcspe
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: xenomai-kernel-source, xenomai-doc
+Suggests: xenomai-kernel-source
 Replaces: xenomai
 Conflicts: xenomai
 Description: Xenomai runtime utilities
@@ -48,7 +48,7 @@ Package: libxenomai1
 Section: libs
 Architecture: amd64 arm armeb armel armhf i386 powerpc powerpcspe
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: xenomai-kernel-source, xenomai-doc
+Suggests: xenomai-kernel-source
 Replaces: xenomai
 Conflicts: xenomai
 Description: Shared libraries for Xenomai
@@ -64,7 +64,7 @@ Package: libxenomai-dev
 Section: libdevel
 Architecture: amd64 arm armeb armel armhf i386 powerpc powerpcspe
 Depends: libxenomai1 (= ${binary:Version}), ${misc:Depends}
-Suggests: xenomai-kernel-source, xenomai-doc
+Suggests: xenomai-kernel-source
 Replaces: xenomai
 Conflicts: xenomai
 Description: Headers and static libs for Xenomai
@@ -76,19 +76,3 @@ Description: Headers and static libs for Xenomai
  .
  This package contains development files (header files), the static libraries
  and scripts used to compile realtime applications.
-
-Package: xenomai-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: xenomai
-Conflicts: xenomai-docs
-Replaces: xenomai-docs
-Description: Xenomai documentation
- Xenomai is a real-time development framework cooperating with the Linux
- kernel in order to provide a pervasive, interface-agnostic, hard real-time
- support to user-space applications, seamlessly integrated into the GNU/Linux
- environment. Xenomai provides its own API and emulation layers ("skins") to
- make migration from other RTOS easier. Examples are: pSOS+, VxWorks, POSIX.
- .
- Documentation for Xenomai realtime API.
diff --git a/debian/xenomai-doc.install b/debian/xenomai-doc.install
deleted file mode 100644
index f8521db..0000000
--- a/debian/xenomai-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/xenomai/* usr/share/doc/xenomai-doc
diff --git a/debian/xenomai-runtime.install b/debian/xenomai-runtime.install
index e5f1cd6..372b0e4 100644
--- a/debian/xenomai-runtime.install
+++ b/debian/xenomai-runtime.install
@@ -1,4 +1,3 @@
 usr/bin
 usr/sbin
-usr/share/man
 usr/lib/xenomai


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to