packaging

This commit is contained in:
Jean-Francois Dockes 2015-11-22 10:04:47 +01:00
parent 02ac941cf7
commit f99c3a4f96
2 changed files with 11 additions and 7 deletions

View File

@ -4,7 +4,7 @@
# For the kio: (and kdesdk?) # For the kio: (and kdesdk?)
# sudo apt-get install pkg-kde-tools cdbs # sudo apt-get install pkg-kde-tools cdbs
RCLVERS=1.21.0 RCLVERS=1.22.0
LENSVERS=1.19.10.3543 LENSVERS=1.19.10.3543
SCOPEVERS=1.20.2.4 SCOPEVERS=1.20.2.4
PPAVERS=1 PPAVERS=1
@ -42,7 +42,7 @@ check_recoll_orig()
debdir=debian debdir=debian
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir. # Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
#series="precise trusty vivid" #series="precise trusty vivid"
series= series=trusty
if test "X$series" != X ; then if test "X$series" != X ; then
check_recoll_orig check_recoll_orig
@ -71,7 +71,7 @@ done
### KIO ### KIO
series="precise trusty vivid" series="precise trusty vivid"
series=vivid series=
debdir=debiankio debdir=debiankio
topdir=kio-recoll-${RCLVERS} topdir=kio-recoll-${RCLVERS}
@ -155,9 +155,14 @@ if test "X$series" != X ; then
mv unity-scope-recoll-${SCOPEVERS}.tar.gz \ mv unity-scope-recoll-${SCOPEVERS}.tar.gz \
unity-scope-recoll_${SCOPEVERS}.orig.tar.gz unity-scope-recoll_${SCOPEVERS}.orig.tar.gz
else else
fatal "Can find neither " \ if test -f $RCLDOWNLOAD/unity-scope-recoll-${SCOPEVERS}.tar.gz;then
"unity-scope-recoll_${SCOPEVERS}.orig.tar.gz nor " \ cp -p $RCLDOWNLOAD/unity-scope-recoll-${SCOPEVERS}.tar.gz \
"unity-scope-recoll-${SCOPEVERS}.tar.gz" unity-scope-recoll_${SCOPEVERS}.orig.tar.gz || fatal copy
else
fatal "Can find neither " \
"unity-scope-recoll_${SCOPEVERS}.orig.tar.gz nor " \
"$RCLDOWNLOAD/unity-scope-recoll-${SCOPEVERS}.tar.gz"
fi
fi fi
fi fi
test -d $topdir || tar xvzf unity-scope-recoll_${SCOPEVERS}.orig.tar.gz \ test -d $topdir || tar xvzf unity-scope-recoll_${SCOPEVERS}.orig.tar.gz \

View File

@ -5,7 +5,6 @@ Maintainer: Jean-Francois Dockes <jfd@recoll.org>
Build-Depends: autotools-dev, Build-Depends: autotools-dev,
debhelper (>= 7), debhelper (>= 7),
dh-python, dh-python,
hardening-wrapper,
bison, bison,
libqt4-dev, libqt4-dev,
libqtwebkit-dev, libqtwebkit-dev,