[pkg-java] r15280 - trunk/libgetopt-java/debian

2011-10-28 Thread Niels Thykier
Author: nthykier
Date: 2011-10-28 06:11:17 + (Fri, 28 Oct 2011)
New Revision: 15280

Modified:
   trunk/libgetopt-java/debian/changelog
   trunk/libgetopt-java/debian/rules
Log:
Added build-arch and build-indep targets

Modified: trunk/libgetopt-java/debian/changelog
===
--- trunk/libgetopt-java/debian/changelog   2011-10-27 21:50:33 UTC (rev 
15279)
+++ trunk/libgetopt-java/debian/changelog   2011-10-28 06:11:17 UTC (rev 
15280)
@@ -1,3 +1,9 @@
+libgetopt-java (1.0.13-4) UNRELEASED; urgency=low
+
+  * Added build-arch and build-indep targets.
+
+ -- Niels Thykier ni...@thykier.net  Fri, 28 Oct 2011 08:10:39 +0200
+
 libgetopt-java (1.0.13-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libgetopt-java/debian/rules
===
--- trunk/libgetopt-java/debian/rules   2011-10-27 21:50:33 UTC (rev 15279)
+++ trunk/libgetopt-java/debian/rules   2011-10-28 06:11:17 UTC (rev 15280)
@@ -13,7 +13,11 @@
 export JAVAC=$(JAVA_HOME)/bin/javac
 export CLASSPATH=$(JAVA_HOME)/jre/lib/rt.jar:.
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp:
dh_testdir
mkdir  classes


___
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] stapler-adjunct-timeline packaging branch, master, updated. debian/1.3-1-4-ge013d45

2011-10-28 Thread James Page
The following commit has been merged in the master branch:
commit 245cd73e11dbfcfafb0cf83cb18d77c667f71870
Merge: 0f615633f310e6afbc963fe389a58440e411a746 
2f16ee10868f3a043d4c6eb7e01fdd1869433e31
Author: James Page james.p...@canonical.com
Date:   Fri Oct 28 08:50:38 2011 +0100

Merge commit 'upstream/1.3+dfsg'


-- 
stapler-adjunct-timeline 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] stapler-adjunct-timeline packaging branch, master, updated. debian/1.3-1-4-ge013d45

2011-10-28 Thread James Page
The following commit has been merged in the master branch:
commit e013d45bf4b34485c53b287a9c9ae4f93f8a2654
Author: James Page james.p...@canonical.com
Date:   Fri Oct 28 09:17:05 2011 +0100

Updates to comply with dfsg

diff --git a/debian/changelog b/debian/changelog
index 9c1be66..db1d686 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-stapler-adjunct-timeline (1.3-1) unstable; urgency=low
+stapler-adjunct-timeline (1.3+dfsg-1) unstable; urgency=low
 
-  * Initial Debian release (Closes: #631960)
+  * Initial Debian release (Closes: #631960).
+  * Repack upstream tarball to remove embedded javascript.
   * Amended obsolete field names in debian/copyright.
 
  -- James Page james.p...@ubuntu.com  Wed, 26 Oct 2011 16:44:22 +0100
diff --git a/debian/control b/debian/control
index 0ee6792..97c6914 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: James Page james.p...@ubuntu.com
 Build-Depends: cdbs, debhelper (= 7), default-jdk, maven-debian-helper
 Build-Depends-Indep:
  default-jdk-doc,
+ libjs-simile-timeline,
  libmaven-javadoc-plugin-java,
  libservlet2.5-java,
  libstapler-java,
diff --git a/debian/rules b/debian/rules
index b76c54a..31d7588 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,17 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/maven.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: 
([^+]+).*,\1,p')
+
+# Patch in timeline component from Debian js library
+before-mvn-build::
+   ln -sf /usr/share/javascript/timeline_ajax 
src/main/resources/org/kohsuke/stapler/simile
+   ln -sf /usr/share/javascript/timeline_js 
src/main/resources/org/kohsuke/stapler/simile
+
+clean::
+   rm -rf src/main/resources/org/kohsuke/stapler/simile/timeline_*
 
 get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename
+   mv ../stapler-adjunct-timeline_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
+   
../stapler-adjunct-timeline_$(DEB_UPSTREAM_VERSION)+dfsg.orig.tar.gz
diff --git a/debian/watch b/debian/watch
index 1766642..161aa2c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts=dversionmangle=s/\.dfsg// \
+opts=dversionmangle=s/\+dfsg// \
 http://githubredir.debian.net/github/stapler/stapler-adjunct-timeline/ 
stapler-adjunct-timeline-(.*).tar.gz  debian debian/orig-tar.sh

-- 
stapler-adjunct-timeline 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] stapler-adjunct-timeline packaging branch, pristine-tar, updated. 418e611384c7f6525801f24088ee17d704414bce

2011-10-28 Thread James Page
The following commit has been merged in the pristine-tar branch:
commit 418e611384c7f6525801f24088ee17d704414bce
Author: James Page james.p...@canonical.com
Date:   Fri Oct 28 08:50:38 2011 +0100

pristine-tar data for stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz

diff --git a/stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz.delta 
b/stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..3dd840d
Binary files /dev/null and 
b/stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz.delta differ
diff --git a/stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz.id 
b/stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz.id
new file mode 100644
index 000..42a823f
--- /dev/null
+++ b/stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+2f16ee10868f3a043d4c6eb7e01fdd1869433e31

-- 
stapler-adjunct-timeline 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] stapler-adjunct-timeline packaging branch, master, updated. debian/1.3-1-4-ge013d45

2011-10-28 Thread James Page
The following commit has been merged in the master branch:
commit 0f615633f310e6afbc963fe389a58440e411a746
Author: James Page james.p...@canonical.com
Date:   Fri Oct 28 08:50:35 2011 +0100

Purge javascript from upstream source

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 000..850ae8b
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,16 @@
+#/bin/sh -e
+
+VERSION=$2
+TAR=../stapler-adjunct-timeline_$VERSION.orig.tar.gz
+DIR=stapler-adjunct-timeline-$VERSION
+mkdir -p $DIR
+
+# Unpack ready fo re-packing
+tar -xzf $TAR -C $DIR --strip-components=1
+
+# Repack excluding stuff we don't need
+GZIP=--best tar -czf $TAR --exclude 'timeline_js' --exclude 'timeline_ajax' \
+ --exclude 'CVS' --exclude '.svn' --exclude 'debian' --exclude 'src/test' \
+ $DIR
+rm -rf $DIR
+
diff --git a/debian/watch b/debian/watch
index 781fadd..1766642 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\.dfsg// \
-http://githubredir.debian.net/github/stapler/stapler-adjunct-timeline/ 
stapler-adjunct-timeline-(.*).tar.gz 
+http://githubredir.debian.net/github/stapler/stapler-adjunct-timeline/ 
stapler-adjunct-timeline-(.*).tar.gz  debian debian/orig-tar.sh

-- 
stapler-adjunct-timeline 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] stapler-adjunct-timeline packaging annotated tag, upstream/1.3+dfsg, created. upstream/1.3+dfsg

2011-10-28 Thread James Page
The annotated tag, upstream/1.3+dfsg has been created
at  f2176b7391fda2bc924d8cda4b0b84efc484239a (tag)
   tagging  2f16ee10868f3a043d4c6eb7e01fdd1869433e31 (commit)
  replaces  upstream/1.3
 tagged by  James Page
on  Fri Oct 28 08:50:38 2011 +0100

- Shortlog 
Upstream version 1.3+dfsg

James Page (1):
  Imported Upstream version 1.3+dfsg

---

-- 
stapler-adjunct-timeline 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


[pkg-java] r15281 - in trunk/httpunit/debian: . patches

2011-10-28 Thread James Page
Author: jamespage-guest
Date: 2011-10-28 09:21:44 + (Fri, 28 Oct 2011)
New Revision: 15281

Removed:
   trunk/httpunit/debian/maven.ignoreRules
Modified:
   trunk/httpunit/debian/changelog
   trunk/httpunit/debian/control
   trunk/httpunit/debian/maven.rules
   trunk/httpunit/debian/patches/add_classpath_to_manifest
Log:
* Fixup XML parsing with correct JAX-P 1.4 API's:
  - d/control: Restore libxerces2-java dependency.
  - d/maven.rules: Map xmlParserAPIs-xml-apis-1.4.
  - d/mavenIgnore.rules: Drop - no longer required.
  - d/patches/add_classpath_to_manifest: Restore xercesImpl.jar to 
