[libterralib] 02/05: Fix Typo in debian/rules includes; thanks to Dmitry Shachnev

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 15 10:56:59 UTC 2016


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 f966a1022850ceb1f6239ea52c94e2c7c22bb4da
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Mar 7 01:44:35 2016 +0000

    Fix Typo in debian/rules includes;  thanks to Dmitry Shachnev
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c978e93..078161a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libterralib (4.3.0+dfsg.2-6) experimental; urgency=medium
 
   * Build with libqwt-qt5-dev, don't mix qt4. Closes: #814857.
+  * Fix Typo in debian/rules includes;  thanks to Dmitry Shachnev
 
  -- Alastair McKinstry <mckinstry at debian.org>  Mon, 07 Mar 2016 00:51:24 +0000
 
diff --git a/debian/rules b/debian/rules
index 15651f9..1a86773 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ DEB_CFLAGS_MAINT_APPEND:= -Wall -pedantic
 export DEB_BUILD_MAINT_OPTIONS
 export DEB_CFLAGS_MAINT_APPEND
 CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS)
-CXXFLAGS:= '$(CXXFLAGS) -fpermissive -I/usr/include/geotiff -I/usr/include/dxflib -I/usr/incluce/qwt'
+CXXFLAGS:= '$(CXXFLAGS) -fpermissive -I/usr/include/geotiff -I/usr/include/dxflib -I/usr/include/qwt'
 
 override_dh_auto_build:
 	find examples -type f -exec chmod 644 {} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libterralib.git



More information about the Pkg-grass-devel mailing list