avalon-framework 4.2.0-10 MIGRATED to testing

2017-11-04 Thread Debian testing watch
FYI: The status of the avalon-framework source package
in Debian's testing distribution has changed.

  Previous version: 4.2.0-9
  Current version:  4.2.0-10

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


apache-log4j2 2.8.2-2 MIGRATED to testing

2017-11-04 Thread Debian testing watch
FYI: The status of the apache-log4j2 source package
in Debian's testing distribution has changed.

  Previous version: 2.8.2-1
  Current version:  2.8.2-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


Bug#880849: Snowball analyzer missing

2017-11-04 Thread Ahmed El-Mahmoudy
Package: liblucene3-contrib-java
Severity: normal

Hello,

  Snowball analyzer is missing from lucene3 java packages, althougb upstream
  website mentions that Snowball analyzer as part of the API: 
 
https://lucene.apache.org/core/3_0_3/api/contrib-snowball/org/apache/lucene/analysis/snowball/SnowballAnalyzer.html

-- 
‎أحمد المحمودي (Ahmed El-Mahmoudy)
 Digital design engineer
GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7
GPG Fingerprints:
 6E2E E4BB 72E2 F417 D066  6ABF 7B30 B496 A7EF 5761
 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7


signature.asc
Description: Digital signature
__
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 freehep-export

2017-11-04 Thread Reproducible builds folks
2017-11-04 22:23 
https://tests.reproducible-builds.org/debian/unstable/amd64/freehep-export 
changed from FTBFS -> reproducible

__
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 freehep-graphicsio

2017-11-04 Thread Reproducible builds folks
2017-11-04 22:29 
https://tests.reproducible-builds.org/debian/unstable/amd64/freehep-graphicsio 
changed from FTBFS -> reproducible

__
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 freehep-graphicsio-tests

2017-11-04 Thread Reproducible builds folks
2017-11-04 22:23 
https://tests.reproducible-builds.org/debian/unstable/amd64/freehep-graphicsio-tests
 changed from FTBFS -> reproducible

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


Bug#880746: marked as done (libmetadata-extractor-java: Manifest references xmpcore-debian.jar, but libxmpcore-java does not provide this file.)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 22:20:53 +
with message-id 
and subject line Bug#880746: fixed in libmetadata-extractor-java 2.10.1-3
has caused the Debian Bug report #880746,
regarding libmetadata-extractor-java: Manifest references xmpcore-debian.jar, 
but libxmpcore-java does not provide this file.
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.)


-- 
880746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libmetadata-extractor-java
Version: 2.10.1-2
Severity: important
Control: affects -1 src:gpsprune

Dear Maintainer,

As reported in the upstream GpsPrune issue [0], loading JPG files using
libmetadata-extractor-java causes NoClassDefFoundError exceptions:

 Link: com/adobe/xmp/XMPException
 java.lang.NoClassDefFoundError: com/adobe/xmp/XMPException
 at com.drew.imaging.jpeg.JpegMetadataReader.(JpegMetadataReader.java:57)
 at 
com.drew.imaging.ImageMetadataReader.readMetadata(ImageMetadataReader.java:111)
 at 
com.drew.imaging.ImageMetadataReader.readMetadata(ImageMetadataReader.java:161)
 at tim.prune.jpeg.ExternalExifLibrary.getJpegData(ExternalExifLibrary.java:36)
 at tim.prune.jpeg.ExifGateway.getJpegData(ExifGateway.java:46)
 at tim.prune.load.JpegLoader.createPhoto(JpegLoader.java:227)
 at tim.prune.load.JpegLoader.processFile(JpegLoader.java:204)
 at tim.prune.load.JpegLoader.processFileList(JpegLoader.java:172)
 at tim.prune.load.JpegLoader.run(JpegLoader.java:127)
 at java.lang.Thread.run(Thread.java:748)
 Caused by: java.lang.ClassNotFoundException: com.adobe.xmp.XMPException
 at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

The GpsPrune upstream developer traced this issue down to an incorrect
jar being referenced in the manifest of libmetdata-extractor-java:

"
 I had a look at the jars, and the manifest of GpsPrune's jar correctly
 references the metadata-extractor.jar. However, the manifest of the
 metadata-extractor.jar refers to a file called "xmpcore-debian.jar"
 instead of "xmpcore.jar" as I would expect.
"

The xmpcore-debian.jar file is not provided by the libxmpcore-java
package, only xmpcore.jar & xmpcore-5.1.2.jar.

The attached patch uses jh_classpath from javahelper to fix the
Class-Path in metadata-extractor.jar.

Please consider applying this patch, or fix this issue in a different
way.

[0] https://github.com/activityworkshop/GpsPrune/issues/15

Kind Regards,

Bas
>From 70f18e987b094e2f562b68bb459aa7aca94f9b0c Mon Sep 17 00:00:00 2001
From: Bas Couwenberg 
Date: Sat, 4 Nov 2017 17:48:37 +0100
Subject: Use javahelper to fix the Class-Path for xmpcore.jar.

---
 debian/changelog| 7 +++
 debian/control  | 1 +
 debian/libmetadata-extractor-java.classpath | 1 +
 debian/rules| 4 
 4 files changed, 13 insertions(+)
 create mode 100644 debian/libmetadata-extractor-java.classpath

