This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository hail.
commit 73c84ff6582783928324be9312673ebd1cd34075 Author: Kevin Murray <[email protected]> Date: Sun Jan 10 10:41:14 2016 +1100 Refresh patches after new upstream release --- .../patches/0002-Use-correct-man-file-path.patch | 34 ---------------------- debian/patches/makefile-cflags | 18 ------------ debian/patches/series | 2 -- 3 files changed, 54 deletions(-) diff --git a/debian/patches/0002-Use-correct-man-file-path.patch b/debian/patches/0002-Use-correct-man-file-path.patch deleted file mode 100644 index c779185..0000000 --- a/debian/patches/0002-Use-correct-man-file-path.patch +++ /dev/null @@ -1,34 +0,0 @@ -From: Kevin Murray <[email protected]> -Date: Wed, 23 Dec 2015 21:46:34 +1100 -Subject: Use correct man file path - ---- - Makefile | 9 ++++----- - 1 file changed, 4 insertions(+), 5 deletions(-) - -diff --git a/Makefile b/Makefile -index 4ed35f3..0a8cf67 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,7 +1,6 @@ - CC ?= gcc --CFLAGS ?= --CFLAGS +=-O3 -std=gnu99 --PREFIX ?= $(HOME) -+CFLAGS += -O3 -std=gnu99 -+PREFIX ?= /usr - - all: hail - -@@ -10,9 +9,9 @@ hail: hail.c - - install: hail hail.1 - mkdir -p $(PREFIX)/bin -- mkdir -p $(PREFIX)/man/man1 -+ mkdir -p $(PREFIX)/share/man/man1 - cp hail $(PREFIX)/bin -- cp hail.1 $(PREFIX)/man/man1 -+ cp hail.1 $(PREFIX)/share/man/man1 - - clean: - rm -f hail diff --git a/debian/patches/makefile-cflags b/debian/patches/makefile-cflags deleted file mode 100644 index b8223f9..0000000 --- a/debian/patches/makefile-cflags +++ /dev/null @@ -1,18 +0,0 @@ -From: Kevin Murray <[email protected]> -Date: Wed, 11 Nov 2015 11:49:33 +1100 -Subject: makefile-cflags - ---- - Makefile | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Makefile b/Makefile -index 09b4197..4ed35f3 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,4 +1,5 @@ - CC ?= gcc -+CFLAGS ?= - CFLAGS +=-O3 -std=gnu99 - PREFIX ?= $(HOME) - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 3b0b2ae..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -makefile-cflags -0002-Use-correct-man-file-path.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hail.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
