fix setup/debian build/version
This commit is contained in:
parent
319389af08
commit
eeee27a08c
10 changed files with 57 additions and 75 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -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
2
debian/compat
vendored
|
|
@ -1 +1 @@
|
|||
6
|
||||
10
|
||||
|
|
|
|||
19
debian/control
vendored
19
debian/control
vendored
|
|
@ -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
9
debian/copyright
vendored
|
|
@ -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 <j@mailb.org>
|
||||
Copyright: (C) 2010 jan gerber <j@mailb.org></property>
|
||||
Copyright: (C) 2010 jan gerber <j@mailb.org></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
2
debian/pycompat
vendored
|
|
@ -1 +1 @@
|
|||
2
|
||||
3
|
||||
|
|
|
|||
9
debian/rules
vendored
9
debian/rules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue