This is an automated email from the git hooks/post-receive script. gio pushed a commit to branch master in repository freehep-xml.
commit fc1764682a080162019f0be07ed72320c829c383 Author: Giovanni Mascellani <[email protected]> Date: Sun Jun 12 19:28:32 2016 +0200 Make patches DEP-3 compliant. --- debian/changelog | 1 + debian/patches/XMLCharacterProperties.java.diff | 2 ++ debian/patches/classpath.diff | 2 ++ 3 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index bcbd50a..c7abe5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ freehep-xml (2.1.2+dfsg1-4) UNRELEASED; urgency=low * Remove trivial information in debian/README.source. * Add classpath to the JAR manifest. * Make debian/copyright standards compliant. + * Make patches DEP-3 compliant. [ Philipp Huebner ] * Added myself as uploader diff --git a/debian/patches/XMLCharacterProperties.java.diff b/debian/patches/XMLCharacterProperties.java.diff index 7c2690c..019fb83 100644 --- a/debian/patches/XMLCharacterProperties.java.diff +++ b/debian/patches/XMLCharacterProperties.java.diff @@ -3,6 +3,8 @@ Subject: Substitute for XMLCharacterProperties.java The original file is not compatible with LGPL. This file was rewritten from scratch looking just the docstrings of the original file. +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: freehep-xml/src/main/java/org/freehep/xml/util/XMLCharacterProperties.java =================================================================== --- /dev/null diff --git a/debian/patches/classpath.diff b/debian/patches/classpath.diff index c8907bd..c669609 100644 --- a/debian/patches/classpath.diff +++ b/debian/patches/classpath.diff @@ -1,5 +1,7 @@ From: Giovanni Mascellani <[email protected]> Subject: Add classpath to compiled JAR +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: freehep-xml/pom.xml =================================================================== --- freehep-xml.orig/pom.xml -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/freehep-xml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

