This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository tycho.
commit 3f3a9df3ca3168295b03a9a913f72c1aba5f7ede Author: Christopher Hoskin <[email protected]> Date: Wed Jul 19 19:47:15 2017 +0100 Set --no-unapply-patches to avoid unapplying patches before mh_unpatchpoms (run debclean && quilt pop -a to clean) --- debian/changelog | 2 ++ debian/source/local-options | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 22b8314..03e05b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ tycho (0.25.0-2) UNRELEASED; urgency=medium * Add libtycho-java Build-Conflicts * Fix paths with spaces in debian/copyright * Update fix-sonatype-bug.patch to add missing version to tycho-core dependency + * Set --no-unapply-patches to avoid unapplying patches before mh_unpatchpoms + (run debclean && quilt pop -a to clean) -- Emmanuel Bourg <[email protected]> Tue, 10 Jan 2017 14:51:11 +0100 diff --git a/debian/source/local-options b/debian/source/local-options new file mode 100644 index 0000000..ff951a1 --- /dev/null +++ b/debian/source/local-options @@ -0,0 +1 @@ +--no-unapply-patches -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tycho.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