Class-Path.

Modified: trunk/httpunit/debian/changelog
===
--- trunk/httpunit/debian/changelog 2011-10-28 06:11:17 UTC (rev 15280)
+++ trunk/httpunit/debian/changelog 2011-10-28 09:21:44 UTC (rev 15281)
@@ -1,3 +1,14 @@
+httpunit (1.7+dfsg-8) unstable; urgency=low
+
+  * Fixup XML parsing with correct JAX-P 1.4 API's:
+- d/control: Restore libxerces2-java dependency.
+- d/maven.rules: Map xmlParserAPIs-xml-apis-1.4.
+- d/mavenIgnore.rules: Drop - no longer required.
+- d/patches/add_classpath_to_manifest: Restore xercesImpl.jar to 
+  Class-Path.
+
+ -- James Page james.p...@ubuntu.com  Thu, 27 Oct 2011 17:13:23 +0100
+
 httpunit (1.7+dfsg-7) unstable; urgency=low
 
   * Fix maven metadata to use libservlet2.5-java artifacts

Modified: trunk/httpunit/debian/control
===
--- trunk/httpunit/debian/control   2011-10-28 06:11:17 UTC (rev 15280)
+++ trunk/httpunit/debian/control   2011-10-28 09:21:44 UTC (rev 15281)
@@ -6,7 +6,7 @@
 Priority: optional
 Build-Depends: default-jdk, ant, javahelper, debhelper (= 7.0.50~),
  rhino, libjtidy-java, libgnujaf-java, junit, libgnumail-java,
- libservlet2.5-java, libnekohtml-java,
+ libservlet2.5-java, libnekohtml-java, libxerces2-java,
  maven-repo-helper (= 1.6)
 Standards-Version: 3.9.2
 Homepage: http://httpunit.org/
@@ -15,8 +15,8 @@
 
 Package: libhttpunit-java
 Architecture: all
-Depends: libnekohtml-java, rhino, libjtidy-java,
- libservlet2.5-java, ${misc:Depends}
+Depends: libnekohtml-java, rhino, libjtidy-java, 
+ libservlet2.5-java, libxerces2-java, ${misc:Depends}
 Recommends: junit
 Suggests: libhttpunit-java-doc (= ${binary:Version})
 Description: automated web site testing toolkit

Deleted: trunk/httpunit/debian/maven.ignoreRules
===
--- trunk/httpunit/debian/maven.ignoreRules 2011-10-28 06:11:17 UTC (rev 
15280)
+++ trunk/httpunit/debian/maven.ignoreRules 2011-10-28 09:21:44 UTC (rev 
15281)
@@ -1 +0,0 @@
-xerces * * * * *

Modified: trunk/httpunit/debian/maven.rules
===
--- trunk/httpunit/debian/maven.rules   2011-10-28 06:11:17 UTC (rev 15280)
+++ trunk/httpunit/debian/maven.rules   2011-10-28 09:21:44 UTC (rev 15281)
@@ -1,4 +1,5 @@
 s/nekohtml/net.sourceforge.nekohtml/ nekohtml jar s/.*/debian/ *
+s/xerces/xml-apis/ s/xmlParserAPIs/xml-apis-1.4/ jar s/.*/debian/ *
 s/jtidy/net.sf.jtidy/ * * s/.*/debian/ *
 s/javax.servlet/javax.servlet.jsp/ jsp-api jar s/2\..*/2.1/ * *
 javax.servlet servlet-api jar s/2\..*/2.5/ * *

Modified: trunk/httpunit/debian/patches/add_classpath_to_manifest
===
--- trunk/httpunit/debian/patches/add_classpath_to_manifest 2011-10-28 
06:11:17 UTC (rev 15280)
+++ trunk/httpunit/debian/patches/add_classpath_to_manifest 2011-10-28 
09:21:44 UTC (rev 15281)
@@ -14,7 +14,7 @@
  /echo
  jar jarfile=${lib.dir}/${name}.jar manifest=${build.dir}/info.txt
 +manifest
-+attribute name=Class-Path value=jtidy.jar nekohtml.jar/
++attribute name=Class-Path value=jtidy.jar nekohtml.jar 
xercesImpl.jar/
 +/manifest
  fileset dir=${build.classes} includes=com/**/
  fileset dir=META-INF includes=*.dtd/


___
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#646912: libxerces2-java: Jar/Maven artifacts installed with incorrect version number/broken pom dependencies

2011-10-28 Thread James Page
Package: libxerces2-java
Version: 2.11.0-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


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

  * d/pom.xml: Refreshed to ensure that Maven artifacts are installed
with the correct version number (based on 2.10.0 as 2.11.0 is missing
from the repository).
  * d/maven.rules: Map xml-apis-xml-apis-1.4 to line up with artifacts in
libxml-commons-external-java.

Thanks for considering the patch.


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

Kernel: Linux 3.0.0-12-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)

iQIcBAEBCAAGBQJOqohjAAoJEL/srsug59jDcUQQALy9WPHzeHktJYVo0Cv+W734
p3fLLEggRPxeam6FL/K/Nw8pPmUorhppXW4O1DCPe7dkGsoB0JhA/vXN5YvxjCsH
u3jq+hYrzTwc+98WuXSZRw+0vKBfbPjBQ5XxaPkxOhhGN2Jael/FtzK1m2VaoKjV
FaZfDb9IMHY3LnYh0pEDsalU08s6cU1zrv23hq2BCajymhYOcBuDeix0dc9FFgLy
2PytsH6SzbfNuljLfGpR85wSdomRazkVlrUQ+BE5SBN4RAokwTITJDoIQ1CMPtlx
yJmbIkmU5ufnBLCTsTMzutH93p/6QBLbq9A0KzB7Mb5Dt2lnr6MIFUiZBN81WFLW
4h29kq9JSZ1nYsdcQl9h4jkw9fo9VSssohLj2wryCwZrg6VU06O9DbrX8THPqdPu
PRSC/O7jzCUlJaPDk3h8ec+ztjRzwnirFnlRIeOeVD57MsXOgDDwDUJlD3JVqHtU
aTGc4sP0ycaET0p9X/jP+UmQGGoIV2g/QuKOGR8URN9HXgcqjmbbK6xAGe1DuvX5
C8XfCok2JBJMOKP8QWX1RU8JoKZLYe9o0a72j5pQvXWKdOFV0in8JlfMX0czoTyc
ZS4X2/hZoyHM9frhI2utLefsYv8KjeAubIpvVnPGhQgm5iESJx4w0olyxGS1nDxN
c84VgS3RtzsYI5DCqi0S
=U0N7
-END PGP SIGNATURE-
diff -Nru libxerces2-java-2.11.0/debian/maven.rules libxerces2-java-2.11.0/debian/maven.rules
--- libxerces2-java-2.11.0/debian/maven.rules	1970-01-01 01:00:00.0 +0100
+++ libxerces2-java-2.11.0/debian/maven.rules	2011-10-28 10:47:23.0 +0100
@@ -0,0 +1 @@
+xml-apis s/xml-apis/xml-apis-1.4/ * s/.*/debian/ * * 
diff -Nru libxerces2-java-2.11.0/debian/pom.xml libxerces2-java-2.11.0/debian/pom.xml
--- libxerces2-java-2.11.0/debian/pom.xml	2009-07-02 18:00:42.0 +0100
+++ libxerces2-java-2.11.0/debian/pom.xml	2011-10-28 10:46:44.0 +0100
@@ -1,44 +1,53 @@
-?xml version=1.0 encoding=UTF-8?
-project 
-  xmlns=http://maven.apache.org/POM/4.0.0; 
-  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
-  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;
-
-  modelVersion4.0.0/modelVersion
-  parent
-groupIdorg.apache/groupId
-artifactIdapache/artifactId
-version4/version
-  /parent
-  groupIdxerces/groupId
-  artifactIdxercesImpl/artifactId
-  version2.9.1/version
-  nameXerces2 Java Parser/name
-  description
-Xerces2 is the next generation of high performance, fully compliant XML parsers in the
-Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI),
-a complete framework for building parser components and configurations that is extremely
-modular and easy to program.
-  /description
-  urlhttp://xerces.apache.org/xerces2-j/url
-
-  dependencies
-dependency
-  groupIdxml-apis/groupId
-  artifactIdxml-apis/artifactId
-  version1.3.04/version
-/dependency
-dependency
-  groupIdxml-resolver/groupId
-  artifactIdxml-resolver/artifactId
-  version1.2/version
-  optionaltrue/optional
-/dependency
-  /dependencies
-
-
-  build
-sourceDirectorysrc/sourceDirectory
-  /build
-
-/project
\ No newline at end of file
+project
+nameXerces2-j/name
+modelVersion4.0.0/modelVersion
+groupIdxerces/groupId
+artifactIdxercesImpl/artifactId
+version2.11.0/version
+description
+  Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
+
+The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. For complete design and implementation documents, refer to the XNI Manual.
+
+Xerces2 is a fully conforming XML Schema 1.0 processor. A partial experimental implementation of the XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009) and an experimental implementation of the XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010) are provided for evaluation. For more information, refer to the XML Schema page.
+
+Xerces2 also provides a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and 

