[med-svn] [Git][med-team/xenium][master] Steffen got this far.
Steffen Möller
gitlab at salsa.debian.org
Mon Jul 20 21:03:42 BST 2020
Steffen Möller pushed to branch master at Debian Med / xenium
Commits:
13f0f52e by Steffen Möller at 2020-07-20T22:03:28+02:00
Steffen got this far.
- - - - -
5 changed files:
- debian/control
- − debian/doc-base
- debian/rules
- + debian/xenium.doc-base
- debian/xenium-doc.docs → debian/xenium.docs
Changes:
=====================================
debian/control
=====================================
@@ -29,10 +29,9 @@ Description: concurrent data structures and memory reclamation algorithms
* supports dynamic number of threads (no fixed compile time
specification)
-Package: xenium-doc
+Package: xenium
Architecture: all
-Depends: ${misc:Depends}
-Suggests: libxenium-dev
+Depends: ${misc:Depends}, libxenium-dev
Description: HTML documentation for the xenium library
xenium is a header-only library that provides a collection of concurrent
data structures and memory reclamation algorithms. The data structures
=====================================
debian/doc-base deleted
=====================================
@@ -1,20 +0,0 @@
-Document: xenium
-Title: <title for this doc>
-Author: <author of this doc>
-Abstract: <if you have no better clue the short and
- long description from debian/control might fit here as well>
-Section: Science/{Biology,Medicine} # see /usr/share/doc/doc-base/doc-base.txt.gz "2.3.3. The `section' field"
-
-# pick one of the below options
-Format: Text
-Files: /usr/share/doc/xenium/<pkg>.txt.gz
-
-Format: html
-Index: /usr/share/doc/xenium/html/index.html
-Files: /usr/share/doc/xenium/html/*
-
-Format: pdf
-Files: /usr/share/doc/xenium/<pkg>.pdf.gz
-
-Format: postscript
-Files: /usr/share/doc/xenium/<pkg>.ps.gz
=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
dh $@
override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_BUILD_TYPE="RelWithDebug"
+ dh_auto_configure -- -DCMAKE_BUILD_TYPE="RelWithDebug" # -DWITH_LIBCDS="1"
override_dh_auto_build:
dh_auto_build
=====================================
debian/xenium.doc-base
=====================================
@@ -0,0 +1,20 @@
+Document: xenium
+Title: Xenium Documentation
+Author: Authors of Xenium
+Abstract: concurrent data structures and memory reclamation algorithms
+ xenium is a header-only library that provides a collection of concurrent
+ data structures and memory reclamation algorithms. The data structures
+ are parameterized so that they can be used with various reclamation
+ schemes (similar to how the STL allows customization of allocators).
+ .
+ * header only
+ * highly customizable
+ * no initialization code needed
+ * supports dynamic number of threads (no fixed compile time
+ specification)
+
+Section: Programming/C++
+
+Format: html
+Index: /usr/share/doc/xenium/html/index.html
+Files: /usr/share/doc/xenium/html/*
=====================================
debian/xenium-doc.docs → debian/xenium.docs
=====================================
View it on GitLab: https://salsa.debian.org/med-team/xenium/-/commit/13f0f52e048ca5bec9215bb73fa6e0064c1842b3
--
View it on GitLab: https://salsa.debian.org/med-team/xenium/-/commit/13f0f52e048ca5bec9215bb73fa6e0064c1842b3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200720/683250ca/attachment-0001.html>
More information about the debian-med-commit
mailing list