Hashar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/404283 )
Change subject: Fix FTBS when installing docs ...................................................................... Fix FTBS when installing docs cp: cannot stat 'README.md': No such file or directory dh_installdocs: cp --reflink=auto -a README.md debian/php-ast/usr/share/doc/php-ast returned exit code 1 /usr/share/dh-php/pkg-pecl.mk:45: recipe for target 'binary' failed 760f04d65 imported upstream version 0.1.5 which moves the files to a subdirectory: README.md => ast-0.1.5/README.md The .docs file had not been updated to reflect that. Change-Id: If2eea854c79abae2e86a141584d424a586f4d72b --- M debian/changelog M debian/php-ast.docs 2 files changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/pkg-php/php-ast refs/changes/83/404283/1 diff --git a/debian/changelog b/debian/changelog index 63f519f..c03a42a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +php-ast (0.1.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix path to README.md which broke dh_installdocs + + -- Antoine Musso <[email protected]> Mon, 15 Jan 2018 13:11:50 +0100 + php-ast (0.1.5-1) unstable; urgency=medium * Change debian/watch to PECL diff --git a/debian/php-ast.docs b/debian/php-ast.docs index b43bf86..349fa20 100644 --- a/debian/php-ast.docs +++ b/debian/php-ast.docs @@ -1 +1 @@ -README.md +ast-0.1.5/README.md -- To view, visit https://gerrit.wikimedia.org/r/404283 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If2eea854c79abae2e86a141584d424a586f4d72b Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/pkg-php/php-ast Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
