[gmt] 17/23: Fix alignment.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jun 13 22:40:23 UTC 2015
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 <sebastic at xs4all.nl>
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
More information about the Pkg-grass-devel
mailing list