[libdogleg] 02/03: Removed patch that tweaks the manpage

Dima Kogan dima at secretsauce.net
Mon Jan 13 23:13:45 UTC 2014


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

dkogan-guest pushed a commit to annotated tag debian/0.08-3
in repository libdogleg.

commit 9f80be372052d395608fa667dba30b9206a8e272
Author: Dima Kogan <dima at secretsauce.net>
Date:   Mon Jan 13 14:36:19 2014 -0800

    Removed patch that tweaks the manpage
    
    Since the docs are now in their own arch:all package, their minor specificities
    no longer break things
---
 ...manpage-no-longer-has-date-for-multi-arch.patch | 26 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/0001-manpage-no-longer-has-date-for-multi-arch.patch b/debian/patches/0001-manpage-no-longer-has-date-for-multi-arch.patch
deleted file mode 100644
index 7097504..0000000
--- a/debian/patches/0001-manpage-no-longer-has-date-for-multi-arch.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Dima Kogan <dima at secretsauce.net>
-Date: Sun, 12 Jan 2014 23:26:09 -0800
-Subject: manpage no longer has date (for multi-arch)
-
----
- Makefile | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 3696ca1..41cd263 100644
---- a/Makefile
-+++ b/Makefile
-@@ -60,9 +60,11 @@ $(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 --center="libdogleg: Powell's dogleg method" --name=LIBDOGLEG --release="libdogleg $(VERSION)" --section=$(MAN_SECTION) $^ $@
--
-+	pod2man --date=" " --center="libdogleg: Powell's dogleg method" --name=LIBDOGLEG --release="libdogleg $(VERSION)" --section=$(MAN_SECTION) $^ | grep -v 'Automatically generated.*Pod::Man' > $@
- 
- sample: sample.o libdogleg.a
- 	$(CC) $^ $(LDLIBS) -o $@
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4697e37..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-manpage-no-longer-has-date-for-multi-arch.patch

-- 
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