diff --git a/debian/changelog b/debian/changelog
index 4cd2d38..a87850d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libmetadata-extractor-java (2.10.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use javahelper to fix the Class-Path for xmpcore.jar.
+
+ -- Bas Couwenberg   Sat, 04 Nov 2017 17:48:01 +0100
+
 libmetadata-extractor-java (2.10.1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 06c4607..7dad3d2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Emmanuel Bourg 
 Build-Depends: debhelper (>= 10),
default-jdk,
default-jdk-doc,
+   javahelper,
junit4,
libxmpcore-java,
libmaven-javadoc-plugin-java,
diff --git a/debian/libmetadata-extractor-java.classpath 
b/debian/libmetadata-extractor-java.classpath
new file mode 100644
index 000..10ba889
--- /dev/null
+++ b/debian/libmetadata-extractor-java.classpath
@@ -0,0 +1 @@
+usr/share/java/metadata-extractor.jar /usr/share/java/xmpcore.jar
diff --git a/debian/rules b/debian/rules
index fa23c8f..194f12c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,9 @@
 %:
dh $@ --buildsystem=maven
 
+override_dh_install:
+   dh_install
+   jh_classpath -v
+
 

Processing of libmetadata-extractor-java_2.10.1-3_source.changes

2017-11-04 Thread Debian FTP Masters
libmetadata-extractor-java_2.10.1-3_source.changes uploaded successfully to 
localhost
along with the files:
  libmetadata-extractor-java_2.10.1-3.dsc
  libmetadata-extractor-java_2.10.1-3.debian.tar.xz
  libmetadata-extractor-java_2.10.1-3_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.


Bug#880829: plexus-containers FTBFS: ComponentDescriptor.java:[192, 44] incompatible types: java.lang.Class<capture#1 of ?> cannot be converted to java.lang.Class

2017-11-04 Thread Adrian Bunk
Source: plexus-containers
Version: 1.0~beta3.0.7-9
Severity: serious

Some recent change in unstable makes plexus-containers FTBFS:

https://tests.reproducible-builds.org/debian/history/plexus-containers.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/plexus-containers.html

...
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/plexus-containers-1.0~beta3.0.7/plexus-container-default/src/main/java/org/codehaus/plexus/component/repository/ComponentDescriptor.java:[192,44]
 incompatible types: java.lang.Class cannot be converted to 
java.lang.Class
[ERROR] 
/build/1st/plexus-containers-1.0~beta3.0.7/plexus-container-default/src/main/java/org/codehaus/plexus/component/repository/ComponentDescriptor.java:[302,54]
 incompatible types: java.lang.Class cannot be converted to 
java.lang.Class
[INFO] 2 errors 
[INFO] -
[INFO] 
[INFO] 
[INFO] Skipping Parent :: Plexus Containers
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Parent :: Plexus Containers  SUCCESS [  1.047 s]
[INFO] Plexus :: Component Annotations  SUCCESS [  3.817 s]
[INFO] Plexus :: Default Container  FAILURE [  1.620 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 6.915 s
[INFO] Finished at: 2017-11-02T20:56:22-12:00
[INFO] Final Memory: 24M/667M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) 
on project plexus-container-default: Compilation failure: Compilation failure: 
[ERROR] 
/build/1st/plexus-containers-1.0~beta3.0.7/plexus-container-default/src/main/java/org/codehaus/plexus/component/repository/ComponentDescriptor.java:[192,44]
 incompatible types: java.lang.Class cannot be converted to 
java.lang.Class
[ERROR] 
/build/1st/plexus-containers-1.0~beta3.0.7/plexus-container-default/src/main/java/org/codehaus/plexus/component/repository/ComponentDescriptor.java:[302,54]
 incompatible types: java.lang.Class cannot be converted to 
java.lang.Class
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :plexus-container-default
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/plexus-containers-1.0\~beta3.0.7 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/plexus-containers-1.0\~beta3.0.7/debian 
-Dmaven.repo.local=/build/1st/plexus-containers-1.0\~beta3.0.7/debian/maven-repo
 --batch-mode package javadoc:jar javadoc:aggregate -DskipTests 
-Dnotimestamp=true -Dlocale=en_US returned exit code 1
debian/rules:12: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2

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


libmetadata-extractor-java_2.10.1-3_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 22:44:19 +0100
Source: libmetadata-extractor-java
Binary: libmetadata-extractor-java libmetadata-extractor-java-doc
Architecture: source
Version: 2.10.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 libmetadata-extractor-java - JPEG metadata extraction framework
 libmetadata-extractor-java-doc - Documentation for the JPEG metadata 
extraction framework
Closes: 880746
Changes:
 libmetadata-extractor-java (2.10.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Use javahelper to fix the Class-Path attribute for xmpcore.jar.
 Thanks to Bas Couwenberg for the report and patch. (Closes: #880746)
   * Declare compliance with Debian Policy 4.1.1.
Checksums-Sha1:
 0107cc7474063be465d288e9c7f20e4c20c412ed 2487 
libmetadata-extractor-java_2.10.1-3.dsc
 73e0d8191dafd4e2d45620745211fabde83e27a2 5100 
libmetadata-extractor-java_2.10.1-3.debian.tar.xz
 b8ffdf20eac357ab11ea88ca1f653b60b933f251 16452 
libmetadata-extractor-java_2.10.1-3_amd64.buildinfo
Checksums-Sha256:
 51a957c76b76eb4ad2f08a538f3e405e4bb3b16b529aeefad9d85911c6acfcd8 2487 
libmetadata-extractor-java_2.10.1-3.dsc
 05dbb9d88552dd6613495fdaab16a7b08a29a985bc39c0a862f80e4db7f38f6a 5100 
libmetadata-extractor-java_2.10.1-3.debian.tar.xz
 4afd99ecdb158bee3f145a1290d4eba1a059d8ac4e1e07d098127b2cd758976d 16452 
libmetadata-extractor-java_2.10.1-3_amd64.buildinfo
Files:
 5c841f8b094737e481bbbdcdbc125910 2487 java optional 
libmetadata-extractor-java_2.10.1-3.dsc
 c550a73c0ab109fbb8e61a0ed01ba0e7 5100 java optional 
libmetadata-extractor-java_2.10.1-3.debian.tar.xz
 0e5c99e3818e7bf103c07383d70fd5fb 16452 java optional 
libmetadata-extractor-java_2.10.1-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAln+OfxfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkHA8QAKVgwY/6E6MFp4NbCx7HnVB0gKnxSRl5evxw
eWZaFYeB9ia5B8Tf1Z7OmvBeTSajsV30f24L8oTcnXjTE9vhuJ909HpD9NQRsVgB
89+jeXpP70sThSnc1gW2qbC6lgxYgp8H/SyE+BNuNTgUeZORWVRmJUlhPJi7nvyR
RCEzfMg0Y092hfres3QlrI5NeDpDhDzx8aiDN5PuBxJ0KtsLLYuASMmYMrWm+9h9
ArjUjWKYMtV8AZc5/ps0MlM098NjUo7dZYEkfAlydwFu3+ELoXd3EOFQNJx/4EKN
TRvKFOyh15DMV151C7D/iYk3M0n+2QvVXdfR25qsaO/tkV92m57AYEhqz+iBSWQB
ENUyH/3wI/of3t7ct6W1cMh182H+CtNNcvyanhMNE4dyr6k2KIHtTAh85cNBlA8+
0KqCrJQdN8GY7Pc/WexnLnAGCWufEKiFJ0ECs0FUKMLLeITAVBVxD6DOpAUgC04Y
fDcuG36eSfNXJIu6TY+5mlyQQAK6psjdYaYKpH47rijDPH2rMHR3VHJLtF2f2xX+
1G2hzLyU1VDx/P23nPDj4OraOA72ctHEBwn4p/+0GyGFt7eSdmy74wDcxhzrTFHL
+kE7ACVtXrUA8cFK/hbYaJ+0SRqi2o0qKURtbyShYa1I3kB+lvW5bjpB+Y/Glq49
NqIT1sRc
=1af2
-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.


Processed: Pending fixes for bugs in the libmetadata-extractor-java package

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

> tag 880746 + pending
Bug #880746 [src:libmetadata-extractor-java] libmetadata-extractor-java: 
Manifest references xmpcore-debian.jar, but libxmpcore-java does not provide 
this file.
Ignoring request to alter tags of bug #880746 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
880746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880746
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#880746: Pending fixes for bugs in the libmetadata-extractor-java package

2017-11-04 Thread pkg-java-maintainers
tag 880746 + pending
thanks

Some bugs in the libmetadata-extractor-java package are closed in
revision 817c7605b14cd176cd8d7337195c5f995bc02151 in branch 'master'
by Markus Koschany

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/libmetadata-extractor-java.git/commit/?id=817c760

Commit message:

Use javahelper to fix the Class-Path attribute for xmpcore.jar.

Thanks: Bas Couwenberg for the report and patch.
Closes: #880746

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


[libmetadata-extractor-java] 04/04: Build --with javahelper.

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

apo pushed a commit to branch master
in repository libmetadata-extractor-java.

commit 054b392b486cf7dc81ead3296684424d8a7ba7b3
Author: Markus Koschany 
Date:   Sat Nov 4 23:02:05 2017 +0100

Build --with javahelper.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fa23c8f..939d309 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-   dh $@ --buildsystem=maven
+   dh $@ --buildsystem=maven --with javahelper
 
 get-orig-source::
uscan --force-download --download-current-version

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libmetadata-extractor-java.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


[libmetadata-extractor-java] annotated tag debian/2.10.1-3 created (now 3aa570d)

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

apo pushed a change to annotated tag debian/2.10.1-3
in repository libmetadata-extractor-java.

at  3aa570d   (tag)
   tagging  054b392b486cf7dc81ead3296684424d8a7ba7b3 (commit)
  replaces  debian/2.10.1-2
 tagged by  Markus Koschany
on  Sat Nov 4 23:07:18 2017 +0100

- Log -
Debian release 2.10.1-3
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAln+Oh5fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hkr/cP/3stEmY2k7gIEGtdNltw0dIgAiVe9ZwZLqB6
V62MWuG54C0E14cQ+99KTOBbGP0pidAGZ0DngSDJZzFHfe9XBQl0zJj+FK+T8cj7
6CMRfubsAbxMJiBUTc/Iu2Ve35P4lQqc1s6YU0m/Suizd3dik+r8Ni7wHWSdkiSZ
kaznMyeupcOTgBOqioD/FIeOSpCFGkRPUndd6eI1oheV5/lu2hKlIzpTicJodqBS
raqoIM3RXwHRCOQFidN8qxbiQheWjsEuUwqWqIVO6sLI1ss0Nbbd/rINpleXNXCM
VgE5syWOwVAHk4WHjKV3pOCp55KCZUR2F9XfwxMFxelbFY15spZ4+Ud0uq/6QfGf
SIKFO47bvprQ1Y9kPpVYNYgNUzg+SOxK/vk2mEmEFYkgYU/HajDzZIeBrO3Jl8DM
HXKZ+nBAsVCNFMwzyayzl5KrsEvJ71Rm4gvzjE51W26PqKbM0Z9jpwR3JQkx1bxu
cZjzsyCOQDm/vCtu+bvQshl7vpCyZJGr+R+lknVnKkUzKjmF2ITWrRFQ45OIgucm
43iwZ+l0G37VFHeFEbsZY23C4+lWsVDkSQnizRQjH5Dpg43Iu6NEvxbje/btciK6
eitR5YK+TfVXuhxZ0aAJ65Is8Vtj1dMeoKPd2LWLoOtMh9rgDtGe6tX/ktMA3waw
T/Al9JZY
=n8jB
-END PGP SIGNATURE-

Markus Koschany (4):
  Use javahelper to fix the Class-Path attribute for xmpcore.jar.
  Declare compliance with Debian Policy 4.1.1.
  Update changelog
  Build --with javahelper.

---

This annotated tag includes the following new commits:

   new  817c760   Use javahelper to fix the Class-Path attribute for 
xmpcore.jar.
   new  fb40bc4   Declare compliance with Debian Policy 4.1.1.
   new  cc3e58c   Update changelog
   new  054b392   Build --with javahelper.

The 4 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/libmetadata-extractor-java.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


[libmetadata-extractor-java] 03/04: Update changelog

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

apo pushed a commit to branch master
in repository libmetadata-extractor-java.

commit cc3e58c2dd1bd4e4c7b2ca3e3c2b10d665f277d6
Author: Markus Koschany 
Date:   Sat Nov 4 22:44:38 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 4cd2d38..81eef31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libmetadata-extractor-java (2.10.1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Use javahelper to fix the Class-Path attribute for xmpcore.jar.
+Thanks to Bas Couwenberg for the report and patch. (Closes: #880746)
+  * Declare compliance with Debian Policy 4.1.1.
+
+ -- Markus Koschany   Sat, 04 Nov 2017 22:44:19 +0100
+
 libmetadata-extractor-java (2.10.1-2) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libmetadata-extractor-java.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


[libmetadata-extractor-java] 01/04: Use javahelper to fix the Class-Path attribute for xmpcore.jar.

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

apo pushed a commit to branch master
in repository libmetadata-extractor-java.

commit 817c7605b14cd176cd8d7337195c5f995bc02151
Author: Markus Koschany 
Date:   Sat Nov 4 22:42:59 2017 +0100

Use javahelper to fix the Class-Path attribute for xmpcore.jar.

Thanks: Bas Couwenberg for the report and patch.
Closes: #880746
---
 debian/control  | 1 +
 debian/libmetadata-extractor-java.classpath | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 06c4607..7dad3d2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Emmanuel Bourg 
 Build-Depends: debhelper (>= 10),
default-jdk,
default-jdk-doc,
+   javahelper,
junit4,
libxmpcore-java,
libmaven-javadoc-plugin-java,
diff --git a/debian/libmetadata-extractor-java.classpath 
b/debian/libmetadata-extractor-java.classpath
new file mode 100644
index 000..10ba889
--- /dev/null
+++ b/debian/libmetadata-extractor-java.classpath
@@ -0,0 +1 @@
+usr/share/java/metadata-extractor.jar /usr/share/java/xmpcore.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libmetadata-extractor-java.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


[libmetadata-extractor-java] 02/04: Declare compliance with Debian Policy 4.1.1.

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

apo pushed a commit to branch master
in repository libmetadata-extractor-java.

commit fb40bc49ea12b020479772442ec3918c4ccee8ff
Author: Markus Koschany 
Date:   Sat Nov 4 22:43:55 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 7dad3d2..6e233ef 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
libxmpcore-java,
libmaven-javadoc-plugin-java,
maven-debian-helper
-Standards-Version: 4.0.0
+Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libmetadata-extractor-java.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-java/libmetadata-extractor-java.git
 Homepage: http://www.drewnoakes.com/code/exif/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libmetadata-extractor-java.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


[libmetadata-extractor-java] branch master updated (1f46a9f -> 054b392)

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

apo pushed a change to branch master
in repository libmetadata-extractor-java.

  from  1f46a9f   Update changelog
   new  817c760   Use javahelper to fix the Class-Path attribute for 
xmpcore.jar.
   new  fb40bc4   Declare compliance with Debian Policy 4.1.1.
   new  cc3e58c   Update changelog
   new  054b392   Build --with javahelper.

The 4 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:
 debian/changelog| 9 +
 debian/control  | 3 ++-
 debian/libmetadata-extractor-java.classpath | 1 +
 debian/rules| 2 +-
 4 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 debian/libmetadata-extractor-java.classpath

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libmetadata-extractor-java.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


Processed: Re: Bug#880746: libmetadata-extractor-java: Manifest references xmpcore-debian.jar, but libxmpcore-java does not provide this file.

2017-11-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending confirmed
Bug #880746 [src:libmetadata-extractor-java] libmetadata-extractor-java: 
Manifest references xmpcore-debian.jar, but libxmpcore-java does not provide 
this file.
Added tag(s) confirmed and pending.

-- 
880746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880746
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#880746: libmetadata-extractor-java: Manifest references xmpcore-debian.jar, but libxmpcore-java does not provide this file.

2017-11-04 Thread Markus Koschany
Control: tags -1 pending confirmed

Hi,
thanks for reporting. I will use javahelper to correct the Class-Path
attribute as you have suggested. I didn't use the verbose mode of
jh_classpath though. By the way it is also possible to use a
override_jh_classpath.

The root cause of this problem is in pom.xml. The maven-jar-plugin is
configured to set the classpath automatically with

true

By default it is assumed that all jars are in the same directory. This
is another good example why relative classpaths suck in the context of
Debian Java packaging. Instead of using javahelper we could also modify
the pom.xml and configure the maven-jar-plugin to use a custom Class-Path

https://maven.apache.org/shared/maven-archiver/examples/classpath.html#Custom

However I agree that it is simpler to use javahelper and avoid the patch
which is not needed upstream. Have a nice weekend

Cheers,

Markus



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

Processed: tagging 880746

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

> tags 880746 + patch
Bug #880746 [src:libmetadata-extractor-java] libmetadata-extractor-java: 
Manifest references xmpcore-debian.jar, but libxmpcore-java does not provide 
this file.
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
880746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880746
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#880746: libmetadata-extractor-java: Manifest references xmpcore-debian.jar, but libxmpcore-java does not provide this file.

2017-11-04 Thread Bas Couwenberg
Source: libmetadata-extractor-java
Version: 2.10.1-2
Severity: important
Control: affects -1 src:gpsprune

Dear Maintainer,

As reported in the upstream GpsPrune issue [0], loading JPG files using
libmetadata-extractor-java causes NoClassDefFoundError exceptions:

 Link: com/adobe/xmp/XMPException
 java.lang.NoClassDefFoundError: com/adobe/xmp/XMPException
 at com.drew.imaging.jpeg.JpegMetadataReader.(JpegMetadataReader.java:57)
 at 
com.drew.imaging.ImageMetadataReader.readMetadata(ImageMetadataReader.java:111)
 at 
com.drew.imaging.ImageMetadataReader.readMetadata(ImageMetadataReader.java:161)
 at tim.prune.jpeg.ExternalExifLibrary.getJpegData(ExternalExifLibrary.java:36)
 at tim.prune.jpeg.ExifGateway.getJpegData(ExifGateway.java:46)
 at tim.prune.load.JpegLoader.createPhoto(JpegLoader.java:227)
 at tim.prune.load.JpegLoader.processFile(JpegLoader.java:204)
 at tim.prune.load.JpegLoader.processFileList(JpegLoader.java:172)
 at tim.prune.load.JpegLoader.run(JpegLoader.java:127)
 at java.lang.Thread.run(Thread.java:748)
 Caused by: java.lang.ClassNotFoundException: com.adobe.xmp.XMPException
 at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

The GpsPrune upstream developer traced this issue down to an incorrect
jar being referenced in the manifest of libmetdata-extractor-java:

"
 I had a look at the jars, and the manifest of GpsPrune's jar correctly
 references the metadata-extractor.jar. However, the manifest of the
 metadata-extractor.jar refers to a file called "xmpcore-debian.jar"
 instead of "xmpcore.jar" as I would expect.
"

The xmpcore-debian.jar file is not provided by the libxmpcore-java
package, only xmpcore.jar & xmpcore-5.1.2.jar.

The attached patch uses jh_classpath from javahelper to fix the
Class-Path in metadata-extractor.jar.

Please consider applying this patch, or fix this issue in a different
way.

[0] https://github.com/activityworkshop/GpsPrune/issues/15

Kind Regards,

Bas
>From 70f18e987b094e2f562b68bb459aa7aca94f9b0c Mon Sep 17 00:00:00 2001
From: Bas Couwenberg 
Date: Sat, 4 Nov 2017 17:48:37 +0100
Subject: Use javahelper to fix the Class-Path for xmpcore.jar.

---
 debian/changelog| 7 +++
 debian/control  | 1 +
 debian/libmetadata-extractor-java.classpath | 1 +
 debian/rules| 4 
 4 files changed, 13 insertions(+)
 create mode 100644 debian/libmetadata-extractor-java.classpath

diff --git a/debian/changelog b/debian/changelog
index 4cd2d38..a87850d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libmetadata-extractor-java (2.10.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use javahelper to fix the Class-Path for xmpcore.jar.
+
+ -- Bas Couwenberg   Sat, 04 Nov 2017 17:48:01 +0100
+
 libmetadata-extractor-java (2.10.1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 06c4607..7dad3d2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Emmanuel Bourg 
 Build-Depends: debhelper (>= 10),
default-jdk,
default-jdk-doc,
+   javahelper,
junit4,
libxmpcore-java,
libmaven-javadoc-plugin-java,
diff --git a/debian/libmetadata-extractor-java.classpath 
b/debian/libmetadata-extractor-java.classpath
new file mode 100644
index 000..10ba889
--- /dev/null
+++ b/debian/libmetadata-extractor-java.classpath
@@ -0,0 +1 @@
+usr/share/java/metadata-extractor.jar /usr/share/java/xmpcore.jar
diff --git a/debian/rules b/debian/rules
index fa23c8f..194f12c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,9 @@
 %:
dh $@ --buildsystem=maven
 
+override_dh_install:
+   dh_install
+   jh_classpath -v
+
 get-orig-source::
uscan --force-download --download-current-version
-- 
2.11.0

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

Processed: libmetadata-extractor-java: Manifest references xmpcore-debian.jar, but libxmpcore-java does not provide this file.

2017-11-04 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 src:gpsprune
Bug #880746 [src:libmetadata-extractor-java] libmetadata-extractor-java: 
Manifest references xmpcore-debian.jar, but libxmpcore-java does not provide 
this file.
Added indication that 880746 affects src:gpsprune

-- 
880746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880746
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.


freehep-graphicsio-pdf_2.1.1+dfsg-3_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:18 +0100
Source: freehep-graphicsio-pdf
Binary: libfreehep-graphicsio-pdf-java
Architecture: source
Version: 2.1.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-pdf-java - FreeHEP Portable Document Format Driver
Closes: 856747
Changes:
 freehep-graphicsio-pdf (2.1.1+dfsg-3) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856747)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 94ead27ba67c064f4d58cae533d7aad39225f9a0 1687 
freehep-graphicsio-pdf_2.1.1+dfsg-3.dsc
 9b88a17bf40d067de5dd8ed117d458b0641115b7 3072 
freehep-graphicsio-pdf_2.1.1+dfsg-3.debian.tar.xz
 4f71cc5f829b5a5a1adda62919f52d742a0cc6a0 17409 
freehep-graphicsio-pdf_2.1.1+dfsg-3_source.buildinfo
Checksums-Sha256:
 fff82bcb105d5b7195fbd251e3368ae0268256bca156a060ef3277beb62717ca 1687 
freehep-graphicsio-pdf_2.1.1+dfsg-3.dsc
 fa8574ea1ceaf3e6cee1af279f1673aa7ec11052fb520743b44a2df6372959c4 3072 
freehep-graphicsio-pdf_2.1.1+dfsg-3.debian.tar.xz
 c0f67b9bb37abc14ba4d1e9bb18e495a24e2b09bf292ff128bffb2553a8cab08 17409 
freehep-graphicsio-pdf_2.1.1+dfsg-3_source.buildinfo
Files:
 570b8e2efc7196dd4551a1e7b7ebdb04 1687 java optional 
freehep-graphicsio-pdf_2.1.1+dfsg-3.dsc
 1db8736cc56d02332f94b6b0dc7d0152 3072 java optional 
freehep-graphicsio-pdf_2.1.1+dfsg-3.debian.tar.xz
 8e2dbfb9e1bb2722adcea94186e649ab 17409 java optional 
freehep-graphicsio-pdf_2.1.1+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3drwAKCRAEihMBTuf/
4yWnAPwIqGMxCjJWcd50lT9oPlFgnG41Hom80XKLRIBUt/ytTQD/c/crlI6Qsa/X
qooed/uQFdHGADoY/kM8hkVlac0jCPw=
=aLEf
-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.


freehep-graphicsio-ps_2.1.1-3_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:19 +0100
Source: freehep-graphicsio-ps
Binary: libfreehep-graphicsio-ps-java
Architecture: source
Version: 2.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-ps-java - FreeHEP (Encapsulated) PostScript Driver
Closes: 856748
Changes:
 freehep-graphicsio-ps (2.1.1-3) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856748)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 773aab6683df13c3d75f3fac139649d41b4d611d 1644 freehep-graphicsio-ps_2.1.1-3.dsc
 5a70c4e846723b79f1e8ea397580fa349d74b232 3116 
freehep-graphicsio-ps_2.1.1-3.debian.tar.xz
 3ba6b2a5d17780934efc4450b4d95f27f40e5e4e 17384 
freehep-graphicsio-ps_2.1.1-3_source.buildinfo
Checksums-Sha256:
 93594d551439089c15b75d7d4385467b6d61ea37082db2c63822a4543031f9a7 1644 
freehep-graphicsio-ps_2.1.1-3.dsc
 dfc4ab3f30e4e2f9460c23b93264fced2d403e5b519c94e5c36ae34c12814453 3116 
freehep-graphicsio-ps_2.1.1-3.debian.tar.xz
 57328df3cb4b2b58d19e38518a79ade44af2aac4f7db0e691602e292e6a51db7 17384 
freehep-graphicsio-ps_2.1.1-3_source.buildinfo
Files:
 356995bfed374f22206b7fa7bbaf23a2 1644 java optional 
freehep-graphicsio-ps_2.1.1-3.dsc
 d657613055dbcc28ba8f6446af7a6533 3116 java optional 
freehep-graphicsio-ps_2.1.1-3.debian.tar.xz
 533bf4b2e685d9b859bb35c15bd9ca15 17384 java optional 
freehep-graphicsio-ps_2.1.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dtAAKCRAEihMBTuf/
49CrAP9bjtnXpxvareIZFhMUIZ1h8SvKj7rFBD6z+4O3dJxHBAD8DsQ6wbe1Hh09
JUjek8ED4ZjaxZvLxZeMlOVgtTpmdlA=
=1WFN
-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.


Bug#856757: marked as done (Updating the jas-plotter Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:22:26 +
with message-id 
and subject line Bug#856757: fixed in jas-plotter 2.2.6+dfsg1-4
has caused the Debian Bug report #856757,
regarding Updating the jas-plotter Uploaders list
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.)


-- 
856757: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jas-plotter
Version: 2.2.6+dfsg1-2 2.2.6+dfsg1-3
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the jas-plotter package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: jas-plotter
Source-Version: 2.2.6+dfsg1-4

We believe that the bug you reported is fixed in the latest version of
jas-plotter, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated jas-plotter 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:30 +0100
Source: jas-plotter
Binary: libjas-plotter-java
Architecture: source
Version: 2.2.6+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libjas-plotter-java - JAS(2) Plotter graphic library
Closes: 856757
Changes:
 jas-plotter (2.2.6+dfsg1-4) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856757)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 4483fb2ea314e689657ef21d0773b1e7d3060dcc 1638 jas-plotter_2.2.6+dfsg1-4.dsc
 629b90703b8c9a145d9f51d2ebfc1beeaf1820d1 5248 
jas-plotter_2.2.6+dfsg1-4.debian.tar.xz
 b9c1c6fc2f78ecd7f93bf12a987e49dd6828c874 17358 
jas-plotter_2.2.6+dfsg1-4_source.buildinfo
Checksums-Sha256:
 88788a0ce090dfee1680cc8a91a545715621c167891685870dd9ab7d382f248b 1638 
jas-plotter_2.2.6+dfsg1-4.dsc
 31e8dc664d5e56d3238bfeaadd60a8b497aacacdc64daf0101cf500f819c5b55 5248 
jas-plotter_2.2.6+dfsg1-4.debian.tar.xz
 e634591f63d7b20aa49525414961f4e672f2b8f4c3ee12dd2eebb31cc9b06a2d 17358 
jas-plotter_2.2.6+dfsg1-4_source.buildinfo
Files:
 9fead72e6b48fe76a1bc87ca87c0a03d 1638 java optional 
jas-plotter_2.2.6+dfsg1-4.dsc
 8b1fd18ece0f6e9b7cfcfa3436bc0e62 5248 java optional 
jas-plotter_2.2.6+dfsg1-4.debian.tar.xz
 6653b971704a9ef2be55d2c4eeb1289d 17358 java optional 
jas-plotter_2.2.6+dfsg1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3d3AAKCRAEihMBTuf/
4wzeAP45hM50CQQW5TaTIwVV06bfPa1flu8JJ4k+4p+xIHNX4QEAhszEPNRlk0m6
Bsx6iQ5rGbdTX7DvaTM8iH+z0JGNX3k=
=PnDr
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856755: marked as done (Updating the freehep-xml Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:46 +
with message-id 
and subject line Bug#856755: fixed in freehep-xml 2.1.2+dfsg1-5
has caused the Debian Bug report #856755,
regarding Updating the freehep-xml Uploaders list
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.)


-- 
856755: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856755
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-xml
Version: 2.1.2+dfsg1-3 2.1.2+dfsg1-4
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-xml package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-xml
Source-Version: 2.1.2+dfsg1-5

We believe that the bug you reported is fixed in the latest version of
freehep-xml, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated freehep-xml 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:29 +0100
Source: freehep-xml
Binary: libfreehep-xml-java
Architecture: source
Version: 2.1.2+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-xml-java - FreeHEP XML Library
Closes: 856755
Changes:
 freehep-xml (2.1.2+dfsg1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856755)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 a841dbd8f2b2cc12b4a9992745123aa17fcc76e4 1618 freehep-xml_2.1.2+dfsg1-5.dsc
 47186467dac545e472dfd8cb51661eb6e7cfada9 4396 
freehep-xml_2.1.2+dfsg1-5.debian.tar.xz
 e0112885993e6e3c83cb2d2b8651c43d33a3350c 17358 
freehep-xml_2.1.2+dfsg1-5_source.buildinfo
Checksums-Sha256:
 c16dbcc708445cfb9bd86673b4dc32888acf06ad950c536430e924b5d2876b0b 1618 
freehep-xml_2.1.2+dfsg1-5.dsc
 3a5ef94179d66f060e3ef42fe732db470a2fd195dd1b95492eaadf149314e21f 4396 
freehep-xml_2.1.2+dfsg1-5.debian.tar.xz
 64308ecebeed027de071592bd5f76f6d84b3cfd4b48e3f1a1c9291dc6b2e93ff 17358 
freehep-xml_2.1.2+dfsg1-5_source.buildinfo
Files:
 24e85de33b88113eea838453e4f3fba5 1618 java optional 
freehep-xml_2.1.2+dfsg1-5.dsc
 1be8e3858ebf9d2cc50ca8e1518cbb3b 4396 java optional 
freehep-xml_2.1.2+dfsg1-5.debian.tar.xz
 2a4110a1fded3ae4253bb938128c49ac 17358 java optional 
freehep-xml_2.1.2+dfsg1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3d1wAKCRAEihMBTuf/
4waTAP4w4/BcU6xn+ooU4iXdaBGC2o+6LbMrtOexW1yVXrQamAD/eL7YMJJUFNBW
bB2faEWI57VDb0DydFalgV5Wh78K0bA=
=Qefw
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856754: marked as done (Updating the freehep-util Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:40 +
with message-id 
and subject line Bug#856754: fixed in freehep-util 2.0.2-7
has caused the Debian Bug report #856754,
regarding Updating the freehep-util Uploaders list
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.)


-- 
856754: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856754
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-util
Version: 2.0.2-5 2.0.2-6
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-util package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-util
Source-Version: 2.0.2-7

We believe that the bug you reported is fixed in the latest version of
freehep-util, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated freehep-util 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:28 +0100
Source: freehep-util
Binary: libfreehep-util-java
Architecture: source
Version: 2.0.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-util-java - FreeHEP utility library
Closes: 856754
Changes:
 freehep-util (2.0.2-7) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856754)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 dc3bd5c689da00becf336393d8b552a489c3eb16 1509 freehep-util_2.0.2-7.dsc
 371d0d180af34626e350ac9cd09987d346c2d1a5 3892 
freehep-util_2.0.2-7.debian.tar.xz
 90092aeb418bb35967ea853e0abd12ca0c524c9f 17339 
freehep-util_2.0.2-7_source.buildinfo
Checksums-Sha256:
 f0111568b354b14649884494d17753d15468a8c1fb78e4b207bf2cbc4ca6e8bf 1509 
freehep-util_2.0.2-7.dsc
 69b5390b0db57011642cd3e666232f718c7b5ea11eff3826ab37617c7db822db 3892 
freehep-util_2.0.2-7.debian.tar.xz
 6e336f222925c604c060112be4cd957e012bacf158db75d0a75070570150391d 17339 
freehep-util_2.0.2-7_source.buildinfo
Files:
 bb7abac7743c077abf26ed533aa36d8d 1509 java optional freehep-util_2.0.2-7.dsc
 98bc3413b6beed029e5dd99380f75e4f 3892 java optional 
freehep-util_2.0.2-7.debian.tar.xz
 aa47a13687f01faf8e877e7e8bef3c45 17339 java optional 
freehep-util_2.0.2-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3d0gAKCRAEihMBTuf/
4xmKAP470G8uo1vm+0MM+0q40tlQ9wguvJp18VV9qOUpCs6RSgD8CJxC+3YOMs6R
iPZY3YZcdadclP2yBVb6ofVGl8xrsHA=
=kAXd
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

jas-plotter_2.2.6+dfsg1-4_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:30 +0100
Source: jas-plotter
Binary: libjas-plotter-java
Architecture: source
Version: 2.2.6+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libjas-plotter-java - JAS(2) Plotter graphic library
Closes: 856757
Changes:
 jas-plotter (2.2.6+dfsg1-4) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856757)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 4483fb2ea314e689657ef21d0773b1e7d3060dcc 1638 jas-plotter_2.2.6+dfsg1-4.dsc
 629b90703b8c9a145d9f51d2ebfc1beeaf1820d1 5248 
jas-plotter_2.2.6+dfsg1-4.debian.tar.xz
 b9c1c6fc2f78ecd7f93bf12a987e49dd6828c874 17358 
jas-plotter_2.2.6+dfsg1-4_source.buildinfo
Checksums-Sha256:
 88788a0ce090dfee1680cc8a91a545715621c167891685870dd9ab7d382f248b 1638 
jas-plotter_2.2.6+dfsg1-4.dsc
 31e8dc664d5e56d3238bfeaadd60a8b497aacacdc64daf0101cf500f819c5b55 5248 
jas-plotter_2.2.6+dfsg1-4.debian.tar.xz
 e634591f63d7b20aa49525414961f4e672f2b8f4c3ee12dd2eebb31cc9b06a2d 17358 
jas-plotter_2.2.6+dfsg1-4_source.buildinfo
Files:
 9fead72e6b48fe76a1bc87ca87c0a03d 1638 java optional 
jas-plotter_2.2.6+dfsg1-4.dsc
 8b1fd18ece0f6e9b7cfcfa3436bc0e62 5248 java optional 
jas-plotter_2.2.6+dfsg1-4.debian.tar.xz
 6653b971704a9ef2be55d2c4eeb1289d 17358 java optional 
jas-plotter_2.2.6+dfsg1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3d3AAKCRAEihMBTuf/
4wzeAP45hM50CQQW5TaTIwVV06bfPa1flu8JJ4k+4p+xIHNX4QEAhszEPNRlk0m6
Bsx6iQ5rGbdTX7DvaTM8iH+z0JGNX3k=
=PnDr
-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.


Bug#856753: marked as done (Updating the freehep-swing Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:35 +
with message-id 
and subject line Bug#856753: fixed in freehep-swing 2.0.3-5
has caused the Debian Bug report #856753,
regarding Updating the freehep-swing Uploaders list
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.)


-- 
856753: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856753
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-swing
Version: 2.0.3-3 2.0.3-4
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-swing package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-swing
Source-Version: 2.0.3-5

We believe that the bug you reported is fixed in the latest version of
freehep-swing, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated freehep-swing 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:27 +0100
Source: freehep-swing
Binary: libfreehep-swing-java
Architecture: source
Version: 2.0.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-swing-java - FreeHEP swing extensions
Closes: 856753
Changes:
 freehep-swing (2.0.3-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856753)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 9e9e644e9bc86cf213ace46b8f4ad34f34e6a869 1547 freehep-swing_2.0.3-5.dsc
 843b331030d5bd21a60476f3cf79ce0026013b88 3148 
freehep-swing_2.0.3-5.debian.tar.xz
 e936e7013a50574b50fcbc0c950fd2f43abaa49b 17344 
freehep-swing_2.0.3-5_source.buildinfo
Checksums-Sha256:
 a781811367fe51da60274686b62a77ed971a097b7d33df2dc51d8a66b4ab1566 1547 
freehep-swing_2.0.3-5.dsc
 65fcc6ff52b98b838581ea62cb4be08561e6fd47951d2c64b515d98e1e3648b5 3148 
freehep-swing_2.0.3-5.debian.tar.xz
 b89d2a75bf098ab075684ecb7f885c444285aa6339ab605a25deeeb2d4124de1 17344 
freehep-swing_2.0.3-5_source.buildinfo
Files:
 7bd21151e5d76ef0553f009ed0373f2e 1547 java optional freehep-swing_2.0.3-5.dsc
 406866dc8db0f057cf9564aab10390a2 3148 java optional 
freehep-swing_2.0.3-5.debian.tar.xz
 707e11ea055a9df101fec8954e434362 17344 java optional 
freehep-swing_2.0.3-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dzQAKCRAEihMBTuf/
467FAPwNui6Uc5JvMyb7/UPM9+5Dg1K8cAozRyHu8nMGxI9PhgD+PIG0LOaWD4mZ
K0WkDskEE5VYQjg9+14UzPiVT5ye2iw=
=fygy
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856752: marked as done (Updating the freehep-io Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:29 +
with message-id 
and subject line Bug#856752: fixed in freehep-io 2.0.2-6
has caused the Debian Bug report #856752,
regarding Updating the freehep-io Uploaders list
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.)


-- 
856752: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-io
Version: 2.0.2-4 2.0.2-5
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-io package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-io
Source-Version: 2.0.2-6

We believe that the bug you reported is fixed in the latest version of
freehep-io, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated freehep-io 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:26 +0100
Source: freehep-io
Binary: libfreehep-io-java
Architecture: source
Version: 2.0.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-io-java - FreeHEP I/O library
Closes: 856752
Changes:
 freehep-io (2.0.2-6) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856752)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 e237e03948ee9d3c1c205ca05bbd0c0c993dc02b 1493 freehep-io_2.0.2-6.dsc
 12799ec3b52e2eb2b9e2c9a8d4815126536e4b3b 3172 freehep-io_2.0.2-6.debian.tar.xz
 04e35e07f0eba14b822778479fd6c36f4236d88c 17329 
