This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-net-java.
commit 5008d7e68b3f8d55bffe4338bf466b281cbc3ea2 Author: Emmanuel Bourg <[email protected]> Date: Mon May 9 21:32:44 2016 +0200 Removed 01-ignore-failing-tests.patch (fixed upstream) --- debian/changelog | 4 +++- debian/patches/01-ignore-failing-tests.patch | 14 -------------- debian/patches/series | 1 - 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 85e1bf9..dc025d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -libcommons-net-java (3.4-3) UNRELEASED; urgency=medium +libcommons-net-java (3.5-1) UNRELEASED; urgency=medium + * New upstream release + - Removed 01-ignore-failing-tests.patch (fixed upstream) * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* URLs diff --git a/debian/patches/01-ignore-failing-tests.patch b/debian/patches/01-ignore-failing-tests.patch deleted file mode 100644 index 54331fc..0000000 --- a/debian/patches/01-ignore-failing-tests.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: Disable a test failing in 2016 -Author: Emmanuel Bourg <[email protected]> -Bug: https://issues.apache.org/jira/browse/NET-586 ---- a/src/test/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImplTest.java -+++ b/src/test/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImplTest.java -@@ -382,7 +382,7 @@ - } - - // Test leap year if current year is a leap year -- public void testFeb29IfLeapYear() throws Exception{ -+ public void _testFeb29IfLeapYear() throws Exception{ - GregorianCalendar now = new GregorianCalendar(); - final int thisYear = now.get(Calendar.YEAR); - if (now.isLeapYear(thisYear) && now.before(new GregorianCalendar(thisYear,Calendar.AUGUST,29))){ diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 6e075d2..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -01-ignore-failing-tests.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-net-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

