This is an automated email from the git hooks/post-receive script. mckinstry pushed a commit to tag debian/4.3.0+dfsg.2-6 in repository libterralib.
commit a4594ca1a103f5ef64e8467761ec068d0b81cd77 Author: Alastair McKinstry <mckins...@debian.org> Date: Tue Mar 8 09:09:37 2016 +0000 Enable qwt, TerraView libs --- debian/changelog | 3 ++- debian/rules | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 078161a..ae18500 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -libterralib (4.3.0+dfsg.2-6) experimental; urgency=medium +libterralib (4.3.0+dfsg.2-6) UNRELEASED; urgency=medium * Build with libqwt-qt5-dev, don't mix qt4. Closes: #814857. * Fix Typo in debian/rules includes; thanks to Dmitry Shachnev + * Enable qwt, TerraView libs -- Alastair McKinstry <mckins...@debian.org> Mon, 07 Mar 2016 00:51:24 +0000 diff --git a/debian/rules b/debian/rules index 1a86773..33f17ff 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,9 @@ override_dh_auto_build: for d in terralib te_functions te_utils image_processing PostgreSQL MySQL shapelib stat te_dxf te_shapelib ; do \ ( cd build/qt4/$$d && qmake QMAKE_CXXFLAGS=$(CXXFLAGS) $$d.pro && $(MAKE) ) ; \ done + for d in qwt ; do \ + ( cd build/qt/$$d && qmake QMAKE_CXXFLAGS=$(CXXFLAGS) $$d.pro && $(MAKE) ) ; \ + done for d in terralib te_functions te_utils terralibpdi shapelib te_shapelib te_mysql te_postgresql te_dxf stat ; do \ ar rcs Release/lib$$d.a Release/linux-g++/obj/$$d/*.o ;\ done -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libterralib.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel