[cohomcalg] 11/12: Split arch-independent files into cohomcalg-common package.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Jan 16 06:03:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository cohomcalg.

commit 4ec03d8ab3ec8a26f6c04835783706fafa0e9911
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Jan 16 00:53:33 2017 -0500

    Split arch-independent files into cohomcalg-common package.
---
 debian/{doc-base => cohomcalg-common.doc-base} |  0
 debian/{docs => cohomcalg-common.docs}         |  0
 debian/{examples => cohomcalg-common.examples} |  0
 debian/{install => cohomcalg-common.install}   |  1 -
 debian/cohomcalg.install                       |  1 +
 debian/{manpages => cohomcalg.manpages}        |  0
 debian/control                                 | 19 +++++++++++++++++++
 7 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/doc-base b/debian/cohomcalg-common.doc-base
similarity index 100%
rename from debian/doc-base
rename to debian/cohomcalg-common.doc-base
diff --git a/debian/docs b/debian/cohomcalg-common.docs
similarity index 100%
rename from debian/docs
rename to debian/cohomcalg-common.docs
diff --git a/debian/examples b/debian/cohomcalg-common.examples
similarity index 100%
rename from debian/examples
rename to debian/cohomcalg-common.examples
diff --git a/debian/install b/debian/cohomcalg-common.install
similarity index 84%
rename from debian/install
rename to debian/cohomcalg-common.install
index 61e8f00..60eb97e 100644
--- a/debian/install
+++ b/debian/cohomcalg-common.install
@@ -1,3 +1,2 @@
 bin/cohomCalg?Koszul?extension?v0.3.nb usr/share/cohomcalg
-bin/cohomcalg usr/bin
 old/cohomcalg-script-v004/cohom-script.nb usr/share/cohomcalg
diff --git a/debian/cohomcalg.install b/debian/cohomcalg.install
new file mode 100644
index 0000000..692ed5c
--- /dev/null
+++ b/debian/cohomcalg.install
@@ -0,0 +1 @@
+bin/cohomcalg usr/bin
diff --git a/debian/manpages b/debian/cohomcalg.manpages
similarity index 100%
rename from debian/manpages
rename to debian/cohomcalg.manpages
diff --git a/debian/control b/debian/control
index ec14777..f8ed0a7 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/cohomcalg.git
 Package: cohomcalg
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: cohomcalg-common
 Description: sheaf cohomology of line bundles on toric varieties
  The algorithm for the computation of sheaf cohomologies for line bundles on
  toric varieties presented in "Cohomology of Line Bundles: A Computational
@@ -23,3 +24,21 @@ Description: sheaf cohomology of line bundles on toric varieties
  allows for the easy computation of hypersurface and complete intersection
  cohomologies, following the material presented in "Cohomology of Line Bundles:
  Applications" by the same authors.
+
+Package: cohomcalg-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: sheaf cohomology of line bundles on toric varieties (common files)
+ The algorithm for the computation of sheaf cohomologies for line bundles on
+ toric varieties presented in "Cohomology of Line Bundles: A Computational
+ Algorithm" by Ralph Blumenhagen, Benjamin Jurke, Thorsten Rahn, and Helmut
+ Roschy has been implemented in a convenient and high-performance C/C++
+ application called cohomCalg.
+ .
+ The optional cohomCalg Koszul extension serves as a Mathematica 7 frontend and
+ allows for the easy computation of hypersurface and complete intersection
+ cohomologies, following the material presented in "Cohomology of Line Bundles:
+ Applications" by the same authors.
+ .
+ This package contains the documentation, example files, and Mathematica scripts
+ included with cohomCalg.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cohomcalg.git



More information about the debian-science-commits mailing list