eclipse-jgit_1.1.0-1_amd64.changes ACCEPTED into unstable

2011-10-28 Thread Debian FTP Masters



Accepted:
eclipse-jgit_1.1.0-1.debian.tar.gz
  to main/e/eclipse-jgit/eclipse-jgit_1.1.0-1.debian.tar.gz
eclipse-jgit_1.1.0-1.dsc
  to main/e/eclipse-jgit/eclipse-jgit_1.1.0-1.dsc
eclipse-jgit_1.1.0-1_all.deb
  to main/e/eclipse-jgit/eclipse-jgit_1.1.0-1_all.deb
eclipse-jgit_1.1.0.orig.tar.bz2
  to main/e/eclipse-jgit/eclipse-jgit_1.1.0.orig.tar.bz2


Override entries for your package:
eclipse-jgit_1.1.0-1.dsc - optional devel
eclipse-jgit_1.1.0-1_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 600171 


Thank you for your contribution to Debian.

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


eclipse-egit_1.1.0-1_amd64.changes ACCEPTED into unstable

2011-10-28 Thread Debian FTP Masters



Accepted:
eclipse-egit_1.1.0-1.debian.tar.gz
  to main/e/eclipse-egit/eclipse-egit_1.1.0-1.debian.tar.gz
eclipse-egit_1.1.0-1.dsc
  to main/e/eclipse-egit/eclipse-egit_1.1.0-1.dsc
eclipse-egit_1.1.0-1_all.deb
  to main/e/eclipse-egit/eclipse-egit_1.1.0-1_all.deb
eclipse-egit_1.1.0.orig.tar.gz
  to main/e/eclipse-egit/eclipse-egit_1.1.0.orig.tar.gz


Override entries for your package:
eclipse-egit_1.1.0-1.dsc - optional devel
eclipse-egit_1.1.0-1_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 575783 


Thank you for your contribution to Debian.

__
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] r15282 - tags/httpunit

2011-10-28 Thread Tony Mancill
Author: tmancill
Date: 2011-10-28 15:38:32 + (Fri, 28 Oct 2011)
New Revision: 15282

Added:
   tags/httpunit/1.7+dfsg-8/
Log:
[svn-buildpackage] Tagging httpunit 1.7+dfsg-8


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


stapler-adjunct-timeline_1.3+dfsg-1_amd64.changes is NEW

2011-10-28 Thread Debian FTP Masters
(new) libstapler-adjunct-timeline-java-doc_1.3+dfsg-1_all.deb optional doc
Documentation for Stapler Timeline
 This library provides a JavaScript based timeline visualisation
 component for embedding in web applications using the stapler
 HTTP request handling engine.
 .
 This package provides the API documentation for
 libstapler-adjunct-timeline-java.
(new) libstapler-adjunct-timeline-java_1.3+dfsg-1_all.deb optional java
Timeline visualisation library for use with stapler
 This library provides a JavaScript based timeline visualisation
 component for embedding in web applications using the stapler
 HTTP request handling engine.
(new) stapler-adjunct-timeline_1.3+dfsg-1.debian.tar.gz optional java
(new) stapler-adjunct-timeline_1.3+dfsg-1.dsc optional java
(new) stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz optional java
Changes: stapler-adjunct-timeline (1.3+dfsg-1) unstable; urgency=low
 .
  [ James Page ]
  * Initial Debian release (Closes: #631960).
  * Repack upstream tarball to remove embedded javascript.
  * Amended obsolete field names in debian/copyright.
 .
  [ Damien Raude-Morvan ]
  * d/copyright: Remove information on MIT/GPL2 items (dropped from
tarball).


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 631960 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
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#646921: Please only ship one JAR file

2011-10-28 Thread Torsten Werner
tags 646921 + wontfix
thanks

On Fri, Oct 28, 2011 at 1:59 PM, Florian Weimer fwei...@bfk.de wrote:
 Shipping multiple, different JAR files means that once you load multiple
 ASM-using libraries, some of them are bound to use different JARs, and
 the JVM will have to open all of them.  At best, this wastes resources,
 at worse, compatibility problems result, depending on the order classes
 are loaded in the JVM.  (Symlinks are fine, the JVM performs path
 canonicalization.)

 I don't think Debian needs to ship the subset JARs at all.

upstream packages sometimes directly reference the individual jars. It
would be too much work to maintain patches for all them.

Torsten



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


Processed: Re: Bug#646921: Please only ship one JAR file

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

 tags 646921 + wontfix
Bug #646921 [asm3] Please only ship one JAR file
Added tag(s) wontfix.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646921
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.


Processing of httpunit_1.7+dfsg-8_amd64.changes

2011-10-28 Thread Debian FTP Masters
httpunit_1.7+dfsg-8_amd64.changes uploaded successfully to localhost
along with the files:
  httpunit_1.7+dfsg-8.dsc
  httpunit_1.7+dfsg-8.debian.tar.gz
  libhttpunit-java_1.7+dfsg-8_all.deb
  libhttpunit-java-doc_1.7+dfsg-8_all.deb

Greetings,

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

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


httpunit_1.7+dfsg-8_amd64.changes ACCEPTED into unstable

2011-10-28 Thread Debian FTP Masters



Accepted:
httpunit_1.7+dfsg-8.debian.tar.gz
  to main/h/httpunit/httpunit_1.7+dfsg-8.debian.tar.gz
httpunit_1.7+dfsg-8.dsc
  to main/h/httpunit/httpunit_1.7+dfsg-8.dsc
libhttpunit-java-doc_1.7+dfsg-8_all.deb
  to main/h/httpunit/libhttpunit-java-doc_1.7+dfsg-8_all.deb
libhttpunit-java_1.7+dfsg-8_all.deb
  to main/h/httpunit/libhttpunit-java_1.7+dfsg-8_all.deb


Override entries for your package:
httpunit_1.7+dfsg-8.dsc - source java
libhttpunit-java-doc_1.7+dfsg-8_all.deb - optional doc
libhttpunit-java_1.7+dfsg-8_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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] r15283 - in trunk/commons-io/debian: . patches

2011-10-28 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-10-28 17:18:34 + (Fri, 28 Oct 2011)
New Revision: 15283

Added:
   trunk/commons-io/debian/patches/
   trunk/commons-io/debian/patches/add-osgi-metadata.patch
   trunk/commons-io/debian/patches/series
Modified:
   trunk/commons-io/debian/changelog
Log:
Add OSGi metadata to jar manifest

Modified: trunk/commons-io/debian/changelog
===
--- trunk/commons-io/debian/changelog   2011-10-28 15:38:32 UTC (rev 15282)
+++ trunk/commons-io/debian/changelog   2011-10-28 17:18:34 UTC (rev 15283)
@@ -1,3 +1,9 @@
+commons-io (1.4-4) UNRELEASED; urgency=low
+
+  * Add OSGi metadata to jar manifest
+
+ -- Jakub Adam jakub.a...@ktknet.cz  Sun, 16 Oct 2011 22:58:29 +0200
+
 commons-io (1.4-3) unstable; urgency=low
 
   * Team upload

Added: trunk/commons-io/debian/patches/add-osgi-metadata.patch
===
--- trunk/commons-io/debian/patches/add-osgi-metadata.patch 
(rev 0)
+++ trunk/commons-io/debian/patches/add-osgi-metadata.patch 2011-10-28 
17:18:34 UTC (rev 15283)
@@ -0,0 +1,26 @@
+From: Jakub Adam jakub.a...@ktknet.cz
+Date: Sun, 16 Oct 2011 22:55:56 +0200
+Subject: add-osgi-metadata
+
+---
+ build.xml |6 ++
+ 1 files changed, 6 insertions(+), 0 deletions(-)
+
+diff --git a/build.xml b/build.xml
+index 6be7244..0f2ebeb 100644
+--- a/build.xml
 b/build.xml