freehep-io_2.0.2-6_source.buildinfo
Checksums-Sha256:
 e756fcf1f47708293ba13e5af63233789ef08456da3c7dcb0911989ee8ea6e72 1493 
freehep-io_2.0.2-6.dsc
 5ccb03506d7c4f12cffbb2612c2712e315a2a080521f7cbc5da03d8e40d2c545 3172 
freehep-io_2.0.2-6.debian.tar.xz
 e7affe21669e3053929e6fb674401d60784e26b6f6e7272e05a195ac09538caf 17329 
freehep-io_2.0.2-6_source.buildinfo
Files:
 bf73fb46677c15d53e8449165cf698e9 1493 java optional freehep-io_2.0.2-6.dsc
 65c80c2c7a0bb9030711b2c5d897e33d 3172 java optional 
freehep-io_2.0.2-6.debian.tar.xz
 0ca69458ef57ce490386587af6e9bfa5 17329 java optional 
freehep-io_2.0.2-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dyAAKCRAEihMBTuf/
41sCAQCtUc8mOEYPPZoJQQFAEcXdaEXUeLJ70Xco4w4BRL3v5gD/W4mRvmpWD0yJ
DvYXPdXB9GOvNUIPAfv4YBtUq05dnaA=
=bnqC
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#879258: marked as done (freehep-export FTBFS with libexec-maven-plugin-java 1.6.0)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:19:34 +
with message-id 
and subject line Bug#879258: fixed in freehep-export 2.1.1-4
has caused the Debian Bug report #879258,
regarding freehep-export FTBFS with libexec-maven-plugin-java 1.6.0
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.)


-- 
879258: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879258
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-export
Version: 2.1.1-3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/freehep-export.html

...
[ERROR] Plugin org.codehaus.mojo:exec-maven-plugin:1.1.1 or one of its 
dependencies could not be resolved: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
org.codehaus.mojo:exec-maven-plugin:jar:1.1.1 has not been downloaded from it 
before. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/freehep-export-2.1.1 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/freehep-export-2.1.1/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/freehep-export-2.1.1/debian 
-Dmaven.repo.local=/build/1st/freehep-export-2.1.1/debian/maven-repo 
--batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned 
exit code 1
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 1
--- End Message ---
--- Begin Message ---
Source: freehep-export
Source-Version: 2.1.1-4

We believe that the bug you reported is fixed in the latest version of
freehep-export, which is due to be installed in the Debian FTP archive.

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 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated freehep-export 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:13 +0100
Source: freehep-export
Binary: libfreehep-export-java
Architecture: source
Version: 2.1.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-export-java - FreeHEP Export and Save As Library
Closes: 856742 879258
Changes:
 freehep-export (2.1.1-4) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856742)
 .
   [ Giovanni Mascellani ]
   * Do not request a specific libexec-maven-plugin-java version (closes:
 #879258).
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 1b1b090cb576eb714a9a4fcb6dd386faa11123e7 1595 freehep-export_2.1.1-4.dsc
 d873597e43c1627bee15a9bcac402c5bb080774c 3248 
freehep-export_2.1.1-4.debian.tar.xz
 3ee381a1db05d7c2bb1f00c9ed3440c8219d3850 17349 
freehep-export_2.1.1-4_source.buildinfo
Checksums-Sha256:
 9adc2fbafc0ef9b29064d7c8329f406804ec81171608b168ca5174bbc2eb44e6 1595 
freehep-export_2.1.1-4.dsc
 4204336476a6875f7dcc50e13b7448bcd582e59465dd55f71204491fca3f6a78 3248 
freehep-export_2.1.1-4.debian.tar.xz
 1df62e00b4f47d9a81b6b1d9e545845e237834c6729a8f0eae0bdde97ca070fb 17349 
freehep-export_2.1.1-4_source.buildinfo
Files:
 78552845ece349b3a5e4e52f85c9cfe2 1595 java optional freehep-export_2.1.1-4.dsc
 2c9f0d9e64396bd59045adacb0e14ed5 3248 java optional 
freehep-export_2.1.1-4.debian.tar.xz
 

Bug#879256: marked as done (freehep-graphicsio-tests FTBFS with libexec-maven-plugin-java 1.6.0)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:24 +
with message-id 
and subject line Bug#879256: fixed in freehep-graphicsio-tests 2.1.1+dfsg1-5
has caused the Debian Bug report #879256,
regarding freehep-graphicsio-tests FTBFS with libexec-maven-plugin-java 1.6.0
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.)


