This is an automated email from the git hooks/post-receive script. ben pushed a commit to branch master in repository rsyntaxtextarea.
commit ad4aaf8b46a48520118eaf70438533e2373d2512 Author: Benjamin Mesing <[email protected]> Date: Mon Oct 7 21:26:56 2013 +0200 - renamed patches for consistent naming scheme --- ...r.patch => 0001-Fix-source-for-compiling-with-Java-6.patch} | 6 +++--- ...0002-Modified-build.xml-for-debian-specific-settings.patch} | 8 +++++--- debian/patches/series | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/debian/patches/0002-20-fix-IOException-jdk5-compiler-error.patch b/debian/patches/0001-Fix-source-for-compiling-with-Java-6.patch similarity index 84% rename from debian/patches/0002-20-fix-IOException-jdk5-compiler-error.patch rename to debian/patches/0001-Fix-source-for-compiling-with-Java-6.patch index 73c7728..b767e07 100644 --- a/debian/patches/0002-20-fix-IOException-jdk5-compiler-error.patch +++ b/debian/patches/0001-Fix-source-for-compiling-with-Java-6.patch @@ -1,6 +1,6 @@ -From: Debian Java Maintainers <[email protected]> -Date: Mon, 23 Sep 2013 21:12:52 +0200 -Subject: 20-fix-IOException-jdk5-compiler-error +From: Benjamin Mesing <[email protected]> +Date: Mon, 7 Oct 2013 21:09:27 +0200 +Subject: Fix source for compiling with Java >= 6 --- src/org/fife/ui/rsyntaxtextarea/parser/XmlParser.java | 3 ++- diff --git a/debian/patches/0001-build-process.patch b/debian/patches/0002-Modified-build.xml-for-debian-specific-settings.patch similarity index 79% rename from debian/patches/0001-build-process.patch rename to debian/patches/0002-Modified-build.xml-for-debian-specific-settings.patch index 9b1582a..d780cb7 100644 --- a/debian/patches/0001-build-process.patch +++ b/debian/patches/0002-Modified-build.xml-for-debian-specific-settings.patch @@ -1,6 +1,8 @@ -From: Debian Java Maintainers <[email protected]> -Date: Mon, 23 Sep 2013 21:12:52 +0200 -Subject: build-process +From: Benjamin Mesing <[email protected]> +Date: Mon, 7 Oct 2013 21:18:31 +0200 +Subject: =?UTF-8?q?Modified=20build.xml=20for=20debian=20specific=20settin?= + =?UTF-8?q?gs=0A-=20added=20clean=20target=0A-=20build=20java=20doc=0A-=20?= + =?UTF-8?q?link=20javadoc=20to=20system=20path?= --- build.xml | 10 ++++++++-- diff --git a/debian/patches/series b/debian/patches/series index b1565ff..9bfe000 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ -0001-build-process.patch -0002-20-fix-IOException-jdk5-compiler-error.patch +0001-Fix-source-for-compiling-with-Java-6.patch +0002-Modified-build.xml-for-debian-specific-settings.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rsyntaxtextarea.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

