debian packaging: compatibly fix python deps for focal
This commit is contained in:
parent
f141e35279
commit
d2b695d705
@ -6,10 +6,10 @@
|
||||
|
||||
PPA_KEYID=D38B9201
|
||||
|
||||
RCLVERS=1.26.4
|
||||
RCLVERS=1.26.5
|
||||
SCOPEVERS=1.20.2.4
|
||||
GSSPVERS=1.0.0
|
||||
PPAVERS=1
|
||||
PPAVERS=2
|
||||
|
||||
#
|
||||
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
|
||||
@ -55,7 +55,7 @@ debdir=debian
|
||||
# 19.10 eoan 2020-07
|
||||
# 20.04LTS focal 2025-04
|
||||
series="xenial bionic disco eoan focal"
|
||||
series=
|
||||
#series=
|
||||
|
||||
if test "X$series" != X ; then
|
||||
check_recoll_orig
|
||||
@ -101,7 +101,7 @@ done
|
||||
# 19.10 eoan 2020-07
|
||||
# 20.04LTS focal 2025-04
|
||||
series="xenial bionic disco eoan focal"
|
||||
#series=
|
||||
series=
|
||||
|
||||
debdir=debiankio
|
||||
topdir=kio-recoll-${RCLVERS}
|
||||
|
||||
@ -54,7 +54,7 @@ Package: recollcmd
|
||||
Architecture: any
|
||||
Breaks: recoll (<< 1.23.7-2)
|
||||
Replaces: recoll (<< 1.23.7-2)
|
||||
Depends: python, python3, ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: python3, ${misc:Depends}, ${shlibs:Depends}
|
||||
Recommends: antiword,
|
||||
aspell,
|
||||
groff,
|
||||
@ -87,7 +87,7 @@ Description: GUI program and elements for recoll
|
||||
Package: python-recoll
|
||||
Architecture: any
|
||||
Section: python
|
||||
Depends: python,
|
||||
Depends: python2,
|
||||
recollcmd (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user