This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository tycho.
commit e8d0ef3107c667cfea28fc438214f6a96c2b9283 Author: Christopher Hoskin <[email protected]> Date: Tue Jul 18 18:32:16 2017 +0100 Add debian/clean (build with debuild -tc so that mh_unpatchpoms is called before quilt patches are unapplied) --- debian/changelog | 6 ++++++ debian/clean | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 86f718c..790b191 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ tycho (0.25.0-2) UNRELEASED; urgency=medium + [ Emmanuel Bourg ] * Team upload. * Depend on libasm-java (>= 5.0) instead of libasm4-java + [ Christopher Hoskin ] + * Add debian/clean (build with debuild -tc so that mh_unpatchpoms is called + before quilt patches are unapplied) + + -- Emmanuel Bourg <[email protected]> Tue, 10 Jan 2017 14:51:11 +0100 tycho (0.25.0-1) unstable; urgency=medium diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..40ec0a4 --- /dev/null +++ b/debian/clean @@ -0,0 +1,9 @@ +org.eclipse.jdt.compiler.apt/ +org.eclipse.jdt.core/ +org.eclipse.osgi.compatibility.state/ +org.eclipse.osgi/ +sisu-equinox/sisu-equinox-api/META-INF/ +sisu-equinox/sisu-equinox-launching/META-INF/ +tycho-core/META-INF/ +tycho-embedder-api/META-INF/ + -- 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

