forgotten file in dist

This commit is contained in:
Jean-Francois Dockes 2020-04-21 16:13:54 +02:00
parent ab85f9cdd2
commit 2b1553caa6
5 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@
PPA_KEYID=D38B9201 PPA_KEYID=D38B9201
RCLVERS=1.26.5 RCLVERS=1.27.0pre1
SCOPEVERS=1.20.2.4 SCOPEVERS=1.20.2.4
GSSPVERS=1.0.0 GSSPVERS=1.0.0
PPAVERS=2 PPAVERS=2
@ -22,7 +22,7 @@ case $RCLVERS in
1.14*) PPANAME=recoll-ppa;; 1.14*) PPANAME=recoll-ppa;;
*) PPANAME=recoll15-ppa;; *) PPANAME=recoll15-ppa;;
esac esac
#PPANAME=recollexp-ppa PPANAME=recollexp-ppa
echo "PPA: $PPANAME. Type CR if Ok, else ^C" echo "PPA: $PPANAME. Type CR if Ok, else ^C"
read rep read rep
@ -55,7 +55,7 @@ debdir=debian
# 19.10 eoan 2020-07 # 19.10 eoan 2020-07
# 20.04LTS focal 2025-04 # 20.04LTS focal 2025-04
series="xenial bionic disco eoan focal" series="xenial bionic disco eoan focal"
#series= series=bionic
if test "X$series" != X ; then if test "X$series" != X ; then
check_recoll_orig check_recoll_orig

View File

@ -1,4 +1,4 @@
recoll (1.27.0pre1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.27.0pre2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Support for language-sensitive analysis of Korean text * Support for language-sensitive analysis of Korean text
* Other small improvements. * Other small improvements.

View File

@ -515,6 +515,9 @@ qtgui/widgets/listdialog.ui \
qtgui/widgets/qxtconfirmationmessage.cpp \ qtgui/widgets/qxtconfirmationmessage.cpp \
qtgui/widgets/qxtconfirmationmessage.h \ qtgui/widgets/qxtconfirmationmessage.h \
qtgui/widgets/qxtglobal.h \ qtgui/widgets/qxtglobal.h \
qtgui/winschedtool.cpp \
qtgui/winschedtool.h \
qtgui/winschedtool.ui \
qtgui/xmltosd.cpp \ qtgui/xmltosd.cpp \
qtgui/xmltosd.h \ qtgui/xmltosd.h \
\ \

View File

@ -1 +1 @@
1.27.0pre1 1.27.0pre2

View File

@ -91,7 +91,6 @@ SOURCES += \
viewaction_w.cpp \ viewaction_w.cpp \
webcache.cpp \ webcache.cpp \
widgets/qxtconfirmationmessage.cpp \ widgets/qxtconfirmationmessage.cpp \
winschedtool.cpp \
xmltosd.cpp xmltosd.cpp
FORMS = \ FORMS = \
@ -112,8 +111,7 @@ FORMS = \
viewaction.ui \ viewaction.ui \
webcache.ui \ webcache.ui \
widgets/editdialog.ui \ widgets/editdialog.ui \
widgets/listdialog.ui \ widgets/listdialog.ui
winschedtool.ui
RESOURCES = recoll.qrc RESOURCES = recoll.qrc