This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gmt.
commit a2b2ef3b2547af53aa724ecb8b6c7ba214277b93 Author: Bas Couwenberg <[email protected]> Date: Sat Jun 13 20:16:34 2015 +0200 Fix alignment. --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 38d66ca..c74000e 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date MANPAGES:=$(wildcard debian/man/*.*.xml) BUILDDIR = $(CURDIR)/debian/build -DESTDIR = $(CURDIR)/debian/tmp +DESTDIR = $(CURDIR)/debian/tmp CMAKE_OPTS = -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_C_FLAGS="-fstrict-aliasing $(CFLAGS)" \ @@ -39,8 +39,8 @@ CMAKE_OPTS = -DCMAKE_BUILD_TYPE=RelWithDebInfo \ %: dh $@ --buildsystem cmake \ - --sourcedirectory=$(CURDIR) --builddirectory=$(BUILDDIR) \ - --parallel + --sourcedirectory=$(CURDIR) --builddirectory=$(BUILDDIR) \ + --parallel override_dh_clean: dh_clean debian/man/*.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gmt.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