-- 
879256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio-tests
Version: 2.1.1+dfsg1-4
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/freehep-graphicsio-tests.html

...
[ERROR] Plugin org.codehaus.mojo:exec-maven-plugin:1.1.1 or one of its 
dependencies could not be resolved: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
org.codehaus.mojo:exec-maven-plugin:jar:1.1.1 has not been downloaded from it 
before. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/freehep-graphicsio-tests-2.1.1\+dfsg1
 -Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/freehep-graphicsio-tests-2.1.1\+dfsg1/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/freehep-graphicsio-tests-2.1.1\+dfsg1/debian 
-Dmaven.repo.local=/build/1st/freehep-graphicsio-tests-2.1.1\+dfsg1/debian/maven-repo
 --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned 
exit code 1
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 1
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio-tests
Source-Version: 2.1.1+dfsg1-5

We believe that the bug you reported is fixed in the latest version of
freehep-graphicsio-tests, which is due to be installed in the Debian FTP 
archive.

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 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated 
freehep-graphicsio-tests 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:25 +0100
Source: freehep-graphicsio-tests
Binary: libfreehep-graphicsio-tests-java
Architecture: source
Version: 2.1.1+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-tests-java - FreeHEP GraphicsIO Test Library
Closes: 856751 879256
Changes:
 freehep-graphicsio-tests (2.1.1+dfsg1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856751)
 .
   [ Giovanni Mascellani ]
   * Do not request a specific libexec-maven-plugin-java version (closes:
 #879256).
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 806bacbd0e7eec0be32a9a8e9159a991a9ff3fa9 1757 
freehep-graphicsio-tests_2.1.1+dfsg1-5.dsc
 828a00f1791403a19a804d8ac52f8512c0e94819 3912 
freehep-graphicsio-tests_2.1.1+dfsg1-5.debian.tar.xz
 e75c9b1c185e6dac0e3a01c1731943fde70d8119 17423 
freehep-graphicsio-tests_2.1.1+dfsg1-5_source.buildinfo
Checksums-Sha256:
 219fdc435662f175d42eb1dcb4e3bbe1821bf7a1470a4082b0af90e2e6e7e1be 1757 
freehep-graphicsio-tests_2.1.1+dfsg1-5.dsc
 62980ef9b2dc2da4711c247b21f84d18ca78655ab266814495869dd12a9efce8 3912 
freehep-graphicsio-tests_2.1.1+dfsg1-5.debian.tar.xz
 

Bug#856750: marked as done (Updating the freehep-graphicsio-swf Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:18 +
with message-id 
and subject line Bug#856750: fixed in freehep-graphicsio-swf 2.1.1+dfsg-3
has caused the Debian Bug report #856750,
regarding Updating the freehep-graphicsio-swf Uploaders list
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.)


-- 
856750: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856750
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio-swf
Version: 2.1.1+dfsg-1 2.1.1+dfsg-2
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-graphicsio-swf package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio-swf
Source-Version: 2.1.1+dfsg-3

We believe that the bug you reported is fixed in the latest version of
freehep-graphicsio-swf, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated 
freehep-graphicsio-swf 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:24 +0100
Source: freehep-graphicsio-swf
Binary: libfreehep-graphicsio-swf-java
Architecture: source
Version: 2.1.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-swf-java - FreeHEP SWF (Flash) Driver
Closes: 856750
Changes:
 freehep-graphicsio-swf (2.1.1+dfsg-3) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856750)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 5e3ec49575731367ffa9752caa269689940eada7 1687 
freehep-graphicsio-swf_2.1.1+dfsg-3.dsc
 6a613279d076ee821803f7e73a83112830f1cc21 3160 
freehep-graphicsio-swf_2.1.1+dfsg-3.debian.tar.xz
 0548df3e126660dc38f59b5b328ef375a69bc28c 17409 
freehep-graphicsio-swf_2.1.1+dfsg-3_source.buildinfo
Checksums-Sha256:
 eb15eab2aba2a84d34d84b85231b1d43d548d987ce60bb0276bdfd636d965061 1687 
freehep-graphicsio-swf_2.1.1+dfsg-3.dsc
 085a6dfcd3fd833ae59562f2c7bad3de2144a2b1ad1aae1a79f1208b67337baf 3160 
freehep-graphicsio-swf_2.1.1+dfsg-3.debian.tar.xz
 1250b6c5170e752643adde89452065e5d2ad878af35e52203730f56dba95672c 17409 
freehep-graphicsio-swf_2.1.1+dfsg-3_source.buildinfo
Files:
 af798eb115946d2fc52c703e596fe464 1687 java optional 
freehep-graphicsio-swf_2.1.1+dfsg-3.dsc
 fb14a3114c4db42612f9fbe5f2bde7ac 3160 java optional 
freehep-graphicsio-swf_2.1.1+dfsg-3.debian.tar.xz
 28f9e8f97187f73c3090b8fbbd554bf3 17409 java optional 
freehep-graphicsio-swf_2.1.1+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dvgAKCRAEihMBTuf/
4w9SAP9ceb2ZZcQ+JPC9jeQnxyC8YiblRpb66ms+GF9XjC8mYAD/Q8BDlhFOWgVS
n6aU2uwKj9ACiWs8JxCr5xvVnRrLjyg=
=z7jn
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856751: marked as done (Updating the freehep-graphicsio-tests Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:24 +
with message-id 
and subject line Bug#856751: fixed in freehep-graphicsio-tests 2.1.1+dfsg1-5
has caused the Debian Bug report #856751,
regarding Updating the freehep-graphicsio-tests Uploaders list
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.)


-- 
856751: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856751
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio-tests
Version: 2.1.1+dfsg1-3 2.1.1+dfsg1-4
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-graphicsio-tests package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio-tests
Source-Version: 2.1.1+dfsg1-5

We believe that the bug you reported is fixed in the latest version of
freehep-graphicsio-tests, which is due to be installed in the Debian FTP 
archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated 
freehep-graphicsio-tests 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:25 +0100
Source: freehep-graphicsio-tests
Binary: libfreehep-graphicsio-tests-java
Architecture: source
Version: 2.1.1+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-tests-java - FreeHEP GraphicsIO Test Library
Closes: 856751 879256
Changes:
 freehep-graphicsio-tests (2.1.1+dfsg1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856751)
 .
   [ Giovanni Mascellani ]
   * Do not request a specific libexec-maven-plugin-java version (closes:
 #879256).
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 806bacbd0e7eec0be32a9a8e9159a991a9ff3fa9 1757 
freehep-graphicsio-tests_2.1.1+dfsg1-5.dsc
 828a00f1791403a19a804d8ac52f8512c0e94819 3912 
freehep-graphicsio-tests_2.1.1+dfsg1-5.debian.tar.xz
 e75c9b1c185e6dac0e3a01c1731943fde70d8119 17423 
freehep-graphicsio-tests_2.1.1+dfsg1-5_source.buildinfo
Checksums-Sha256:
 219fdc435662f175d42eb1dcb4e3bbe1821bf7a1470a4082b0af90e2e6e7e1be 1757 
freehep-graphicsio-tests_2.1.1+dfsg1-5.dsc
 62980ef9b2dc2da4711c247b21f84d18ca78655ab266814495869dd12a9efce8 3912 
freehep-graphicsio-tests_2.1.1+dfsg1-5.debian.tar.xz
 7214fcac32caff99831da84a9312d1bb3048ed3578ff17e3a1f8801325d863c3 17423 
freehep-graphicsio-tests_2.1.1+dfsg1-5_source.buildinfo
Files:
 84da425eee9ac61e62a477cd0566775f 1757 java optional 
freehep-graphicsio-tests_2.1.1+dfsg1-5.dsc
 31fe7b81a6215401bfef03ef29d4abff 3912 java optional 
freehep-graphicsio-tests_2.1.1+dfsg1-5.debian.tar.xz
 48de10a3c90f8fbce3d35df1edf95dcc 17423 java optional 
freehep-graphicsio-tests_2.1.1+dfsg1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dwwAKCRAEihMBTuf/
42hIAQCGeaR8hPGydQv+Y/0wiGA/MH3SZLiw4vjDZ72QdYiSsAD/S14uDJajQ04y
qzIbDMR7/Zg3aaiF5WXeXS5/dm2b9lI=
=3LPF
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#879257: marked as done (freehep-graphicsio FTBFS with libexec-maven-plugin-java 1.6.0)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:19:45 +
with message-id 
and subject line Bug#879257: fixed in freehep-graphicsio 2.1.1-5
has caused the Debian Bug report #879257,
regarding freehep-graphicsio FTBFS with libexec-maven-plugin-java 1.6.0
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.)


-- 
879257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio
Version: 2.1.1-4
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/freehep-graphicsio.html

...
[ERROR] Plugin org.codehaus.mojo:exec-maven-plugin:1.1.1 or one of its 
dependencies could not be resolved: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
org.codehaus.mojo:exec-maven-plugin:jar:1.1.1 has not been downloaded from it 
before. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/freehep-graphicsio-2.1.1 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/freehep-graphicsio-2.1.1/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/freehep-graphicsio-2.1.1/debian 
-Dmaven.repo.local=/build/1st/freehep-graphicsio-2.1.1/debian/maven-repo 
--batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned 
exit code 1
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 1
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio
Source-Version: 2.1.1-5

We believe that the bug you reported is fixed in the latest version of
freehep-graphicsio, which is due to be installed in the Debian FTP archive.

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 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated freehep-graphicsio 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:15 +0100
Source: freehep-graphicsio
Binary: libfreehep-graphicsio-java
Architecture: source
Version: 2.1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-java - FreeHEP GraphicsIO Base Library
Closes: 856744 879257
Changes:
 freehep-graphicsio (2.1.1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856744)
 .
   [ Giovanni Mascellani ]
   * Do not request a specific libexec-maven-plugin-java version (closes:
 #879257).
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 08414b686aa93ecd28f22202edf7e04bed6db0b6 1641 freehep-graphicsio_2.1.1-5.dsc
 1fc5b52505b10df3c40cf7ef525d6624ae1aa660 5204 
freehep-graphicsio_2.1.1-5.debian.tar.xz
 ba563e2e9745ccbb8f71e562263b263cfc72bb4d 17369 
freehep-graphicsio_2.1.1-5_source.buildinfo
Checksums-Sha256:
 d7b1e20cf97b29c182f65a4d9d30c86ef5ee8c537469e765f7cc26be28c46edf 1641 
freehep-graphicsio_2.1.1-5.dsc
 45aa1cdb5232d2a5a74e4fdb2833f7d8925ad933db426d3f002050d1a9cc229e 5204 
freehep-graphicsio_2.1.1-5.debian.tar.xz
 ca67965d9800fc8704ce31751614e15f4933ad4750104d07cfc86a4d657da359 17369 
freehep-graphicsio_2.1.1-5_source.buildinfo
Files:
 9fa0ea08e11ecc598e53f5c7c6aa0ee6 1641 java optional 
freehep-graphicsio_2.1.1-5.dsc
 

Bug#856749: marked as done (Updating the freehep-graphicsio-svg Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:13 +
with message-id 
and subject line Bug#856749: fixed in freehep-graphicsio-svg 2.1.1-5
has caused the Debian Bug report #856749,
regarding Updating the freehep-graphicsio-svg Uploaders list
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.)


-- 
856749: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856749
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio-svg
Version: 2.1.1-3 2.1.1-4
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-graphicsio-svg package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio-svg
Source-Version: 2.1.1-5

We believe that the bug you reported is fixed in the latest version of
freehep-graphicsio-svg, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated 
freehep-graphicsio-svg 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:23 +0100
Source: freehep-graphicsio-svg
Binary: libfreehep-graphicsio-svg-java
Architecture: source
Version: 2.1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-svg-java - FreeHEP Scalable Vector Graphics Driver
Closes: 856749
Changes:
 freehep-graphicsio-svg (2.1.1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856749)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 72d8aebe1905d80a0b96dd598b33cc1cab645450 1676 
freehep-graphicsio-svg_2.1.1-5.dsc
 5bbfd381c29fd383e0a2d46dda525e0e3f4631be 3352 
freehep-graphicsio-svg_2.1.1-5.debian.tar.xz
 362d16a6e1bbe2f05d8f9e9cbd8b4fa6a4bb8abe 17389 
freehep-graphicsio-svg_2.1.1-5_source.buildinfo
Checksums-Sha256:
 ed7de28680b026c795731691f57d3537b47010ee779163eaf67ff25e54169885 1676 
freehep-graphicsio-svg_2.1.1-5.dsc
 97d87ea76c8f426b4a1c98c8a1da8da3c32fe0c700d877b3cdd346166233aaf8 3352 
freehep-graphicsio-svg_2.1.1-5.debian.tar.xz
 bbfed59cc370368341c2d8f0809a1e11564d1d5cf8208285fbb5adbff29ff347 17389 
freehep-graphicsio-svg_2.1.1-5_source.buildinfo
Files:
 a63598abf681803f5dcd5a40c2e9ae9b 1676 java optional 
freehep-graphicsio-svg_2.1.1-5.dsc
 2744aa7a7da4f6d0d36d08732725029c 3352 java optional 
freehep-graphicsio-svg_2.1.1-5.debian.tar.xz
 f6216a21cd99a7d3c40dc2ce922913a4 17389 java optional 
freehep-graphicsio-svg_2.1.1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3duQAKCRAEihMBTuf/
41pXAP4k+Vuqkmu/J5WjM5wdPdvAtVR7UpzRKZKkVqODiOnzegD+MI4Mi9epmawW
o5F6ogwVt5NsIFW7xcTix7v/JATgK+s=
=PIkT
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856747: marked as done (Updating the freehep-graphicsio-pdf Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:02 +
with message-id 
and subject line Bug#856747: fixed in freehep-graphicsio-pdf 2.1.1+dfsg-3
has caused the Debian Bug report #856747,
regarding Updating the freehep-graphicsio-pdf Uploaders list
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.)


-- 
856747: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856747
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio-pdf
Version: 2.1.1+dfsg-1 2.1.1+dfsg-2
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-graphicsio-pdf package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio-pdf
Source-Version: 2.1.1+dfsg-3

We believe that the bug you reported is fixed in the latest version of
freehep-graphicsio-pdf, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated 
freehep-graphicsio-pdf 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:18 +0100
Source: freehep-graphicsio-pdf
Binary: libfreehep-graphicsio-pdf-java
Architecture: source
Version: 2.1.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-pdf-java - FreeHEP Portable Document Format Driver
Closes: 856747
Changes:
 freehep-graphicsio-pdf (2.1.1+dfsg-3) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856747)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 94ead27ba67c064f4d58cae533d7aad39225f9a0 1687 
freehep-graphicsio-pdf_2.1.1+dfsg-3.dsc
 9b88a17bf40d067de5dd8ed117d458b0641115b7 3072 
freehep-graphicsio-pdf_2.1.1+dfsg-3.debian.tar.xz
 4f71cc5f829b5a5a1adda62919f52d742a0cc6a0 17409 
freehep-graphicsio-pdf_2.1.1+dfsg-3_source.buildinfo
Checksums-Sha256:
 fff82bcb105d5b7195fbd251e3368ae0268256bca156a060ef3277beb62717ca 1687 
freehep-graphicsio-pdf_2.1.1+dfsg-3.dsc
 fa8574ea1ceaf3e6cee1af279f1673aa7ec11052fb520743b44a2df6372959c4 3072 
freehep-graphicsio-pdf_2.1.1+dfsg-3.debian.tar.xz
 c0f67b9bb37abc14ba4d1e9bb18e495a24e2b09bf292ff128bffb2553a8cab08 17409 
freehep-graphicsio-pdf_2.1.1+dfsg-3_source.buildinfo
Files:
 570b8e2efc7196dd4551a1e7b7ebdb04 1687 java optional 
freehep-graphicsio-pdf_2.1.1+dfsg-3.dsc
 1db8736cc56d02332f94b6b0dc7d0152 3072 java optional 
freehep-graphicsio-pdf_2.1.1+dfsg-3.debian.tar.xz
 8e2dbfb9e1bb2722adcea94186e649ab 17409 java optional 
freehep-graphicsio-pdf_2.1.1+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3drwAKCRAEihMBTuf/
4yWnAPwIqGMxCjJWcd50lT9oPlFgnG41Hom80XKLRIBUt/ytTQD/c/crlI6Qsa/X
qooed/uQFdHGADoY/kM8hkVlac0jCPw=
=aLEf
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856744: marked as done (Updating the freehep-graphicsio Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:19:45 +
with message-id 
and subject line Bug#856744: fixed in freehep-graphicsio 2.1.1-5
has caused the Debian Bug report #856744,
regarding Updating the freehep-graphicsio Uploaders list
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.)


-- 
856744: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856744
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio
Version: 2.1.1-3 2.1.1-4
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-graphicsio package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio
Source-Version: 2.1.1-5

We believe that the bug you reported is fixed in the latest version of
freehep-graphicsio, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated freehep-graphicsio 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:15 +0100
Source: freehep-graphicsio
Binary: libfreehep-graphicsio-java
Architecture: source
Version: 2.1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-java - FreeHEP GraphicsIO Base Library
Closes: 856744 879257
Changes:
 freehep-graphicsio (2.1.1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856744)
 .
   [ Giovanni Mascellani ]
   * Do not request a specific libexec-maven-plugin-java version (closes:
 #879257).
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 08414b686aa93ecd28f22202edf7e04bed6db0b6 1641 freehep-graphicsio_2.1.1-5.dsc
 1fc5b52505b10df3c40cf7ef525d6624ae1aa660 5204 
freehep-graphicsio_2.1.1-5.debian.tar.xz
 ba563e2e9745ccbb8f71e562263b263cfc72bb4d 17369 
freehep-graphicsio_2.1.1-5_source.buildinfo
Checksums-Sha256:
 d7b1e20cf97b29c182f65a4d9d30c86ef5ee8c537469e765f7cc26be28c46edf 1641 
freehep-graphicsio_2.1.1-5.dsc
 45aa1cdb5232d2a5a74e4fdb2833f7d8925ad933db426d3f002050d1a9cc229e 5204 
freehep-graphicsio_2.1.1-5.debian.tar.xz
 ca67965d9800fc8704ce31751614e15f4933ad4750104d07cfc86a4d657da359 17369 
freehep-graphicsio_2.1.1-5_source.buildinfo
Files:
 9fa0ea08e11ecc598e53f5c7c6aa0ee6 1641 java optional 
freehep-graphicsio_2.1.1-5.dsc
 01d05eb5ce3ff6ae4de265e45ef30b39 5204 java optional 
freehep-graphicsio_2.1.1-5.debian.tar.xz
 31c08cf73d4cb2b84feda667655b3dfe 17369 java optional 
freehep-graphicsio_2.1.1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3doAAKCRAEihMBTuf/
4y8WAP9JLkV0kgOIu7CrQ7wEgVVWsZETYpezZ203Csl0Of9W8QEAhpNecu7TZum3
Vsi6IWGs5Ogr/gZg61GpJEYC/car3vw=
=2BVv
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856748: marked as done (Updating the freehep-graphicsio-ps Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:20:07 +
with message-id 
and subject line Bug#856748: fixed in freehep-graphicsio-ps 2.1.1-3
has caused the Debian Bug report #856748,
regarding Updating the freehep-graphicsio-ps Uploaders list
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.)


-- 
856748: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio-ps
Version: 2.1.1-1 2.1.1-2
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-graphicsio-ps package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio-ps
Source-Version: 2.1.1-3

We believe that the bug you reported is fixed in the latest version of
freehep-graphicsio-ps, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated 
freehep-graphicsio-ps 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:19 +0100
Source: freehep-graphicsio-ps
Binary: libfreehep-graphicsio-ps-java
Architecture: source
Version: 2.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-ps-java - FreeHEP (Encapsulated) PostScript Driver
Closes: 856748
Changes:
 freehep-graphicsio-ps (2.1.1-3) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856748)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 773aab6683df13c3d75f3fac139649d41b4d611d 1644 freehep-graphicsio-ps_2.1.1-3.dsc
 5a70c4e846723b79f1e8ea397580fa349d74b232 3116 
freehep-graphicsio-ps_2.1.1-3.debian.tar.xz
 3ba6b2a5d17780934efc4450b4d95f27f40e5e4e 17384 
freehep-graphicsio-ps_2.1.1-3_source.buildinfo
Checksums-Sha256:
 93594d551439089c15b75d7d4385467b6d61ea37082db2c63822a4543031f9a7 1644 
freehep-graphicsio-ps_2.1.1-3.dsc
 dfc4ab3f30e4e2f9460c23b93264fced2d403e5b519c94e5c36ae34c12814453 3116 
freehep-graphicsio-ps_2.1.1-3.debian.tar.xz
 57328df3cb4b2b58d19e38518a79ade44af2aac4f7db0e691602e292e6a51db7 17384 
freehep-graphicsio-ps_2.1.1-3_source.buildinfo
Files:
 356995bfed374f22206b7fa7bbaf23a2 1644 java optional 
freehep-graphicsio-ps_2.1.1-3.dsc
 d657613055dbcc28ba8f6446af7a6533 3116 java optional 
freehep-graphicsio-ps_2.1.1-3.debian.tar.xz
 533bf4b2e685d9b859bb35c15bd9ca15 17384 java optional 
freehep-graphicsio-ps_2.1.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dtAAKCRAEihMBTuf/
49CrAP9bjtnXpxvareIZFhMUIZ1h8SvKj7rFBD6z+4O3dJxHBAD8DsQ6wbe1Hh09
JUjek8ED4ZjaxZvLxZeMlOVgtTpmdlA=
=1WFN
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856746: marked as done (Updating the freehep-graphicsio-java Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:19:56 +
with message-id 
and subject line Bug#856746: fixed in freehep-graphicsio-java 2.1.1-3
has caused the Debian Bug report #856746,
regarding Updating the freehep-graphicsio-java Uploaders list
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.)


-- 
856746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio-java
Version: 2.1.1-1 2.1.1-2
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-graphicsio-java package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio-java
Source-Version: 2.1.1-3

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

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated 
freehep-graphicsio-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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:17 +0100
Source: freehep-graphicsio-java
Binary: libfreehep-graphicsio-java-java
Architecture: source
Version: 2.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-java-java - FreeHEP Java Driver
Closes: 856746
Changes:
 freehep-graphicsio-java (2.1.1-3) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders. (Closes: #856746)
 - Thank you for your contributions to the package.
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 aa3e1c3148cb2220220decff8dd2c18125d9f252 1663 
freehep-graphicsio-java_2.1.1-3.dsc
 9f96eda9950101b204650a8fd755fbbe9694d577 3128 
freehep-graphicsio-java_2.1.1-3.debian.tar.xz
 483a02894028fb5c1a1992660417cab4d8d45c8f 17394 
freehep-graphicsio-java_2.1.1-3_source.buildinfo
Checksums-Sha256:
 fc8e1f5f504990759b3bee88e245604228d61e514f764a16972f1efb207d7e53 1663 
freehep-graphicsio-java_2.1.1-3.dsc
 f01c59073b9118cc628374bc266fe2dde9affb9929f4a2cecf016e8deda57275 3128 
freehep-graphicsio-java_2.1.1-3.debian.tar.xz
 639aec28d8d9b4765e7f95b240c50ba323fba43a73f02fcf0312068716f947b9 17394 
freehep-graphicsio-java_2.1.1-3_source.buildinfo
Files:
 721f86c8bb0f210302ca752005b3f111 1663 java optional 
freehep-graphicsio-java_2.1.1-3.dsc
 e51c156159d9ad4ca0451448ea5511a6 3128 java optional 
freehep-graphicsio-java_2.1.1-3.debian.tar.xz
 9a93d15c4fe38798faf49e563cff8b61 17394 java optional 
freehep-graphicsio-java_2.1.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dqgAKCRAEihMBTuf/
41tYAP4vjBxAwJxt7vYf6FKo1WtvuHzoo6yqYPEq6RU25p4FbAD/fQTuTggGdSqG
gX2t9S1JXbGreyORB7I4VGugCpJPcQY=
=t1yt
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856742: marked as done (Updating the freehep-export Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:19:34 +
with message-id 
and subject line Bug#856742: fixed in freehep-export 2.1.1-4
has caused the Debian Bug report #856742,
regarding Updating the freehep-export Uploaders list
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.)


-- 
856742: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-export
Version: 2.1.1-2 2.1.1-3
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-export package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-export
Source-Version: 2.1.1-4

We believe that the bug you reported is fixed in the latest version of
freehep-export, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated freehep-export 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:13 +0100
Source: freehep-export
Binary: libfreehep-export-java
Architecture: source
Version: 2.1.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-export-java - FreeHEP Export and Save As Library
Closes: 856742 879258
Changes:
 freehep-export (2.1.1-4) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856742)
 .
   [ Giovanni Mascellani ]
   * Do not request a specific libexec-maven-plugin-java version (closes:
 #879258).
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 1b1b090cb576eb714a9a4fcb6dd386faa11123e7 1595 freehep-export_2.1.1-4.dsc
 d873597e43c1627bee15a9bcac402c5bb080774c 3248 
freehep-export_2.1.1-4.debian.tar.xz
 3ee381a1db05d7c2bb1f00c9ed3440c8219d3850 17349 
freehep-export_2.1.1-4_source.buildinfo
Checksums-Sha256:
 9adc2fbafc0ef9b29064d7c8329f406804ec81171608b168ca5174bbc2eb44e6 1595 
freehep-export_2.1.1-4.dsc
 4204336476a6875f7dcc50e13b7448bcd582e59465dd55f71204491fca3f6a78 3248 
freehep-export_2.1.1-4.debian.tar.xz
 1df62e00b4f47d9a81b6b1d9e545845e237834c6729a8f0eae0bdde97ca070fb 17349 
freehep-export_2.1.1-4_source.buildinfo
Files:
 78552845ece349b3a5e4e52f85c9cfe2 1595 java optional freehep-export_2.1.1-4.dsc
 2c9f0d9e64396bd59045adacb0e14ed5 3248 java optional 
freehep-export_2.1.1-4.debian.tar.xz
 956da4953447668aa13ce647c3eb5a20 17349 java optional 
freehep-export_2.1.1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dlwAKCRAEihMBTuf/
4zPeAP96MBzShk2ogsf8CywVULzqfvxO9RQz95XrZwsOC8DjHgD/TwL15MkeKyNd
oc8ZrcUXfM1oyngvf7AlpT6pk6Ntr5k=
=P0uK
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856745: marked as done (Updating the freehep-graphicsio-emf Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:19:50 +
with message-id 
and subject line Bug#856745: fixed in freehep-graphicsio-emf 
2.1.1-emfplus+dfsg1-4
has caused the Debian Bug report #856745,
regarding Updating the freehep-graphicsio-emf Uploaders list
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.)


-- 
856745: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856745
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphicsio-emf
Version: 2.1.1-emfplus+dfsg1-2 2.1.1-emfplus+dfsg1-3
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-graphicsio-emf package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-graphicsio-emf
Source-Version: 2.1.1-emfplus+dfsg1-4

We believe that the bug you reported is fixed in the latest version of
freehep-graphicsio-emf, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated 
freehep-graphicsio-emf 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:16 +0100
Source: freehep-graphicsio-emf
Binary: libfreehep-graphicsio-emf-java
Architecture: source
Version: 2.1.1-emfplus+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-emf-java - FreeHEP Enhanced Metafile Format Driver
Closes: 856745
Changes:
 freehep-graphicsio-emf (2.1.1-emfplus+dfsg1-4) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856745)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 d3bedd472ddcbe7f41f70db2ad1c74968acf1ac8 1765 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.dsc
 78333dbc11956751b7871723ce61c7e8537d873f 3472 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.debian.tar.xz
 eccd80af4a024ec0dc907d0534cf13dbb28e460a 17445 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.buildinfo
Checksums-Sha256:
 fdd2ae600f6fb9d03b17cdf5928a060dba13900686ca969b43b0d36156e5b29f 1765 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.dsc
 0082584878e4d6e33bc0157494572331e9bcffaf8173091756ee5200bd3c0f30 3472 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.debian.tar.xz
 09f8d2810628760ecaef30ccd3d86a6a737ddb916f0fc171fd6364d0efa8660a 17445 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.buildinfo
Files:
 f974af1c2c993ea980a6ce2b44beede1 1765 java optional 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.dsc
 fbaba224a2c5e2c09e2018a61857d77e 3472 java optional 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.debian.tar.xz
 9ffecb3d43dcb366a96edfd3e5e4219f 17445 java optional 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dpQAKCRAEihMBTuf/
438OAQCRX7yv9Jkl+6FfLw1Mkee/+8zsZdNy8Wk0LOLExliB+QD8DvHQ9sPKq+aL
lmieVQ+sSLd36dbioUARYrdM/6ApS4c=
=0yWV
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#856743: marked as done (Updating the freehep-graphics2d Uploaders list)

2017-11-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Nov 2017 16:19:39 +
with message-id 
and subject line Bug#856743: fixed in freehep-graphics2d 2.1.1-6
has caused the Debian Bug report #856743,
regarding Updating the freehep-graphics2d Uploaders list
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.)


-- 
856743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856743
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freehep-graphics2d
Version: 2.1.1-4 2.1.1-5
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Gabriele Giacone <1o5g4...@gmail.com> has not been working on
the freehep-graphics2d package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: freehep-graphics2d
Source-Version: 2.1.1-6

We believe that the bug you reported is fixed in the latest version of
freehep-graphics2d, which is due to be installed in the Debian FTP archive.

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 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani  (supplier of updated freehep-graphics2d 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:14 +0100
Source: freehep-graphics2d
Binary: libfreehep-graphics2d-java
Architecture: source
Version: 2.1.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphics2d-java - FreeHEP 2D Graphics Library
Closes: 856743
Changes:
 freehep-graphics2d (2.1.1-6) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856743)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 2c32971a5b78765032a20bafcb453aa5eb183c60 1611 freehep-graphics2d_2.1.1-6.dsc
 3f65de21b8a881c9d3b4ddbdadc689e36b6f16ef 3452 
freehep-graphics2d_2.1.1-6.debian.tar.xz
 d49135df6079f605e7976ed9fa1f7f73e17941d4 17369 
freehep-graphics2d_2.1.1-6_source.buildinfo
Checksums-Sha256:
 b5b3e23e3040f24ee20f9bbf435dd85776925ef0681a771e1adaf4b89f00a196 1611 
freehep-graphics2d_2.1.1-6.dsc
 39e3398ce2b827ae9f89e62df47f400e3fe05db2408dd835c96f42be709ff04f 3452 
freehep-graphics2d_2.1.1-6.debian.tar.xz
 3fa0be2328feb27abb3d660b18ae36606b5a46ebc05390367b1f6e70cd86b1e4 17369 
freehep-graphics2d_2.1.1-6_source.buildinfo
Files:
 ff418eb90f5354d20f2c3c983f2d14a0 1611 java optional 
freehep-graphics2d_2.1.1-6.dsc
 501099cfc8c30f54a8033bd0d18ffed4 3452 java optional 
freehep-graphics2d_2.1.1-6.debian.tar.xz
 702e9f451c047ab9987567ea00d568cf 17369 java optional 
freehep-graphics2d_2.1.1-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dmwAKCRAEihMBTuf/
4w9MAQCkqY5dlS2a9jrm0QlVUC/NmLn5BCxPgDVdLPxvTbF04AD/UDIS00cJv+be
hNzciX7dcL+HulvKnWVNYpg1q5S4Czk=
=Eg5z
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

freehep-graphicsio-svg_2.1.1-5_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:23 +0100
Source: freehep-graphicsio-svg
Binary: libfreehep-graphicsio-svg-java
Architecture: source
Version: 2.1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-svg-java - FreeHEP Scalable Vector Graphics Driver
Closes: 856749
Changes:
 freehep-graphicsio-svg (2.1.1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856749)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 72d8aebe1905d80a0b96dd598b33cc1cab645450 1676 
freehep-graphicsio-svg_2.1.1-5.dsc
 5bbfd381c29fd383e0a2d46dda525e0e3f4631be 3352 
freehep-graphicsio-svg_2.1.1-5.debian.tar.xz
 362d16a6e1bbe2f05d8f9e9cbd8b4fa6a4bb8abe 17389 
freehep-graphicsio-svg_2.1.1-5_source.buildinfo
Checksums-Sha256:
 ed7de28680b026c795731691f57d3537b47010ee779163eaf67ff25e54169885 1676 
freehep-graphicsio-svg_2.1.1-5.dsc
 97d87ea76c8f426b4a1c98c8a1da8da3c32fe0c700d877b3cdd346166233aaf8 3352 
freehep-graphicsio-svg_2.1.1-5.debian.tar.xz
 bbfed59cc370368341c2d8f0809a1e11564d1d5cf8208285fbb5adbff29ff347 17389 
freehep-graphicsio-svg_2.1.1-5_source.buildinfo
Files:
 a63598abf681803f5dcd5a40c2e9ae9b 1676 java optional 
freehep-graphicsio-svg_2.1.1-5.dsc
 2744aa7a7da4f6d0d36d08732725029c 3352 java optional 
freehep-graphicsio-svg_2.1.1-5.debian.tar.xz
 f6216a21cd99a7d3c40dc2ce922913a4 17389 java optional 
freehep-graphicsio-svg_2.1.1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3duQAKCRAEihMBTuf/
41pXAP4k+Vuqkmu/J5WjM5wdPdvAtVR7UpzRKZKkVqODiOnzegD+MI4Mi9epmawW
o5F6ogwVt5NsIFW7xcTix7v/JATgK+s=
=PIkT
-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.


freehep-graphicsio-tests_2.1.1+dfsg1-5_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:25 +0100
Source: freehep-graphicsio-tests
Binary: libfreehep-graphicsio-tests-java
Architecture: source
Version: 2.1.1+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-tests-java - FreeHEP GraphicsIO Test Library
Closes: 856751 879256
Changes:
 freehep-graphicsio-tests (2.1.1+dfsg1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856751)
 .
   [ Giovanni Mascellani ]
   * Do not request a specific libexec-maven-plugin-java version (closes:
 #879256).
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 806bacbd0e7eec0be32a9a8e9159a991a9ff3fa9 1757 
freehep-graphicsio-tests_2.1.1+dfsg1-5.dsc
 828a00f1791403a19a804d8ac52f8512c0e94819 3912 
freehep-graphicsio-tests_2.1.1+dfsg1-5.debian.tar.xz
 e75c9b1c185e6dac0e3a01c1731943fde70d8119 17423 
freehep-graphicsio-tests_2.1.1+dfsg1-5_source.buildinfo
Checksums-Sha256:
 219fdc435662f175d42eb1dcb4e3bbe1821bf7a1470a4082b0af90e2e6e7e1be 1757 
freehep-graphicsio-tests_2.1.1+dfsg1-5.dsc
 62980ef9b2dc2da4711c247b21f84d18ca78655ab266814495869dd12a9efce8 3912 
freehep-graphicsio-tests_2.1.1+dfsg1-5.debian.tar.xz
 7214fcac32caff99831da84a9312d1bb3048ed3578ff17e3a1f8801325d863c3 17423 
freehep-graphicsio-tests_2.1.1+dfsg1-5_source.buildinfo
Files:
 84da425eee9ac61e62a477cd0566775f 1757 java optional 
freehep-graphicsio-tests_2.1.1+dfsg1-5.dsc
 31fe7b81a6215401bfef03ef29d4abff 3912 java optional 
freehep-graphicsio-tests_2.1.1+dfsg1-5.debian.tar.xz
 48de10a3c90f8fbce3d35df1edf95dcc 17423 java optional 
freehep-graphicsio-tests_2.1.1+dfsg1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dwwAKCRAEihMBTuf/
42hIAQCGeaR8hPGydQv+Y/0wiGA/MH3SZLiw4vjDZ72QdYiSsAD/S14uDJajQ04y
qzIbDMR7/Zg3aaiF5WXeXS5/dm2b9lI=
=3LPF
-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.


freehep-graphicsio-swf_2.1.1+dfsg-3_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:24 +0100
Source: freehep-graphicsio-swf
Binary: libfreehep-graphicsio-swf-java
Architecture: source
Version: 2.1.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-swf-java - FreeHEP SWF (Flash) Driver
Closes: 856750
Changes:
 freehep-graphicsio-swf (2.1.1+dfsg-3) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856750)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 5e3ec49575731367ffa9752caa269689940eada7 1687 
freehep-graphicsio-swf_2.1.1+dfsg-3.dsc
 6a613279d076ee821803f7e73a83112830f1cc21 3160 
freehep-graphicsio-swf_2.1.1+dfsg-3.debian.tar.xz
 0548df3e126660dc38f59b5b328ef375a69bc28c 17409 
freehep-graphicsio-swf_2.1.1+dfsg-3_source.buildinfo
Checksums-Sha256:
 eb15eab2aba2a84d34d84b85231b1d43d548d987ce60bb0276bdfd636d965061 1687 
freehep-graphicsio-swf_2.1.1+dfsg-3.dsc
 085a6dfcd3fd833ae59562f2c7bad3de2144a2b1ad1aae1a79f1208b67337baf 3160 
freehep-graphicsio-swf_2.1.1+dfsg-3.debian.tar.xz
 1250b6c5170e752643adde89452065e5d2ad878af35e52203730f56dba95672c 17409 
freehep-graphicsio-swf_2.1.1+dfsg-3_source.buildinfo
Files:
 af798eb115946d2fc52c703e596fe464 1687 java optional 
freehep-graphicsio-swf_2.1.1+dfsg-3.dsc
 fb14a3114c4db42612f9fbe5f2bde7ac 3160 java optional 
freehep-graphicsio-swf_2.1.1+dfsg-3.debian.tar.xz
 28f9e8f97187f73c3090b8fbbd554bf3 17409 java optional 
freehep-graphicsio-swf_2.1.1+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dvgAKCRAEihMBTuf/
4w9SAP9ceb2ZZcQ+JPC9jeQnxyC8YiblRpb66ms+GF9XjC8mYAD/Q8BDlhFOWgVS
n6aU2uwKj9ACiWs8JxCr5xvVnRrLjyg=
=z7jn
-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.


freehep-util_2.0.2-7_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:28 +0100
Source: freehep-util
Binary: libfreehep-util-java
Architecture: source
Version: 2.0.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-util-java - FreeHEP utility library
Closes: 856754
Changes:
 freehep-util (2.0.2-7) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856754)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 dc3bd5c689da00becf336393d8b552a489c3eb16 1509 freehep-util_2.0.2-7.dsc
 371d0d180af34626e350ac9cd09987d346c2d1a5 3892 
freehep-util_2.0.2-7.debian.tar.xz
 90092aeb418bb35967ea853e0abd12ca0c524c9f 17339 
freehep-util_2.0.2-7_source.buildinfo
Checksums-Sha256:
 f0111568b354b14649884494d17753d15468a8c1fb78e4b207bf2cbc4ca6e8bf 1509 
freehep-util_2.0.2-7.dsc
 69b5390b0db57011642cd3e666232f718c7b5ea11eff3826ab37617c7db822db 3892 
freehep-util_2.0.2-7.debian.tar.xz
 6e336f222925c604c060112be4cd957e012bacf158db75d0a75070570150391d 17339 
freehep-util_2.0.2-7_source.buildinfo
Files:
 bb7abac7743c077abf26ed533aa36d8d 1509 java optional freehep-util_2.0.2-7.dsc
 98bc3413b6beed029e5dd99380f75e4f 3892 java optional 
freehep-util_2.0.2-7.debian.tar.xz
 aa47a13687f01faf8e877e7e8bef3c45 17339 java optional 
freehep-util_2.0.2-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3d0gAKCRAEihMBTuf/
4xmKAP470G8uo1vm+0MM+0q40tlQ9wguvJp18VV9qOUpCs6RSgD8CJxC+3YOMs6R
iPZY3YZcdadclP2yBVb6ofVGl8xrsHA=
=kAXd
-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.


freehep-io_2.0.2-6_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:26 +0100
Source: freehep-io
Binary: libfreehep-io-java
Architecture: source
Version: 2.0.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-io-java - FreeHEP I/O library
Closes: 856752
Changes:
 freehep-io (2.0.2-6) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856752)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 e237e03948ee9d3c1c205ca05bbd0c0c993dc02b 1493 freehep-io_2.0.2-6.dsc
 12799ec3b52e2eb2b9e2c9a8d4815126536e4b3b 3172 freehep-io_2.0.2-6.debian.tar.xz
 04e35e07f0eba14b822778479fd6c36f4236d88c 17329 
freehep-io_2.0.2-6_source.buildinfo
Checksums-Sha256:
 e756fcf1f47708293ba13e5af63233789ef08456da3c7dcb0911989ee8ea6e72 1493 
freehep-io_2.0.2-6.dsc
 5ccb03506d7c4f12cffbb2612c2712e315a2a080521f7cbc5da03d8e40d2c545 3172 
freehep-io_2.0.2-6.debian.tar.xz
 e7affe21669e3053929e6fb674401d60784e26b6f6e7272e05a195ac09538caf 17329 
freehep-io_2.0.2-6_source.buildinfo
Files:
 bf73fb46677c15d53e8449165cf698e9 1493 java optional freehep-io_2.0.2-6.dsc
 65c80c2c7a0bb9030711b2c5d897e33d 3172 java optional 
freehep-io_2.0.2-6.debian.tar.xz
 0ca69458ef57ce490386587af6e9bfa5 17329 java optional 
freehep-io_2.0.2-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dyAAKCRAEihMBTuf/
41sCAQCtUc8mOEYPPZoJQQFAEcXdaEXUeLJ70Xco4w4BRL3v5gD/W4mRvmpWD0yJ
DvYXPdXB9GOvNUIPAfv4YBtUq05dnaA=
=bnqC
-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.


freehep-xml_2.1.2+dfsg1-5_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:29 +0100
Source: freehep-xml
Binary: libfreehep-xml-java
Architecture: source
Version: 2.1.2+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-xml-java - FreeHEP XML Library
Closes: 856755
Changes:
 freehep-xml (2.1.2+dfsg1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856755)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 a841dbd8f2b2cc12b4a9992745123aa17fcc76e4 1618 freehep-xml_2.1.2+dfsg1-5.dsc
 47186467dac545e472dfd8cb51661eb6e7cfada9 4396 
freehep-xml_2.1.2+dfsg1-5.debian.tar.xz
 e0112885993e6e3c83cb2d2b8651c43d33a3350c 17358 
freehep-xml_2.1.2+dfsg1-5_source.buildinfo
Checksums-Sha256:
 c16dbcc708445cfb9bd86673b4dc32888acf06ad950c536430e924b5d2876b0b 1618 
freehep-xml_2.1.2+dfsg1-5.dsc
 3a5ef94179d66f060e3ef42fe732db470a2fd195dd1b95492eaadf149314e21f 4396 
freehep-xml_2.1.2+dfsg1-5.debian.tar.xz
 64308ecebeed027de071592bd5f76f6d84b3cfd4b48e3f1a1c9291dc6b2e93ff 17358 
freehep-xml_2.1.2+dfsg1-5_source.buildinfo
Files:
 24e85de33b88113eea838453e4f3fba5 1618 java optional 
freehep-xml_2.1.2+dfsg1-5.dsc
 1be8e3858ebf9d2cc50ca8e1518cbb3b 4396 java optional 
freehep-xml_2.1.2+dfsg1-5.debian.tar.xz
 2a4110a1fded3ae4253bb938128c49ac 17358 java optional 
freehep-xml_2.1.2+dfsg1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3d1wAKCRAEihMBTuf/
4waTAP4w4/BcU6xn+ooU4iXdaBGC2o+6LbMrtOexW1yVXrQamAD/eL7YMJJUFNBW
bB2faEWI57VDb0DydFalgV5Wh78K0bA=
=Qefw
-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.


freehep-swing_2.0.3-5_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:27 +0100
Source: freehep-swing
Binary: libfreehep-swing-java
Architecture: source
Version: 2.0.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-swing-java - FreeHEP swing extensions
Closes: 856753
Changes:
 freehep-swing (2.0.3-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856753)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 9e9e644e9bc86cf213ace46b8f4ad34f34e6a869 1547 freehep-swing_2.0.3-5.dsc
 843b331030d5bd21a60476f3cf79ce0026013b88 3148 
freehep-swing_2.0.3-5.debian.tar.xz
 e936e7013a50574b50fcbc0c950fd2f43abaa49b 17344 
freehep-swing_2.0.3-5_source.buildinfo
Checksums-Sha256:
 a781811367fe51da60274686b62a77ed971a097b7d33df2dc51d8a66b4ab1566 1547 
freehep-swing_2.0.3-5.dsc
 65fcc6ff52b98b838581ea62cb4be08561e6fd47951d2c64b515d98e1e3648b5 3148 
freehep-swing_2.0.3-5.debian.tar.xz
 b89d2a75bf098ab075684ecb7f885c444285aa6339ab605a25deeeb2d4124de1 17344 
freehep-swing_2.0.3-5_source.buildinfo
Files:
 7bd21151e5d76ef0553f009ed0373f2e 1547 java optional freehep-swing_2.0.3-5.dsc
 406866dc8db0f057cf9564aab10390a2 3148 java optional 
freehep-swing_2.0.3-5.debian.tar.xz
 707e11ea055a9df101fec8954e434362 17344 java optional 
freehep-swing_2.0.3-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dzQAKCRAEihMBTuf/
467FAPwNui6Uc5JvMyb7/UPM9+5Dg1K8cAozRyHu8nMGxI9PhgD+PIG0LOaWD4mZ
K0WkDskEE5VYQjg9+14UzPiVT5ye2iw=
=fygy
-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.


freehep-graphicsio-java_2.1.1-3_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:17 +0100
Source: freehep-graphicsio-java
Binary: libfreehep-graphicsio-java-java
Architecture: source
Version: 2.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-java-java - FreeHEP Java Driver
Closes: 856746
Changes:
 freehep-graphicsio-java (2.1.1-3) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders. (Closes: #856746)
 - Thank you for your contributions to the package.
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 aa3e1c3148cb2220220decff8dd2c18125d9f252 1663 
freehep-graphicsio-java_2.1.1-3.dsc
 9f96eda9950101b204650a8fd755fbbe9694d577 3128 
freehep-graphicsio-java_2.1.1-3.debian.tar.xz
 483a02894028fb5c1a1992660417cab4d8d45c8f 17394 
freehep-graphicsio-java_2.1.1-3_source.buildinfo
Checksums-Sha256:
 fc8e1f5f504990759b3bee88e245604228d61e514f764a16972f1efb207d7e53 1663 
freehep-graphicsio-java_2.1.1-3.dsc
 f01c59073b9118cc628374bc266fe2dde9affb9929f4a2cecf016e8deda57275 3128 
freehep-graphicsio-java_2.1.1-3.debian.tar.xz
 639aec28d8d9b4765e7f95b240c50ba323fba43a73f02fcf0312068716f947b9 17394 
freehep-graphicsio-java_2.1.1-3_source.buildinfo
Files:
 721f86c8bb0f210302ca752005b3f111 1663 java optional 
freehep-graphicsio-java_2.1.1-3.dsc
 e51c156159d9ad4ca0451448ea5511a6 3128 java optional 
freehep-graphicsio-java_2.1.1-3.debian.tar.xz
 9a93d15c4fe38798faf49e563cff8b61 17394 java optional 
freehep-graphicsio-java_2.1.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dqgAKCRAEihMBTuf/
41tYAP4vjBxAwJxt7vYf6FKo1WtvuHzoo6yqYPEq6RU25p4FbAD/fQTuTggGdSqG
gX2t9S1JXbGreyORB7I4VGugCpJPcQY=
=t1yt
-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.


freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:16 +0100
Source: freehep-graphicsio-emf
Binary: libfreehep-graphicsio-emf-java
Architecture: source
Version: 2.1.1-emfplus+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-emf-java - FreeHEP Enhanced Metafile Format Driver
Closes: 856745
Changes:
 freehep-graphicsio-emf (2.1.1-emfplus+dfsg1-4) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856745)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 d3bedd472ddcbe7f41f70db2ad1c74968acf1ac8 1765 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.dsc
 78333dbc11956751b7871723ce61c7e8537d873f 3472 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.debian.tar.xz
 eccd80af4a024ec0dc907d0534cf13dbb28e460a 17445 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.buildinfo
Checksums-Sha256:
 fdd2ae600f6fb9d03b17cdf5928a060dba13900686ca969b43b0d36156e5b29f 1765 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.dsc
 0082584878e4d6e33bc0157494572331e9bcffaf8173091756ee5200bd3c0f30 3472 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.debian.tar.xz
 09f8d2810628760ecaef30ccd3d86a6a737ddb916f0fc171fd6364d0efa8660a 17445 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.buildinfo
Files:
 f974af1c2c993ea980a6ce2b44beede1 1765 java optional 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.dsc
 fbaba224a2c5e2c09e2018a61857d77e 3472 java optional 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.debian.tar.xz
 9ffecb3d43dcb366a96edfd3e5e4219f 17445 java optional 
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dpQAKCRAEihMBTuf/
438OAQCRX7yv9Jkl+6FfLw1Mkee/+8zsZdNy8Wk0LOLExliB+QD8DvHQ9sPKq+aL
lmieVQ+sSLd36dbioUARYrdM/6ApS4c=
=0yWV
-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.


freehep-graphics2d_2.1.1-6_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:14 +0100
Source: freehep-graphics2d
Binary: libfreehep-graphics2d-java
Architecture: source
Version: 2.1.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphics2d-java - FreeHEP 2D Graphics Library
Closes: 856743
Changes:
 freehep-graphics2d (2.1.1-6) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856743)
 .
   [ Giovanni Mascellani ]
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 2c32971a5b78765032a20bafcb453aa5eb183c60 1611 freehep-graphics2d_2.1.1-6.dsc
 3f65de21b8a881c9d3b4ddbdadc689e36b6f16ef 3452 
freehep-graphics2d_2.1.1-6.debian.tar.xz
 d49135df6079f605e7976ed9fa1f7f73e17941d4 17369 
freehep-graphics2d_2.1.1-6_source.buildinfo
Checksums-Sha256:
 b5b3e23e3040f24ee20f9bbf435dd85776925ef0681a771e1adaf4b89f00a196 1611 
freehep-graphics2d_2.1.1-6.dsc
 39e3398ce2b827ae9f89e62df47f400e3fe05db2408dd835c96f42be709ff04f 3452 
freehep-graphics2d_2.1.1-6.debian.tar.xz
 3fa0be2328feb27abb3d660b18ae36606b5a46ebc05390367b1f6e70cd86b1e4 17369 
freehep-graphics2d_2.1.1-6_source.buildinfo
Files:
 ff418eb90f5354d20f2c3c983f2d14a0 1611 java optional 
freehep-graphics2d_2.1.1-6.dsc
 501099cfc8c30f54a8033bd0d18ffed4 3452 java optional 
freehep-graphics2d_2.1.1-6.debian.tar.xz
 702e9f451c047ab9987567ea00d568cf 17369 java optional 
freehep-graphics2d_2.1.1-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dmwAKCRAEihMBTuf/
4w9MAQCkqY5dlS2a9jrm0QlVUC/NmLn5BCxPgDVdLPxvTbF04AD/UDIS00cJv+be
hNzciX7dcL+HulvKnWVNYpg1q5S4Czk=
=Eg5z
-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.


