From 7c54577cd6f08efa7aff4e3cafd8b4c11202d23f Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 28 Feb 2017 08:28:39 +0100 Subject: [PATCH] packaging --- packaging/debian/buildppa.sh | 8 ++++---- packaging/debian/debian/rules | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 3c9252c3..25ff0297 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -4,7 +4,7 @@ # For the kio: (and kdesdk?) # sudo apt-get install pkg-kde-tools cdbs -RCLVERS=1.22.4 +RCLVERS=1.23.0 LENSVERS=1.19.10.3543 SCOPEVERS=1.20.2.4 PPAVERS=1 @@ -19,7 +19,7 @@ case $RCLVERS in 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 @@ -44,7 +44,7 @@ check_recoll_orig() debdir=debian # Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir. series="trusty xenial yakkety" -series= +#series= if test "X$series" != X ; then check_recoll_orig @@ -73,7 +73,7 @@ done ### KIO series="trusty xenial yakkety" -series="xenial yakkety" +series= debdir=debiankio topdir=kio-recoll-${RCLVERS} diff --git a/packaging/debian/debian/rules b/packaging/debian/debian/rules index 5889c8cf..215f2215 100755 --- a/packaging/debian/debian/rules +++ b/packaging/debian/debian/rules @@ -12,8 +12,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS += -Wall -g #LDFLAGS += -Wl,-z,defs -#build qt4 UI only -export QMAKE=qmake-qt4 +#export QMAKE=qmake-qt4 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0