debian/ubuntu packaging: update xapian deps
This commit is contained in:
parent
d32fc173b6
commit
458e51efca
6 changed files with 13 additions and 11 deletions
|
@ -7,14 +7,14 @@
|
|||
RCLVERS=1.19.10
|
||||
LENSVERS=1.19.10.3543
|
||||
SCOPEVERS=1.19.10.3543
|
||||
PPAVERS=2
|
||||
PPAVERS=4
|
||||
|
||||
case $RCLVERS in
|
||||
[23]*) PPANAME=recollexp-ppa;;
|
||||
1.14*) PPANAME=recoll-ppa;;
|
||||
*) PPANAME=recoll15-ppa;;
|
||||
esac
|
||||
PPANAME=recollexp-ppa
|
||||
#PPANAME=recollexp-ppa
|
||||
|
||||
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
|
||||
read rep
|
||||
|
@ -23,7 +23,7 @@ read rep
|
|||
debdir=debian
|
||||
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
||||
series="precise quantal raring saucy"
|
||||
series="precise saucy"
|
||||
#series="precise saucy"
|
||||
|
||||
if test "X$series" != X ; then
|
||||
test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
|
||||
|
@ -51,7 +51,7 @@ done
|
|||
|
||||
### KIO
|
||||
series="precise quantal raring saucy"
|
||||
series="precise saucy"
|
||||
series=
|
||||
|
||||
debdir=debiankio
|
||||
topdir=kio-recoll-${RCLVERS}
|
||||
|
@ -85,7 +85,7 @@ done
|
|||
|
||||
### Unity Lens
|
||||
series="precise quantal raring"
|
||||
series=precise
|
||||
series=
|
||||
|
||||
debdir=debianunitylens
|
||||
topdir=recoll-lens-${LENSVERS}
|
||||
|
@ -111,7 +111,7 @@ done
|
|||
|
||||
### Unity Scope
|
||||
series="saucy"
|
||||
#series=
|
||||
series=
|
||||
|
||||
debdir=debianunityscope
|
||||
topdir=unity-scope-recoll-${SCOPEVERS}
|
||||
|
|
|
@ -8,7 +8,7 @@ Build-Depends: autotools-dev,
|
|||
libqt4-dev,
|
||||
libqtwebkit-dev,
|
||||
libx11-dev,
|
||||
libxapian-dev (>= 1.0.15),
|
||||
libxapian-dev (>= 1.2.0),
|
||||
libz-dev,
|
||||
python-all-dev (>= 2.6.6-3~),
|
||||
python3-all-dev,
|
||||
|
|
|
@ -48,8 +48,10 @@ install:
|
|||
dh_testroot
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
|
||||
$(MAKE) STRIP=ls prefix=$(CURDIR)/debian/tmp/usr install
|
||||
# Work around recollinstall forgetting the PPT text-extract utility
|
||||
install -m 0444 filters/msodump.zip $(CURDIR)/debian/tmp/usr/share/recoll/filters
|
||||
install -m 0555 filters/ppt-dump.py $(CURDIR)/debian/tmp/usr/share/recoll/filters
|
||||
(cd python/recoll; python setup.py install \
|
||||
--install-layout=deb \
|
||||
--prefix=$(CURDIR)/debian/tmp/usr )
|
||||
|
|
|
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7),
|
|||
autotools-dev,
|
||||
libqt4-dev,
|
||||
libqtwebkit-dev,
|
||||
libxapian-dev (>= 1.0.15),
|
||||
libxapian-dev (>= 1.2.0),
|
||||
libx11-dev,
|
||||
libz-dev,
|
||||
python-all-dev (>= 2.6.6-3~)
|
||||
|
|
|
@ -5,7 +5,7 @@ Maintainer: Jean-Francois Dockes <jf@dockes.org>
|
|||
Build-Depends: debhelper (>= 7),
|
||||
autotools-dev,
|
||||
libqt4-dev,
|
||||
libxapian-dev (>= 1.0.15),
|
||||
libxapian-dev (>= 1.2.0),
|
||||
libx11-dev,
|
||||
libz-dev,
|
||||
python-dev,
|
||||
|
|
|
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7),
|
|||
autotools-dev,
|
||||
libqt4-dev,
|
||||
libqtwebkit-dev,
|
||||
libxapian-dev (>= 1.0.15),
|
||||
libxapian-dev (>= 1.2.0),
|
||||
libx11-dev,
|
||||
libz-dev,
|
||||
python-dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue