Your message dated Sun, 15 Jan 2012 22:03:08 +0000
with message-id <e1rmyao-000645...@franck.debian.org>
and subject line Bug#630198: fixed in fop 1:1.0.dfsg2-6
has caused the Debian Bug report #630198,
regarding fop: Support conf.d like configuration files
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.)


-- 
630198: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630198
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fop
Version: 1:1.0.dfsg-3
Severity: wishlist
Tags: patch

It would be nice to enable .conf.d/ configuration style in
/usr/bin/fop so libjeuclid-fop-java and libjlatexmath-fop-java could
be automatically configured. For example libjeuclid-fop-java would
only have to add:
FOP_HYPHENATION_PATH="$FOP_HYPHENATION_PATH jeuclid-fop jeuclid-core"
to /etc/fop.conf.d/jeuclid.conf

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fop depends on:
ii  java-wrappers    0.1.22                  wrappers for java executables
ii  libavalon-framew 4.2.0-7                 Common framework for Java server a
ii  libbatik-java    1.7-7                   xml.apache.org SVG Library
ii  libbsf-java      1:2.4.0-4               Bean Scripting Framework to suppor
ii  libcommons-io-ja 1.4-3                   Common useful IO related classes
ii  libcommons-loggi 1.1.1-8                 commmon wrapper interface for seve
ii  libxalan2-java   2.7.1-5                 XSL Transformations (XSLT) process
ii  libxerces2-java  2.9.1-4.1               Validating XML parser for Java wit
ii  libxml-commons-e 1.3.05-2                XML Commons external code - DOM, S
ii  libxmlgraphics-c 1.4.dfsg-3              reusable components used by Batik
ii  libxp6           1:1.0.1-1               X Printing Extension (Xprint) clie
ii  libxt6           1:1.1.1-1               X11 toolkit intrinsics library
ii  libxtst6         2:1.2.0-1               X11 Testing -- Record extension li
ii  sun-java6-jre [j 6.25-3                  Sun Java(TM) Runtime Environment (

Versions of packages fop recommends:
pn  libsaxon-java                 <none>     (no description available)

Versions of packages fop suggests:
pn  fop-doc                       <none>     (no description available)
pn  libservlet2.4-java            <none>     (no description available)

-- no debconf information
diff --git a/debian/fop.dirs b/debian/fop.dirs
index 60dac6d..aaf5db3 100644
--- a/debian/fop.dirs
+++ b/debian/fop.dirs
@@ -1,2 +1,3 @@
 usr/share/java
 usr/bin
+etc/fop.conf.d
diff --git a/debian/fop.sh b/debian/fop.sh
index 6130d45..d1b8250 100644
--- a/debian/fop.sh
+++ b/debian/fop.sh
@@ -16,6 +16,9 @@
 HEADLESS=-Djava.awt.headless=true
 
 
+for cf in /etc/fop.conf.d/*.conf; do
+    . $cf;
+done
 
 # Load system-wide configuration, if any
 if [ -f /etc/fop.conf ]; then

--- End Message ---
--- Begin Message ---
Source: fop
Source-Version: 1:1.0.dfsg2-6

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

fop-doc_1.0.dfsg2-6_all.deb
  to main/f/fop/fop-doc_1.0.dfsg2-6_all.deb
fop_1.0.dfsg2-6.debian.tar.gz
  to main/f/fop/fop_1.0.dfsg2-6.debian.tar.gz
fop_1.0.dfsg2-6.dsc
  to main/f/fop/fop_1.0.dfsg2-6.dsc
fop_1.0.dfsg2-6_all.deb
  to main/f/fop/fop_1.0.dfsg2-6_all.deb
libfop-java_1.0.dfsg2-6_all.deb
  to main/f/fop/libfop-java_1.0.dfsg2-6_all.deb



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

Debian distribution maintenance software
pp.
Mathieu Malaterre <mathieu.malate...@gmail.com> (supplier of updated fop 
package)

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


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

Format: 1.8
Date: Sun, 15 Jan 2012 11:13:23 +0100
Source: fop
Binary: fop libfop-java fop-doc
Architecture: source all
Version: 1:1.0.dfsg2-6
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Mathieu Malaterre <mathieu.malate...@gmail.com>
Description: 
 fop        - XML formatter driven by XSL Formatting Objects (XSL-FO.)
 fop-doc    - XML formatter driven by XSL Formatting Objects (doc)
 libfop-java - XML formatter driven by XSL Formatting Objects (XSL-FO.)
Closes: 512443 544546 630198 654592 655027
Changes: 
 fop (1:1.0.dfsg2-6) unstable; urgency=low
 .
   [ Mathieu Malaterre ]
   * Support conf.d like configuration files. Closes: #630198
   * Fix fop man page (outdated). Closes: #654592, #512443
   * Split packages into fop and libfop-java. Closes: #544546
 .
   [ Joachim Breitner ]
   * Include hyphenation patterns from TeX. Closes: #655027
Checksums-Sha1: 
 36ece44b8e368c922a2135b8efba9e7070413842 2497 fop_1.0.dfsg2-6.dsc
 17e1139aa29da61a642924044c5d5e4c35249b21 849380 fop_1.0.dfsg2-6.debian.tar.gz
 f6f6576190b93ea0e6d565580c7a914e4f24cbb4 22138 fop_1.0.dfsg2-6_all.deb
 0b078edb826842588c02c34b39f4fc505ffc8e6e 9106918 
libfop-java_1.0.dfsg2-6_all.deb
 fe88bc872aa5d68370a4b6c4b3c716c2757fab6f 5449102 fop-doc_1.0.dfsg2-6_all.deb
Checksums-Sha256: 
 170bf270988e2928eed3d34e6a2cb359f07f0a08327aee1d6f6e84e6c029cc17 2497 
fop_1.0.dfsg2-6.dsc
 327510b4653eafbf0c2f30b10811168698eb05929a58ee21b9b03f54a3b079db 849380 
fop_1.0.dfsg2-6.debian.tar.gz
 7e4afb0d8eb9d125c7adb3f0386b9225a052b3c26667825b3c69b5b535a32ea4 22138 
fop_1.0.dfsg2-6_all.deb
 6edfdb66989dc4058837483afe4a155a75b23d207c8637f8328e85d5f085f761 9106918 
libfop-java_1.0.dfsg2-6_all.deb
 6e9930d3c4b476111926ea73f75bca4bf89a810c429e1cf57adf45728ab4955c 5449102 
fop-doc_1.0.dfsg2-6_all.deb
Files: 
 37772a04507ac6d174d58a0769fc3af6 2497 text optional fop_1.0.dfsg2-6.dsc
 d580c2b9f225674f37780871f2743e4d 849380 text optional 
fop_1.0.dfsg2-6.debian.tar.gz
 1d55f04125cd6b25c2a96c6a1ba91cc9 22138 text optional fop_1.0.dfsg2-6_all.deb
 cb7fd4590db2bc99dbbdce5886f943c4 9106918 java optional 
libfop-java_1.0.dfsg2-6_all.deb
 e4c1b5af565b1c37ff8eceeeec07bbc6 5449102 doc optional 
fop-doc_1.0.dfsg2-6_all.deb

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

iQIcBAEBCAAGBQJPErekAAoJEHXiDM0z50n8ILQP/Ao0tlUJOSINqsrnsdaN2wvw
Y6Ltun8Ywe2XdkCH8B5K2xC77yoZEaIuDOCwgGsfXARnFlFMEFaryAxWyWqw9Tyx
VbU3e192jinSugtNtxlkY6puHSoT49IM3OTm3+uJE8+eb7ngggDGKuoJ/ggck9vX
4rIQgfm4Wbf+xkzz1DeHNFVZYD3vxXj3bqy1PPma+i/0oO8HVCg7yOJ6xvs4+xZV
NFkatR1vv0a8uZs9N5w+zjOkSU9DuGcx/wed7tJM9XKvXrCKlDAPeC8jbpaoeSQb
JfWhX2t+pXFH/fTB+06XrY+mu8f5B7TFVuO5oACBplZqiYAcTsmIQaNQw0oOpr3v
Yv6pqYpz1RjG3POq7kDbPZXQ0xk19hwOWwJFAq2zCd0iDs3H2UMtRDs4Suygyo0M
ndefndSrpfKsjl6IK7Cepb0xSdLAyICm07PFa7bmAR8DV2/ieH6GMN9iajTFQt1c
1NNvBTX82WaU35Ili5HPAzRtGx8m74Oj8cpQm2Tr0d9eOQ165mrav3yx8YeQLy37
Nm9qkK5zwNH8FBpmtuUcwmUAd1YQJ8Iz6lJrCSW7yJ6JcN10nF0Dcg/G7m7yGkvi
2vBeliYubpPH+Kgh8W/N3RYqnytwsN+DnrGm+KtPKHo4u34W8wbfBaNTekPJJBva
mlRGZtoJmJQdiWA/Yz3r
=hRCj
-----END PGP SIGNATURE-----



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

Reply via email to