Re: Please categorise your packages for the Debian Science metapackages (second iteration)
- To: Andreas Tille <andreas@an3as.eu>
- Cc: debian-science@lists.debian.org
- Subject: Re: Please categorise your packages for the Debian Science metapackages (second iteration)
- From: Wolfgang Fütterer <debian@wlf-online.de>
- Date: Mon, 13 Feb 2017 19:55:49 +0100
- Message-id: <[🔎] 2132122.q7HO8ITUbp@bart>
- In-reply-to: <20170209143909.GG26996@an3as.eu>
- References: <20170104145017.GP8776@an3as.eu> <aae9580a-863b-e03e-c438-c090c0e8581a@danielstender.com> <20170209143909.GG26996@an3as.eu>
Hi Andreas, 
thank you for your reminder. I finally made it to add calculix-cgx to the 
appropriate task. Unfortunately I get the folloeing error trying to push my 
changes to the repository:
remote: error: insufficient permission for adding an object to repository 
database ./objects
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To git+ssh://git.debian.org/git/blends/projects/science.git
 ! [remote rejected] master -> master (unpacker error)
So I attached the patches to this mail.
The first patch adds calculix-cgx to the appropriate tasks. 
The second patch removes calculix-ccx-test and calculix-ccx-doc from the 
engineering-dev task as the are no development packages. In the packages are 
mainly documentations for how to use the software. I added them as a 
suggestion to the tasks in which calculix-ccx already is.
Thank you for your efforts.
Cheers
Wolfgang
-- 
Jabber: yagharek@jabber.de
IRC #debian-science: wlfuetter
>From d8ab618b6a61d8554ccf86818d2a94a519b3c418 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Wolfgang=20F=C3=BCtterer?= <debian@wlf-online.de>
Date: Mon, 13 Feb 2017 19:16:30 +0100
Subject: [PATCH 1/2] Added calculix-cgx and calculix-cgx-examples
---
 tasks/engineering          | 4 ++++
 tasks/numericalcomputation | 4 ++++
 tasks/simulations          | 4 ++++
 3 files changed, 12 insertions(+)
diff --git a/tasks/engineering b/tasks/engineering
index 78a675c..2353abe 100644
--- a/tasks/engineering
+++ b/tasks/engineering
@@ -144,6 +144,10 @@ Depends: libadios-bin
 
 Depends: calculix-ccx
 
+Depends: calculix-cgx
+
+Suggests: calculix-cgx-examples
+
 Depends: scram
 WNPP: 842766
 
diff --git a/tasks/numericalcomputation b/tasks/numericalcomputation
index 5446c50..08bba3e 100644
--- a/tasks/numericalcomputation
+++ b/tasks/numericalcomputation
@@ -124,6 +124,10 @@ Depends: iep
 
 Depends: calculix-ccx
 
+Depends: calculix-cgx
+
+Suggests: calculix-cgx-examples
+
 Depends: python-sfepy
 
 Depends: python3-bitstring | python-bitstring
diff --git a/tasks/simulations b/tasks/simulations
index d05aad9..379adb2 100644
--- a/tasks/simulations
+++ b/tasks/simulations
@@ -23,6 +23,10 @@ Depends: music-bin
 
 Depends: calculix-ccx
 
+Depends: calculix-cgx
+
+Suggests: calculix-cgx-examples
+
 Depends: python-sfepy
 
 Suggests: libopensurgsim-dev
-- 
2.11.0
>From ef6e0cd82bcae6a69dacd78ecbb5e54442ebc88d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Wolfgang=20F=C3=BCtterer?= <debian@wlf-online.de>
Date: Mon, 13 Feb 2017 19:21:36 +0100
Subject: [PATCH 2/2] Removed calculix-ccx-doc calculix-ccx-test from
 engineering-dev and added them as a suggestion to engineering,
 numericalcomputation and simulations
---
 tasks/engineering          | 2 ++
 tasks/engineering-dev      | 2 --
 tasks/numericalcomputation | 2 ++
 tasks/simulations          | 2 ++
 4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/tasks/engineering b/tasks/engineering
index 2353abe..1e903d9 100644
--- a/tasks/engineering
+++ b/tasks/engineering
@@ -144,6 +144,8 @@ Depends: libadios-bin
 
 Depends: calculix-ccx
 
+Suggests: calculix-ccx-doc, calculix-ccx-test
+
 Depends: calculix-cgx
 
 Suggests: calculix-cgx-examples
diff --git a/tasks/engineering-dev b/tasks/engineering-dev
index 1b1bf2d..c01c169 100644
--- a/tasks/engineering-dev
+++ b/tasks/engineering-dev
@@ -93,8 +93,6 @@ Depends: python3-pynfft | python-pynfft
 
 Depends: libplb-dev
 
-Suggests: calculix-ccx-doc, calculix-ccx-test
-
 Depends: libceres-dev
 
 Suggests: ceres-solver-doc
diff --git a/tasks/numericalcomputation b/tasks/numericalcomputation
index 08bba3e..7fa0dce 100644
--- a/tasks/numericalcomputation
+++ b/tasks/numericalcomputation
@@ -124,6 +124,8 @@ Depends: iep
 
 Depends: calculix-ccx
 
+Suggests: calculix-ccx-doc, calculix-ccx-test
+
 Depends: calculix-cgx
 
 Suggests: calculix-cgx-examples
diff --git a/tasks/simulations b/tasks/simulations
index 379adb2..6899fc3 100644
--- a/tasks/simulations
+++ b/tasks/simulations
@@ -23,6 +23,8 @@ Depends: music-bin
 
 Depends: calculix-ccx
 
+Suggests: calculix-ccx-doc, calculix-ccx-test
+
 Depends: calculix-cgx
 
 Suggests: calculix-cgx-examples
-- 
2.11.0
Reply to: