Your message dated Sun, 27 May 2012 12:07:55 +0000
with message-id <e1sycgj-0007cy...@franck.debian.org>
and subject line Bug#674392: fixed in libcommons-lang3-java 3.1-1
has caused the Debian Bug report #674392,
regarding libcommons-lang3-java: FTBFS: tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
674392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libcommons-lang3-java
Version: 3.0.1-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
> skip faking of existing gnu-getopt:getopt::debian
> mh_patchpoms -plibcommons-lang3-java --debian-build --keep-pom-version 
> --maven-repo=/«PKGBUILDDIR»/debian/maven-repo 
> touch debian/stamp-poms-patched
> # before-build target may be used to unpatch the pom files, so we need to 
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
>               /usr/bin/make -f debian/rules patch-poms; \
>       fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  -Dproperties.file.manual=/«PKGBUILDDIR»/debian/maven.properties 
> -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
> -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo  package
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Commons Lang
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 99 source files to /«PKGBUILDDIR»/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 116 source files to /«PKGBUILDDIR»/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.commons.lang3.SerializationUtilsTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
> Running org.apache.commons.lang3.JavaVersionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> Running org.apache.commons.lang3.ClassUtilsTest
> Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
> Running org.apache.commons.lang3.AnnotationUtilsTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
> Running org.apache.commons.lang3.CharEncodingTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> Running org.apache.commons.lang3.StringUtilsStartsEndsWithTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.commons.lang3.CharSetTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.commons.lang3.ArrayUtilsTest
> Tests run: 146, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
> Running org.apache.commons.lang3.StringUtilsEqualsIndexOfTest
> Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
> Running org.apache.commons.lang3.StringUtilsSubstringTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> Running org.apache.commons.lang3.StringUtilsIsTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.commons.lang3.event.EventListenerSupportTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> Running org.apache.commons.lang3.event.EventUtilsTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> Running org.apache.commons.lang3.CharRangeTest
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> Running org.apache.commons.lang3.StringUtilsTrimEmptyTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
> Running org.apache.commons.lang3.ValidateTest
> Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
> Running org.apache.commons.lang3.StringUtilsTest
> Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 sec
> Running org.apache.commons.lang3.EnumUtilsTest
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> Running org.apache.commons.lang3.CharUtilsTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> Running org.apache.commons.lang3.RangeTest
> Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> Running org.apache.commons.lang3.CharSetUtilsTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> Running org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest
> Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.commons.lang3.RandomStringUtilsTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> Running org.apache.commons.lang3.CharSequenceUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
> Running org.apache.commons.lang3.ArrayUtilsRemoveTest
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> Running org.apache.commons.lang3.SystemUtilsTest
> Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec 
> <<< FAILURE!
> Running org.apache.commons.lang3.ObjectUtilsTest
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running org.apache.commons.lang3.BitFieldTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running org.apache.commons.lang3.BooleanUtilsTest
> Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
> Running org.apache.commons.lang3.tuple.MutablePairTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.commons.lang3.tuple.PairTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
> Running org.apache.commons.lang3.tuple.ImmutablePairTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.commons.lang3.LocaleUtilsTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> Running org.apache.commons.lang3.StringEscapeUtilsTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 sec
> Running org.apache.commons.lang3.time.DateUtilsTest
> Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
> Running org.apache.commons.lang3.time.DateUtilsRoundingTest
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
> Running org.apache.commons.lang3.time.DurationFormatUtilsTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.89 sec
> Running org.apache.commons.lang3.time.StopWatchTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.758 sec
> Running org.apache.commons.lang3.time.FastDateFormatTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> Running org.apache.commons.lang3.time.DateFormatUtilsTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> Running org.apache.commons.lang3.time.DateUtilsFragmentTest
> Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> Running org.apache.commons.lang3.reflect.ConstructorUtilsTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.commons.lang3.reflect.FieldUtilsTest
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.commons.lang3.reflect.TypeUtilsTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> Running org.apache.commons.lang3.reflect.MethodUtilsTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> Running org.apache.commons.lang3.mutable.MutableLongTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.commons.lang3.mutable.MutableShortTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.commons.lang3.mutable.MutableByteTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.commons.lang3.mutable.MutableObjectTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.commons.lang3.mutable.MutableBooleanTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.commons.lang3.mutable.MutableFloatTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.commons.lang3.mutable.MutableIntTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.commons.lang3.mutable.MutableDoubleTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.commons.lang3.ArrayUtilsAddTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.commons.lang3.exception.ContextedExceptionTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.commons.lang3.exception.ExceptionUtilsTest
> Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> Running org.apache.commons.lang3.exception.DefaultExceptionContextTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.commons.lang3.text.ExtendedMessageFormatTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.96 sec
> Running org.apache.commons.lang3.text.StrBuilderAppendInsertTest
> Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
> Running org.apache.commons.lang3.text.FormattableUtilsTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.commons.lang3.text.CompositeFormatTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.commons.lang3.text.StrMatcherTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> Running org.apache.commons.lang3.text.StrTokenizerTest
> Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
> Running org.apache.commons.lang3.text.StrSubstitutorTest
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
> Running org.apache.commons.lang3.text.StrLookupTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> Running org.apache.commons.lang3.text.WordUtilsTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> Running org.apache.commons.lang3.text.StrBuilderTest
> Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
> Running org.apache.commons.lang3.text.translate.EntityArraysTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> Running org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.commons.lang3.text.translate.LookupTranslatorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> Running org.apache.commons.lang3.text.translate.NumericEntityEscaperTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.commons.lang3.text.translate.UnicodeEscaperTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.commons.lang3.text.translate.UnicodeUnescaperTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> Running org.apache.commons.lang3.text.translate.OctalUnescaperTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> Running org.apache.commons.lang3.math.IEEE754rUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.commons.lang3.math.NumberUtilsTest
> Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
> Running org.apache.commons.lang3.math.FractionTest
> Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.46 sec
> Running org.apache.commons.lang3.builder.EqualsBuilderTest
> Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> Running org.apache.commons.lang3.builder.DefaultToStringStyleTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.commons.lang3.builder.ToStringBuilderTest
> Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
> Running org.apache.commons.lang3.builder.MultiLineToStringStyleTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> Running org.apache.commons.lang3.builder.SimpleToStringStyleTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.commons.lang3.builder.StandardToStringStyleTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.commons.lang3.builder.HashCodeBuilderTest
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
> Running org.apache.commons.lang3.builder.CompareToBuilderTest
> Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.commons.lang3.builder.ToStringStyleTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.commons.lang3.concurrent.BasicThreadFactoryTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
> Running org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> Running org.apache.commons.lang3.concurrent.TimedSemaphoreTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.187 sec
> Running org.apache.commons.lang3.concurrent.AtomicInitializerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> Running org.apache.commons.lang3.concurrent.ConcurrentUtilsTest
> Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.commons.lang3.concurrent.ConstantInitializerTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.commons.lang3.concurrent.LazyInitializerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.commons.lang3.concurrent.BackgroundInitializerTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> 
> Results :
> 
> Failed tests:   testGetUserHome(org.apache.commons.lang3.SystemUtilsTest)
> 
> Tests run: 2039, Failures: 1, Errors: 0, Skipped: 0
> 
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> 
> Please refer to /«PKGBUILDDIR»/target/surefire-reports for the individual 
> test results.
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 43 seconds
> [INFO] Finished at: Wed May 23 20:44:33 UTC 2012
> [INFO] Final Memory: 16M/74M
> [INFO] 
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/05/24/libcommons-lang3-java_3.0.1-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: libcommons-lang3-java
Source-Version: 3.1-1

