packaging
This commit is contained in:
parent
ec28a1d475
commit
7aa73ca369
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user