[libdogleg] 01/02: asdf

Dima Kogan dima at secretsauce.net
Tue Aug 25 04:41:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch patch-queue/debian
in repository libdogleg.

commit 2ea306d0ddadc99b55196cb32ed5050d258ccf82
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Jan 12 23:24:51 2014 -0800

    asdf
---
 Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 41cd263..3696ca1 100644
--- a/Makefile
+++ b/Makefile
@@ -60,11 +60,9 @@ $(TARGET_SO_SONAME) $(TARGET_SO_BARE): $(TARGET_SO_FULL)
 %-pic.o: %.c
 	$(CC) $(CPPFLAGS) -fPIC $(CFLAGS) -c -o $@ $<
 
-# I want multi-arch:same, so I remove the date and the "automatically-generated"
-# line. This makes sure that multiple builds of the manpage on different arches
-# will produce a bit-identical the same result
 $(MAN_TARGET): README.pod
-	pod2man --date=" " --center="libdogleg: Powell's dogleg method" --name=LIBDOGLEG --release="libdogleg $(VERSION)" --section=$(MAN_SECTION) $^ | grep -v 'Automatically generated.*Pod::Man' > $@
+	pod2man --center="libdogleg: Powell's dogleg method" --name=LIBDOGLEG --release="libdogleg $(VERSION)" --section=$(MAN_SECTION) $^ $@
+
 
 sample: sample.o libdogleg.a
 	$(CC) $^ $(LDLIBS) -o $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdogleg.git



More information about the debian-science-commits mailing list