|
|
|
@ -196,7 +196,7 @@ FILES |
|
|
|
|
<ou can access the readme by calling |
|
|
|
|
${DEFAULT_PROJECT_NAME}::description(). |
|
|
|
|
* ChangeLog: Your changelog is automatically maintained from |
|
|
|
|
subversion history, using svn2cl. You don't need to |
|
|
|
|
subversion history, using svn2cl | subversion-tools. You don't need to |
|
|
|
|
care about. |
|
|
|
|
* configure.ac: This file becomes very short and simple. You provide |
|
|
|
|
the project name, the major and minor version. The |
|
|
|
@ -819,7 +819,7 @@ if testtag AX_USE_DEBIAN_PACKAGING; then |
|
|
|
|
|
|
|
|
|
-- @AUTHOR@ @BUILD_DATE@ |
|
|
|
|
EOF |
|
|
|
|
BUILD_DEPENDS="debhelper, subversion, svn2cl, pkg-config, automake, libtool, autotools-dev, lsb-release $(if testtag AX_USE_DOXYGEN; then echo -n ", doxygen, graphviz, mscgen"; fi; if testtag AX_USE_CPPUNIT; then echo -n ", libcppunit-dev"; fi; if testtag AX_CXX_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n ", qt5-default | libqt4-core | qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools"; fi)" |
|
|
|
|
BUILD_DEPENDS="debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release $(if testtag AX_USE_DOXYGEN; then echo -n ", doxygen, graphviz, mscgen"; fi; if testtag AX_USE_CPPUNIT; then echo -n ", libcppunit-dev"; fi; if testtag AX_CXX_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n ", qt5-default | libqt4-core | qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools"; fi)" |
|
|
|
|
to debian/control.in <<EOF |
|
|
|
|
Source: @PACKAGE_NAME@ |
|
|
|
|
Priority: extra |
|
|
|
@ -1014,7 +1014,7 @@ if test -f makefile; then |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
#### Bootstrap Before Configure #### |
|
|
|
|
run --no-check svn2cl |
|
|
|
|
run --no-check svn2cl | subversion-tools |
|
|
|
|
run aclocal |
|
|
|
|
if testtag AX_USE_LIBTOOL; then run libtoolize --force; fi |
|
|
|
|
run automake -a |
|
|
|
|