+@@ -340,6 +340,12 @@
+ attribute name=Implementation-Vendor-Id value=org.apache/
+ attribute name=X-Compile-Source-JDK 
value=${maven.compile.source}/
+ attribute name=X-Compile-Target-JDK 
value=${maven.compile.target}/
++attribute name=Bundle-ManifestVersion   value=2/
++attribute name=Bundle-Name  value=Apache Commons-IO/
++attribute name=Bundle-Vendorvalue=Apache Software 
Foundation/
++attribute name=Bundle-SymbolicName  
value=org.apache.commons.io/
++attribute name=Bundle-Version   
value=${component.version}/
++attribute name=Export-Package   
value=org.apache.commons.io,org.apache.commons.io.comparator,org.apache.commons.io.filefilter,org.apache.commons.io.input,org.apache.commons.io.output/
+ /manifest
+ 
+ jar jarfile=${build.home}/${final.name}.jar
+-- 

Added: trunk/commons-io/debian/patches/series
===
--- trunk/commons-io/debian/patches/series  (rev 0)
+++ trunk/commons-io/debian/patches/series  2011-10-28 17:18:34 UTC (rev 
15283)
@@ -0,0 +1 @@
+add-osgi-metadata.patch


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


[pkg-java] r15284 - trunk/commons-io/debian

2011-10-28 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-10-28 17:24:01 + (Fri, 28 Oct 2011)
New Revision: 15284

Modified:
   trunk/commons-io/debian/changelog
   trunk/commons-io/debian/compat
   trunk/commons-io/debian/control
Log:
Update Standards-Version: 3.9.2

Modified: trunk/commons-io/debian/changelog
===
--- trunk/commons-io/debian/changelog   2011-10-28 17:18:34 UTC (rev 15283)
+++ trunk/commons-io/debian/changelog   2011-10-28 17:24:01 UTC (rev 15284)
@@ -1,6 +1,8 @@
 commons-io (1.4-4) UNRELEASED; urgency=low
 
   * Add OSGi metadata to jar manifest
+  * Update Standards-Version: 3.9.2
+  * Bump up debhelper to 8
 
  -- Jakub Adam jakub.a...@ktknet.cz  Sun, 16 Oct 2011 22:58:29 +0200
 

Modified: trunk/commons-io/debian/compat
===
--- trunk/commons-io/debian/compat  2011-10-28 17:18:34 UTC (rev 15283)
+++ trunk/commons-io/debian/compat  2011-10-28 17:24:01 UTC (rev 15284)
@@ -1 +1 @@
-6
+8

Modified: trunk/commons-io/debian/control
===
--- trunk/commons-io/debian/control 2011-10-28 17:18:34 UTC (rev 15283)
+++ trunk/commons-io/debian/control 2011-10-28 17:24:01 UTC (rev 15284)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Kumar Appaiah 
aku...@ee.iitm.ac.in
-Build-Depends: debhelper (= 6), cdbs, default-jdk
+Build-Depends: debhelper (= 8), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant, junit
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://commons.apache.org/io/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-io
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-io


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


[pkg-java] r15286 - trunk/libgetopt-java/debian

2011-10-28 Thread Niels Thykier
Author: nthykier
Date: 2011-10-28 17:51:17 + (Fri, 28 Oct 2011)
New Revision: 15286

Modified:
   trunk/libgetopt-java/debian/changelog
   trunk/libgetopt-java/debian/control
Log:
Bumped S-V to 3.9.2

Modified: trunk/libgetopt-java/debian/changelog
===
--- trunk/libgetopt-java/debian/changelog   2011-10-28 17:27:07 UTC (rev 
15285)
+++ trunk/libgetopt-java/debian/changelog   2011-10-28 17:51:17 UTC (rev 
15286)
@@ -1,6 +1,7 @@
 libgetopt-java (1.0.13-4) UNRELEASED; urgency=low
 
   * Added build-arch and build-indep targets.
+  * Bumped Standards-Versions to 3.9.2 - no changes required.
 
  -- Niels Thykier ni...@thykier.net  Fri, 28 Oct 2011 08:10:39 +0200
 

Modified: trunk/libgetopt-java/debian/control
===
--- trunk/libgetopt-java/debian/control 2011-10-28 17:27:07 UTC (rev 15285)
+++ trunk/libgetopt-java/debian/control 2011-10-28 17:51:17 UTC (rev 15286)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de, Niels Thykier ni...@thykier.net
 Build-Depends: debhelper (= 7), default-jdk, maven-repo-helper
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://www.urbanophile.com/arenn/hacking/download.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgetopt-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgetopt-java


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


[pkg-java] r15285 - trunk/commons-io/debian

2011-10-28 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-10-28 17:27:07 + (Fri, 28 Oct 2011)
New Revision: 15285

Modified:
   trunk/commons-io/debian/control
Log:
Add myself to Uploaders

Modified: trunk/commons-io/debian/control
===
--- trunk/commons-io/debian/control 2011-10-28 17:24:01 UTC (rev 15284)
+++ trunk/commons-io/debian/control 2011-10-28 17:27:07 UTC (rev 15285)
@@ -2,7 +2,9 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Varun Hiremath va...@debian.org, Kumar Appaiah 
aku...@ee.iitm.ac.in
+Uploaders: Varun Hiremath va...@debian.org,
+ Kumar Appaiah aku...@ee.iitm.ac.in,
+ Jakub Adam jakub.a...@ktknet.cz
 Build-Depends: debhelper (= 8), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant, junit
 Standards-Version: 3.9.2


___
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] stapler-adjunct-timeline packaging branch, master, updated. debian/1.3-1-5-g266f2ce

2011-10-28 Thread Damien Raude-Morvan
The following commit has been merged in the master branch:
commit 266f2cebf3f12edc0a7b50aa4247e9c70d023993
Author: Damien Raude-Morvan draz...@debian.org
Date:   Fri Oct 28 19:38:23 2011 +0200

d/copyright: Remove information on MIT/GPL2 items (dropped from tarball).

diff --git a/debian/changelog b/debian/changelog
index db1d686..8d660e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 stapler-adjunct-timeline (1.3+dfsg-1) unstable; urgency=low
 
