reproducible.debian.net status changes for commons-jci

2017-11-19 Thread Reproducible builds folks
2017-11-19 18:30 
https://tests.reproducible-builds.org/debian/unstable/amd64/commons-jci changed 
from unreproducible -> FTBFS

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


reproducible.debian.net status changes for libslf4j-java

2017-11-19 Thread Reproducible builds folks
2017-11-20 00:44 
https://tests.reproducible-builds.org/debian/unstable/amd64/libslf4j-java 
changed from reproducible -> FTBFS

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


reproducible.debian.net status changes for async-http-client

2017-11-19 Thread Reproducible builds folks
2017-11-19 08:42 
https://tests.reproducible-builds.org/debian/unstable/amd64/async-http-client 
changed from reproducible -> FTBFS

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


reproducible.debian.net status changes for maven-dependency-plugin

2017-11-19 Thread Reproducible builds folks
2017-11-19 18:30 
https://tests.reproducible-builds.org/debian/unstable/amd64/maven-dependency-plugin
 changed from reproducible -> FTBFS

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Not a problem in stretch

2017-11-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 882181 buster sid
Bug #882181 [src:mockito] mockito: FTBFS - 
java.lang.UnsupportedOperationException: Cannot nest operations in the same 
thread
Added tag(s) sid and buster.
> thanks
Stopping processing here.

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#882181: mockito: FTBFS - java.lang.UnsupportedOperationException: Cannot nest operations in the same thread

2017-11-19 Thread Gilles Filippini
Source: mockito
Version: 1.10.19-2
Severity: serious
Justification: FTBFS

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

While testing a build of mockito against a new json-simple releae I've
experienced a FTBFS which is reproducible when building into a clean sid
chroot:

Task :test class loader hash: 83f3637f6805a7b149525a93c5faad58
Task :test actions class loader hash: d883a18cf154fc57e90f4d3fa9e5588f
Executing task ':test' (up-to-date check took 0.041 secs) due to:
  No history is available.
Cannot nest operations in the same thread. Each nested operation must run in 
its own thread.
java.lang.UnsupportedOperationException: Cannot nest operations in the same 
thread. Each nested operation must run in its own thread.
at 
org.gradle.internal.operations.DefaultBuildOperationWorkerRegistry.doStartOperation(DefaultBuildOperationWorkerRegistry.java:65)
at 
org.gradle.internal.operations.DefaultBuildOperationWorkerRegistry.access$400(DefaultBuildOperationWorkerRegistry.java:30)
at 
org.gradle.internal.operations.DefaultBuildOperationWorkerRegistry$DefaultOperation.operationStart(DefaultBuildOperationWorkerRegistry.java:163)
at 
org.gradle.api.internal.tasks.testing.worker.ForkingTestClassProcessor.processTestClass(ForkingTestClassProcessor.java:68)
at 
org.gradle.api.internal.tasks.testing.processors.RestartEveryNTestClassProcessor.processTestClass(RestartEveryNTestClassProcessor.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at 
org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:29)
at 
org.gradle.internal.dispatch.AsyncDispatch.dispatchMessages(AsyncDispatch.java:132)
at 
org.gradle.internal.dispatch.AsyncDispatch.access$000(AsyncDispatch.java:33)
at 
org.gradle.internal.dispatch.AsyncDispatch$1.run(AsyncDispatch.java:72)
at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
at 
org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Cannot nest operations in the same thread. Each nested operation must run in 
its own thread.
java.lang.UnsupportedOperationException: Cannot nest operations in the same 
thread. Each nested operation must run in its own thread.
at 
org.gradle.internal.operations.DefaultBuildOperationWorkerRegistry.doStartOperation(DefaultBuildOperationWorkerRegistry.java:65)
at 
org.gradle.internal.operations.DefaultBuildOperationWorkerRegistry.access$400(DefaultBuildOperationWorkerRegistry.java:30)
at 
org.gradle.internal.operations.DefaultBuildOperationWorkerRegistry$DefaultOperation.operationStart(DefaultBuildOperationWorkerRegistry.java:163)
at 
org.gradle.api.internal.tasks.testing.worker.ForkingTestClassProcessor.processTestClass(ForkingTestClassProcessor.java:68)
at 
org.gradle.api.internal.tasks.testing.processors.RestartEveryNTestClassProcessor.processTestClass(RestartEveryNTestClassProcessor.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at 
org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:29)
at 
org.gradle.internal.dispatch.AsyncDispatch.dispatchMessages(AsyncDispatch.java:132)
at 
org.gradle.internal.dispatch.AsyncDispatch.access$000(AsyncDispatch.java:33)
at 
org.gradle.internal.dispatch.AsyncDispatch$1.run(AsyncDispatch.java:72)
at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
at 
org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 