freehep-graphicsio_2.1.1-5_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:15 +0100
Source: freehep-graphicsio
Binary: libfreehep-graphicsio-java
Architecture: source
Version: 2.1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-java - FreeHEP GraphicsIO Base Library
Closes: 856744 879257
Changes:
 freehep-graphicsio (2.1.1-5) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856744)
 .
   [ Giovanni Mascellani ]
   * Do not request a specific libexec-maven-plugin-java version (closes:
 #879257).
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 08414b686aa93ecd28f22202edf7e04bed6db0b6 1641 freehep-graphicsio_2.1.1-5.dsc
 1fc5b52505b10df3c40cf7ef525d6624ae1aa660 5204 
freehep-graphicsio_2.1.1-5.debian.tar.xz
 ba563e2e9745ccbb8f71e562263b263cfc72bb4d 17369 
freehep-graphicsio_2.1.1-5_source.buildinfo
Checksums-Sha256:
 d7b1e20cf97b29c182f65a4d9d30c86ef5ee8c537469e765f7cc26be28c46edf 1641 
freehep-graphicsio_2.1.1-5.dsc
 45aa1cdb5232d2a5a74e4fdb2833f7d8925ad933db426d3f002050d1a9cc229e 5204 
freehep-graphicsio_2.1.1-5.debian.tar.xz
 ca67965d9800fc8704ce31751614e15f4933ad4750104d07cfc86a4d657da359 17369 
freehep-graphicsio_2.1.1-5_source.buildinfo
Files:
 9fa0ea08e11ecc598e53f5c7c6aa0ee6 1641 java optional 
freehep-graphicsio_2.1.1-5.dsc
 01d05eb5ce3ff6ae4de265e45ef30b39 5204 java optional 
freehep-graphicsio_2.1.1-5.debian.tar.xz
 31c08cf73d4cb2b84feda667655b3dfe 17369 java optional 
freehep-graphicsio_2.1.1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3doAAKCRAEihMBTuf/
4y8WAP9JLkV0kgOIu7CrQ7wEgVVWsZETYpezZ203Csl0Of9W8QEAhpNecu7TZum3
Vsi6IWGs5Ogr/gZg61GpJEYC/car3vw=
=2BVv
-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.


freehep-export_2.1.1-4_source.changes ACCEPTED into unstable

2017-11-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Nov 2017 16:27:13 +0100
Source: freehep-export
Binary: libfreehep-export-java
Architecture: source
Version: 2.1.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-export-java - FreeHEP Export and Save As Library
Closes: 856742 879258
Changes:
 freehep-export (2.1.1-4) unstable; urgency=medium
 .
   [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856742)
 .
   [ Giovanni Mascellani ]
   * Do not request a specific libexec-maven-plugin-java version (closes:
 #879258).
   * Bump Standards-Version to 4.1.1.
   * Change priority to optional.
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
Checksums-Sha1:
 1b1b090cb576eb714a9a4fcb6dd386faa11123e7 1595 freehep-export_2.1.1-4.dsc
 d873597e43c1627bee15a9bcac402c5bb080774c 3248 
freehep-export_2.1.1-4.debian.tar.xz
 3ee381a1db05d7c2bb1f00c9ed3440c8219d3850 17349 
freehep-export_2.1.1-4_source.buildinfo
Checksums-Sha256:
 9adc2fbafc0ef9b29064d7c8329f406804ec81171608b168ca5174bbc2eb44e6 1595 
freehep-export_2.1.1-4.dsc
 4204336476a6875f7dcc50e13b7448bcd582e59465dd55f71204491fca3f6a78 3248 
freehep-export_2.1.1-4.debian.tar.xz
 1df62e00b4f47d9a81b6b1d9e545845e237834c6729a8f0eae0bdde97ca070fb 17349 
freehep-export_2.1.1-4_source.buildinfo
Files:
 78552845ece349b3a5e4e52f85c9cfe2 1595 java optional freehep-export_2.1.1-4.dsc
 2c9f0d9e64396bd59045adacb0e14ed5 3248 java optional 
freehep-export_2.1.1-4.debian.tar.xz
 956da4953447668aa13ce647c3eb5a20 17349 java optional 
freehep-export_2.1.1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iHUEAREKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dlwAKCRAEihMBTuf/
4zPeAP96MBzShk2ogsf8CywVULzqfvxO9RQz95XrZwsOC8DjHgD/TwL15MkeKyNd
oc8ZrcUXfM1oyngvf7AlpT6pk6Ntr5k=
=P0uK
-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 freehep-graphics2d_2.1.1-6_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-graphics2d_2.1.1-6_source.changes uploaded successfully to localhost
along with the files:
  freehep-graphics2d_2.1.1-6.dsc
  freehep-graphics2d_2.1.1-6.debian.tar.xz
  freehep-graphics2d_2.1.1-6_source.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.


Processing of freehep-graphicsio_2.1.1-5_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-graphicsio_2.1.1-5_source.changes uploaded successfully to localhost
along with the files:
  freehep-graphicsio_2.1.1-5.dsc
  freehep-graphicsio_2.1.1-5.debian.tar.xz
  freehep-graphicsio_2.1.1-5_source.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.


Processing of freehep-graphicsio-ps_2.1.1-3_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-graphicsio-ps_2.1.1-3_source.changes uploaded successfully to localhost
along with the files:
  freehep-graphicsio-ps_2.1.1-3.dsc
  freehep-graphicsio-ps_2.1.1-3.debian.tar.xz
  freehep-graphicsio-ps_2.1.1-3_source.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.


Processing of freehep-graphicsio-java_2.1.1-3_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-graphicsio-java_2.1.1-3_source.changes uploaded successfully to 
localhost
along with the files:
  freehep-graphicsio-java_2.1.1-3.dsc
  freehep-graphicsio-java_2.1.1-3.debian.tar.xz
  freehep-graphicsio-java_2.1.1-3_source.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.


Processing of freehep-graphicsio-tests_2.1.1+dfsg1-5_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-graphicsio-tests_2.1.1+dfsg1-5_source.changes uploaded successfully to 
localhost
along with the files:
  freehep-graphicsio-tests_2.1.1+dfsg1-5.dsc
  freehep-graphicsio-tests_2.1.1+dfsg1-5.debian.tar.xz
  freehep-graphicsio-tests_2.1.1+dfsg1-5_source.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.


Processing of freehep-graphicsio-pdf_2.1.1+dfsg-3_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-graphicsio-pdf_2.1.1+dfsg-3_source.changes uploaded successfully to 
localhost
along with the files:
  freehep-graphicsio-pdf_2.1.1+dfsg-3.dsc
  freehep-graphicsio-pdf_2.1.1+dfsg-3.debian.tar.xz
  freehep-graphicsio-pdf_2.1.1+dfsg-3_source.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.


Processing of jas-plotter_2.2.6+dfsg1-4_source.changes

2017-11-04 Thread Debian FTP Masters
jas-plotter_2.2.6+dfsg1-4_source.changes uploaded successfully to localhost
along with the files:
  jas-plotter_2.2.6+dfsg1-4.dsc
  jas-plotter_2.2.6+dfsg1-4.debian.tar.xz
  jas-plotter_2.2.6+dfsg1-4_source.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.


Processing of freehep-graphicsio-svg_2.1.1-5_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-graphicsio-svg_2.1.1-5_source.changes uploaded successfully to localhost
along with the files:
  freehep-graphicsio-svg_2.1.1-5.dsc
  freehep-graphicsio-svg_2.1.1-5.debian.tar.xz
  freehep-graphicsio-svg_2.1.1-5_source.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.


Processing of freehep-util_2.0.2-7_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-util_2.0.2-7_source.changes uploaded successfully to localhost
along with the files:
  freehep-util_2.0.2-7.dsc
  freehep-util_2.0.2-7.debian.tar.xz
  freehep-util_2.0.2-7_source.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.


Processing of freehep-graphicsio-swf_2.1.1+dfsg-3_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-graphicsio-swf_2.1.1+dfsg-3_source.changes uploaded successfully to 
localhost
along with the files:
  freehep-graphicsio-swf_2.1.1+dfsg-3.dsc
  freehep-graphicsio-swf_2.1.1+dfsg-3.debian.tar.xz
  freehep-graphicsio-swf_2.1.1+dfsg-3_source.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.


Processing of freehep-xml_2.1.2+dfsg1-5_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-xml_2.1.2+dfsg1-5_source.changes uploaded successfully to localhost
along with the files:
  freehep-xml_2.1.2+dfsg1-5.dsc
  freehep-xml_2.1.2+dfsg1-5.debian.tar.xz
  freehep-xml_2.1.2+dfsg1-5_source.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.


Processing of freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.changes uploaded 
successfully to localhost
along with the files:
  freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.dsc
  freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4.debian.tar.xz
  freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-4_source.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.


Processing of freehep-swing_2.0.3-5_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-swing_2.0.3-5_source.changes uploaded successfully to localhost
along with the files:
  freehep-swing_2.0.3-5.dsc
  freehep-swing_2.0.3-5.debian.tar.xz
  freehep-swing_2.0.3-5_source.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.


Processing of freehep-io_2.0.2-6_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-io_2.0.2-6_source.changes uploaded successfully to localhost
along with the files:
  freehep-io_2.0.2-6.dsc
  freehep-io_2.0.2-6.debian.tar.xz
  freehep-io_2.0.2-6_source.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.


Processing of freehep-export_2.1.1-4_source.changes

2017-11-04 Thread Debian FTP Masters
freehep-export_2.1.1-4_source.changes uploaded successfully to localhost
along with the files:
  freehep-export_2.1.1-4.dsc
  freehep-export_2.1.1-4.debian.tar.xz
  freehep-export_2.1.1-4_source.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.


[freehep-util] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-util.

commit 64d5fef626b2d72b4aad4b756b4a457d33832b8d
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb96b79..f0697b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freehep-util (2.0.2-7) UNRELEASED; urgency=medium
+freehep-util (2.0.2-7) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -10,7 +10,7 @@ freehep-util (2.0.2-7) UNRELEASED; urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Sat, 22 Apr 2017 20:45:29 -0700
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:28 +0100
 
 freehep-util (2.0.2-6) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-util.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


[freehep-xml] branch master updated (e430b17 -> 59a76a9)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to branch master
in repository freehep-xml.

  from  e430b17   Canonicalize package.
   new  59a76a9   Release to sid.

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-xml.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


[freehep-util] branch master updated (2fd78d7 -> 64d5fef)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to branch master
in repository freehep-util.

  from  2fd78d7   Canonicalize package.
   new  64d5fef   Release to sid.

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-util.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


[freehep-xml] annotated tag debian/2.1.2+dfsg1-5 created (now 27051a9)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.1.2+dfsg1-5
in repository freehep-xml.

at  27051a9   (tag)
   tagging  59a76a95ab308082ac01119a3d3e86ac90f0dc89 (commit)
  replaces  debian/2.1.2+dfsg1-4
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:43 2017 +0100

- Log -
freehep-xml Debian release 2.1.2+dfsg1-5
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3d1wAKCRAEihMBTuf/
4xO2AP9G3HIWfWgo5tw4YMALkfOXYYqqQGrIUnA80VATfPM+zAEAnjEXHKmzSyTt
Kk+smi2Z0jDFIW+gAQQIDL6SlKxbIjA=
=tfOL
-END PGP SIGNATURE-

Giovanni Mascellani (2):
  Canonicalize package.
  Release to sid.

tony mancill (2):
  Remove Gabriele Giacone from Uploaders (Closes: #856755)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-xml.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


[freehep-swing] annotated tag debian/2.0.3-5 created (now 45d75cd)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.0.3-5
in repository freehep-swing.

at  45d75cd   (tag)
   tagging  5dfd583c9ad3599bc6ab5628dac3248e8935cfbe (commit)
  replaces  debian/2.0.3-4
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:33 2017 +0100

- Log -
freehep-swing Debian release 2.0.3-5
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dzQAKCRAEihMBTuf/
4zMRAP9cARw+4+qqXqLIiyfk9ikhy/u4wvslTHp9Cxx0B/5h/QD/cDU7PQiAaO5W
5MTW+Z68PhRN7UYilCz18e+2aAJLqQU=
=kp93
-END PGP SIGNATURE-

Giovanni Mascellani (2):
  Canonicalize package.
  Release to sid.

tony mancill (2):
  Remove Gabriele Giacone from Uploaders (Closes: #856753)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-swing.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


[jas-plotter] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository jas-plotter.

commit e5826d216b4f36600bec50db9f626b849c3d54e9
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6ae58aa..d642921 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-jas-plotter (2.2.6+dfsg1-4) UNRELEASED; urgency=medium
+jas-plotter (2.2.6+dfsg1-4) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -10,7 +10,7 @@ jas-plotter (2.2.6+dfsg1-4) UNRELEASED; urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Mon, 20 Mar 2017 21:34:22 -0700
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:30 +0100
 
 jas-plotter (2.2.6+dfsg1-3) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/jas-plotter.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


[jas-plotter] annotated tag debian/2.2.6+dfsg1-4 created (now 5dc5450)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.2.6+dfsg1-4
in repository jas-plotter.

at  5dc5450   (tag)
   tagging  e5826d216b4f36600bec50db9f626b849c3d54e9 (commit)
  replaces  debian/2.2.6+dfsg1-3
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:48 2017 +0100

- Log -
jas-plotter Debian release 2.2.6+dfsg1-4
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3d3AAKCRAEihMBTuf/
46ssAQC3Q0Vrdz+PTug/WY6fWDCJyDXJlopJ1NtDc++Y0IyReAD+IvTr9os3My7I
qVBhM/9O+YwQXYBmVohg5CA9PlVG04U=
=Owbj
-END PGP SIGNATURE-

Giovanni Mascellani (2):
  Canonicalize package.
  Release to sid.

tony mancill (2):
  remove Gabriele Giacone from Uploaders (Closes: #856757)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/jas-plotter.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


[freehep-util] annotated tag debian/2.0.2-7 created (now fb62c56)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.0.2-7
in repository freehep-util.

at  fb62c56   (tag)
   tagging  64d5fef626b2d72b4aad4b756b4a457d33832b8d (commit)
  replaces  debian/2.0.2-6
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:38 2017 +0100

- Log -
freehep-util Debian release 2.0.2-7
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3d0gAKCRAEihMBTuf/
45xfAQCYSt9LC5F6HvHDNug0HPsZVHSN1o1jGbOqHh4fGrWScAD+JIcEqo8wYj0K
IviE4/CNxX7qQUaIDJBu4dsEmcZxU3Q=
=JOzJ
-END PGP SIGNATURE-

Giovanni Mascellani (2):
  Canonicalize package.
  Release to sid.

tony mancill (2):
  Remove Gabriele Giacone from Uploaders (Closes: #856754)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-util.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


[jas-plotter] branch master updated (765c19c -> e5826d2)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to branch master
in repository jas-plotter.

  from  765c19c   Canonicalize package.
   new  e5826d2   Release to sid.

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/jas-plotter.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


[freehep-xml] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-xml.

commit 59a76a95ab308082ac01119a3d3e86ac90f0dc89
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3514578..a9d53a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freehep-xml (2.1.2+dfsg1-5) UNRELEASED; urgency=medium
+freehep-xml (2.1.2+dfsg1-5) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -10,7 +10,7 @@ freehep-xml (2.1.2+dfsg1-5) UNRELEASED; urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Sat, 22 Apr 2017 20:48:59 -0700
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:29 +0100
 
 freehep-xml (2.1.2+dfsg1-4) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-xml.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



[freehep-swing] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-swing.

commit 5dfd583c9ad3599bc6ab5628dac3248e8935cfbe
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab0b4cc..9a21ad6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freehep-swing (2.0.3-5) UNRELEASED; urgency=medium
+freehep-swing (2.0.3-5) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -10,7 +10,7 @@ freehep-swing (2.0.3-5) UNRELEASED; urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Sat, 22 Apr 2017 20:52:14 -0700
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:27 +0100
 
 freehep-swing (2.0.3-4) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-swing.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


[freehep-swing] branch master updated (90e2f89 -> 5dfd583)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to branch master
in repository freehep-swing.

  from  90e2f89   Canonicalize package.
   new  5dfd583   Release to sid.

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-swing.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


[freehep-io] branch master updated (8bfceac -> 5062fb4)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to branch master
in repository freehep-io.

  from  8bfceac   Canonicalize package.
   new  5062fb4   Release to sid.

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-io.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


[freehep-io] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-io.

commit 5062fb44953009b28c617efeb8d4b88ba5225e15
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a0247a0..d05bb1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freehep-io (2.0.2-6) UNRELEASED; urgency=medium
+freehep-io (2.0.2-6) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -10,7 +10,7 @@ freehep-io (2.0.2-6) UNRELEASED; urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Sat, 22 Apr 2017 20:35:42 -0700
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:26 +0100
 
 freehep-io (2.0.2-5) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-io.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


[freehep-io] annotated tag debian/2.0.2-6 created (now 782d825)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.0.2-6
in repository freehep-io.

at  782d825   (tag)
   tagging  5062fb44953009b28c617efeb8d4b88ba5225e15 (commit)
  replaces  debian/2.0.2-5
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:28 2017 +0100

- Log -
freehep-io Debian release 2.0.2-6
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dyAAKCRAEihMBTuf/
4xiUAPwOLnMx3XScI9Dy72qsdewqTj6VLCAjbaVy0UOe3M/VuAD5Ad6MaFwxBmB6
Dr4s0T/3l/8l21DRBRm94EdKzeAYWsU=
=hGoT
-END PGP SIGNATURE-

Giovanni Mascellani (2):
  Canonicalize package.
  Release to sid.

tony mancill (2):
  remove Gabriele Giacone from Uploaders (Closes: #856752)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-io.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


[freehep-graphicsio-tests] annotated tag debian/2.1.1+dfsg1-5 created (now 3ab2881)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.1.1+dfsg1-5
in repository freehep-graphicsio-tests.

at  3ab2881   (tag)
   tagging  bd9425a9ca2da0473446f5ee4f3ca423e6e53cc1 (commit)
  replaces  debian/2.1.1+dfsg1-4
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:23 2017 +0100

- Log -
freehep-graphicsio-tests Debian release 2.1.1+dfsg1-5
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dwwAKCRAEihMBTuf/
47uFAQC6hlFCGLs5NzhGLlOitrw1AmTO2enOAC7ExHDjsPdY7QD+IkjvFQRw3tSv
wQQstLiaLgkrjV+0SFcBMbFXp86B+XA=
=PR5w
-END PGP SIGNATURE-

Giovanni Mascellani (3):
  Do not require a specific libexec-maven-plugin-java version.
  Canonicalize package.
  Release to sid.

tony mancill (2):
  Remove Gabriele Giacone from Uploaders (Closes: #856751)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-tests.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


[freehep-graphicsio-tests] branch master updated (b5490ac -> bd9425a)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to branch master
in repository freehep-graphicsio-tests.

  from  b5490ac   Canonicalize package.
   new  bd9425a   Release to sid.

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-tests.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


[freehep-graphicsio-tests] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-graphicsio-tests.

commit bd9425a9ca2da0473446f5ee4f3ca423e6e53cc1
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 45b0f2a..a69edcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freehep-graphicsio-tests (2.1.1+dfsg1-5) UNRELEASED; urgency=medium
+freehep-graphicsio-tests (2.1.1+dfsg1-5) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -12,7 +12,7 @@ freehep-graphicsio-tests (2.1.1+dfsg1-5) UNRELEASED; 
urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Sat, 22 Apr 2017 20:57:33 -0700
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:25 +0100
 
 freehep-graphicsio-tests (2.1.1+dfsg1-4) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-tests.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


[freehep-graphicsio-swf] annotated tag debian/2.1.1+dfsg-3 created (now a960ea8)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.1.1+dfsg-3
in repository freehep-graphicsio-swf.

at  a960ea8   (tag)
   tagging  fd971b74490d614c00cc55b2de6766c805f0a2be (commit)
  replaces  debian/2.1.1+dfsg-2
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:18 2017 +0100

- Log -
freehep-graphicsio-swf Debian release 2.1.1+dfsg-3
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dvgAKCRAEihMBTuf/
47MnAQCsNk5+egeBlXfZKh7ShWWHKyN/zcoATO7ECenY1LSCsgD+Og3wqHXKuTZk
UrwzGYDwJPF0VRHYO3KPV4uefoq/D54=
=z5Y1
-END PGP SIGNATURE-

Giovanni Mascellani (2):
  Canonicalize package.
  Release to sid.

tony mancill (2):
  Remove Gabriele Giacone from Uploaders (Closes: #856750)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-swf.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


[freehep-graphicsio-pdf] annotated tag debian/2.1.1+dfsg-3 created (now cad2579)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.1.1+dfsg-3
in repository freehep-graphicsio-pdf.

at  cad2579   (tag)
   tagging  87be41832fae71b470d7297bd51a5d915dac2849 (commit)
  replaces  debian/2.1.1+dfsg-2
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:03 2017 +0100

- Log -
freehep-graphicsio-pdf Debian release 2.1.1+dfsg-3
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3drwAKCRAEihMBTuf/
490EAQCrNP7sjeYAWJNqXBAzyY1QHTVy0ueqNttcR8j7f/eHiQD/e2qQ6gHuJb/3
zAE5nmRO0k46hkTwxd7ZlaU6VyoW1Qk=
=wa1n
-END PGP SIGNATURE-

Giovanni Mascellani (2):
  Canonicalize package.
  Release to sid.

tony mancill (2):
  Remove Gabriele Giacone from Uploaders (Closes: #856747)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-pdf.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


[freehep-graphicsio-svg] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-graphicsio-svg.

commit e668662dacff29d62c347a1844cd47a8a473b698
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a37a5fa..25f1c21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freehep-graphicsio-svg (2.1.1-5) UNRELEASED; urgency=medium
+freehep-graphicsio-svg (2.1.1-5) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -10,7 +10,7 @@ freehep-graphicsio-svg (2.1.1-5) UNRELEASED; urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Sat, 22 Apr 2017 21:02:26 -0700
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:23 +0100
 
 freehep-graphicsio-svg (2.1.1-4) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-svg.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


[freehep-graphicsio-swf] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-graphicsio-swf.

commit fd971b74490d614c00cc55b2de6766c805f0a2be
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8422ca..a25e625 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freehep-graphicsio-swf (2.1.1+dfsg-3) UNRELEASED; urgency=medium
+freehep-graphicsio-swf (2.1.1+dfsg-3) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -10,7 +10,7 @@ freehep-graphicsio-swf (2.1.1+dfsg-3) UNRELEASED; 
urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Sat, 22 Apr 2017 21:01:00 -0700
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:24 +0100
 
 freehep-graphicsio-swf (2.1.1+dfsg-2) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-swf.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


[freehep-graphicsio-swf] branch master updated (254aa1a -> fd971b7)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to branch master
in repository freehep-graphicsio-swf.

  from  254aa1a   Canonicalize package.
   new  fd971b7   Release to sid.

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-swf.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


[freehep-graphicsio-svg] annotated tag debian/2.1.1-5 created (now e844350)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.1.1-5
in repository freehep-graphicsio-svg.

at  e844350   (tag)
   tagging  e668662dacff29d62c347a1844cd47a8a473b698 (commit)
  replaces  debian/2.1.1-4
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:13 2017 +0100

- Log -
freehep-graphicsio-svg Debian release 2.1.1-5
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3duQAKCRAEihMBTuf/
4+vAAPoDwIFbATVNRsxPhJ3bSq0G9dp+zcEpXAykvx5RJXCeugD/YJzifiBfjXQr
bnMpJAxcrUj2RK6Ox0I4at0JMU5FuvA=
=7nNv
-END PGP SIGNATURE-

Giovanni Mascellani (2):
  Canonicalize package.
  Release to sid.

tony mancill (2):
  Remove Gabriele Giacone from Uploaders (Closes: #856749)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-svg.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


[freehep-graphicsio-ps] annotated tag debian/2.1.1-3 created (now 004b6e5)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.1.1-3
in repository freehep-graphicsio-ps.

at  004b6e5   (tag)
   tagging  9d4ce9933fcf34cd893755e447a115be58c5ec21 (commit)
  replaces  debian/2.1.1-2
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:33:08 2017 +0100

- Log -
freehep-graphicsio-ps Debian release 2.1.1-3
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dtAAKCRAEihMBTuf/
45LoAP9PmEQ+KUluKA2STRYnMORPnrLjp4SCTfeElDuQ2ifmzAEArtA3CBw1iJhQ
0vbS+YDyF4yFJ8tCDQPR8MkEI8HGlu8=
=eB0q
-END PGP SIGNATURE-

Giovanni Mascellani (2):
  Canonicalize package.
  Release to sid.

tony mancill (2):
  Remove Gabriele Giacone from Uploaders (Closes: #856748)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-ps.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


[freehep-graphicsio-java] branch master updated (fea2eca -> fab6bfe)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to branch master
in repository freehep-graphicsio-java.

  from  fea2eca   Canonicalize package.
   new  fab6bfe   Release to sid.

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-java.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


[freehep-export] annotated tag debian/2.1.1-4 created (now b8286dc)

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a change to annotated tag debian/2.1.1-4
in repository freehep-export.

at  b8286dc   (tag)
   tagging  f8ae90bf494b56e41c1d4db678e86f922f0c85b7 (commit)
  replaces  debian/2.1.1-3
 tagged by  Giovanni Mascellani
on  Sat Nov 4 16:32:39 2017 +0100

- Log -
freehep-export Debian release 2.1.1-4
-BEGIN PGP SIGNATURE-

iHUEABEKAB0WIQQlIvT0abgnZWmiflUEihMBTuf/4wUCWf3dlwAKCRAEihMBTuf/
45YzAP0TIPRTjm7o6QA8D0O9xhgrN/cFDYyQgIZYPcJKFHJ9RgEAvg3RcTExmoLu
fc6UIT6s9T48hsT8F3ZQ3tcIXS+8Vhs=
=AwCR
-END PGP SIGNATURE-

Giovanni Mascellani (4):
  Do not require a specific libexec-maven-plugin-java version.
  Fix patch name.
  Canonicalize package.
  Release to sid.

tony mancill (2):
  Remove Gabriele Giacone from Uploaders (Closes: #856742)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-export.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


[freehep-graphics2d] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-graphics2d.

commit 64a94c42625850ce4b9389847f58f36338ce04f9
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 51ceace..ee6cc05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freehep-graphics2d (2.1.1-6) UNRELEASED; urgency=medium
+freehep-graphics2d (2.1.1-6) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -10,7 +10,7 @@ freehep-graphics2d (2.1.1-6) UNRELEASED; urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Sat, 22 Apr 2017 21:13:40 -0700
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:14 +0100
 
 freehep-graphics2d (2.1.1-5) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphics2d.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


[freehep-graphicsio-java] 01/01: Release to sid.

2017-11-04 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository freehep-graphicsio-java.

commit fab6bfe2fdbe81090d37541214c03088bd2ba0d9
Author: Giovanni Mascellani 
Date:   Sat Nov 4 16:28:24 2017 +0100

Release to sid.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e34fe86..4971517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freehep-graphicsio-java (2.1.1-3) UNRELEASED; urgency=medium
+freehep-graphicsio-java (2.1.1-3) unstable; urgency=medium
 
   [ tony mancill ]
   * Team upload.
@@ -11,7 +11,7 @@ freehep-graphicsio-java (2.1.1-3) UNRELEASED; urgency=medium
   * Switch build system to debhelper 10.
   * Reformat some fields in debian/control.
 
- -- tony mancill   Mon, 06 Mar 2017 21:07:09 -0800
+ -- Giovanni Mascellani   Sat, 04 Nov 2017 16:27:17 +0100
 
 freehep-graphicsio-java (2.1.1-2) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-java.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


  1   2   >