+  [ James Page ]
   * Initial Debian release (Closes: #631960).
   * Repack upstream tarball to remove embedded javascript.
   * Amended obsolete field names in debian/copyright.
 
+  [ Damien Raude-Morvan ]
+  * d/copyright: Remove information on MIT/GPL2 items (dropped from
+tarball).
+
  -- James Page james.p...@ubuntu.com  Wed, 26 Oct 2011 16:44:22 +0100
 
 stapler-adjunct-timeline (1.3-0ubuntu1) oneiric; urgency=low
diff --git a/debian/copyright b/debian/copyright
index 8580f96..2145704 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,10 +6,6 @@ Files: *
 Copyright: 2006, The SIMILE Project
 License: BSD
 
-Files: 
src/test/resources/timeline_2.3.1/src/ajax/api/scripts/jquery-1.2.6.min.js
-Copyright: 2008 John Resig (jquery.com)
-License: MIT or GPL
-
 Files: debian/*
 Copyright: 2011, Canonical Ltd (http://www.canonical.com/)
 License: BSD
@@ -40,25 +36,3 @@ License: BSD
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-License: MIT
-  Permission is hereby granted, free of charge, to any person obtaining a copy
-  of this software and associated documentation files (the Software), to deal
-  in the Software without restriction, including without limitation the rights
-  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the Software is
-  furnished to do so, subject to the following conditions:
-  .
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  .
-  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-  THE SOFTWARE.
-
-License: GPL
-  On Debian systems, the complete text of the GPL License can be
-  found in /usr/share/common-licenses/GPL.

-- 
stapler-adjunct-timeline 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] stapler-adjunct-timeline packaging annotated tag, debian/1.3+dfsg-1, created. debian/1.3+dfsg-1

2011-10-28 Thread Damien Raude-Morvan
The annotated tag, debian/1.3+dfsg-1 has been created
at  ef299ab9d3855418bc4c195ed5814dea36005451 (tag)
   tagging  266f2cebf3f12edc0a7b50aa4247e9c70d023993 (commit)
  replaces  debian/1.3-1
 tagged by  Damien Raude-Morvan
on  Fri Oct 28 19:45:15 2011 +0200

- Shortlog 
Debian release 1.3+dfsg-1

Damien Raude-Morvan (1):
  d/copyright: Remove information on MIT/GPL2 items (dropped from tarball).

James Page (4):
  Purge javascript from upstream source
  Imported Upstream version 1.3+dfsg
  Merge commit 'upstream/1.3+dfsg'
  Updates to comply with dfsg

---

-- 
stapler-adjunct-timeline 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


[pkg-java] r15287 - trunk/libgetopt-java/debian

2011-10-28 Thread Niels Thykier
Author: nthykier
Date: 2011-10-28 18:25:06 + (Fri, 28 Oct 2011)
New Revision: 15287

Added:
   trunk/libgetopt-java/debian/libgetopt-java-doc.javadoc
Modified:
   trunk/libgetopt-java/debian/changelog
   trunk/libgetopt-java/debian/compat
   trunk/libgetopt-java/debian/control
   trunk/libgetopt-java/debian/rules
Log:
Bump dh to 8, compile and split javadoc

Modified: trunk/libgetopt-java/debian/changelog
===
--- trunk/libgetopt-java/debian/changelog   2011-10-28 17:51:17 UTC (rev 
15286)
+++ trunk/libgetopt-java/debian/changelog   2011-10-28 18:25:06 UTC (rev 
15287)
@@ -2,6 +2,11 @@
 
   * Added build-arch and build-indep targets.
   * Bumped Standards-Versions to 3.9.2 - no changes required.
+  * Compile javadoc during build instead of using the prebuilt one.
+- Link javadoc against the system javadoc
+  * Split the javadoc to a separate package.
+- New location: /usr/share/doc/libgetopt-java-doc/api
+  * Bumped debhelper compat 8.
 
  -- Niels Thykier ni...@thykier.net  Fri, 28 Oct 2011 08:10:39 +0200
 

Modified: trunk/libgetopt-java/debian/compat
===
--- trunk/libgetopt-java/debian/compat  2011-10-28 17:51:17 UTC (rev 15286)
+++ trunk/libgetopt-java/debian/compat  2011-10-28 18:25:06 UTC (rev 15287)
@@ -1 +1 @@
-7
+8

Modified: trunk/libgetopt-java/debian/control
===
--- trunk/libgetopt-java/debian/control 2011-10-28 17:51:17 UTC (rev 15286)
+++ trunk/libgetopt-java/debian/control 2011-10-28 18:25:06 UTC (rev 15287)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de, Niels Thykier ni...@thykier.net
-Build-Depends: debhelper (= 7), default-jdk, maven-repo-helper
+Build-Depends: debhelper (= 7), default-jdk, default-jdk-doc, javahelper (= 
0.33~),
+   maven-repo-helper
 Standards-Version: 3.9.2
 Homepage: http://www.urbanophile.com/arenn/hacking/download.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgetopt-java
@@ -12,8 +13,22 @@
 Package: libgetopt-java
 Architecture: all
 Depends: ${misc:Depends}
+Suggests: default-jdk-doc
 Description: GNU getopt - Java port
  The GNU Java getopt classes support short and long argument parsing 
  in a manner 100% compatible with the version of GNU getopt in glibc 
  2.0.6 with a mostly compatible programmer's interface as well. Note that 
  this is a port, not a new implementation.
+
+Package: libgetopt-java-doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: default-jdk-doc
+Description: GNU getopt - Java port (doc)
+ The GNU Java getopt classes support short and long argument parsing 
+ in a manner 100% compatible with the version of GNU getopt in glibc 
+ 2.0.6 with a mostly compatible programmer's interface as well. Note that 
+ this is a port, not a new implementation.
+ .
+ This package contains the Java Programming API docs.
+

Added: trunk/libgetopt-java/debian/libgetopt-java-doc.javadoc
===
--- trunk/libgetopt-java/debian/libgetopt-java-doc.javadoc  
(rev 0)
+++ trunk/libgetopt-java/debian/libgetopt-java-doc.javadoc  2011-10-28 
18:25:06 UTC (rev 15287)
@@ -0,0 +1 @@
+api

Modified: trunk/libgetopt-java/debian/rules
===
--- trunk/libgetopt-java/debian/rules   2011-10-28 17:51:17 UTC (rev 15286)
+++ trunk/libgetopt-java/debian/rules   2011-10-28 18:25:06 UTC (rev 15287)
@@ -29,7 +29,7 @@
dh_testdir
dh_testroot
rm -f build-stamp
-   rm -fr classes
+   rm -fr classes api
dh_clean
 
 install: build
@@ -38,9 +38,9 @@
dh_prep
dh_installdirs
(cd classes; ${JAR} cvf ../gnu-getopt.jar gnu)
-   mkdir -p debian/libgetopt-java/usr/share/doc/libgetopt-java/api
-   cp -a gnu/getopt/*.html 
debian/libgetopt-java/usr/share/doc/libgetopt-java/api
+   javadoc -link /usr/share/doc/default-jdk-doc/api -d api/ 
gnu/getopt/*.java
 
+
 # Build architecture-independent files here.
 binary-indep: build install
dh_testdir
@@ -52,6 +52,8 @@
mh_installpom -plibgetopt-java $(CURDIR)/debian/pom.xml
mh_installjar -plibgetopt-java -ngnu-getopt -l $(CURDIR)/debian/pom.xml 
\
$(CURDIR)/gnu-getopt.jar
+   jh_installjavadoc
+   jh_depends
dh_compress 
dh_link
dh_installdeb


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


Processing of stapler-adjunct-timeline_1.3+dfsg-1_amd64.changes

2011-10-28 Thread Debian FTP Masters
stapler-adjunct-timeline_1.3+dfsg-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  stapler-adjunct-timeline_1.3+dfsg-1.dsc
  stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz
  stapler-adjunct-timeline_1.3+dfsg-1.debian.tar.gz
  libstapler-adjunct-timeline-java_1.3+dfsg-1_all.deb
  libstapler-adjunct-timeline-java-doc_1.3+dfsg-1_all.deb

Greetings,

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

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


[pkg-java] r15288 - trunk/libgetopt-java/debian

2011-10-28 Thread Niels Thykier
Author: nthykier
Date: 2011-10-28 18:26:36 + (Fri, 28 Oct 2011)
New Revision: 15288

Modified:
   trunk/libgetopt-java/debian/control
Log:
Corrected relations

Modified: trunk/libgetopt-java/debian/control
===
--- trunk/libgetopt-java/debian/control 2011-10-28 18:25:06 UTC (rev 15287)
+++ trunk/libgetopt-java/debian/control 2011-10-28 18:26:36 UTC (rev 15288)
@@ -12,7 +12,8 @@
 
 Package: libgetopt-java
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
 Suggests: default-jdk-doc
 Description: GNU getopt - Java port
  The GNU Java getopt classes support short and long argument parsing 
@@ -22,8 +23,8 @@
 
 Package: libgetopt-java-doc
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: default-jdk-doc
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
 Description: GNU getopt - Java port (doc)
  The GNU Java getopt classes support short and long argument parsing 
  in a manner 100% compatible with the version of GNU getopt in glibc 


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


[pkg-java] r15289 - trunk/libgetopt-java/debian

2011-10-28 Thread Niels Thykier
Author: nthykier
Date: 2011-10-28 18:28:42 + (Fri, 28 Oct 2011)
New Revision: 15289

Modified:
   trunk/libgetopt-java/debian/control
Log:
Fixed section and bumped debhelper relation

Modified: trunk/libgetopt-java/debian/control
===
--- trunk/libgetopt-java/debian/control 2011-10-28 18:26:36 UTC (rev 15288)
+++ trunk/libgetopt-java/debian/control 2011-10-28 18:28:42 UTC (rev 15289)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de, Niels Thykier ni...@thykier.net
-Build-Depends: debhelper (= 7), default-jdk, default-jdk-doc, javahelper (= 
0.33~),
+Build-Depends: debhelper (= 8), default-jdk, default-jdk-doc, javahelper (= 
0.33~),
maven-repo-helper
 Standards-Version: 3.9.2
 Homepage: http://www.urbanophile.com/arenn/hacking/download.html
@@ -23,6 +23,7 @@
 
 Package: libgetopt-java-doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}, ${java:Depends}
 Recommends: ${java:Recommends}
 Description: GNU getopt - Java port (doc)


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


[pkg-java] r15290 - trunk/libgetopt-java/debian

2011-10-28 Thread Niels Thykier
Author: nthykier
Date: 2011-10-28 18:34:56 + (Fri, 28 Oct 2011)
New Revision: 15290

Modified:
   trunk/libgetopt-java/debian/rules
Log:
Remove the javadoc for an example (as it is rather useless)

Modified: trunk/libgetopt-java/debian/rules
===
--- trunk/libgetopt-java/debian/rules   2011-10-28 18:28:42 UTC (rev 15289)
+++ trunk/libgetopt-java/debian/rules   2011-10-28 18:34:56 UTC (rev 15290)
@@ -39,6 +39,8 @@
dh_installdirs
(cd classes; ${JAR} cvf ../gnu-getopt.jar gnu)
javadoc -link /usr/share/doc/default-jdk-doc/api -d api/ 
gnu/getopt/*.java
+   # Remove the javadoc of the example
+   [ ! -f api/GetoptDemo.html ] || rm -f api/GetoptDemo.html
 
 
 # Build architecture-independent files here.


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


[pkg-java] r15291 - trunk/libgetopt-java/debian

2011-10-28 Thread Niels Thykier
Author: nthykier
Date: 2011-10-28 18:37:13 + (Fri, 28 Oct 2011)
New Revision: 15291

Modified:
   trunk/libgetopt-java/debian/changelog
Log:
Set dist to unstable

Modified: trunk/libgetopt-java/debian/changelog
===
--- trunk/libgetopt-java/debian/changelog   2011-10-28 18:34:56 UTC (rev 
15290)
+++ trunk/libgetopt-java/debian/changelog   2011-10-28 18:37:13 UTC (rev 
15291)
@@ -1,4 +1,4 @@
-libgetopt-java (1.0.13-4) UNRELEASED; urgency=low
+libgetopt-java (1.0.13-4) unstable; urgency=low
 
   * Added build-arch and build-indep targets.
   * Bumped Standards-Versions to 3.9.2 - no changes required.
@@ -8,7 +8,7 @@
 - New location: /usr/share/doc/libgetopt-java-doc/api
   * Bumped debhelper compat 8.
 
- -- Niels Thykier ni...@thykier.net  Fri, 28 Oct 2011 08:10:39 +0200
+ -- Niels Thykier ni...@thykier.net  Fri, 28 Oct 2011 20:36:40 +0200
 
 libgetopt-java (1.0.13-3) unstable; urgency=low
 


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


Processing of libgetopt-java_1.0.13-4_amd64.changes

2011-10-28 Thread Debian FTP Masters
libgetopt-java_1.0.13-4_amd64.changes uploaded successfully to localhost
along with the files:
  libgetopt-java_1.0.13-4.dsc
  libgetopt-java_1.0.13-4.debian.tar.gz
  libgetopt-java_1.0.13-4_all.deb
  libgetopt-java-doc_1.0.13-4_all.deb

Greetings,

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

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


libgetopt-java_1.0.13-4_amd64.changes is NEW

2011-10-28 Thread Debian FTP Masters
(new) libgetopt-java-doc_1.0.13-4_all.deb optional doc
GNU getopt - Java port (doc)
 The GNU Java getopt classes support short and long argument parsing
 in a manner 100% compatible with the version of GNU getopt in glibc
 2.0.6 with a mostly compatible programmer's interface as well. Note that
 this is a port, not a new implementation.
 .
 This package contains the Java Programming API docs.
libgetopt-java_1.0.13-4.debian.tar.gz
  to main/libg/libgetopt-java/libgetopt-java_1.0.13-4.debian.tar.gz
libgetopt-java_1.0.13-4.dsc
  to main/libg/libgetopt-java/libgetopt-java_1.0.13-4.dsc
libgetopt-java_1.0.13-4_all.deb
  to main/libg/libgetopt-java/libgetopt-java_1.0.13-4_all.deb
Changes: libgetopt-java (1.0.13-4) unstable; urgency=low
 .
  * Added build-arch and build-indep targets.
  * Bumped Standards-Versions to 3.9.2 - no changes required.
  * Compile javadoc during build instead of using the prebuilt one.
- Link javadoc against the system javadoc
  * Split the javadoc to a separate package.
- New location: /usr/share/doc/libgetopt-java-doc/api
  * Bumped debhelper compat 8.


Override entries for your package:
libgetopt-java_1.0.13-4.dsc - source java
libgetopt-java_1.0.13-4_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
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] r15292 - in trunk/libgnumail-java/debian: . patches

2011-10-28 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-10-28 19:24:51 + (Fri, 28 Oct 2011)
New Revision: 15292

Added:
   trunk/libgnumail-java/debian/patches/add-osgi-metadata.patch
Modified:
   trunk/libgnumail-java/debian/changelog
   trunk/libgnumail-java/debian/patches/series
Log:
Add OSGi metadata to jar manifest

Modified: trunk/libgnumail-java/debian/changelog
===
--- trunk/libgnumail-java/debian/changelog  2011-10-28 18:37:13 UTC (rev 
15291)
+++ trunk/libgnumail-java/debian/changelog  2011-10-28 19:24:51 UTC (rev 
15292)
@@ -1,3 +1,9 @@
+libgnumail-java (1.1.2-6) UNRELEASED; urgency=low
+
+  * Add OSGi metadata to jar manifest
+
+ -- Jakub Adam jakub.a...@ktknet.cz  Sun, 16 Oct 2011 11:58:21 +0200
+
 libgnumail-java (1.1.2-5) unstable; urgency=low
 
   * Team Upload.

Added: trunk/libgnumail-java/debian/patches/add-osgi-metadata.patch
===
--- trunk/libgnumail-java/debian/patches/add-osgi-metadata.patch
(rev 0)
+++ trunk/libgnumail-java/debian/patches/add-osgi-metadata.patch
2011-10-28 19:24:51 UTC (rev 15292)
@@ -0,0 +1,28 @@
+From: Jakub Adam jakub.a...@ktknet.cz
+Date: Sun, 16 Oct 2011 11:57:21 +0200
+Subject: add-osgi-metadata
+
+---
+ build.xml |8 
+ 1 files changed, 8 insertions(+), 0 deletions(-)
+
+diff --git a/build.xml b/build.xml
+index 6f8f225..b937f25 100644
+--- a/build.xml
 b/build.xml
+@@ -168,6 +168,14 @@ Free Software Foundation, Inc., 51 Franklin Street, Fifth 
Floor, Boston, MA
+ include name='mime.types'/
+ include name='javamail.charset.map'/
+   /metainf
++  manifest
++attribute name=Bundle-ManifestVersion value=2/
++attribute name=Bundle-Name value=GNU JavaMail/
++attribute name=Bundle-Vendor value=gnu.org/
++attribute name=Bundle-SymbolicName value=javax.mail/
++attribute name=Bundle-Version value=1.1.2/
++attribute name=Export-Package 
value=javax.mail,javax.mail.event,javax.mail.internet,javax.mail.search,javax.mail.util,gnu.mail.handler,gnu.mail.util/
++  /manifest
+   include name='javax/mail/**/*.class'/
+   include name='gnu/mail/util/*.class'/
+   include name='gnu/mail/handler/*.class'/
+-- 

Modified: trunk/libgnumail-java/debian/patches/series
===
--- trunk/libgnumail-java/debian/patches/series 2011-10-28 18:37:13 UTC (rev 
15291)
+++ trunk/libgnumail-java/debian/patches/series 2011-10-28 19:24:51 UTC (rev 
15292)
@@ -1,3 +1,4 @@
 01_fix_classpath.patch
 gnumail-imaps.patch
 javadoc-link.patch
+add-osgi-metadata.patch


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


[pkg-java] r15293 - trunk/libgnumail-java/debian

2011-10-28 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-10-28 19:29:13 + (Fri, 28 Oct 2011)
New Revision: 15293

Modified:
   trunk/libgnumail-java/debian/changelog
   trunk/libgnumail-java/debian/compat
   trunk/libgnumail-java/debian/control
Log:
Bumped Standards-Version to 3.9.2

Modified: trunk/libgnumail-java/debian/changelog
===
--- trunk/libgnumail-java/debian/changelog  2011-10-28 19:24:51 UTC (rev 
15292)
+++ trunk/libgnumail-java/debian/changelog  2011-10-28 19:29:13 UTC (rev 
15293)
@@ -1,6 +1,8 @@
 libgnumail-java (1.1.2-6) UNRELEASED; urgency=low
 
   * Add OSGi metadata to jar manifest
+  * Bumped Standards-Version to 3.9.2
+  * Bumped debhelper compat to 8
 
  -- Jakub Adam jakub.a...@ktknet.cz  Sun, 16 Oct 2011 11:58:21 +0200
 

Modified: trunk/libgnumail-java/debian/compat
===
--- trunk/libgnumail-java/debian/compat 2011-10-28 19:24:51 UTC (rev 15292)
+++ trunk/libgnumail-java/debian/compat 2011-10-28 19:29:13 UTC (rev 15293)
@@ -1 +1 @@
-7
+8

Modified: trunk/libgnumail-java/debian/control
===
--- trunk/libgnumail-java/debian/control2011-10-28 19:24:51 UTC (rev 
15292)
+++ trunk/libgnumail-java/debian/control2011-10-28 19:29:13 UTC (rev 
15293)
@@ -4,10 +4,10 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de,
Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs (= 0.4.5.3), ant
+Build-Depends: debhelper (= 8), cdbs (= 0.4.5.3), ant
 Build-Depends-Indep: default-jdk, libgnujaf-java, libgnuinet-java,
  default-jdk-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://savannah.gnu.org/projects/classpathx
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnumail-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnumail-java/


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


[pkg-java] r15294 - trunk/libgnumail-java/debian

2011-10-28 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-10-28 19:30:26 + (Fri, 28 Oct 2011)
New Revision: 15294

Modified:
   trunk/libgnumail-java/debian/control
Log:
Add myself to Uploaders

Modified: trunk/libgnumail-java/debian/control
===
--- trunk/libgnumail-java/debian/control2011-10-28 19:29:13 UTC (rev 
15293)
+++ trunk/libgnumail-java/debian/control2011-10-28 19:30:26 UTC (rev 
15294)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de,
-   Torsten Werner twer...@debian.org
+   Torsten Werner twer...@debian.org,
+   Jakub Adam jakub.a...@ktknet.cz
 Build-Depends: debhelper (= 8), cdbs (= 0.4.5.3), ant
 Build-Depends-Indep: default-jdk, libgnujaf-java, libgnuinet-java,
  default-jdk-doc


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


[pkg-java] r15295 - trunk/libgnumail-java/debian

2011-10-28 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-10-28 20:29:19 + (Fri, 28 Oct 2011)
New Revision: 15295

Modified:
   trunk/libgnumail-java/debian/changelog
   trunk/libgnumail-java/debian/copyright
Log:
Updated the DEP-5 copyright to r202

Fixed license, it is GPL-2+ with linking exception not GPL-2

Modified: trunk/libgnumail-java/debian/changelog
===
--- trunk/libgnumail-java/debian/changelog  2011-10-28 19:30:26 UTC (rev 
15294)
+++ trunk/libgnumail-java/debian/changelog  2011-10-28 20:29:19 UTC (rev 
15295)
@@ -3,6 +3,7 @@
   * Add OSGi metadata to jar manifest
   * Bumped Standards-Version to 3.9.2
   * Bumped debhelper compat to 8
+  * Updated the DEP-5 copyright to r202
 
  -- Jakub Adam jakub.a...@ktknet.cz  Sun, 16 Oct 2011 11:58:21 +0200
 

Modified: trunk/libgnumail-java/debian/copyright
===
--- trunk/libgnumail-java/debian/copyright  2011-10-28 19:30:26 UTC (rev 
15294)
+++ trunk/libgnumail-java/debian/copyright  2011-10-28 20:29:19 UTC (rev 
15295)
@@ -1,35 +1,39 @@
-This package was debianized by Arnaud Vandyck av...@debian.org on
-Fri, 12 Dec 2003 16:37:37 +0100.
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202
+Upstream-Name: Eclipse-EGit
 
-It was downloaded from http://savannah.gnu.org/projects/classpathx
+Files: *
+Copyright: 2000, Andrew Selkirk 
+   2001, Benjamin A. Speakmon
+   2006, Cedric Hyppolite cedric.hyppol...@free.fr 
+   1999, 2002-2006, Chris Burdess d...@gnu.org
+   1996-2002, 2004-2005, The Free Software Foundation
+License: GPL-2+ with linking exception
 
-Upstream Authors: Andrew Selkirk
-  Nic Ferrier
-  Chris Burdess
+Files: debian/*
+Copyright: 2003, Arnaud Vandyck av...@debian.org
+   2011, Debian Orbital Alignment Team 
pkg-java-maintainers@lists.alioth.debian.org
+License: GPL-2+ with linking exception
 
-Copyright:
-
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-This package is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; version 2 dated June, 1991.
-
-This package is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this package; if not, write to the Free Software
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
+License: GPL-2+ with linking exception
+ GNU JavaMail is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ GNU JavaMail is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ As a special exception, if you link this library with other files to
+ produce an executable, this library does not by itself cause the
+ resulting executable to be covered by the GNU General Public License.
+ This exception does not however invalidate any other reasons why the
+ executable file might be covered by the GNU General Public License.
+ .
+ On Debian based system, the full text of the GNU GPL license can be found in:
+ /usr/share/common-licenses/GPL-2


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


[pkg-java] r15296 - trunk/java-common/debian

2011-10-28 Thread Niels Thykier
Author: nthykier
Date: 2011-10-28 21:28:26 + (Fri, 28 Oct 2011)
New Revision: 15296

Modified:
   trunk/java-common/debian/changelog
   trunk/java-common/debian/control
   trunk/java-common/debian/rules
Log:
Added build-arch target and bumped S-V

Modified: trunk/java-common/debian/changelog
===
--- trunk/java-common/debian/changelog  2011-10-28 20:29:19 UTC (rev 15295)
+++ trunk/java-common/debian/changelog  2011-10-28 21:28:26 UTC (rev 15296)
@@ -1,3 +1,10 @@
+java-common (0.44) UNRELEASED; urgency=low
+
+  * Added build-arch target to d/rules.
+  * Bumped Standards-Versions to 3.9.2 - no changes required.
+
+ -- Niels Thykier ni...@thykier.net  Fri, 28 Oct 2011 23:24:12 +0200
+
 java-common (0.43) unstable; urgency=low
 
   * Depend on the multiarch aware openjdk-6-jre-headless.

Modified: trunk/java-common/debian/control
===
--- trunk/java-common/debian/control2011-10-28 20:29:19 UTC (rev 15295)
+++ trunk/java-common/debian/control2011-10-28 21:28:26 UTC (rev 15296)
@@ -6,7 +6,7 @@
  Niels Thykier ni...@thykier.net
 Build-Depends: debhelper (= 7)
 Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, lynx
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-common
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-common/
 

Modified: trunk/java-common/debian/rules
===
--- trunk/java-common/debian/rules  2011-10-28 20:29:19 UTC (rev 15295)
+++ trunk/java-common/debian/rules  2011-10-28 21:28:26 UTC (rev 15296)
@@ -44,7 +44,9 @@
 jhl_provides   = $(call mk_cslist,$(provides),runtime-headless)
 jdk_provides   = $(call mk_cslist,$(provides),sdk)
 
+build: build-indep build-arch
 build-indep: build-stamp
+build-arch: build-stamp
 build-stamp:
dh_testdir
 


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


[pkg-java] r15297 - trunk/java-common/debian

2011-10-28 Thread Niels Thykier
Author: nthykier
Date: 2011-10-28 21:48:25 + (Fri, 28 Oct 2011)
New Revision: 15297

Removed:
   trunk/java-common/debian/lintian/
Log:
Removed empty dir


___
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#577704: Confirming bug in libsurefire-java

2011-10-28 Thread tony mancill
On 10/17/2011 12:36 PM, Torsten Werner wrote:
 On Fri, Oct 14, 2011 at 4:23 PM, Damien Raude-Morvan
 draz...@drazzib.com wrote:
 Could you please check if this is fixed with maven2 2.2.1-10 ?
 
 I think that Build-Depends: libmaven-plugin-tools-java is missing only
 but I may be wrong...

That build dependency exists in the most recent surefire upload (2.10-1).

Perhaps #577704 can be closed?

Thank you,
tony



signature.asc
Description: OpenPGP digital signature
__
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.

libgetopt-java_1.0.13-4_amd64.changes ACCEPTED into unstable

2011-10-28 Thread Debian FTP Masters



Accepted:
libgetopt-java-doc_1.0.13-4_all.deb
  to main/libg/libgetopt-java/libgetopt-java-doc_1.0.13-4_all.deb
libgetopt-java_1.0.13-4.debian.tar.gz
  to main/libg/libgetopt-java/libgetopt-java_1.0.13-4.debian.tar.gz
libgetopt-java_1.0.13-4.dsc
  to main/libg/libgetopt-java/libgetopt-java_1.0.13-4.dsc
libgetopt-java_1.0.13-4_all.deb
  to main/libg/libgetopt-java/libgetopt-java_1.0.13-4_all.deb


Override entries for your package:
libgetopt-java-doc_1.0.13-4_all.deb - optional doc
libgetopt-java_1.0.13-4.dsc - source java
libgetopt-java_1.0.13-4_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


stapler-adjunct-timeline_1.3+dfsg-1_amd64.changes ACCEPTED into unstable

2011-10-28 Thread Debian FTP Masters



Accepted:
libstapler-adjunct-timeline-java-doc_1.3+dfsg-1_all.deb
  to 
main/s/stapler-adjunct-timeline/libstapler-adjunct-timeline-java-doc_1.3+dfsg-1_all.deb
libstapler-adjunct-timeline-java_1.3+dfsg-1_all.deb
  to 
main/s/stapler-adjunct-timeline/libstapler-adjunct-timeline-java_1.3+dfsg-1_all.deb
stapler-adjunct-timeline_1.3+dfsg-1.debian.tar.gz
  to 
main/s/stapler-adjunct-timeline/stapler-adjunct-timeline_1.3+dfsg-1.debian.tar.gz
stapler-adjunct-timeline_1.3+dfsg-1.dsc
  to main/s/stapler-adjunct-timeline/stapler-adjunct-timeline_1.3+dfsg-1.dsc
stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz
  to 
main/s/stapler-adjunct-timeline/stapler-adjunct-timeline_1.3+dfsg.orig.tar.gz


Override entries for your package:
libstapler-adjunct-timeline-java-doc_1.3+dfsg-1_all.deb - optional doc
libstapler-adjunct-timeline-java_1.3+dfsg-1_all.deb - optional java
stapler-adjunct-timeline_1.3+dfsg-1.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 631960 


Thank you for your contribution to Debian.

__
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] Interface for applications to support RELAX Core branch, master, updated. debian/20041111-5-1-g7b56f2e

2011-10-28 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 7b56f2eddd72d2ef67d0fdecedd61e50b983fc09
Author: Niels Thykier ni...@thykier.net
Date:   Sat Oct 29 00:15:31 2011 +0200

Added build-{arch,indep} targets etc.

Removed JRE dependency (not required for library packages), bumped
S-V to 3.9.2 (no changes), added missing call to mh_clean and linked
javadocs against system docs.

diff --git a/debian/changelog b/debian/changelog
index b46fbbb..5b3d35b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+isorelax (2004-6) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Added build-arch and build-indep targets.
+  * Removed unneeded JRE dependency from libisorelax-java.
+  * Bumped Standards-Versions to 3.9.2 - no changes required.
+  * Link javadoc API against system javadoc.
+  * Added missing call to mh_clean.
+
+ -- Niels Thykier ni...@thykier.net  Sat, 29 Oct 2011 00:00:48 +0200
+
 isorelax (2004-5) unstable; urgency=low
 
   * Moving the package to the Java Team and adding myself as uploader,
diff --git a/debian/control b/debian/control
index 883f766..027e635 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.or
 Uploaders: Samuel Thibault sthiba...@debian.org,
  Giovanni Mascellani g...@debian.org
 Build-Depends: debhelper (= 7)
-Build-Depends-Indep: default-jdk, ant, maven-repo-helper
-Standards-Version: 3.9.1
+Build-Depends-Indep: default-jdk, default-jdk-doc, ant, ant-doc, 
maven-repo-helper
+Standards-Version: 3.9.2
 Section: java
 Homepage: http://sourceforge.net/projects/iso-relax/
 Vcs-Browser: http://git.debian.org/?p=pkg-java/isorelax.git;a=summary
@@ -13,7 +13,7 @@ Vcs-Git: git://git.debian.org/git/pkg-java/isorelax.git
 
 Package: libisorelax-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Description: Interface for applications to support RELAX Core
  The ISO RELAX project hosts the public interfaces useful for
  applications to support RELAX Core.
@@ -24,6 +24,7 @@ Package: libisorelax-java-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Recommends: default-jdk-doc, ant-doc
 Description: Interface for applications to support RELAX Core - documentation
  The ISO RELAX project hosts the public interfaces useful for
  applications to support RELAX Core.
diff --git a/debian/rules b/debian/rules
index a1923b8..abcb49b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,15 +7,20 @@ JAR=jar
 JAVACLASSES=/usr/share/java
 
 JAVAFLAGS=-classpath $(JAVACLASSES)/ant.jar
+JAVADOCFLAGS=-classpath $(JAVACLASSES)/ant.jar \
+ -link /usr/share/doc/default-jdk-doc/api \
+ -link /usr/share/doc/ant/api/
 
 JARFILE=isorelax-2004.jar
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
dh_testdir
 
$(JAVAC) $(JAVAFLAGS) `find . -name \*.java`
-   $(JAVADOC) -d api `find . -name \*.java`
+   $(JAVADOC) $(JAVADOCFLAGS) -d api `find . -name \*.java`
 
$(JAR) c `find . -name \*.class -o -name \*.rxm -o -name \*.rxg -o 
-name \*.dtd -o -name \*.mod -o -name \*.MF`  $(JARFILE)
 
@@ -29,6 +34,7 @@ clean:
rm -f $(JARFILE)
rm -fr api
 
+   mh_clean
dh_clean
 
 binary-indep: install
@@ -46,4 +52,4 @@ binary-indep: install
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install

-- 
Interface for applications to support RELAX Core

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


Processing of isorelax_20041111-6_amd64.changes

2011-10-28 Thread Debian FTP Masters
isorelax_2004-6_amd64.changes uploaded successfully to localhost
along with the files:
  isorelax_2004-6.dsc
  isorelax_2004-6.diff.gz
  libisorelax-java_2004-6_all.deb
  libisorelax-java-doc_2004-6_all.deb

Greetings,

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

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


isorelax_20041111-6_amd64.changes ACCEPTED into unstable

2011-10-28 Thread Debian FTP Masters



Accepted:
isorelax_2004-6.diff.gz
  to main/i/isorelax/isorelax_2004-6.diff.gz
isorelax_2004-6.dsc
  to main/i/isorelax/isorelax_2004-6.dsc
libisorelax-java-doc_2004-6_all.deb
  to main/i/isorelax/libisorelax-java-doc_2004-6_all.deb
libisorelax-java_2004-6_all.deb
  to main/i/isorelax/libisorelax-java_2004-6_all.deb


Override entries for your package:
isorelax_2004-6.dsc - source java
libisorelax-java-doc_2004-6_all.deb - extra doc
libisorelax-java_2004-6_all.deb - extra java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


Processed: reassign 623882 to ca-certificates-java

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

 # will be forcemerged with 623671 in a moment
 reassign 623882 ca-certificates-java
Bug #623882 [ca-certificates] ca-certificates: error installing certs with 
non-ascii characters in their names
Bug reassigned from package 'ca-certificates' to 'ca-certificates-java'.
Bug No longer marked as found in versions ca-certificates/20110421.
 thanks
Stopping processing here.

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

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


Processed: forcibly merging 623671 623882

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

 forcemerge 623671 623882
Bug#623671: ca-certificates: some certificates not installing and getting errors
Bug#623882: ca-certificates: error installing certs with non-ascii characters 
in their names
Bug#623672: Chokes on certificates with accented characters (LANG=C LC_ALL=C is 
wrong)
Forcibly Merged 623671 623672 623882.

 thanks
Stopping processing here.

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

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


Bug#623882: error installing certs with non-ascii characters in their names

2011-10-28 Thread Michael Shuler
Hello Miles,

I just wanted to let you know that Debian bug #623882 was closed by a
merge with the fixed bug #623671 in ca-certificates-java.

-- 
Kind regards,
Michael Shuler



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


Processed: Re: Exception in thread main

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

 reassign 640696 ca-certificates-java
Bug #640696 [ca-certificates] ca-certificates: Exception in thread main 
java.security.KeyStoreException: jks not found
Bug reassigned from package 'ca-certificates' to 'ca-certificates-java'.
Bug No longer marked as found in versions ca-certificates/20110502+nmu1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
640696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640696
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.