packaging

This commit is contained in:
Jean-Francois Dockes 2019-02-15 09:24:31 +01:00
parent ec28a1d475
commit 7aa73ca369
2 changed files with 10 additions and 5 deletions

View File

@ -7,14 +7,16 @@ Build-Depends: autotools-dev,
debhelper (>= 9),
dh-python,
dpkg-dev (>= 1.16.1~),
libqt5webkit5-dev,
libchm-dev,
libx11-dev,
libxapian-dev (>= 1.2.0),
libxslt1-dev,
libz-dev,
python-dev (>= 2.6.6-3~),
python3-all-dev,
qt5-qmake,
qt5-default,
qt5-qmake,
libqt5webkit5-dev,
qtbase5-dev
X-Python-Version: >= 3.4
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/recoll.git

View File

@ -556,8 +556,11 @@ AC_SUBST(RCLLIBVERSION)
AC_SUBST(XSLT_CFLAGS)
AC_SUBST(XSLT_LINKADD)
AC_CONFIG_FILES([Makefile testmains/Makefile
python/recoll/setup.py
python/pychm/setup.py])
AC_CONFIG_FILES([Makefile python/recoll/setup.py
python/pychm/setup.py])
if test X$buildtestmains = Xyes ; then
AC_CONFIG_FILES([testmains/Makefile])
fi
AC_OUTPUT