easymock_3.5.1+ds-1_source.changes ACCEPTED into unstable

2017-11-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Nov 2017 15:28:46 +0100
Source: easymock
Binary: libeasymock-java libeasymock-java-doc
Architecture: source
Version: 3.5.1+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 libeasymock-java - Java library to generate Mock Objects for given interfaces
 libeasymock-java-doc - Java library to generate Mock Objects for given 
interfaces (docum
Changes:
 easymock (3.5.1+ds-1) unstable; urgency=medium
 .
   * New upstream version 3.5.1+ds.
   * Declare compliance with Debian Policy 4.1.1.
Checksums-Sha1:
 64ddb1915a5133dc0574d7fc32fe015c0f742e71 2308 easymock_3.5.1+ds-1.dsc
 fc710d021b4090e519957e1298c7b0990289a583 102844 easymock_3.5.1+ds.orig.tar.xz
 30bcf7c18392426c493ba275d37d9fa6cf635d75 7600 easymock_3.5.1+ds-1.debian.tar.xz
 15a623549894fb7471d403fb95b84c3c5f434200 15835 
easymock_3.5.1+ds-1_amd64.buildinfo
Checksums-Sha256:
 0888b3d365ecae634f1b8a15e76f04c4f9d8110237c2de85f3332b4426e2cdf1 2308 
easymock_3.5.1+ds-1.dsc
 6852df576ea1dbcd743514cff07af8c2d51fadc037c8522809d590b1aeb648bc 102844 
easymock_3.5.1+ds.orig.tar.xz
 eed829b54d858475ac719ebf86b97d3b13e10d2b4d8ba18fa0d55d1ca5bcdc3a 7600 
easymock_3.5.1+ds-1.debian.tar.xz
 831a22fa39afff15dd9dfd0b9d6708f336870e71d31b3df12ce837554e1aed67 15835 
easymock_3.5.1+ds-1_amd64.buildinfo
Files:
 5d7c163e7a127736484af254c0f60005 2308 java optional easymock_3.5.1+ds-1.dsc
 4305c0bf0d2843ab3595a726d963095b 102844 java optional 
easymock_3.5.1+ds.orig.tar.xz
 fb3415dc19c9ffd1216d8749c55a1c88 7600 java optional 
easymock_3.5.1+ds-1.debian.tar.xz
 62d0690f952a64229c5077321316990d 15835 java optional 
easymock_3.5.1+ds-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAloRls9fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkECoP/3LejlP4bFpVjGmK2I0vdwYIserpTG98siVv
FsLSFbtVI+FO64EArZD9YY0FMmYw9T8qXZPDUO+38RtOoLSQP8B/+O/QDK/O2t1S
+eCnTOEl814iSpvNHkv8bSMaMxQuDlMTB8SvsVwHiOKG5+acTCG7VAhQ5idurkEP
YRCheXryuM9PlKzKbX/DG6DbrOCw67xR8XW3mxC9YgOwF3sbCObQ3pcknMcCEeCf
hlQSW0VkcNZDsAEf0+LKd8jl2YU0Oyg1aQwNTibUHEsKx1uuefW1bB/FKpUGh3Ii
nH29jx0AMQFBzON8561NJKn97zs2c0rIGssASBwfFH/6Ni68mVTkMrMe9h9P7k9N
6aW+/qy3pnEak1yfvWM9y9Uxr3mz086tONV44XVadpkcnMYEt5ytE6aNlbcNEogc
epvhxJlA403q74ldv/p3dfkLlDME0yIWkbtKly48Te4oHil4BTYorHMbGwUNfQ5R
MoisremYMtW6JG6PzaeOLNtRjkFnnccobS4V4vncSbMTk26wgRr2isk/LJw5+V6h
p3bBWU8MLvQ8lq0mDvbIXCrRaFeXBVdrbctFq6bS9rcd4Ww0som7KjbdFgMoa/0U
CEkLdILK0rQqAKr04s8xA7ixDbrvot56oIBcMkHW1LpevKaH7ZoGKFFvXhPdbERt
kp0LR1vX
=kMvl
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of easymock_3.5.1+ds-1_source.changes

2017-11-19 Thread Debian FTP Masters
easymock_3.5.1+ds-1_source.changes uploaded successfully to localhost
along with the files:
  easymock_3.5.1+ds-1.dsc
  easymock_3.5.1+ds.orig.tar.xz
  easymock_3.5.1+ds-1.debian.tar.xz
  easymock_3.5.1+ds-1_amd64.buildinfo

Greetings,

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[easymock] 03/03: Update changelog

2017-11-19 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository easymock.

commit e5020abf91ace6ec10750f9a6faea8eb2dd56a1b
Author: Markus Koschany 
Date:   Sun Nov 19 15:28:57 2017 +0100

Update changelog
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 65cf8b5..971ff68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+easymock (3.5.1+ds-1) unstable; urgency=medium
+
+  * New upstream version 3.5.1+ds.
+  * Declare compliance with Debian Policy 4.1.1.
+
+ -- Markus Koschany   Sun, 19 Nov 2017 15:28:46 +0100
+
 easymock (3.5+ds-1) unstable; urgency=medium
 
   * New upstream version 3.5+ds.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/easymock.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[easymock] branch master updated (daf23ee -> e5020ab)

2017-11-19 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository easymock.

  from  daf23ee   Update copyright years.
  adds  f3bc351   New upstream version 3.5.1+ds
   new  a0d1240   Update upstream source from tag 'upstream/3.5.1+ds'
   new  c3df70b   Declare compliance with Debian Policy 4.1.1.
   new  e5020ab   Update changelog

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md| 12 
 ReleaseNotes.md  | 33 +-
 bench/pom.xml|  2 +-
 core/pom.xml | 14 +++---
 debian/changelog |  7 +
 debian/control   |  2 +-
 deploy-easymock.sh   | 71 +---
 generate-changelog.sh|  2 +-
 pom.xml  | 13 -
 test-android/pom.xml | 21 +-
 test-deploy/pom.xml  |  2 +-
 test-integration/pom.xml |  4 +--
 test-nodeps/pom.xml  |  2 +-
 test-osgi/pom.xml|  2 +-
 test-testng/pom.xml  |  2 +-
 15 files changed, 114 insertions(+), 75 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/easymock.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[easymock] branch pristine-tar updated (f97882a -> fb9b344)

2017-11-19 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch pristine-tar
in repository easymock.

  from  f97882a   pristine-tar data for easymock_3.5+ds.orig.tar.xz
   new  fb9b344   pristine-tar data for easymock_3.5.1+ds.orig.tar.xz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 easymock_3.5.1+ds.orig.tar.xz.delta | Bin 0 -> 7766 bytes
 easymock_3.5.1+ds.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 easymock_3.5.1+ds.orig.tar.xz.delta
 create mode 100644 easymock_3.5.1+ds.orig.tar.xz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/easymock.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[easymock] 01/03: Update upstream source from tag 'upstream/3.5.1+ds'

2017-11-19 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository easymock.

commit a0d12400903b04b5a62ae117034bc0df934502db
Merge: daf23ee f3bc351
Author: Markus Koschany 
Date:   Sun Nov 19 15:25:49 2017 +0100

Update upstream source from tag 'upstream/3.5.1+ds'

Update to upstream version '3.5.1+ds'
with Debian dir 676071eae527c073b0e4340b2ab6fb93c75d7c34

 README.md| 12 
 ReleaseNotes.md  | 33 +-
 bench/pom.xml|  2 +-
 core/pom.xml | 14 +++---
 deploy-easymock.sh   | 71 +---
 generate-changelog.sh|  2 +-
 pom.xml  | 13 -
 test-android/pom.xml | 21 +-
 test-deploy/pom.xml  |  2 +-
 test-integration/pom.xml |  4 +--
 test-nodeps/pom.xml  |  2 +-
 test-osgi/pom.xml|  2 +-
 test-testng/pom.xml  |  2 +-
 13 files changed, 106 insertions(+), 74 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/easymock.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[easymock] annotated tag debian/3.5.1+ds-1 created (now d1bec00)

2017-11-19 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/3.5.1+ds-1
in repository easymock.

at  d1bec00   (tag)
   tagging  e5020abf91ace6ec10750f9a6faea8eb2dd56a1b (commit)
  replaces  debian/3.5+ds-1
 tagged by  Markus Koschany
on  Sun Nov 19 15:36:45 2017 +0100

- Log -
Debian release 3.5.1+ds-1
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAloRlwZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkmBwP/23mDmfWgJP0eEf5ZLTlVMdl2VJ828KP/SQE
KIGv18fZd7mTHR4L1eJi0jqcISPI0b5aSL/pYCclyRX7LC1RcjVHZuvIep+N9xPJ
Y1pbmq8P2TCye+rmivYfR7Q8Mh3gFgMfto0CCPKEsJ1DRJiCR/WEfPrhvylBnOyl
SCc4Vyq9y6Vb7d268lHm0Nu1G//ZpoeKKrNxxMUXgz/THrMjKRtBUGtlT/jLClhn
wf9BiMLvNzcIIa/+0GqumKCCgfJkHreCACbDs/JnawPq4xBvMXrZVC1As+wy4rYA
9DulUBmEoIGPTMK8SmswAgiiMLiNfYbGZyIqD51L7gbFH+nScu0015CJvP3efaTJ
tlyqsn4ZRPptnifB4L4uV6M2i4OQwfzYh2k1PAUWP14DCyexevIfJTfBhc4DJn9L
KM6Fe2MPbTwZkuOXuDVeZEsyUx3+dmqk34d1pqXSQbXgDAT0M4iEjSzQm2TzbuCO
IV1goSFgHjpkOssmxZhRxVeFxwR/4ZTnWKW1Ks90k7qSnMsOORzei3kcmmxvt3H3
WUF7jyLbYOp8r4yQrtbvDKuccXwn2vD+09whaDzLHdQQzhVpd+ZHcbjSWar1Ubwk
36fgivRA/a6JZScxIcTXZtYLsVvbjc/5ut++6TxrRfRLjKEOWBYTJcIuPRnz53HZ
zNOEHBTE
=IuyN
-END PGP SIGNATURE-

Markus Koschany (4):
  New upstream version 3.5.1+ds
  Update upstream source from tag 'upstream/3.5.1+ds'
  Declare compliance with Debian Policy 4.1.1.
  Update changelog

---

This annotated tag includes the following new commits:

   new  a0d1240   Update upstream source from tag 'upstream/3.5.1+ds'
   new  c3df70b   Declare compliance with Debian Policy 4.1.1.
   new  e5020ab   Update changelog

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/easymock.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[easymock] annotated tag upstream/3.5.1+ds created (now be3f8c9)

2017-11-19 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag upstream/3.5.1+ds
in repository easymock.

at  be3f8c9   (tag)
   tagging  f3bc3518f0004a48fe374e9b9c6fe27b73a52b4b (commit)
  replaces  upstream/3.5+ds
 tagged by  Markus Koschany
on  Sun Nov 19 15:25:49 2017 +0100

- Log -
Upstream version 3.5.1+ds
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAloRlG1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQACgkQ2a0UuVE7
UeQP2xAApJ7bSbQyY40xGHNb4/dke46fVypbNRbT+B6qsqEmxKznuBOud/Scra4a
PnGjyW2IAita0ppym4w34E8itr5nR3s2JoP9c25k9PsMedZDMyIUWGY+oo+JMAxi
DkDCRi/2UpLwfWQvlk6CAUucFRsjuDjZKW6RpOM9sDJse0OhHthvd6Zdl5W+ZaDh
xsYCi0q/TYZxCd59+C7yNkOk8sycczh0zzyKcfrH9ETMuz+kVyyw4n56Xbqr6y8Q
EFHKRdiA9u32JjejUJ9oal7/tgOOb/Eto0ykuBvfkYQWKPe73FPvmOpSz0YtNwol
7E8SwwHnCuLBz3efmvavQT2fGDEs3X2w2zKNp0Sj47Yy87X6dA3SGcREoGrzM9+K
707bs2DE+fDSvX3GfTGA3KSUMQZFinNWfVrz7saqD7z1e8CMqexeCKc6C2XlWlJH
W6BEC87DL7j1LzcdnqIughradIt2lOaNyl7UAmV/wlO2E6j6wvsVt1qPTtBonj00
zXzK7MrDjW1UcwiLlyYhOKk5woO1Qr4v0SztVRxdYhk28jysaoFqTfHZnI8oIw0c
unCON2BDUZ/fdLXvU5vjgNG1gfOYHSUJNHIUIweBVkNbTM+tlcQwDMW9G5dQWKfF
cQKVDvnQk96J7mZh68DoplP8YoIa9rmkNJ8Ge2GOKoME4DiInQc=
=pH86
-END PGP SIGNATURE-

Markus Koschany (1):
  New upstream version 3.5.1+ds

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/easymock.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[easymock] 02/03: Declare compliance with Debian Policy 4.1.1.

2017-11-19 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository easymock.

commit c3df70b9d31d4abc917b59cfd1d8a7af47b05323
Author: Markus Koschany 
Date:   Sun Nov 19 15:26:52 2017 +0100

Declare compliance with Debian Policy 4.1.1.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ee07715..6d47f89 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
  libobjenesis-java,
  maven-debian-helper,
  testng
-Standards-Version: 4.1.0
+Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/easymock.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/easymock.git
 Homepage: http://www.easymock.org

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/easymock.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[easymock] 01/01: pristine-tar data for easymock_3.5.1+ds.orig.tar.xz

2017-11-19 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch pristine-tar
in repository easymock.

commit fb9b344f3e3f9c2f1b6b6b2f170906d69f221d2c
Author: Markus Koschany 
Date:   Sun Nov 19 15:25:49 2017 +0100

pristine-tar data for easymock_3.5.1+ds.orig.tar.xz
---
 easymock_3.5.1+ds.orig.tar.xz.delta | Bin 0 -> 7766 bytes
 easymock_3.5.1+ds.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/easymock_3.5.1+ds.orig.tar.xz.delta 
b/easymock_3.5.1+ds.orig.tar.xz.delta
new file mode 100644
index 000..82ffc8a
Binary files /dev/null and b/easymock_3.5.1+ds.orig.tar.xz.delta differ
diff --git a/easymock_3.5.1+ds.orig.tar.xz.id b/easymock_3.5.1+ds.orig.tar.xz.id
new file mode 100644
index 000..f9353e1
--- /dev/null
+++ b/easymock_3.5.1+ds.orig.tar.xz.id
@@ -0,0 +1 @@
+74bf8fbeec526a8a99736a6ae716e9e79ac64078

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/easymock.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits