[SCM] jenkins packaging branch, master, created. 4cb399de4792bf15c4392a39da2ccc11056edef7

2011-12-06 Thread James Page
The branch, master has been created
at  4cb399de4792bf15c4392a39da2ccc11056edef7 (commit)

- Shortlog 
commit 4cb399de4792bf15c4392a39da2ccc11056edef7
Author: James Page james.p...@canonical.com
Date:   Mon Dec 5 21:13:24 2011 +

Initial Debian Packaging

---

-- 
jenkins packaging

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


[SCM] jenkins packaging branch, upstream, created. de0be7f5dfa561c8f634dd7445a841ad56d7cc6d

2011-12-06 Thread James Page
The branch, upstream has been created
at  de0be7f5dfa561c8f634dd7445a841ad56d7cc6d (commit)

- Shortlog 
---

-- 
jenkins packaging

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


[SCM] jenkins packaging branch, pristine-tar, created. 837fc756aa9c1fd051b56d8262ef759ac6843acf

2011-12-06 Thread James Page
The branch, pristine-tar has been created
at  837fc756aa9c1fd051b56d8262ef759ac6843acf (commit)

- Shortlog 
commit 837fc756aa9c1fd051b56d8262ef759ac6843acf
Author: James Page james.p...@canonical.com
Date:   Mon Dec 5 21:13:22 2011 +

pristine-tar data for jenkins_1.409.3.orig.tar.gz

---

-- 
jenkins packaging

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


[SCM] jenkins packaging annotated tag, upstream/1.409.3, created. upstream/1.409.3

2011-12-06 Thread James Page
The annotated tag, upstream/1.409.3 has been created
at  adae25f7c7bd0026635d6d2fda38e0a27ca130d2 (tag)
   tagging  de0be7f5dfa561c8f634dd7445a841ad56d7cc6d (commit)
 tagged by  James Page
on  Mon Dec 5 21:13:22 2011 +

- Shortlog 
Upstream version 1.409.3

James Page (1):
  Imported Upstream version 1.409.3

---

-- 
jenkins packaging

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


Bug#651146: bcel: Fix FTBFS with OpenJDK 7

2011-12-06 Thread James Page
Package: bcel
Version: 5.2-7
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS with Java 7 (LP: #888120):
- d/patches/encoding.patch: Fix encoding for javac and javadoc calls
  to ensure compatibility with Java 7.
- d/ant.properties: Set Java source and target to 1.5 for backwards
  compatibility.

This patch ensures compatibility with Java 7 which considers encoding
problems to be errors rather than warnings.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJO3cxQAAoJEL/srsug59jDIQcP/jArQ18pOzr2ban8kVAVS3Zz
tNZeF2zRsQCR40qz9F/15JBCmA9pPk3OxMQRszMxfBc9jsCRpW72yCOPq5UHD1sO
GODZgkCHaTNDf33iuRwmqNFzBsFKSjmjeEssLrQiXQcErNX9Kj4Ln6ipYF10iYMZ
o5+h13Z4ALpBbApNpJD/uI7dy9HVTd9vm8pdIGvTCOpPTfkUpRpUgNj36o/jnPjQ
NxG/MoPqxlQ5Nt4FoPaliXX9NjGop/1lODQqZ7ribJoDi+NzqG/fxZkAVlsEbc//
lo33G4g2kGLhL0lndBYT4Bthzjj66etxwdyLqhOU2vB0aJD0Jn+ix7PsyoWfgz2d
ZWh+9EC5pu0iCE3G9BCgNHUwSW2omxwVgJ+nhdKbLOgjaRb9pdEUTK7TYyTTkQ7X
DtT9y0+1c2emhNl8nosvoF7rw0XKRkV4/WNpgpJKdDIxb1Gtx24xEUm74+s9joxS
WC/Yj+6BfqWm7CuPUMatZWwAggRgBPcbpbSw3FXAbqi2mXcSX/Z5atkx8oJvl3ld
w9wk+QVOsAuwyRIDYnPvPXFSoaUy6/82JnPhqwS/kpjz/pxha+oJnMFEkQ9dbLYw
bh2+iBT5HbR3v/przA9SIJzG+uA5qWWasw3PhLu+WCrBymJKLH1pzkOcSageOhsE
qA/UC/7zgEXMVNigCldW
=8C0N
-END PGP SIGNATURE-
=== added file 'debian/ant.properties'
--- debian/ant.properties	1970-01-01 00:00:00 +
+++ debian/ant.properties	2011-12-05 17:50:36 +
@@ -0,0 +1,4 @@
+# Ensure that source and target are 1.5
+# For backwards compat on Java 7
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5

=== modified file 'debian/changelog'

=== added file 'debian/patches/encoding.patch'
--- debian/patches/encoding.patch	1970-01-01 00:00:00 +
+++ debian/patches/encoding.patch	2011-12-05 17:47:17 +
@@ -0,0 +1,33 @@
+Description: Fix encoding of source files for Java 7 compatibility
+Author: James Page james.p...@ubuntu.com
+Forwarded: not-needed
+
+Index: bcel/build.xml
+===
+--- bcel.orig/build.xml	2011-12-05 14:50:45.203906796 +
 bcel/build.xml	2011-12-05 14:51:00.535956116 +
+@@ -39,7 +39,7 @@
+   target name=compile description=o Compile the code depends=get-deps
+ mkdir dir=${classesdir}
+ /mkdir
+-javac destdir=${classesdir} deprecation=true debug=true optimize=false excludes=**/package.html
++javac destdir=${classesdir} deprecation=true debug=true optimize=false excludes=**/package.html encoding=ISO-8859-1
+   src
+ pathelement location=src/java
+ /pathelement
+@@ -100,7 +100,7 @@
+ /property
+ property name=title value=jakarta-bcel 5.2 API
+ /property
+-javadoc use=true private=true destdir=${javadocdir} author=true version=true sourcepath=src/java packagenames=org.apache.bcel.*
++javadoc use=true private=true destdir=${javadocdir} author=true version=true sourcepath=src/java packagenames=org.apache.bcel.* encoding=ISO-8859-1
+   classpath
+ path refid=build.classpath
+ /path
+@@ -116,4 +116,4 @@
+ unjar dest=${maven.home} src=${user.home}/maven-install-latest.jar
+ /unjar
+   /target
+-/project
+\ No newline at end of file
++/project

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

Bug#651162: tomcat7: [INTL:nl] Dutch translation of debconf templates

2011-12-06 Thread Jeroen Schot
Package: tomcat7
Severity: wishlist
Tags: l10n patch

Hello,

Attached is the Dutch translation of the tomcat7 debconf templates.
Please include it in your next upload.

Regards,
-- 
Jeroen Schot
# Dutch translation of tomcat7 debconf templates.
# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the tomcat7 package.
# Jeroen Schot sc...@a-eskwadraat.nl, 2011.
#
msgid 
msgstr 
Project-Id-Version: tomcat7 7.0.23-1\n
Report-Msgid-Bugs-To: tomc...@packages.debian.org\n
POT-Creation-Date: 2010-08-06 04:08+0200\n
PO-Revision-Date: 2011-12-06 12:25+0100\n
Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
Language: nl\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../tomcat7.templates:1001
msgid Dedicated system account for the tomcat7 daemon:
msgstr Speciale systeemaccount voor de tomcat7-achtergronddienst:

#. Type: string
#. Description
#: ../tomcat7.templates:1001
msgid 
The tomcat7 server must use a dedicated account for its operation so that 
the system's security is not compromised by running it with superuser 
privileges.
msgstr 
De tomcat7-server moet een speciale account gebruiken voor zijn 
werkzaamheden, want als hij met beheerdersrechten wordt uitgevoerd kan dit 
de beveiliging van het systeem in gevaar brengen.

#. Type: string
#. Description
#: ../tomcat7.templates:2001
msgid Dedicated system group for the tomcat7 daemon:
msgstr Speciale systeemgroep voor de tomcat7-achtergronddienst:

#. Type: string
#. Description
#: ../tomcat7.templates:2001
msgid 
The tomcat7 server must use a dedicated group for its operation so that the 
system's security is not compromised by running it with superuser privileges.
msgstr 
De tomcat7-server moet een speciale groep gebruiken voor zijn werkzaamheden, 
want als hij met beheerdersrechten wordt uitgevoerd kan dit de beveiliging 
van het systeem in gevaar brengen.

#. Type: string
#. Description
#: ../tomcat7.templates:3001
msgid Please choose the tomcat7 JVM Java options:
msgstr Kies de tomcat7 JVM Java-opties:

#. Type: string
#. Description
#: ../tomcat7.templates:3001
msgid Tomcat's JVM will be launched with a specific set of Java options.
msgstr Tomcat's JVM wordt met een specifieke set Java-opties gelanceerd.

#. Type: string
#. Description
#: ../tomcat7.templates:3001
msgid 
Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:
+CMSIncrementalMode option if you run Tomcat on a machine with exactly one 
CPU chip that contains one or two cores.
msgstr 
N.B. Als u -XX:+UseConcMarkSweepGC gebruikt moet u de optie -XX:
+CMSIncrementalMode toevoegen als u Tomcat op een machine met precies één 
CPU-chip met één of twee kernen gebruikt.
__
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.

admin Application missing?

2011-12-06 Thread Hadmut Danisch
Hi,

just a question: I am currently trying to use tomcat 6 under ubuntu
(they claim to use the regular debian tomcat packages here). Works so far.

However, tomcat 6 should allegedly come with an admin application which
resides under /admin and allows to configure user databases. In the
group of ubuntu/debian packages for tomcat6, I found a /manager
application, but not an /admin app. Is that missing or has it been
omitted intentionally?



best regards
Hadmut


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


Bug#651182: stylebook: Patch to fix FTBFS with openjdk-7

2011-12-06 Thread James Page
Package: stylebook
Version: 1.0~b3~svn20061109-5
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS with OpenJDK 7 (LP: #888127);
- d/rules: Specify source/target = 1.5 for all javac commands to 
  ensure backwards compatibility and workaround Java 7 encoding
  errors. 

This ensures that this package will compile with openjdk-7.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJO3jA1AAoJEL/srsug59jDqGcP/3odYA46uGPVtNRVKN9wIfC7
CEDslZcA1NOnwWq7d6q2GtoHYD9cNpSM8CnylbrD20O0tw7f0n7T1C0ZBeMn6PaQ
elEirbW+chq3DyzV9bbKJNX6ZzErJ4BvidH1UbH++XbPgXLPLVKvSn+Efn7otJkD
PgWTaWOpuNgjmH93O9s6sOhOFbXEj0tKdkkG36OgqNVvp0euO6zSCK/3i033pNSs
IIwnpCr+cZ7s7HquWG7LoXIZ6p5FDvheAIALHUoUtTm9aGiVWENkKxI/z4nQcvRO
PLWSkhxJwFZ830uNnPMdQfHMNT2a7KmKwAbFKVrkrILd80zcAKYNMJS+RP4OWCKk
qQziWX+B7Db9V3gbOQMlUYh61ZfY5hCeXGWuubk10IPlULjf72a6mFV271Cr4hcw
Sn9mcslx3bwfU9vN0/t/B+mJqikDJefzaeG0IAwnYqInrVtwp8wEYWVGAra3kjuA
nlDqY6bKXw098qa78FEfynsz/aWbxVW9IHrsHbUXMJMrQzK193IryBLDETlOIf7X
xYn9YOIMxFgQwOkti7DLfGJzIKlfNTsgRVfEi5P8jTVhtCNV15m6bAEpru1abc+s
k4VEciwlzh48paShPuIqo6Qu5kI3/ID2gFShRomC6IAzeqclfXvy/bWePI5XcmjL
f2otfx7YUhOXp8CqD5F4
=3+M/
-END PGP SIGNATURE-
=== modified file 'debian/rules'
--- debian/rules	2011-11-27 02:00:34 +
+++ debian/rules	2011-12-06 14:27:22 +
@@ -14,7 +14,8 @@
 		done; \
 		if [ -f $(JAVA_HOME)/lib/tools.jar ]; then echo -n $(JAVA_HOME)/lib/tools.jar; fi)
 
-DEB_ANT_ARGS	:= -Dbin.dir=build
+DEB_ANT_ARGS	:= -Dbin.dir=build -Dant.build.javac.source=1.5 \
+	-Dant.build.javac.target=1.5
 ANT_INVOKE	:= $(JAVACMD) -classpath $(DEB_CLASSPATH) \
 		org.apache.tools.ant.Main $(DEB_ANT_ARGS)
 

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

Bug#651185: libsaxon-java: Patch to fix FTBFS with openjdk-7

2011-12-06 Thread James Page
Package: libsaxon-java
Version: 1:6.5.5-7
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS with OpenJDK 7 (LP: #888126):
- d/rules: Specify source/target = 1.5 for javac command
  to ensure backwards compatibility of generated bytecode 
  and work around source file encoding errors with Java 7.
- d/rules: Specify source file encoding for javadoc command.

This ensures compatibility with openjdk-7 as and when the default
Java is switched in Debian.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJO3jH4AAoJEL/srsug59jDITIQAK46ce39180juOTM+Ct7jSJz
WZu2YZR+2kv2Jfg71IYCdDxGcgtCjmJKwWlQRAhrOMZSelc44tX7dDlq9j/Gy5pN
xO+5Ps40A0UljBPGAcWzv5sQEo+9qYMADzDXtBeQJtkEdQHTjKWR8YJCflsI09zV
B0KAtTfWoLS16QmtRcNxCW6TpxjVC97453PZ5YaagALyaGJT3q1Raq7hxH4EFlHu
lIqn0lWHJEGIDlHcKGZL/3+kmP0OXMP22dT1AvRBo+c+ipSbC7zMMGeADmjf3HWr
P5ubEW3os8wMBvOsDMsWpfbllVLNdiQixq5iCbRHZ8YoW4TdQ5bWMACmRbRp32P+
UslfQ2BcbX3tw1tqfbynye4lrWXfg9S0KyE1URTRrsWc7Qt+494DX/Z9PB6zBbo8
vcBfYfxi5WvywGKs5+JQMOuS3HK9E4+L3wMBzk6UyrQ8Uj/xA9hWyeljHtPbHadD
kHf05wbV0WaSwVn0IFM+ujiB6CDNf5SDpRv0aGlKIZMaoHAxoO11+QNe9IiknMjO
HywScn0CAQV9xwhFilJ2AU4XEzKj0J4OvAOtZ+JAeSnyT7W/ocbymgdtzW+RBsQN
XWFG4ThwdOIJ9yWnKTqTg6iCyr/xn+AqYpccREryZRGKXMbnHwSpSZ9CbGH5Eggn
mRqIf2UTXEi1FgBJNWMg
=WuUd
-END PGP SIGNATURE-
=== modified file 'debian/rules'
--- debian/rules	2011-03-12 09:07:41 +
+++ debian/rules	2011-12-06 14:14:52 +
@@ -12,7 +12,7 @@
 APIDOC=build/api
 JDOM=com/icl/saxon/jdom
 CLASSPATH = /usr/share/java/jdom1.jar
-JAVADOC = $(JAVA_HOME)/bin/javadoc
+JAVADOC = $(JAVA_HOME)/bin/javadoc -encoding ISO-8859-1
 
 include /usr/share/gcj/debian_defaults
 ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
@@ -24,7 +24,7 @@
 
 override_dh_auto_build:
 	if [ ! -d $(BUILD) ]; then mkdir $(BUILD); mkdir $(APIDOC); fi	
-	$(JAVA_HOME)/bin/javac -nowarn -sourcepath $(SOURCES) -classpath $(CLASSPATH) -d $(BUILD) `find $(SOURCES) -name \*.java`
+	$(JAVA_HOME)/bin/javac -nowarn -source 1.5 -target 1.5 -sourcepath $(SOURCES) -classpath $(CLASSPATH) -d $(BUILD) `find $(SOURCES) -name \*.java`
 	cp -r $(SOURCES)/META-INF $(BUILD)
 	cp debian/MANIFEST.MF $(BUILD)/META-INF
 	# split off jdom classes, everything else into saxon.jar

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

[SCM] acegi-security packaging branch, master, updated. debian/1.0.7-1-1-g137f3a5

2011-12-06 Thread James Page
The following commit has been merged in the master branch:
commit 137f3a5a92c9c878760bbf785661a265ac5a485e
Author: James Page james.p...@ubuntu.com
Date:   Tue Dec 6 15:21:19 2011 +

Fix FTBFS with OpenJDK 7:

* Fix FTBFS with OpenJDK 7:
  - d/maven.properties: Specify source encoding to ensure javadoc
generation completes successfully with Java 7.

diff --git a/debian/changelog b/debian/changelog
index b229d5c..6fa5d5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+acegi-security (1.0.7-2) UNRELEASED; urgency=low
+
+  * Fix FTBFS with OpenJDK 7:
+- d/maven.properties: Specify source encoding to ensure javadoc
+  generation completes successfully with Java 7.
+
+ -- James Page james.p...@ubuntu.com  Tue, 06 Dec 2011 15:20:05 +
+
 acegi-security (1.0.7-1) unstable; urgency=low
 
   * Initial Debian release (Closes: #643759)
diff --git a/debian/maven.properties b/debian/maven.properties
index e593715..0b23b46 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -3,3 +3,5 @@
 # maven.test.skip=true
 
 maven.test.skip=true
+# Set encoding for compatibilty with Java 7
+project.build.sourceEncoding=ISO-8859-1

-- 
acegi-security packaging

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


Re: admin Application missing?

2011-12-06 Thread Miguel Landaeta
On Tue, Dec 6, 2011 at 10:24 AM, Hadmut Danisch had...@danisch.de wrote:
 However, tomcat 6 should allegedly come with an admin application which
 resides under /admin and allows to configure user databases. In the
 group of ubuntu/debian packages for tomcat6, I found a /manager
 application, but not an /admin app. Is that missing or has it been
 omitted intentionally?

You should also install tomcat6-admin package.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

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


Re: admin Application missing?

2011-12-06 Thread Hadmut Danisch
Am 06.12.2011 16:50, schrieb Miguel Landaeta:
 You should also install tomcat6-admin package.

I have. But as far as I can see this contains only /manager and
/host-manager

There's no definition for /admin anywhere in
/etc/tomcat6/Catalina/localhost/*.xml , and
/var/lib/dpkg/info/tomcat6-admin.list seems to list host-manager and
manager only (see below).

regards
Hadmut



# sort /var/lib/dpkg/info/tomcat6-admin.list
/.
/etc
/etc/tomcat6
/etc/tomcat6/Catalina
/etc/tomcat6/Catalina/localhost
/etc/tomcat6/Catalina/localhost/host-manager.xml
/etc/tomcat6/Catalina/localhost/manager.xml
/usr
/usr/share
/usr/share/doc
/usr/share/doc/tomcat6-admin
/usr/share/doc/tomcat6-admin/changelog.Debian.gz
/usr/share/doc/tomcat6-admin/copyright
/usr/share/tomcat6-admin
/usr/share/tomcat6-admin/host-manager
/usr/share/tomcat6-admin/host-manager/401.jsp
/usr/share/tomcat6-admin/host-manager/403.jsp
/usr/share/tomcat6-admin/host-manager/images
/usr/share/tomcat6-admin/host-manager/images/add.gif
/usr/share/tomcat6-admin/host-manager/images/asf-logo.gif
/usr/share/tomcat6-admin/host-manager/images/code.gif
/usr/share/tomcat6-admin/host-manager/images/design.gif
/usr/share/tomcat6-admin/host-manager/images/docs.gif
/usr/share/tomcat6-admin/host-manager/images/fix.gif
/usr/share/tomcat6-admin/host-manager/images/tomcat.gif
/usr/share/tomcat6-admin/host-manager/images/update.gif
/usr/share/tomcat6-admin/host-manager/images/void.gif
/usr/share/tomcat6-admin/host-manager/manager.xml
/usr/share/tomcat6-admin/host-manager/META-INF
/usr/share/tomcat6-admin/host-manager/META-INF/context.xml
/usr/share/tomcat6-admin/host-manager/WEB-INF
/usr/share/tomcat6-admin/host-manager/WEB-INF/web.xml
/usr/share/tomcat6-admin/manager
/usr/share/tomcat6-admin/manager/401.jsp
/usr/share/tomcat6-admin/manager/403.jsp
/usr/share/tomcat6-admin/manager/images
/usr/share/tomcat6-admin/manager/images/add.gif
/usr/share/tomcat6-admin/manager/images/asf-logo.gif
/usr/share/tomcat6-admin/manager/images/code.gif
/usr/share/tomcat6-admin/manager/images/design.gif
/usr/share/tomcat6-admin/manager/images/docs.gif
/usr/share/tomcat6-admin/manager/images/fix.gif
/usr/share/tomcat6-admin/manager/images/tomcat.gif
/usr/share/tomcat6-admin/manager/images/update.gif
/usr/share/tomcat6-admin/manager/images/void.gif
/usr/share/tomcat6-admin/manager/META-INF
/usr/share/tomcat6-admin/manager/META-INF/context.xml
/usr/share/tomcat6-admin/manager/status.xsd
/usr/share/tomcat6-admin/manager/WEB-INF
/usr/share/tomcat6-admin/manager/WEB-INF/jsp
/usr/share/tomcat6-admin/manager/WEB-INF/jsp/sessionDetail.jsp
/usr/share/tomcat6-admin/manager/WEB-INF/jsp/sessionsList.jsp
/usr/share/tomcat6-admin/manager/WEB-INF/web.xml
/usr/share/tomcat6-admin/manager/xform.xsl


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


sisu-guice 3.1.0-1 MIGRATED to testing

2011-12-06 Thread Debian testing watch
FYI: The status of the sisu-guice source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  3.1.0-1

-- 
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 http://release.debian.org/testing-watch/ for more information.

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


antlr3 3.2-6 MIGRATED to testing

2011-12-06 Thread Debian testing watch
FYI: The status of the antlr3 source package
in Debian's testing distribution has changed.

  Previous version: 3.2-5
  Current version:  3.2-6

-- 
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 http://release.debian.org/testing-watch/ for more information.

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


Bug#651214: libnb-platform13-java should depend on antlr3

2011-12-06 Thread Andrew Ross
Package: libnb-platform13-java
Version: 7.0.1+dfsg1-4
Severity: normal


libnb-platform13-java includes a symlink to /usr/share/java/antlr3.jar so 
should depend on the antlr3 package.



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


[SCM] args4j packaging branch, master, updated. debian/2.0.16-1-1-g96a0af2

2011-12-06 Thread James Page
The following commit has been merged in the master branch:
commit 96a0af2fcf47e819294ee03984c9979562ae2d8c
Author: James Page james.p...@canonical.com
Date:   Tue Dec 6 22:40:12 2011 +

Fix FTBFS with OpenJDK 7:

* Fix FTBFS with OpenJDK 7:
  - d/maven.properties: Specify source file encoding to fix javadoc
generation errors with Java 7.

diff --git a/debian/changelog b/debian/changelog
index 164fc5f..0914314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+args4j (2.0.16-2) UNRELEASED; urgency=low
+
+  * Fix FTBFS with OpenJDK 7:
+- d/maven.properties: Specify source file encoding to fix javadoc
+  generation errors with Java 7. 
+
+ -- James Page james.p...@ubuntu.com  Tue, 06 Dec 2011 22:39:47 +
+
 args4j (2.0.16-1) unstable; urgency=low
 
   * Initial release. (Closes: #625453)
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 000..1291321
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,2 @@
+# Set encoding for compatibilty with Java 7
+project.build.sourceEncoding=ISO-8859-1

-- 
args4j packaging

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


Bug#651238: aspectj: Patch to fix FTBFS with OpenJDK 7

2011-12-06 Thread James Page
Package: aspectj
Version: 1.6.11+dfsg-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS with OpenJDK 7 (LP: #888925):
- d/jar_from_src_zip.xml: Set source/target Java to 1.5 for javac
  ant calls to avoid encoding errors compiling with Java 7.

This ensures backwards compatibility and works around the change in 
Java 7 which classifies encoding issues as errors rather than 
warnings.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-13-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJO3pviAAoJEL/srsug59jDYTQQAKf2kLYgcl/azzqqI76ELC1A
CugFcLw802yw0oHG/x73nGRssAAwzlPa4K7zAQRlVcxDQ6SihLmVxbGGGhXB9SV5
884xM24cGCfHVUbfsTNIl7naSfyV1Nz534B3YOvmQrd8nBmdz3jJVedBIS9UYU/q
BAbPfmTee0EHxWHGkoQywPOd15ZzriPPTVQRqZe8bZiMX0oZRlhpbPBJDPe3C6/I
MejgFpUFtjB3xOPPY4+mLzAIQnb1s8vTy5G07mDrmz8xnwcMvwIAB1JuNfFWpz09
GUlAJAb4ltk4bzZ76tagL+yH6CfuJbo0mZ9QDSeRSKSrNzUWNbt16KzSDQgbFvMM
6FoadhFw3yyp11eN2brCVlo+tVKIPSuK4Vu9/5ii4lihJXsbATtX3lQxC4Hlfwjx
QhV4jgm+eTO8fK23RWEseSibHgClrgOVZMVxsgAJPCGLGk3RHGzSOOFnudbd241+
6/gr9+atf9DjVVFmV4GiIXfWRJVKXipjEFpXHjw1pu22QEMHnNvY9cfdGDzvvVQ2
wVTyh7xIPO23mRyDLEtkUDZrK7CXnABY3HaAhZ/P1TqMjeHIkRyeir2awBNE7RnJ
4NQoiMSA3P/aLfT7dA70Ro97JfuvRSFwvTru+mE4ne7kpJzHZAVoSVMptUHi4/h1
WH+Fxn9rUpqTij0op/Mf
=QEIA
-END PGP SIGNATURE-

=== modified file 'debian/jar_from_src_zip.xml'
--- debian/jar_from_src_zip.xml	2009-10-04 16:37:23 +
+++ debian/jar_from_src_zip.xml	2011-12-06 22:26:54 +
@@ -30,7 +30,7 @@
 
   target name=compile depends=extract
 mkdir dir=${bin.dir}/
-javac srcdir=${src.dir} destdir=${bin.dir} debug=on classpath=${module.deps} sourcepath=${module.srcdeps}/
+javac srcdir=${src.dir} destdir=${bin.dir} source=1.5 target=1.5 debug=on classpath=${module.deps} sourcepath=${module.srcdeps}/
   /target
 
   target name=compile-aj depends=extract

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

[pkg-java] r15506 - trunk/apache-pom/debian

2011-12-06 Thread Ludovic Claude
Author: ludovicc-guest
Date: 2011-12-07 00:08:52 + (Wed, 07 Dec 2011)
New Revision: 15506

Modified:
   trunk/apache-pom/debian/changelog
   trunk/apache-pom/debian/libapache-pom-java.poms
   trunk/apache-pom/debian/maven.ignoreRules
   trunk/apache-pom/debian/maven.rules
Log:
* Update list of plugins to ignore
* Include site-pom.xml and its apache-jar-resource-bundle jar.

Modified: trunk/apache-pom/debian/changelog
===
--- trunk/apache-pom/debian/changelog   2011-12-05 21:00:03 UTC (rev 15505)
+++ trunk/apache-pom/debian/changelog   2011-12-07 00:08:52 UTC (rev 15506)
@@ -1,3 +1,10 @@
+apache-pom (10-3) UNRELEASED; urgency=low
+
+  * Update list of plugins to ignore
+  * Include site-pom.xml and its apache-jar-resource-bundle jar.
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 07 Dec 2011 00:27:31 
+0100
+
 apache-pom (10-2) unstable; urgency=low
 
   * Only use maven_repo_helper and debhelper to install POM:

Modified: trunk/apache-pom/debian/libapache-pom-java.poms
===
--- trunk/apache-pom/debian/libapache-pom-java.poms 2011-12-05 21:00:03 UTC 
(rev 15505)
+++ trunk/apache-pom/debian/libapache-pom-java.poms 2011-12-07 00:08:52 UTC 
(rev 15506)
@@ -17,4 +17,6 @@
 #   --no-usj-versionless: don't install the versionless link in /usr/share/java
 #   --dest-jar=path: the destination for the real jar
 #
-pom.xml --has-package-version --site-xml=src/site-docs/site.xml
+pom.xml --has-package-version --keep-elements=build,reporting
+site-pom.xml --has-package-version --site-xml=src/site-docs/site.xml
+

Modified: trunk/apache-pom/debian/maven.ignoreRules
===
--- trunk/apache-pom/debian/maven.ignoreRules   2011-12-05 21:00:03 UTC (rev 
15505)
+++ trunk/apache-pom/debian/maven.ignoreRules   2011-12-07 00:08:52 UTC (rev 
15506)
@@ -14,13 +14,13 @@
 # from the POM
 #   junit junit jar s/3\\..*/3.x/
 
-org.apache.maven.plugins maven-docck-plugin * * * *
+org.apache.maven.plugins maven-assembly-plugin * * * *
+org.apache.maven.plugins maven-deploy-plugin * * * *
 org.apache.maven.plugins maven-enforcer-plugin * * * *
 org.apache.maven.plugins maven-gpg-plugin * * * *
-org.apache.maven.plugins maven-invoker-plugin * * * *
-org.apache.maven.plugins maven-project-info-reports-plugin * * * *
-org.apache.maven.plugins maven-remote-resources-plugin * * * *
+org.apache.maven.plugins maven-release-plugin * * * *
 org.apache.maven.plugins maven-scm-plugin * * * *
-org.codehaus.modello modello-maven-plugin * * * *
+org.apache.maven.plugins maven-source-plugin * * * *
+org.apache.maven.wagon wagon-ssh * * * *
+org.apache.rat apache-rat-plugin * * * *
 org.codehaus.mojo clirr-maven-plugin * * * *
-org.codehaus.plexus plexus-maven-plugin * * * *

Modified: trunk/apache-pom/debian/maven.rules
===
--- trunk/apache-pom/debian/maven.rules 2011-12-05 21:00:03 UTC (rev 15505)
+++ trunk/apache-pom/debian/maven.rules 2011-12-07 00:08:52 UTC (rev 15506)
@@ -17,3 +17,6 @@
 #   junit junit jar s/3\\..*/3.x/
 
 org.apache apache pom s/.*/debian/ * *
+s/org.apache/org.apache.apache.resources/ apache-jar-resource-bundle jar 
s/1\..*/1.x/ * *
+org.apache.apache.resources apache-jar-resource-bundle jar s/1\..*/1.x/ * *
+


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


[SCM] tomcat7: Servlet and JSP engine branch, master, updated. debian/7.0.23-1-2-g395cdcc

2011-12-06 Thread tony mancill
The following commit has been merged in the master branch:
commit 395cdcc45d40820d09b0f9ca57ee41c756885e9e
Author: tony mancill tmanc...@debian.org
Date:   Tue Dec 6 23:50:51 2011 -0800

update changelog

diff --git a/debian/changelog b/debian/changelog
index edd1235..abb1cbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tomcat7 (7.0.23-2) UNRELEASED; urgency=low
+
+  * Add nl.po debconf translation (Closes: #651162) 
+- Thanks to Jeroen Schot
+
+ -- tony mancill tmanc...@debian.org  Tue, 06 Dec 2011 23:49:52 -0800
+
 tomcat7 (7.0.23-1) unstable; urgency=low
 
   * New upstream release.

-- 
tomcat7: Servlet and JSP engine

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


[SCM] tomcat7: Servlet and JSP engine branch, master, updated. debian/7.0.23-1-2-g395cdcc

2011-12-06 Thread tony mancill
The following commit has been merged in the master branch:
commit edc970748b5dc3a3c77558e1be5dbd4143547693
Author: tony mancill tmanc...@debian.org
Date:   Tue Dec 6 23:49:13 2011 -0800

add nl.po; (Closes: #651162) - thanks to Jeroen Schot

diff --git a/debian/po/da.po b/debian/po/nl.po
similarity index 55%
copy from debian/po/da.po
copy to debian/po/nl.po
index f8e0670..8b09f71 100644
--- a/debian/po/da.po
+++ b/debian/po/nl.po
@@ -1,16 +1,17 @@
-# Danish translation tomcat7.
-# Copyright (C) 2010 tomcat7  nedenstående oversættere.
+# Dutch translation of tomcat7 debconf templates.
+# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the tomcat7 package.
-# Joe Hansen (joedalt...@yahoo.dk), 2010.
+# Jeroen Schot sc...@a-eskwadraat.nl, 2011.
 #
 msgid 
 msgstr 
-Project-Id-Version: tomcat7\n
+Project-Id-Version: tomcat7 7.0.23-1\n
 Report-Msgid-Bugs-To: tomc...@packages.debian.org\n
 POT-Creation-Date: 2010-08-06 04:08+0200\n
-PO-Revision-Date: 2010-11-27 12:42+\n
-Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
-Language-Team: Danish debian-l10n-dan...@lists.debian.org\n
+PO-Revision-Date: 2011-12-06 12:25+0100\n
+Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
+Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
+Language: nl\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -19,7 +20,7 @@ msgstr 
 #. Description
 #: ../tomcat7.templates:1001
 msgid Dedicated system account for the tomcat7 daemon:
-msgstr Dedikeret systemkonto for tomcat7-dæmonen:
+msgstr Speciale systeemaccount voor de tomcat7-achtergronddienst:
 
 #. Type: string
 #. Description
@@ -29,15 +30,15 @@ msgid 
 the system's security is not compromised by running it with superuser 
 privileges.
 msgstr 
-tomcat7-serveren skal bruge en dedikeret konto for at fungere på en måde, der 

-gør, at systemets sikkerhed ikke kompromitteres ved at køre den med 
-superbrugerprivilegier.
+De tomcat7-server moet een speciale account gebruiken voor zijn 
+werkzaamheden, want als hij met beheerdersrechten wordt uitgevoerd kan dit 
+de beveiliging van het systeem in gevaar brengen.
 
 #. Type: string
 #. Description
 #: ../tomcat7.templates:2001
 msgid Dedicated system group for the tomcat7 daemon:
-msgstr Dedikeret systemgruppe for tomcat7-dæmonen:
+msgstr Speciale systeemgroep voor de tomcat7-achtergronddienst:
 
 #. Type: string
 #. Description
@@ -46,21 +47,21 @@ msgid 
 The tomcat7 server must use a dedicated group for its operation so that the 
 system's security is not compromised by running it with superuser privileges.
 msgstr 
-tomcat7-dæmonen skal bruge en dedikeret gruppe for at fungere på en måde, der 

-gør, at systemets sikkerhed ikke kompromitteres ved at køre den med 
-superbrugerprivilegier.
+De tomcat7-server moet een speciale groep gebruiken voor zijn werkzaamheden, 
+want als hij met beheerdersrechten wordt uitgevoerd kan dit de beveiliging 
+van het systeem in gevaar brengen.
 
 #. Type: string
 #. Description
 #: ../tomcat7.templates:3001
 msgid Please choose the tomcat7 JVM Java options:
-msgstr Vælg venligst indstillinger for tomcat7 JVM Java:
+msgstr Kies de tomcat7 JVM Java-opties:
 
 #. Type: string
 #. Description
 #: ../tomcat7.templates:3001
 msgid Tomcat's JVM will be launched with a specific set of Java options.
-msgstr Tomcats JVM vil blive igangsat med et specifikt sæt af 
Javaindstillinger.
+msgstr Tomcat's JVM wordt met een specifieke set Java-opties gelanceerd.
 
 #. Type: string
 #. Description
@@ -70,7 +71,6 @@ msgid 
 +CMSIncrementalMode option if you run Tomcat on a machine with exactly one 
 CPU chip that contains one or two cores.
 msgstr 
-Bemærkt at hvis du bruger -XX:+UseConcMarkSweepGC, skal du tilføje tilvalget 
--XX:+CMSIncrementalMode, hvis du kører Tomcat på en maskine med præcis 
-en CPU-chip, som indeholder en eller to kerner.
-
+N.B. Als u -XX:+UseConcMarkSweepGC gebruikt moet u de optie -XX:
++CMSIncrementalMode toevoegen als u Tomcat op een machine met precies één 
+CPU-chip met één of twee kernen gebruikt.

-- 
tomcat7: Servlet and JSP engine

___
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: tagging 651162

2011-12-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 651162 + pending
Bug #651162 [tomcat7] tomcat7: [INTL:nl] Dutch translation of debconf templates
Added tag(s) pending.
 thanks
Stopping processing here.

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

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