Processed: jessie

2013-07-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 717155 + sid jessie
Bug #717155 [iscsitarget-dkms] iscsitarget-dkms: Fails to build against Linux 
3.10
Added tag(s) sid and jessie.
 tags 717157 + sid jessie
Bug #717157 [blktap-dkms] blktap-dkms: Fails to build against Linux 3.10
Added tag(s) sid and jessie.
 tags 717166 + sid jessie
Bug #717166 [openswan-modules-dkms] openswan-modules-dkms: Fails to build 
against Linux 3.10-1
Added tag(s) sid and jessie.
 tags 717116 + sid jessie
Bug #717116 [jbossas4] jbossas4: FTBFS with Java7
Added tag(s) sid and jessie.
 tags 717122 + sid jessie
Bug #717122 [jetty8] jmock2: FTBFS with Java7
Added tag(s) sid and jessie.
 tags 717138 + sid jessie
Bug #717138 [lightproof] lightproof: dummy bug to prevent migrating to testing 
before LO 4.0.4-3
Added tag(s) sid and jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
717116: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717116
717122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717122
717138: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717138
717155: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717155
717157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717157
717166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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.


Bug#717249: jmock2: FTBFS with Java7

2013-07-18 Thread Shuxiong Ye
Package: jmock2
Version: 2.5.1+dfsg
Severity: serious
User: ubuntu-de...@lists.ubuntu.com
Usertags: openjdk-7-transition

