This commit is contained in:
j 2025-01-31 18:43:02 +05:30
commit 2a9f5822e5
28 changed files with 4155 additions and 0 deletions

23
debian/control vendored Normal file
View file

@ -0,0 +1,23 @@
Source: calcool
Section: python
Priority: extra
Build-Depends: cdbs (>= 0.4.43),
debhelper (>= 6),
python (>= 2.6.6-3~),
python-distutils-extra (>= 2.10)
Maintainer: j^ <j@mailb.org>
Standards-Version: 3.8.2
XS-Python-Version: current
Package: calcool
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends},
${python:Depends},
python-gtksourceview2,
python-gtk2
Description: A document based calculator tool
Calcool allows you to do calculations in a document, on the right you
have the result for each line. If you ever used bc and wanted to edit a
previous line or tried to reference the result of line 3, calcool might
be what you are looking for.