This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository protozero.
commit 2ca64cd9c4cd06a306de070d475ba2c5dadea896 Author: Bas Couwenberg <[email protected]> Date: Thu Jan 12 15:06:31 2017 +0100 Add patch to update DOC_FILES to fix `make doc` failure. --- debian/changelog | 1 + debian/patches/makefile-docs.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index a9626e4..dd18121 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ protozero (1.5.0-1) UNRELEASED; urgency=medium * New upstream release. * Include additional docs in libprotozero-dev. + * Add patch to update DOC_FILES to fix `make doc` failure. -- Bas Couwenberg <[email protected]> Thu, 12 Jan 2017 14:23:51 +0100 diff --git a/debian/patches/makefile-docs.patch b/debian/patches/makefile-docs.patch new file mode 100644 index 0000000..be1057a --- /dev/null +++ b/debian/patches/makefile-docs.patch @@ -0,0 +1,15 @@ +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 new file mode 100644 index 0000000..8c332fb --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +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

