fix setup/debian build/version

This commit is contained in:
j 2025-01-31 19:27:38 +05:30
commit eeee27a08c
10 changed files with 57 additions and 75 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
calcool (25.01) unstable; urgency=low
* migreate to debian
-- Jan Gerber <j@mailb.org> Fri, 31 Jan 2025 19:01:32 +0430
calcool (12.06) precise; urgency=low
* resolved lines in lines

2
debian/compat vendored
View file

@ -1 +1 @@
6
10

19
debian/control vendored
View file

@ -1,21 +1,14 @@
Source: calcool
Maintainer: Jan Gerber <j@mailb.org>
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
Priority: optional
Build-Depends: python3-all, python3-distutils-extra, debhelper (>= 7.4.3), dh-python
Standards-Version: 3.9.1
Package: calcool
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends},
${python:Depends},
python-gtksourceview2,
python-gtk2
XB-Python-Version: ${python3:Versions}
Depends: python3, ${misc:Depends}, ${python3:Depends}, gir1.2-gtksource-4
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

9
debian/copyright vendored
View file

@ -1,13 +1,10 @@
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
Name: calcool
Maintainer: j^ <j@mailb.org>
Source: https://launchpad.net/calcool
Maintainer: Jan Gerber <j@mailb.org>
Source: https://code.0x2620.org/j/calcool
Files: *
Copyright: (C) 2010 jan gerber <j@mailb.org>
Copyright: (C) 2010 jan gerber &lt;j@mailb.org&gt;
Copyright: (C) 2010 jan gerber &lt;j@mailb.org&gt;</property>
Copyright: (C) 2010 jan gerber &lt;j@mailb.org&gt;</property><property name="border_width">5</property>
Copyright: (C) 2010-2025 Jan Gerber <j@mailb.org>
License: GPL-3
The full text of the GPL is distributed in
/usr/share/common-licenses/GPL-3 on Debian systems.

2
debian/pycompat vendored
View file

@ -1 +1 @@
2
3

9
debian/rules vendored
View file

@ -1,9 +1,4 @@
#!/usr/bin/make -f
%:
ifneq ($(shell dh -l | grep -xF translations),)
dh $@ --with python2,translations
else
dh $@ --with python2
endif
dh $@ --with python3 --buildsystem=pybuild