We believe that the bug you reported is fixed in the latest version of
libcommons-lang3-java, which is due to be installed in the Debian FTP archive:

libcommons-lang3-java-doc_3.1-1_all.deb
  to main/libc/libcommons-lang3-java/libcommons-lang3-java-doc_3.1-1_all.deb
libcommons-lang3-java_3.1-1.debian.tar.gz
  to main/libc/libcommons-lang3-java/libcommons-lang3-java_3.1-1.debian.tar.gz
libcommons-lang3-java_3.1-1.dsc
  to main/libc/libcommons-lang3-java/libcommons-lang3-java_3.1-1.dsc
libcommons-lang3-java_3.1-1_all.deb
  to main/libc/libcommons-lang3-java/libcommons-lang3-java_3.1-1_all.deb
libcommons-lang3-java_3.1.orig.tar.gz
  to main/libc/libcommons-lang3-java/libcommons-lang3-java_3.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 674...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan <draz...@debian.org> (supplier of updated 
libcommons-lang3-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 16 Dec 2011 23:35:26 +0100
Source: libcommons-lang3-java
Binary: libcommons-lang3-java libcommons-lang3-java-doc
Architecture: source all
Version: 3.1-1
Distribution: sid
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Damien Raude-Morvan <draz...@debian.org>
Description: 
 libcommons-lang3-java - Extension of the java.lang package (for Java 5+)
 libcommons-lang3-java-doc - Documentation for extension of the java.lang 
package (for Java 5+
Closes: 674392
Changes: 
 libcommons-lang3-java (3.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Diable failing test SystemUtilsTest#testGetUserHome because it depends
     on current user $HOME (which is not mounted inside buildd chroot)
     (Closes: #674392).
   * d/poms: Pass --java-lib to force install of JAR into /usr/share/java/.
Checksums-Sha1: 
 91927d2f39a61f1044bc2b51a437e4af4c943d4a 2339 libcommons-lang3-java_3.1-1.dsc
 ee8729f19d6be144faa530ff48cbe4b8a15217a7 624664 
libcommons-lang3-java_3.1.orig.tar.gz
 4bc51851844d3903bcf7fdbe1a518ee3e21d8070 5272 
libcommons-lang3-java_3.1-1.debian.tar.gz
 9dc258584809d37954f7ce5f98de3b110ed6f88a 293888 
libcommons-lang3-java_3.1-1_all.deb
 6f6daa009811de005608b7568e02dc2576359244 1306126 
libcommons-lang3-java-doc_3.1-1_all.deb
Checksums-Sha256: 
 f9ea52f2097907714ecb979939c20eb5718d952ca22e8faeffce3730089b0fad 2339 
libcommons-lang3-java_3.1-1.dsc
 e25652cc13a9f34a3a23385ddabf7f5a097bc3c148f9db9887150369b54e2b9c 624664 
libcommons-lang3-java_3.1.orig.tar.gz
 23674aaf98d4b89a8c3fd6ade60034c61530180b53a4362fd40f733434f11cb1 5272 
libcommons-lang3-java_3.1-1.debian.tar.gz
 15621fc8a42ed16ca6db525139d6a174ae7d1d3956af5a021cebd5b744f00b01 293888 
libcommons-lang3-java_3.1-1_all.deb
 aa78783ee06f103567fca2c8f5cca8c5df98973c1c4385645cb8e1e822839de3 1306126 
libcommons-lang3-java-doc_3.1-1_all.deb
Files: 
 510a998866fcf2af669eaebfa1603270 2339 java optional 
libcommons-lang3-java_3.1-1.dsc
 8ee5464ab9eb94cf352d4b596ffae16b 624664 java optional 
libcommons-lang3-java_3.1.orig.tar.gz
 ae1e10679b912378e7a0947f06262a93 5272 java optional 
libcommons-lang3-java_3.1-1.debian.tar.gz
 c46fa5bf8ba0bfbdad99efb4470b5931 293888 java optional 
libcommons-lang3-java_3.1-1_all.deb
 0e67afd3a664b80639196a261e079f87 1306126 doc optional 
libcommons-lang3-java-doc_3.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPwhT2AAoJEHXiDM0z50n8OLYP/18HbjarMeNX1tfmNII36q2F
1OFbOAQeD/QJsly67yScu+A7GTvgQXz4kMNA8dHrAe/5wjQ2xwTTxrW4k3mkczgJ
CuQLXzQFs6iJYf5CGfP3wuCr9WJR8n4k9/mhzxOFB8ozy7QK5e4gcoAHr0r5zKp1
Tb+xVuMYIdJ7MSCI/SJ71M62WX9KRj4qa4aK1HzsuNHDQRBelQ9MjRzWmf5NJ8ka
9uIga3ScYFP72S8zjWR6r4QUh3GlZo8qLvYO4f51w5oDdh/HEe6L1CelFpaRX8eE
xrLK2CbuH6fA1UGLZutZuq/mbEU3EXjn/mkN3G66ugsfCeOOj7xH/MDnE2kn8ztQ
03Ymu/GH89H0DnQJaDJ9YKZ/t3dm+AbPNHM/GrnhWCH/jr0cTG37ZoDaT/yTp1sf
tU0hUiv+Z4YuhYFWfgqFXuZpmc/pgupxRNnKoiqErsV8rxmVzcWNkH+rGYoIIE3v
2lLskDuLu298MvPy1wA/SVSBh13EC1ARrGAjSC8WqyajARSdOgVwAQDVEBWxMBA/
nMor8ikRCHObfm4mnattt7PfrR8iLdKIYUnIq1jEIHxxVt09+iU7YDF9f0hBiO9C
+zEzsk7lP1+R6wq0u6bHt5njXnEtU7wL0bWyQnxKp6HPeSFw00yodislvA39KO0Y
ddOQir1/f95D9cL0rfR4
=CuOv
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to