compile:
[mkdir] Created dir: /tmp/buildd/jmock2-2.5.1+dfsg/build/classes
[javac] /tmp/buildd/jmock2-2.5.1+dfsg/build.xml:61: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds
[javac] Compiling 177 source files to
/tmp/buildd/jmock2-2.5.1+dfsg/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/test/org/jmock/example/sniper/Money.java:30:
warning: unmappable character for encoding ASCII
[javac] return ?? + amount;
[javac] ^
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/test/org/jmock/example/sniper/Money.java:30:
warning: unmappable character for encoding ASCII
[javac] return ?? + amount;
[javac]  ^
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/Expectations.java:146: error:
name clash: with(MatcherBoolean) and Twith(MatcherT) have the same
erasure
[javac] public boolean with(MatcherBoolean matcher) {
[javac]^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/Expectations.java:151: error:
name clash: with(MatcherByte) and Twith(MatcherT) have the same
erasure
[javac] public byte with(MatcherByte matcher) {
[javac] ^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/Expectations.java:156: error:
name clash: with(MatcherShort) and Twith(MatcherT) have the same
erasure
[javac] public short with(MatcherShort matcher) {
[javac]  ^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/Expectations.java:161: error:
name clash: with(MatcherCharacter) and Twith(MatcherT) have the same
erasure
[javac] public char with(MatcherCharacter matcher) {
[javac] ^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/Expectations.java:166: error:
name clash: with(MatcherInteger) and Twith(MatcherT) have the same
erasure
[javac] public int with(MatcherInteger matcher) {
[javac]^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/Expectations.java:171: error:
name clash: with(MatcherLong) and Twith(MatcherT) have the same
erasure
[javac] public long with(MatcherLong matcher) {
[javac] ^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/Expectations.java:176: error:
name clash: with(MatcherFloat) and Twith(MatcherT) have the same
erasure
[javac] public float with(MatcherFloat matcher) {
[javac]  ^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/Expectations.java:181: error:
name clash: with(MatcherDouble) and Twith(MatcherT) have the same
erasure
[javac] public double with(MatcherDouble matcher) {
[javac]   ^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/syntax/ArgumentConstraintPhrases.java:7:
error: name clash: with(MatcherBoolean) and Twith(MatcherT) have the
same erasure
[javac] boolean with(MatcherBoolean matcher);
[javac] ^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/syntax/ArgumentConstraintPhrases.java:8:
error: name clash: with(MatcherByte) and Twith(MatcherT) have the
same erasure
[javac] byte with(MatcherByte matcher);
[javac]  ^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]
/tmp/buildd/jmock2-2.5.1+dfsg/src/org/jmock/syntax/ArgumentConstraintPhrases.java:9:
error: name clash: with(MatcherShort) and Twith(MatcherT) have the
same erasure
[javac] short with(MatcherShort matcher);
[javac]   ^
[javac]   where T is a type-variable:
[javac] T extends Object declared in method Twith(MatcherT)
[javac]

Bug#717250: libcobra-java: FTBFS with Java7

2013-07-18 Thread Shuxiong Ye
Package: libcobra-java
Version: 0.98.4-4
Severity: serious
User: ubuntu-de...@lists.ubuntu.com
Usertags: openjdk-7-transition

compile:
[mkdir] Created dir: /tmp/buildd/libcobra-java-0.98.4/build
[javac] /tmp/buildd/libcobra-java-0.98.4/debian/build.xml:14: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds
[javac] Compiling 462 source files to
/tmp/buildd/libcobra-java-0.98.4/build
[javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/AbstractHtmlRendererContext.java:135:
warning: [deprecation] open(String,String,String,boolean) in
HtmlRendererContext has been deprecated
[javac] public HtmlRendererContext open(String absoluteUrl, String
windowName,
[javac]^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/domimpl/NodeImpl.java:830:
error: reference to Objects is ambiguous, both class
org.lobobrowser.util.Objects in org.lobobrowser.util and class
java.util.Objects in java.util match
[javac] Objects.equals(this.getNodeName(), arg.getNodeName()) 
[javac] ^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/domimpl/NodeImpl.java:831:
error: reference to Objects is ambiguous, both class
org.lobobrowser.util.Objects in org.lobobrowser.util and class
java.util.Objects in java.util match
[javac] Objects.equals(this.getNodeValue(), arg.getNodeValue()) 
[javac] ^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/domimpl/NodeImpl.java:832:
error: reference to Objects is ambiguous, both class
org.lobobrowser.util.Objects in org.lobobrowser.util and class
java.util.Objects in java.util match
[javac] Objects.equals(this.getLocalName(), arg.getLocalName()) 
[javac] ^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/domimpl/NodeImpl.java:833:
error: reference to Objects is ambiguous, both class
org.lobobrowser.util.Objects in org.lobobrowser.util and class
java.util.Objects in java.util match
[javac] Objects.equals(this.nodeList, ((NodeImpl) arg).nodeList) 
[javac] ^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/domimpl/ElementImpl.java:83:
error: reference to Objects is ambiguous, both class
org.lobobrowser.util.Objects in org.lobobrowser.util and class
java.util.Objects in java.util match
[javac] return Objects.equals(attrs1, attrs2);
[javac]^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/domimpl/HTMLAbstractUIElement.java:178:
warning: [deprecation] getSourceName() in EcmaError has been deprecated
[javac] logger.log(Level.WARNING, Javascript error at  +
ecmaError.getSourceName() + : + ecmaError.getLineNumber() + :  +
ecmaError.getMessage(), ecmaError);
[javac] ^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/domimpl/HTMLAbstractUIElement.java:178:
warning: [deprecation] getLineNumber() in EcmaError has been deprecated
[javac] logger.log(Level.WARNING, Javascript error at  +
ecmaError.getSourceName() + : + ecmaError.getLineNumber() + :  +
ecmaError.getMessage(), ecmaError);
[javac]
   ^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/domimpl/HTMLScriptElementImpl.java:198:
warning: [deprecation] getSourceName() in EcmaError has been deprecated
[javac] logger.log(Level.WARNING, Javascript error at  +
ecmaError.getSourceName() + : + ecmaError.getLineNumber() + :  +
ecmaError.getMessage(), ecmaError);
[javac] ^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/domimpl/HTMLScriptElementImpl.java:198:
warning: [deprecation] getLineNumber() in EcmaError has been deprecated
[javac] logger.log(Level.WARNING, Javascript error at  +
ecmaError.getSourceName() + : + ecmaError.getLineNumber() + :  +
ecmaError.getMessage(), ecmaError);
[javac]
   ^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/gui/HtmlBlockPanel.java:860:
error: reference to Objects is ambiguous, both class java.util.Objects in
java.util and class org.lobobrowser.util.Objects in org.lobobrowser.util
match
[javac] if(!Objects.equals(this.defaultMarginInsets,
defaultMarginInsets)) {
[javac] ^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/renderer/RBlock.java:354:
error: reference to Objects is ambiguous, both class
org.lobobrowser.util.Objects in org.lobobrowser.util and class
java.util.Objects in java.util match
[javac] if(Objects.equals(key, this.lastLayoutKey)) {
[javac]^
[javac]
/tmp/buildd/libcobra-java-0.98.4/src/org/lobobrowser/html/renderer/RBlock.java:1544:
error: reference to Objects is ambiguous, 

Processing of tomcat6_6.0.35-6+deb7u1_amd64.changes

2013-07-18 Thread Debian FTP Masters
tomcat6_6.0.35-6+deb7u1_amd64.changes uploaded successfully to localhost
along with the files:
  tomcat6_6.0.35-6+deb7u1.dsc
  tomcat6_6.0.35.orig.tar.gz
  tomcat6_6.0.35-6+deb7u1.debian.tar.gz
  tomcat6-common_6.0.35-6+deb7u1_all.deb
  tomcat6_6.0.35-6+deb7u1_all.deb
  tomcat6-user_6.0.35-6+deb7u1_all.deb
  libtomcat6-java_6.0.35-6+deb7u1_all.deb
  libservlet2.4-java_6.0.35-6+deb7u1_all.deb
  libservlet2.5-java_6.0.35-6+deb7u1_all.deb
  libservlet2.5-java-doc_6.0.35-6+deb7u1_all.deb
  tomcat6-admin_6.0.35-6+deb7u1_all.deb
  tomcat6-examples_6.0.35-6+deb7u1_all.deb
  tomcat6-docs_6.0.35-6+deb7u1_all.deb
  tomcat6-extras_6.0.35-6+deb7u1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
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.


Processing of tomcat6_6.0.35-1+squeeze3_i386.changes

2013-07-18 Thread Debian FTP Masters
tomcat6_6.0.35-1+squeeze3_i386.changes uploaded successfully to localhost
along with the files:
  tomcat6_6.0.35-1+squeeze3.dsc
  tomcat6_6.0.35-1+squeeze3.debian.tar.gz
  tomcat6-common_6.0.35-1+squeeze3_all.deb
  tomcat6_6.0.35-1+squeeze3_all.deb
  tomcat6-user_6.0.35-1+squeeze3_all.deb
  libtomcat6-java_6.0.35-1+squeeze3_all.deb
  libservlet2.5-java_6.0.35-1+squeeze3_all.deb
  libservlet2.5-java-doc_6.0.35-1+squeeze3_all.deb
  tomcat6-admin_6.0.35-1+squeeze3_all.deb
  tomcat6-examples_6.0.35-1+squeeze3_all.deb
  tomcat6-docs_6.0.35-1+squeeze3_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
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.


tomcat6_6.0.35-6+deb7u1_amd64.changes ACCEPTED into proposed-updates-stable-new

2013-07-18 Thread Debian FTP Masters
Mapping stable-security to proposed-updates.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Jul 2013 00:00:35 +0200
Source: tomcat6
Binary: tomcat6-common tomcat6 tomcat6-user libtomcat6-java libservlet2.4-java 
libservlet2.5-java libservlet2.5-java-doc tomcat6-admin tomcat6-examples 
tomcat6-docs tomcat6-extras
Architecture: source all
Version: 6.0.35-6+deb7u1
Distribution: stable-security
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Moritz Mühlenhoff j...@debian.org
Description: 
 libservlet2.4-java - Transitional package for libservlet2.5-java
 libservlet2.5-java - Servlet 2.5 and JSP 2.1 Java API classes
 libservlet2.5-java-doc - Servlet 2.5 and JSP 2.1 Java API documentation
 libtomcat6-java - Servlet and JSP engine -- core libraries
 tomcat6- Servlet and JSP engine
 tomcat6-admin - Servlet and JSP engine -- admin web applications
 tomcat6-common - Servlet and JSP engine -- common files
 tomcat6-docs - Servlet and JSP engine -- documentation
 tomcat6-examples - Servlet and JSP engine -- example web applications
 tomcat6-extras - Servlet and JSP engine -- additional components
 tomcat6-user - Servlet and JSP engine -- tools to create user instances
Changes: 
 tomcat6 (6.0.35-6+deb7u1) stable-security; urgency=low
 .
   * CVE-2012-3544, CVE-2013-2067
Checksums-Sha1: 
 1477d145662d7bd963572fdb71730b90ead87637 2082 tomcat6_6.0.35-6+deb7u1.dsc
 4267c8c1c56135551bc9637447f79ec2a3d40669 3204400 tomcat6_6.0.35.orig.tar.gz
 baab3b039b5cea2ec0a26d1bce382259d7f440e1 53441 
tomcat6_6.0.35-6+deb7u1.debian.tar.gz
 ef3b9b0d1de64dd89741f512bf4e09e750025721 52254 
tomcat6-common_6.0.35-6+deb7u1_all.deb
 bc303febb525100c85a8d2ab94d341670ce66c2c 41052 tomcat6_6.0.35-6+deb7u1_all.deb
 e86af06eb4874b43302e2f9b697a66993742055f 31106 
tomcat6-user_6.0.35-6+deb7u1_all.deb
 d78150d5f7ed9a177475f8f1ddc3539ab87e980b 3092520 
libtomcat6-java_6.0.35-6+deb7u1_all.deb
 a95406d60621b443d571d213777c122333ff5b6c 13474 
libservlet2.4-java_6.0.35-6+deb7u1_all.deb
 67f357f3b2c44ce60727cc66f9a60fb938ba6e65 195754 
libservlet2.5-java_6.0.35-6+deb7u1_all.deb
 0e7933a620d74e38fec4db4dfd734871b5e712b0 256402 
libservlet2.5-java-doc_6.0.35-6+deb7u1_all.deb
 0545c01f5da3008f062496916d7e97dd16a83a28 48346 
tomcat6-admin_6.0.35-6+deb7u1_all.deb
 86cc0cead22be4e1557557d594611f149fc42fb7 164176 
tomcat6-examples_6.0.35-6+deb7u1_all.deb
 b9a09886b2eeec8c41e8f78edaf0bba57ddb7dd4 563476 
tomcat6-docs_6.0.35-6+deb7u1_all.deb
 67531c1306274bd4ed466d1b78146fe8538f0625 13682 
tomcat6-extras_6.0.35-6+deb7u1_all.deb
Checksums-Sha256: 
 c412cc832d84737deae2a76d41ae0b3a1a68403ef1d67d94bcec3357d3b1a3da 2082 
tomcat6_6.0.35-6+deb7u1.dsc
 d348778396d7dde5c290c87d18464f9abc3b6d4d5e9a8e6ba13c4eddfebe6ab8 3204400 
tomcat6_6.0.35.orig.tar.gz
 04e654b6d20bccf849fcfc79d3a1432fdab10ba02641aa0c1469208062ed2a0b 53441 
tomcat6_6.0.35-6+deb7u1.debian.tar.gz
 e368fc0d445dc577ed669b975d5ed79afdaee5ac240c2fb323a7d849ccc779c5 52254 
tomcat6-common_6.0.35-6+deb7u1_all.deb
 ee8534b2255eaf668201918baf6cda777401d5afbdba97161c0ab3054f9831b2 41052 
tomcat6_6.0.35-6+deb7u1_all.deb
 58e57c1f96ff3dcc21f9180a2a17090f51bc8bdbb4a9b52a10ea4f5ec4cbdd96 31106 
tomcat6-user_6.0.35-6+deb7u1_all.deb
 38dc0efb48cc2324ae8490b59a8312a61579f04cdf12d6ee5d4ef1d91eca4897 3092520 
libtomcat6-java_6.0.35-6+deb7u1_all.deb
 085b1906f53971434b832d617c43ffccfb4fc73cd0a8573a466a36b040a57adf 13474 
libservlet2.4-java_6.0.35-6+deb7u1_all.deb
 c0abf8044ff9c27cef7f20b16fc3556f2faef0c2a62b6fc89b8c10c9ef865bee 195754 
libservlet2.5-java_6.0.35-6+deb7u1_all.deb
 1f2429e52eae44cf268b67d0a3349f23f2e3054720afa456aecc9ceb0c142b6c 256402 
libservlet2.5-java-doc_6.0.35-6+deb7u1_all.deb
 22a959eab3f031cd0746abf58ff46f7362ed9ab2ffd643f29d9a4cc7403944d7 48346 
tomcat6-admin_6.0.35-6+deb7u1_all.deb
 7310406def60ebd30d5bb36b0ddc0b7cd3c54d2abeb3001e6e02adf8595baf26 164176 
tomcat6-examples_6.0.35-6+deb7u1_all.deb
 c05bf6431b448a5e1fe7a67ffe824a3b2cba024df619f6a3263e8f63ac8be29f 563476 
tomcat6-docs_6.0.35-6+deb7u1_all.deb
 90f6e57e8b80b50fae41ceab4ed5985a72d6a2a2234e977bdeb7be28babfd79f 13682 
tomcat6-extras_6.0.35-6+deb7u1_all.deb
Files: 
 3889832c89fc356de2e5ed9fbb698976 2082 java optional tomcat6_6.0.35-6+deb7u1.dsc
 0a33e27264154dcb85ad5050907bdce1 3204400 java optional 
tomcat6_6.0.35.orig.tar.gz
 f913156772732ff9c85b59f456dee7da 53441 java optional 
tomcat6_6.0.35-6+deb7u1.debian.tar.gz
 fd178f61ac0f0264e2cc52b96952b397 52254 java optional 
tomcat6-common_6.0.35-6+deb7u1_all.deb
 1690a6c6b1853c693dfff75859eac7b9 41052 java optional 
tomcat6_6.0.35-6+deb7u1_all.deb
 a0818c67a549e3fd997122579846ab00 31106 java optional 
tomcat6-user_6.0.35-6+deb7u1_all.deb
 9e722ab28444a7e44897e1da3bd66996 3092520 java optional 
libtomcat6-java_6.0.35-6+deb7u1_all.deb
 72d87ba1684d49a587e9b96be374dd9f 13474 oldlibs extra 
libservlet2.4-java_6.0.35-6+deb7u1_all.deb
 756e777f213429f314c837f334476417 195754 java optional 

tomcat6_6.0.35-1+squeeze3_i386.changes REJECTED

2013-07-18 Thread Debian FTP Masters


Version check failed:
Your upload included the source package tomcat6, version 6.0.35-1+squeeze3,
however stable already has version 6.0.35-6.
Uploads to proposed-updates must have a higher version than present in stable.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


__
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.


Processed: Please reassign Bug#717122

2013-07-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 717122 jmock2 2.5.1+dfsg-2
Bug #717122 [jetty8] jmock2: FTBFS with Java7
Bug reassigned from package 'jetty8' to 'jmock2'.
No longer marked as found in versions 2.5.1+dfsg.
Ignoring request to alter fixed versions of bug #717122 to the same values 
previously set
Bug #717122 [jmock2] jmock2: FTBFS with Java7
There is no source info for the package 'jmock2' at version '2.5.1+dfsg-2' with 
architecture ''
Unable to make a source version for version '2.5.1+dfsg-2'
Marked as found in versions 2.5.1+dfsg-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
717122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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.


Processed: Plz merge Bug #717249 #717122

2013-07-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 717249 717122
Bug #717249 [jmock2] jmock2: FTBFS with Java7
Bug #717122 [jmock2] jmock2: FTBFS with Java7
There is no source info for the package 'jmock2' at version '2.5.1+dfsg' with 
architecture ''
Unable to make a source version for version '2.5.1+dfsg'
There is no source info for the package 'jmock2' at version '2.5.1+dfsg-2' with 
architecture ''
Unable to make a source version for version '2.5.1+dfsg-2'
Marked as found in versions 2.5.1+dfsg.
Bug #717249 [jmock2] jmock2: FTBFS with Java7
There is no source info for the package 'jmock2' at version '2.5.1+dfsg' with 
architecture ''
Unable to make a source version for version '2.5.1+dfsg'
There is no source info for the package 'jmock2' at version '2.5.1+dfsg-2' with 
architecture ''
Unable to make a source version for version '2.5.1+dfsg-2'
Marked as found in versions 2.5.1+dfsg-2.
Added tag(s) sid and jessie.
Merged 717122 717249
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
717122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717122
717249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717249
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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.