This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository protozero.
commit 077486e249a000ba72a9c8c275cdb11656140f48 Author: Bas Couwenberg <[email protected]> Date: Sat Jan 14 11:19:48 2017 +0100 Drop makefile-docs.patch, applied upstream. --- debian/changelog | 1 + debian/patches/makefile-docs.patch | 15 --------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index fde0a16..2a02ecf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ protozero (1.5.1-1) UNRELEASED; urgency=medium * New upstream release. + * Drop makefile-docs.patch, applied upstream. -- Bas Couwenberg <[email protected]> Sat, 14 Jan 2017 11:18:23 +0100 diff --git a/debian/patches/makefile-docs.patch b/debian/patches/makefile-docs.patch deleted file mode 100644 index be1057a..0000000 --- a/debian/patches/makefile-docs.patch +++ /dev/null @@ -1,15 +0,0 @@ -Description: Update DOC_FILES to fix `make doc` failure. -Author: Bas Couwenberg <[email protected]> -Forwarded: https://github.com/mapbox/protozero/pull/71 - ---- a/Makefile -+++ b/Makefile -@@ -52,7 +52,7 @@ HPP_FILES := include/protozero/byteswap. - include/protozero/varint.hpp \ - include/protozero/version.hpp - --DOC_FILES = doc/cheatsheet.md doc/macros.md doc/tutorial.md -+DOC_FILES = doc/advanced.md doc/cheatsheet.md doc/tutorial.md - - CFLAGS_PROTOBUF := $(subst -I,-isystem ,$(shell pkg-config protobuf --cflags)) - LDFLAGS_PROTOBUF := $(shell pkg-config protobuf --libs-only-L) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 8c332fb..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -makefile-docs.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/protozero.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

