Bug#646593: jffi: Pickup shlibs dependencies automatically

2011-10-26 Thread Torsten Werner
Hi James,

On Tue, Oct 25, 2011 at 3:58 PM, James Page james.p...@ubuntu.com wrote:
 In Ubuntu, the attached patch was applied to achieve the following:

  * Don't hard-code dependency on libffi runtime library.

I've checked your patch but I am not fully satisfied. :) I prefer
modifying the Java code to load the jni library from the filesystem
first and fall back to current CLASSPATH loading (... and send the
patch upstream). It shouldn't be too hard and I'll look at it tonight.

Cheers,
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: notfound 642572 in 2.9.4+ds1-4

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

 # Not a bug in lucene2, and the version seems to confuse the BTS
 notfound 642572 2.9.4+ds1-4
Bug #642572 {Done: Niels Thykier ni...@thykier.net} [liblucene2-java] 
liblucene2-java: cross dependencies prevent the installation of eclipse-cdt
Bug No longer marked as found in versions 2.9.4+ds1-4.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
642572: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642572
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: fixed 558184 in lucene2/2.9.1+ds1-3

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

 # marking the first version in sid with a fix
 # The BTS apparently does not consider the exp version, so also,
 fixed 558184 lucene2/2.9.1+ds1-3
Bug #558184 {Done: Niels Thykier ni...@thykier.net} [liblucene2-java] missing 
OSGi metadata
Bug Marked as fixed in versions lucene2/2.9.1+ds1-3.
 thanks
Stopping processing here.

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


[SCM] libjsr166y-java: Parallel computation framework for Java branch, master, updated. upstream/1.7.0-1-g0170867

2011-10-26 Thread tony mancill
The following commit has been merged in the master branch:
commit 0170867653239c3fadd38836ec7883bdd18c639f
Author: tony mancill tmanc...@debian.org
Date:   Wed Oct 26 07:28:18 2011 -0700

set distribution to unstable for sponsored upload

diff --git a/debian/changelog b/debian/changelog
index 84b383e..70f5b5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libjsr166y-java (1.7.0-1) UNRELEASED; urgency=low
+libjsr166y-java (1.7.0-1) unstable; urgency=low
 
   * New upstream release.
   * Refresh patch 01_workaround_typing_bug.diff.

-- 
libjsr166y-java: Parallel computation framework for 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


[SCM] libjsr166y-java: Parallel computation framework for Java annotated tag, debian/1.7.0-1, created. debian/1.7.0-1

2011-10-26 Thread tony mancill
The annotated tag, debian/1.7.0-1 has been created
at  31434e29fdff7666dfdd43370694c8345187cc33 (tag)
   tagging  0170867653239c3fadd38836ec7883bdd18c639f (commit)
  replaces  upstream/1.7.0
 tagged by  tony mancill
on  Wed Oct 26 08:26:07 2011 -0700

- Shortlog 
Debian release 1.7.0-1

tony mancill (1):
  set distribution to unstable for sponsored upload

---

-- 
libjsr166y-java: Parallel computation framework for 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


Processing of libjsr166y-java_1.7.0-1_amd64.changes

2011-10-26 Thread Debian FTP Masters
libjsr166y-java_1.7.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  libjsr166y-java_1.7.0-1.dsc
  libjsr166y-java_1.7.0.orig.tar.gz
  libjsr166y-java_1.7.0-1.debian.tar.gz
  libjsr166y-java_1.7.0-1_all.deb
  libjsr166y-java-doc_1.7.0-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.


libjsr166y-java_1.7.0-1_amd64.changes is NEW

2011-10-26 Thread Debian FTP Masters
(new) libjsr166y-java-doc_1.7.0-1_all.deb optional doc
Documentation for libjsr166y-java
 Documentation for JSR166 that provides a Java framework that
 supports a style of parallel programming in which problems are
 solved by (recursively) splitting them into subtasks that
 are solved in parallel, waiting for them to complete, and
 then composing results.
 .
 Fork/Join parallelism is among the simplest and most
 effective design techniques for obtaining good parallel
 performance.  Fork/Join algorithms are parallel versions
 of familiar divide-and-conquer algorithms.
 .
 JSR166y includes a parallel computation framework:
 ForkJoinTasks and their related support classes provide a
 very efficient basis for obtaining platform-independent
 parallel speed-ups of computation-intensive operations.
 .
 This package contains javadocs for jsr166y and extra166y
 Java packages.
libjsr166y-java_1.7.0-1.debian.tar.gz
  to main/libj/libjsr166y-java/libjsr166y-java_1.7.0-1.debian.tar.gz
libjsr166y-java_1.7.0-1.dsc
  to main/libj/libjsr166y-java/libjsr166y-java_1.7.0-1.dsc
libjsr166y-java_1.7.0-1_all.deb
  to main/libj/libjsr166y-java/libjsr166y-java_1.7.0-1_all.deb
libjsr166y-java_1.7.0.orig.tar.gz
  to main/libj/libjsr166y-java/libjsr166y-java_1.7.0.orig.tar.gz
Changes: libjsr166y-java (1.7.0-1) unstable; urgency=low
 .
  * New upstream release.
  * Refresh patch 01_workaround_typing_bug.diff.
  * Bump Standards-Version to 3.9.2. No changes were required.
  * Update Homepage field.
  * Update copyright file and make it DEP-5 compliant.
  * Provide POM files with org.codehaus.jsr166-mirror as group ID.
  * Add extra166y jar.
  * Provide -doc package.


Override entries for your package:
libjsr166y-java_1.7.0-1.dsc - source java
libjsr166y-java_1.7.0-1_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.


[SCM] stapler-adjunct-timeline packaging branch, upstream, created. c3ec35471fed19f5bfed082d3e36f1f24f09f88e

2011-10-26 Thread James Page
The branch, upstream has been created
at  c3ec35471fed19f5bfed082d3e36f1f24f09f88e (commit)

- Shortlog 
---

-- 
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, created. upstream/1.3

2011-10-26 Thread James Page
The annotated tag, upstream/1.3 has been created
at  03b61555e5050f6a066cc1b406d924e598946519 (tag)
   tagging  c3ec35471fed19f5bfed082d3e36f1f24f09f88e (commit)
 tagged by  James Page
on  Wed Oct 26 16:44:41 2011 +0100

- Shortlog 
Upstream version 1.3

James Page (1):
  Imported Upstream version 1.3

---

-- 
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] maven-stapler-plugin packaging branch, upstream, created. a0cdeb1524f8395f98138a398f661af62594eef9

2011-10-26 Thread James Page
The branch, upstream has been created
at  a0cdeb1524f8395f98138a398f661af62594eef9 (commit)

- Shortlog 
---

-- 
maven-stapler-plugin 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] maven-stapler-plugin packaging branch, pristine-tar, created. 01f8104aca4e59fcccd053ac59420fd1a47e80f4

2011-10-26 Thread James Page
The branch, pristine-tar has been created
at  01f8104aca4e59fcccd053ac59420fd1a47e80f4 (commit)

- Shortlog 
commit 01f8104aca4e59fcccd053ac59420fd1a47e80f4
Author: James Page james.p...@canonical.com
Date:   Wed Oct 26 17:06:45 2011 +0100

pristine-tar data for maven-stapler-plugin_1.16.orig.tar.gz

commit a8d1f155237fffbe72a28c110c0b6a8478e8915b
Author: James Page james.p...@canonical.com
Date:   Wed Oct 26 16:54:59 2011 +0100

pristine-tar data for maven-stapler-plugin_1.15.orig.tar.gz

---

-- 
maven-stapler-plugin 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] maven-stapler-plugin packaging annotated tag, upstream/1.15, created. upstream/1.15

2011-10-26 Thread James Page
The annotated tag, upstream/1.15 has been created
at  c7632718ef1e48a73fe48c25c3d16f23e537b3df (tag)
   tagging  4a1526a02d07b5666d789c6bdff6e43d6106a0a9 (commit)
 tagged by  James Page
on  Wed Oct 26 16:54:59 2011 +0100

- Shortlog 
Upstream version 1.15

James Page (1):
  Imported Upstream version 1.15

---

-- 
maven-stapler-plugin 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] maven-stapler-plugin packaging annotated tag, upstream/1.16, created. upstream/1.16

2011-10-26 Thread James Page
The annotated tag, upstream/1.16 has been created
at  fdc91778aa6c8330daee41d39a31208c7924dc9f (tag)
   tagging  a0cdeb1524f8395f98138a398f661af62594eef9 (commit)
  replaces  upstream/1.15
 tagged by  James Page
on  Wed Oct 26 17:06:45 2011 +0100

- Shortlog 
Upstream version 1.16

James Page (1):
  Imported Upstream version 1.16

---

-- 
maven-stapler-plugin 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] maven-hpi-plugin packaging branch, master, created. 9521638c97aa6cfb1d5b657a6cf7bc7d7809f894

2011-10-26 Thread James Page
The branch, master has been created
at  9521638c97aa6cfb1d5b657a6cf7bc7d7809f894 (commit)

- Shortlog 
commit 9521638c97aa6cfb1d5b657a6cf7bc7d7809f894
Author: James Page james.p...@canonical.com
Date:   Wed Oct 26 17:44:33 2011 +0100

Initial Debian Packaging

---

-- 
maven-hpi-plugin 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] maven-hpi-plugin packaging branch, pristine-tar, created. 39ceb311a3106d07f2d9f47517a842b30c0baaf7

2011-10-26 Thread James Page
The branch, pristine-tar has been created
at  39ceb311a3106d07f2d9f47517a842b30c0baaf7 (commit)

- Shortlog 
commit 39ceb311a3106d07f2d9f47517a842b30c0baaf7
Author: James Page james.p...@canonical.com
Date:   Wed Oct 26 17:44:33 2011 +0100

pristine-tar data for maven-hpi-plugin_1.71.orig.tar.gz

---

-- 
maven-hpi-plugin 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] maven-hpi-plugin packaging branch, upstream, created. f05dd1ed2e8118d91e5a92913eb575fa8839c74d

2011-10-26 Thread James Page
The branch, upstream has been created
at  f05dd1ed2e8118d91e5a92913eb575fa8839c74d (commit)

- Shortlog 
---

-- 
maven-hpi-plugin 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] maven-hpi-plugin packaging annotated tag, upstream/1.71, created. upstream/1.71

2011-10-26 Thread James Page
The annotated tag, upstream/1.71 has been created
at  00d9390ee1ca9a74af52d9bf4dc78c3817c29817 (tag)
   tagging  f05dd1ed2e8118d91e5a92913eb575fa8839c74d (commit)
 tagged by  James Page
on  Wed Oct 26 17:44:33 2011 +0100

- Shortlog 
Upstream version 1.71

James Page (1):
  Imported Upstream version 1.71

---

-- 
maven-hpi-plugin 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] maven-hpi-plugin packaging branch, master, updated. upstream/1.71-2-gcfcbf36

2011-10-26 Thread James Page
The following commit has been merged in the master branch:
commit cfcbf36e2d0159bea6b94fe7833536c821a1ccee
Author: James Page james.p...@canonical.com
Date:   Wed Oct 26 17:53:25 2011 +0100

Fixup copyright

diff --git a/debian/copyright b/debian/copyright
index 73e9bd1..f903ba7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Maven Jenkins Plugin
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Maven Jenkins Plugin
 Source: http://jenkins-ci.org/maven-hpi-plugin
 Comment: Licensing for this project is identified in some source
  code headers and in the pom.xml in the root of the orig.tar.gz.
@@ -14,7 +14,7 @@ Copyright: 2004-2011, Kohsuke Kawaguchi,
2001-2005, The Apache Software Foundation
 License: Apache-2.0
 
-Files: src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractJettyMojo.java,
+Files: src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractJettyMojo.java
src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java
 Copyright: 2000-2004 Mort Bay Consulting Pty. Ltd.
 License: Apache-2.0

-- 
maven-hpi-plugin 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] r15266 - in trunk/libjcalendar-java/debian: . patches

2011-10-26 Thread Andrew Ross
Author: rockclimb-guest
Date: 2011-10-26 17:11:27 + (Wed, 26 Oct 2011)
New Revision: 15266

Modified:
   trunk/libjcalendar-java/debian/changelog
   trunk/libjcalendar-java/debian/control
   trunk/libjcalendar-java/debian/patches/01_build_xml_rm_looks.patch
   trunk/libjcalendar-java/debian/patches/02_build_xml_jar_versioned.patch
   trunk/libjcalendar-java/debian/patches/03_demo_html_applet.patch
Log:
Update packaging.


Modified: trunk/libjcalendar-java/debian/changelog
===
--- trunk/libjcalendar-java/debian/changelog2011-10-25 23:29:32 UTC (rev 
15265)
+++ trunk/libjcalendar-java/debian/changelog2011-10-26 17:11:27 UTC (rev 
15266)
@@ -1,3 +1,13 @@
+libjcalendar-java (1.3.3-3) unstable; urgency=low
+
+  * Update Standards-Version: 3.9.2 (no changes).
+  * Add myself to uploaders.
+  * Remove Eric Lavarde from uploaders.
+  * Update Vcs-Svn locations.
+  * Add descriptions to patches.
+
+ -- Andrew Ross ubu...@rossfamily.co.uk  Tue, 25 Oct 2011 22:56:34 +0100
+
 libjcalendar-java (1.3.3-2) unstable; urgency=low
 
   * Switch to default-jdk.

Modified: trunk/libjcalendar-java/debian/control
===
--- trunk/libjcalendar-java/debian/control  2011-10-25 23:29:32 UTC (rev 
15265)
+++ trunk/libjcalendar-java/debian/control  2011-10-26 17:11:27 UTC (rev 
15266)
@@ -1,13 +1,13 @@
 Source: libjcalendar-java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Eric Lavarde d...@zorglub.s.bawue.de, Torsten Werner 
twer...@debian.org
+Uploaders: Torsten Werner twer...@debian.org, Andrew Ross 
ubu...@rossfamily.co.uk
 Build-Depends: debhelper (= 5), cdbs (= 0.4.8), default-jdk, ant
 Section: java
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://www.toedter.com/en/jcalendar/
-Vcs-Svn: https://bollin.googlecode.com/svn/libjcalendar-java/trunk
-Vcs-Browser: http://bollin.googlecode.com/svn/libjcalendar-java/trunk
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjcalendar-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjcalendar-java
 
 Package: libjcalendar-java
 Architecture: all
@@ -27,7 +27,13 @@
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libjcalendar-java
-Recommends: mozilla | www-browser
-Description: API documentation for libjcalendar-java
- The javadoc for JCalendar, a Java date chooser bean for graphically picking
- a date.
+Description: Java date chooser bean for picking a date (documentation)
+ JCalendar is composed of several other Java beans, a JDayChooser, a
+ JMonthChooser and a JYearChooser. All these beans have a locale property,
+ provide several icons (Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32)
+ and their own locale property editor. So they can easily be used in GUI
+ builders. Also part of the package is a JDateChooser, a bean composed of an
+ IDateEditor (for direct date editing) and a button for opening a JCalendar for
+ selecting the date.
+ .
+ This package contains the javadoc documentation.

Modified: trunk/libjcalendar-java/debian/patches/01_build_xml_rm_looks.patch
===
--- trunk/libjcalendar-java/debian/patches/01_build_xml_rm_looks.patch  
2011-10-25 23:29:32 UTC (rev 15265)
+++ trunk/libjcalendar-java/debian/patches/01_build_xml_rm_looks.patch  
2011-10-26 17:11:27 UTC (rev 15266)
@@ -1,3 +1,9 @@
+Description: Remove relative classpath entries which are available in the
+ default classpath on Debian
+Forwarded: not-needed
+Author: Eric Lavarde d...@zorglub.s.bawue.de
+Last-Update: 2010-04-13
+
 diff -Nur libjcalendar-java/src/build.xml libjcalendar-java.new/src/build.xml
 --- libjcalendar-java/src/build.xml2007-05-26 17:18:06.0 +0200
 +++ libjcalendar-java.new/src/build.xml2007-05-26 17:20:17.0 
+0200

Modified: 
trunk/libjcalendar-java/debian/patches/02_build_xml_jar_versioned.patch
===
--- trunk/libjcalendar-java/debian/patches/02_build_xml_jar_versioned.patch 
2011-10-25 23:29:32 UTC (rev 15265)
+++ trunk/libjcalendar-java/debian/patches/02_build_xml_jar_versioned.patch 
2011-10-26 17:11:27 UTC (rev 15266)
@@ -1,3 +1,8 @@
+Description: Adds the versioned jar-file instead of the symlink to the 
classpath
+Forwarded: not-needed
+Author: Eric Lavarde d...@zorglub.s.bawue.de
+Last-Update: 2010-04-13
+
 diff -Nur libjcalendar-java/src/build.xml libjcalendar-java.new/src/build.xml
 --- libjcalendar-java/src/build.xml2007-05-26 17:21:24.0 +0200
 +++ libjcalendar-java.new/src/build.xml2007-05-26 17:22:04.0 
+0200

Modified: trunk/libjcalendar-java/debian/patches/03_demo_html_applet.patch
===
--- trunk/libjcalendar-java/debian/patches/03_demo_html_applet.patch
2011-10-25 

groovy 1.8.3-1 MIGRATED to testing

2011-10-26 Thread Debian testing watch
FYI: The status of the groovy source package
in Debian's testing distribution has changed.

  Previous version: 1.8.2-1
  Current version:  1.8.3-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.


sun-java6 REMOVED from testing

2011-10-26 Thread Debian testing watch
FYI: The status of the sun-java6 source package
in Debian's testing distribution has changed.

  Previous version: 6.26-3
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

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


maven-ear-plugin 2.3.2-3 MIGRATED to testing

2011-10-26 Thread Debian testing watch
FYI: The status of the maven-ear-plugin source package
in Debian's testing distribution has changed.

  Previous version: 2.3.2-2
  Current version:  2.3.2-3

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


svnclientadapter_0.9.100-2_amd64.changes ACCEPTED into unstable

2011-10-26 Thread Debian FTP Masters



Accepted:
libsvnclientadapter-java-doc_0.9.100-2_all.deb
  to main/s/svnclientadapter/libsvnclientadapter-java-doc_0.9.100-2_all.deb
libsvnclientadapter-java_0.9.100-2_all.deb
  to main/s/svnclientadapter/libsvnclientadapter-java_0.9.100-2_all.deb
svnclientadapter_0.9.100-2.debian.tar.gz
  to main/s/svnclientadapter/svnclientadapter_0.9.100-2.debian.tar.gz
svnclientadapter_0.9.100-2.dsc
  to main/s/svnclientadapter/svnclientadapter_0.9.100-2.dsc


Override entries for your package:
libsvnclientadapter-java-doc_0.9.100-2_all.deb - optional doc
libsvnclientadapter-java_0.9.100-2_all.deb - optional java
svnclientadapter_0.9.100-2.dsc - source 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.


Processing of maven-stapler-plugin_1.16-1_amd64.changes

2011-10-26 Thread Debian FTP Masters
maven-stapler-plugin_1.16-1_amd64.changes uploaded successfully to localhost
along with the files:
  maven-stapler-plugin_1.16-1.dsc
  maven-stapler-plugin_1.16.orig.tar.gz
  maven-stapler-plugin_1.16-1.debian.tar.gz
  libmaven-stapler-plugin-java_1.16-1_all.deb
  libmaven-stapler-plugin-java-doc_1.16-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.


maven-stapler-plugin_1.16-1_amd64.changes is NEW

2011-10-26 Thread Debian FTP Masters
(new) libmaven-stapler-plugin-java-doc_1.16-1_all.deb optional doc
Documentation for libmaven-stapler-plugin-java-doc
 Maven2 plugin for developing web applications using the
 Stapler HTTP request engine.
 .
 This package provides the API documentation for libmaven-stapler-plugin-java.
(new) libmaven-stapler-plugin-java_1.16-1_all.deb optional java
Maven plugin for developing stapler applications
 Maven2 plugin for developing web applications using the
 Stapler HTTP request engine.
(new) maven-stapler-plugin_1.16-1.debian.tar.gz optional java
(new) maven-stapler-plugin_1.16-1.dsc optional java
(new) maven-stapler-plugin_1.16.orig.tar.gz optional java
Changes: maven-stapler-plugin (1.16-1) unstable; urgency=low
 .
  * Initial Debian release (Closes: #631961)
  * New upstream release
  * d/copyright: Updated with new copyright/licensing information.


Override entries for your package:

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


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.


stapler-adjunct-timeline_1.3-1_amd64.changes REJECTED

2011-10-26 Thread Debian FTP Masters



Reject Reasons:
stapler-adjunct-timeline_1.3-1.dsc refers to 
stapler-adjunct-timeline_1.3.orig.tar.gz, but I can't find it in the queue or 
in the pool.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


__
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#646069: Fwd: Bug#646069: Debian and AutoMake

2011-10-26 Thread Scott Howard
Below is a comment from Philip


-- Forwarded message --
From: Philip Ashmore cont...@philipashmore.com
Date: Sun, Oct 23, 2011 at 12:17 PM
Subject: Re: Bug#646069: Debian and AutoMake
To: debian-devel debian-de...@lists.debian.org
Cc: Scott Howard showard...@gmail.com


Hi there.

This email isn't a criticism of rxtx - thanks Scott for accepting my patch.

It's more of a starting point for issues with development on Debian and other
distributions - see the last comment.

On 23/10/11 15:08, Scott Howard wrote:

 clone 646069 -1
 retitle -1 rxtx: make -dbg package for rxtx
 retitle 646069 rxtx: fails when java.ext.dirs system property
 contains more than one directory

rxtx doesn't fail, it just fails to read any gnu.io.rxtx.properties
file that may
exist in one of these directories because the filename is constructed
from the directory names joined with :.
I created a gnu.io.rxtx.properties file in one of the directories but
I don't know what would happen (Java-wise) if there were more than one
of
these files - I haven't tested it.
It will work without finding any gnu.io.rxtx.properties file.

 severity -1 wishlist
 thanks

 Thanks for the patch, great work.

 Separated this into two bugs

 1) I'll apply the patch and forward it upstream. RXTX really isn't
 maintained much anymore upstream, but I'll at least share it on the
 mailing list.
 2) We'll build with make -DDEBUG_VERBOSE and make a -dbg package for gdb.

A foo-dbg package is one with debugging symbols for package foo.
Maybe rxtx-verbose would be a better name, with
  rxtx - conflicts - rxtx-verbose
as an install option.

 As for the make uninstall, autotools does a poor job with uninstall
 targets [1] and upstream has a custom install target that just puts
 the RXTXcomm.jar into the same directory as the jvm and libtool
 install the native libraries. The Debian source package really isn't
 intended to be used to install outside of the debian packaging system.

That's a shame if it's the case in general.
I certainly wouldn't have considered using

 dpkg-buildpackage

given the turnaround I wanted with the source code changes.

  fakeroot debian/rules binary

didn't work either.

I've got some packages in SourceForge. You can get them via

  http://sourceforge.net/users/philipashmore

You can build Debian/Ubuntu packages with

  make debian

You can install/uninstall them with

  make install
  make uninstall

using the makefile in the package root that wraps automake.

You will need to use sudo if you want to install them in a system directory,
like /usr or /usr/local.

If you've git-cloned a package repository you can also do things like

  make git branch=a.b.c distcheck
  make git tag=a.b.c release debian

The tag variant is for branches you tag locally.

If you want to build a package in a sandbox along with all its dependent
v3c packages, you git clone the v3c packages into some directory writeable
by you, then you can use v3c's v3c-tryout script

  v3c-tryout pkg-name-version sandbox-dir,

as in

  ./v3c-tryout v3c-dcom-0.3.2-01 tryout-v3c-dcom

and it will
1. git checkout the respective versions of the dependent packages as
required by the version of the package you specified, into the sandbox dir.
2. build and install them to the sandbox dir in order.
3. create shell scripts to set up a (b/d)ash session inside the sandbox, to
test the packages or run make check, mess with the sources, uninstall...

 to uninstall, just delete the .jar and
 glibtool --mode=uninstall $(RM) list_of_targetlib

 Cheers,
 Scott


 [1] http://sourceware.org/autobook/autobook/autobook_109.html

I'd really like to see something like this adapted by Debian and other
distributions to save developers from reinventing the wheel or discovering
that the package doesn't adhere to published documentation.

What do you think?

Philip



__
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 stapler-adjunct-timeline_1.3-1_amd64.changes

2011-10-26 Thread Debian FTP Masters
stapler-adjunct-timeline_1.3-1_amd64.changes uploaded successfully to localhost
along with the files:
  stapler-adjunct-timeline_1.3-1.dsc
  stapler-adjunct-timeline_1.3.orig.tar.gz
  stapler-adjunct-timeline_1.3-1.debian.tar.gz
  libstapler-adjunct-timeline-java_1.3-1_all.deb
  libstapler-adjunct-timeline-java-doc_1.3-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.


Bug#646069: rxtx fails to read any gnu.io.rxtx.properties when java.ext.dirs system property contains more than one directory

2011-10-26 Thread Scott Howard
Hello all,

This was reported on Debian along with this patch, I wanted to share it here

rxtx fails to read any gnu.io.rxtx.properties when java.ext.dirs
system property contains more than one directory

Patch to fix it is below. It hasn't been tested with what happens if
you have multiple gnu.io.rxtx.properties files

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=rxtx-diff.patch;att=1;bug=646069


If you reply, please keep 646...@bugs.debian.org in the CC:.

Cheers,
Scott



__
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#646069: marked as forwarded (rxtx: fails when java.ext.dirs system property has)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 15:31:13 -0400
with message-id 
CANg8-dBgLnfkMxzHKG9VHv_Vor=XSq1hkv=fgc8fyzbivrf...@mail.gmail.com
has caused the   report #646069,
regarding rxtx: fails when java.ext.dirs system property has
to be marked as having been forwarded to the upstream software
author(s) r...@qbang.org

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
646069: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646069
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Hello all,

This was reported on Debian along with this patch, I wanted to share it here

rxtx fails to read any gnu.io.rxtx.properties when java.ext.dirs
system property contains more than one directory

Patch to fix it is below. It hasn't been tested with what happens if
you have multiple gnu.io.rxtx.properties files

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=rxtx-diff.patch;att=1;bug=646069


If you reply, please keep 646...@bugs.debian.org in the CC:.

Cheers,
Scott

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

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

2011-10-26 Thread Debian FTP Masters
(new) libstapler-adjunct-timeline-java-doc_1.3-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-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-1.debian.tar.gz optional java
(new) stapler-adjunct-timeline_1.3-1.dsc optional java
(new) stapler-adjunct-timeline_1.3.orig.tar.gz optional java
Changes: stapler-adjunct-timeline (1.3-1) unstable; urgency=low
 .
  * Initial Debian release (Closes: #631960)
  * Amended obsolete field names in debian/copyright.


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.


[SCM] Eclipse Team provider for the Git version control system branch, pristine-tar, created. 2364c3003190de0048aaace4d5b8983fca3c397d

2011-10-26 Thread Jakub Adam
The branch, pristine-tar has been created
at  2364c3003190de0048aaace4d5b8983fca3c397d (commit)

- Shortlog 
commit 2364c3003190de0048aaace4d5b8983fca3c397d
Author: Jakub Adam jakub.a...@ktknet.cz
Date:   Wed Oct 26 21:37:04 2011 +0200

pristine-tar data for eclipse-egit_1.1.0.orig.tar.gz

---

-- 
Eclipse Team provider for the Git version control system

___
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] Debian packaging for activemq branch, master, updated. debian/5.5.0+dfsg-3-1-g03e281c

2011-10-26 Thread Damien Raude-Morvan
The following commit has been merged in the master branch:
commit 03e281cce803c5bba8dc207829df593edbe444b1
Author: Damien Raude-Morvan draz...@debian.org
Date:   Wed Oct 26 21:14:15 2011 +0200

d/activemq.init: Merge change proposed by Jonas Genannt to allow console 
startup, useful for debugging purposes. (Closes: #645241).

diff --git a/debian/activemq.README.Debian b/debian/activemq.README.Debian
index c71d82a..9307a78 100644
--- a/debian/activemq.README.Debian
+++ b/debian/activemq.README.Debian
@@ -31,6 +31,17 @@ Enable it:
 Start it :
   invoke-rc.d activemq start
 
+
+Debug an ActiveMQ instance
+--
+
+You can start any ActiveMQ instance in foreground for debugging.
+
+Start instance `foo` in forground:
+
+  # /etc/init.d/activemq console foo
+
+
 Setup a new ActiveMQ instance
 -
 
diff --git a/debian/activemq.init b/debian/activemq.init
index 3d4a45b..cc57c68 100644
--- a/debian/activemq.init
+++ b/debian/activemq.init
@@ -141,23 +141,32 @@ start_servers() {
done
 }
 
+
+# Stops an running Instance
+stop_server() {
+   INSTANCE=$1
+   ACTIVEMQ_PIDFILE=/var/run/activemq/$INSTANCE.pid
+
+   start-stop-daemon --stop --quiet --pidfile $ACTIVEMQ_PIDFILE \
+   --user $ACTIVEMQ_USER \
+   --name java --startas $DAEMON -- stop
+   if running; then
+   force_stop
+   fi
+   if running; then
+   log_progress_msg (failed)
+   else
+   log_progress_msg (stopped)
+   fi
+}
+
 # Stop the process using the wrapper
 stop_servers() {
for INSTANCE in `ls /var/run/activemq/`; do
INSTANCE=$(echo $INSTANCE | sed 's@.pid@@')
-   ACTIVEMQ_PIDFILE=/var/run/activemq/$INSTANCE.pid
log_progress_msg $INSTANCE
-   start-stop-daemon --stop --quiet --pidfile $ACTIVEMQ_PIDFILE \
-   --user $ACTIVEMQ_USER \
-   --name java --startas $DAEMON -- stop
-   if running; then
-   force_stop
-   fi
-   if running; then
-   log_progress_msg (failed)
-   else
-   log_progress_msg (stopped)
-   fi
+
+   stop_server $INSTANCE
done
 }
 
@@ -182,6 +191,46 @@ force_stop() {
 
 
 case $1 in
+  console)
+   INSTANCE=$2
+   if [ ! -z $INSTANCE ]; then
+   log_daemon_msg Starting with Console $DESC  $INSTANCE
+   if [ -r 
${ACTIVEMQ_INSTANCES_ENABLED}/${INSTANCE}/activemq.xml ]; then
+   ACTIVEMQ_PIDFILE=/var/run/activemq/$INSTANCE.pid
+   
ACTIVEMQ_CONFIG_DIR=$ACTIVEMQ_INSTANCES_ENABLED/$INSTANCE
+
+   if [ -f $ACTIVEMQ_PIDFILE ]; then
+   stop_server $INSTANCE
+   fi
+
+   export INSTANCE
+   export ACTIVEMQ_USER
+   export ACTIVEMQ_PIDFILE
+   export ACTIVEMQ_HOME=/usr/share/activemq
+   export ACTIVEMQ_CONFIG_DIR
+
+   # Import global configuration
+   . /usr/share/activemq/activemq-options
+   # Import per instance configuration
+   [ -r ${ACTIVEMQ_CONFIG_DIR}/options ]  . 
${ACTIVEMQ_CONFIG_DIR}/options
+
+   ACTIVEMQ_ARGS=$(echo $ACTIVEMQ_ARGS | sed 
's/start/console/')
+
+   start-stop-daemon --start --pidfile $ACTIVEMQ_PIDFILE \
+   --chuid $ACTIVEMQ_USER \
+   --name java --startas $DAEMON -- $ACTIVEMQ_ARGS
+   else
+   echo File 
${ACTIVEMQ_INSTANCES_ENABLED}/${BROKER}/activemq.xml not found.
+   exit 1
+   fi
+   else
+   echo Usage: $0 console foo
+   echo This will start instance foo in foreground useful for 
debugging purposes.
+   exit 1
+   fi
+
+log_end_msg 0
+   ;;
   start)
 log_daemon_msg Starting $DESC  $NAME
start_servers
@@ -220,7 +269,7 @@ case $1 in
 log_warning_msg cannot re-read the config file (use restart).
 ;;
   *)
-echo Usage: $SCRIPTNAME {start|stop|restart|force-reload|status} 2
+echo Usage: $SCRIPTNAME 
{start|stop|restart|force-reload|status|console} 2
 exit 1
 ;;
 esac
diff --git a/debian/changelog b/debian/changelog
index 7c337aa..f97e88a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+activemq (5.5.0+dfsg-4) unstable; urgency=low
+
+  * d/activemq.init: Merge change proposed by Jonas Genannt to allow
+console startup, useful for debugging purposes. (Closes: #645241).
+
+ -- Damien Raude-Morvan draz...@debian.org  Wed, 26 Oct 2011 21:13:20 +0200
+
 activemq (5.5.0+dfsg-3) unstable; urgency=low
 
   * 

[SCM] Debian packaging for activemq annotated tag, debian/5.5.0+dfsg-4, created. debian/5.5.0+dfsg-4

2011-10-26 Thread Damien Raude-Morvan
The annotated tag, debian/5.5.0+dfsg-4 has been created
at  58c05d9e15a0da3224e82924614f5b5370ff9736 (tag)
   tagging  03e281cce803c5bba8dc207829df593edbe444b1 (commit)
  replaces  debian/5.5.0+dfsg-3
 tagged by  Damien Raude-Morvan
on  Wed Oct 26 23:06:42 2011 +0200

- Shortlog 
Debian release 5.5.0+dfsg-4

Damien Raude-Morvan (1):
  d/activemq.init: Merge change proposed by Jonas Genannt to allow console 
startup, useful for debugging purposes. (Closes: #645241).

---

-- 
Debian packaging for activemq

___
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 activemq_5.5.0+dfsg-4_amd64.changes

2011-10-26 Thread Debian FTP Masters
activemq_5.5.0+dfsg-4_amd64.changes uploaded successfully to localhost
along with the files:
  activemq_5.5.0+dfsg-4.dsc
  activemq_5.5.0+dfsg-4.debian.tar.gz
  libactivemq-java_5.5.0+dfsg-4_all.deb
  libactivemq-java-doc_5.5.0+dfsg-4_all.deb
  activemq_5.5.0+dfsg-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.


activemq_5.5.0+dfsg-4_amd64.changes ACCEPTED into unstable

2011-10-26 Thread Debian FTP Masters



Accepted:
activemq_5.5.0+dfsg-4.debian.tar.gz
  to main/a/activemq/activemq_5.5.0+dfsg-4.debian.tar.gz
activemq_5.5.0+dfsg-4.dsc
  to main/a/activemq/activemq_5.5.0+dfsg-4.dsc
activemq_5.5.0+dfsg-4_all.deb
  to main/a/activemq/activemq_5.5.0+dfsg-4_all.deb
libactivemq-java-doc_5.5.0+dfsg-4_all.deb
  to main/a/activemq/libactivemq-java-doc_5.5.0+dfsg-4_all.deb
libactivemq-java_5.5.0+dfsg-4_all.deb
  to main/a/activemq/libactivemq-java_5.5.0+dfsg-4_all.deb


Override entries for your package:
activemq_5.5.0+dfsg-4.dsc - source java
activemq_5.5.0+dfsg-4_all.deb - optional java
libactivemq-java-doc_5.5.0+dfsg-4_all.deb - optional doc
libactivemq-java_5.5.0+dfsg-4_all.deb - optional java

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


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.


Bug#645241: marked as done (activemq: Init-Script with console startup - useful for debugging purposes)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 21:17:26 +
with message-id e1rjaqk-0003ht...@franck.debian.org
and subject line Bug#645241: fixed in activemq 5.5.0+dfsg-4
has caused the Debian Bug report #645241,
regarding activemq: Init-Script with console startup - useful for debugging 
purposes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
645241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: activemq
Version: 5.5.0+dfsg-3
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hello,

I have added an console startup feature to the init script of ActiveMQ.

This patch allows you to start any ActiveMQ instance in foreground - if the 
instance is running with init script will stop it before.

It's very useful for debugging an instance.

Feel free to include it.

Thanks,
Jonas

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

iQIcBAEBCAAGBQJOlzJ4AAoJEPBM7/YBbP/Qj4YP/094FKMe3Nd3kdDQIdwiADWR
9INokLT8I+J3+zYkxQfaR2AO0AGktA66G2EwBDwXUrK/nzOXF5Xdmc0muXrljNKQ
/3m22GAuUtF/K0kU+0jcDt3V+YDEhEXhA3uoi+OFHE74ebXPZ66IGKbI7cRVch7M
qTDoDpc+8weR3udcElGAfqeyZj7psj7UrEjVaFXUDraXQXqrEqs5/qFPVcsXOMHu
5JJLn3v6I9m2ZOzv6txkANpB61ZKB5cB5//RAm1YVXLc0DiSFbZHhW2TqyFyd2RP
3qAyHqyYNHYGJjC115cp3FKSwRDY8EcpWhvkdkzEWIcx6j5X7s6KJ4CFQox7jeqQ
4vdStVhv1Arqokl9YfGesjOjpjxcog5dTdfKxl0sJY3Uwt7WkPHsjZFy2gcUO9wT
Tj2Em7K4cpoPBGQrT3uo/ARobPLpubRSV4UHl7CDl4Fr4AZ3TjcQsBC2XnnPOfVa
xB+WevjbtvRIPfeFQdMOxELwA0HY373DP8Pf69s+dUUoCeb946JRjU8rJ16Yrvec
SnV89NcT0tnlkkUMf+t6xFrfhTp2E3mzzniazGMVcmrFF25Zaip2xOihpry0ryza
PaES2X8PCa2IOLqvlfWQgUb+fll9dYJ9mbeb1lNYoTgn0sqH9NZaz10tgoJnvauj
kYqiF2fTfbAZUmrir99D
=S2kw
-END PGP SIGNATURE-
diff --git a/debian/activemq.README.Debian b/debian/activemq.README.Debian
index c71d82a..9307a78 100644
--- a/debian/activemq.README.Debian
+++ b/debian/activemq.README.Debian
@@ -31,6 +31,17 @@ Enable it:
 Start it :
   invoke-rc.d activemq start
 
+
+Debug an ActiveMQ instance
+--
+
+You can start any ActiveMQ instance in foreground for debugging.
+
+Start instance `foo` in forground:
+
+  # /etc/init.d/activemq console foo
+
+
 Setup a new ActiveMQ instance
 -
 
diff --git a/debian/activemq.init b/debian/activemq.init
index 3d4a45b..cc57c68 100644
--- a/debian/activemq.init
+++ b/debian/activemq.init
@@ -141,23 +141,32 @@ start_servers() {
 	done
 }
 
+
+# Stops an running Instance
+stop_server() {
+	INSTANCE=$1
+	ACTIVEMQ_PIDFILE=/var/run/activemq/$INSTANCE.pid
+
+	start-stop-daemon --stop --quiet --pidfile $ACTIVEMQ_PIDFILE \
+		--user $ACTIVEMQ_USER \
+		--name java --startas $DAEMON -- stop
+	if running; then
+		force_stop
+	fi
+	if running; then
+		log_progress_msg (failed)
+	else
+		log_progress_msg (stopped)
+	fi
+}
+
 # Stop the process using the wrapper
 stop_servers() {
 	for INSTANCE in `ls /var/run/activemq/`; do
 		INSTANCE=$(echo $INSTANCE | sed 's@.pid@@')
-		ACTIVEMQ_PIDFILE=/var/run/activemq/$INSTANCE.pid
 		log_progress_msg $INSTANCE
-		start-stop-daemon --stop --quiet --pidfile $ACTIVEMQ_PIDFILE \
-			--user $ACTIVEMQ_USER \
-			--name java --startas $DAEMON -- stop
-		if running; then
-			force_stop
-		fi
-		if running; then
-			log_progress_msg (failed)
-		else
-			log_progress_msg (stopped)
-		fi
+
+		stop_server $INSTANCE
 	done
 }
 
@@ -182,6 +191,46 @@ force_stop() {
 
 
 case $1 in
+  console)
+	INSTANCE=$2
+	if [ ! -z $INSTANCE ]; then
+		log_daemon_msg Starting with Console $DESC  $INSTANCE
+		if [ -r ${ACTIVEMQ_INSTANCES_ENABLED}/${INSTANCE}/activemq.xml ]; then
+			ACTIVEMQ_PIDFILE=/var/run/activemq/$INSTANCE.pid
+			ACTIVEMQ_CONFIG_DIR=$ACTIVEMQ_INSTANCES_ENABLED/$INSTANCE
+
+			if [ -f $ACTIVEMQ_PIDFILE ]; then
+stop_server $INSTANCE
+			fi
+
+			export INSTANCE
+			export ACTIVEMQ_USER
+			export ACTIVEMQ_PIDFILE
+			export ACTIVEMQ_HOME=/usr/share/activemq
+			export ACTIVEMQ_CONFIG_DIR
+
+			# Import global configuration
+			. /usr/share/activemq/activemq-options
+			# Import per instance configuration
+			[ -r ${ACTIVEMQ_CONFIG_DIR}/options ]  . ${ACTIVEMQ_CONFIG_DIR}/options
+
+			ACTIVEMQ_ARGS=$(echo $ACTIVEMQ_ARGS | sed 's/start/console/')
+
+			start-stop-daemon --start --pidfile $ACTIVEMQ_PIDFILE \
+--chuid $ACTIVEMQ_USER \
+--name java --startas $DAEMON -- $ACTIVEMQ_ARGS
+		else
+			echo File ${ACTIVEMQ_INSTANCES_ENABLED}/${BROKER}/activemq.xml not found.
+			exit 1
+		fi
+	else
+		echo Usage: $0 console foo
+		echo This will start instance foo in foreground useful for debugging purposes.
+		exit 1
+	fi
+

[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, pristine-tar, created. a74a7567a39272365b518da1b58f0c32f54036c7

2011-10-26 Thread Jakub Adam
The branch, pristine-tar has been created
at  a74a7567a39272365b518da1b58f0c32f54036c7 (commit)

- Shortlog 
commit a74a7567a39272365b518da1b58f0c32f54036c7
Author: Jakub Adam jakub.a...@ktknet.cz
Date:   Wed Oct 26 23:34:05 2011 +0200

pristine-tar data for eclipse-cdt_8.0.1.orig.tar.bz2

---

-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.

___
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] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, master, updated. upstream/8.0.1-64-g2bd0380

2011-10-26 Thread Jakub Adam
The following commit has been merged in the master branch:
commit 2bd0380bc8998dbd2e51526a73ea6c1cee52fdf6
Author: Jakub Adam jakub.a...@ktknet.cz
Date:   Wed Oct 26 23:31:10 2011 +0200

Add myself to Uploaders

diff --git a/debian/control b/debian/control
index df79736..260d20e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Niels Thykier ni...@thykier.net,
-   Benjamin Drung bdr...@debian.org
+   Benjamin Drung bdr...@debian.org,
+   Jakub Adam jakub.a...@ktknet.cz
 Build-Depends: debhelper (= 8~),
default-jdk,
eclipse-pde (= 3.7~exp),

-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.

___
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 httpunit_1.7+dfsg-7_amd64.changes

2011-10-26 Thread Debian FTP Masters
httpunit_1.7+dfsg-7_amd64.changes uploaded successfully to localhost
along with the files:
  httpunit_1.7+dfsg-7.dsc
  httpunit_1.7+dfsg-7.debian.tar.gz
  libhttpunit-java_1.7+dfsg-7_all.deb
  libhttpunit-java-doc_1.7+dfsg-7_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] r15267 - trunk/httpunit/debian

2011-10-26 Thread Tony Mancill
Author: tmancill
Date: 2011-10-27 03:13:51 + (Thu, 27 Oct 2011)
New Revision: 15267

Modified:
   trunk/httpunit/debian/changelog
Log:
set distribution to unstable for sponsored upload

Modified: trunk/httpunit/debian/changelog
===
--- trunk/httpunit/debian/changelog 2011-10-26 17:11:27 UTC (rev 15266)
+++ trunk/httpunit/debian/changelog 2011-10-27 03:13:51 UTC (rev 15267)
@@ -1,4 +1,4 @@
-httpunit (1.7+dfsg-7) UNRELEASED; urgency=low
+httpunit (1.7+dfsg-7) unstable; urgency=low
 
   * Fix maven metadata to use libservlet2.5-java artifacts
   * Drop dependency on libxerces2-java; no longer required as JAX-P 


___
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] r15268 - in tags/httpunit: . 1.7+dfsg-7/debian

2011-10-26 Thread Tony Mancill
Author: tmancill
Date: 2011-10-27 03:16:44 + (Thu, 27 Oct 2011)
New Revision: 15268

Added:
   tags/httpunit/1.7+dfsg-7/
   tags/httpunit/1.7+dfsg-7/debian/changelog
Removed:
   tags/httpunit/1.7+dfsg-7/debian/changelog
Log:
[svn-buildpackage] Tagging httpunit 1.7+dfsg-7

Deleted: tags/httpunit/1.7+dfsg-7/debian/changelog
===
--- trunk/httpunit/debian/changelog 2011-10-25 23:29:32 UTC (rev 15265)
+++ tags/httpunit/1.7+dfsg-7/debian/changelog   2011-10-27 03:16:44 UTC (rev 
15268)
@@ -1,92 +0,0 @@
-httpunit (1.7+dfsg-7) UNRELEASED; urgency=low
-
-  * Fix maven metadata to use libservlet2.5-java artifacts
-  * Drop dependency on libxerces2-java; no longer required as JAX-P 
-implementation is provided by default-jdk. 
-  * Added myself to Uploaders.
-
- -- James Page james.p...@ubuntu.com  Sun, 23 Oct 2011 20:38:26 +0100
-
-httpunit (1.7+dfsg-6) unstable; urgency=low
-
-  * Update maven metadata about jtidy dependency. (Closes: #643749).
-  * Fix minor lintian warnings about control file.
-  * Make copyright file DEP-5 compliant.
-  * Drop almost all versioned dependencies since they are satisfied in squeeze.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 29 Sep 2011 07:37:34 -0430
-
-httpunit (1.7+dfsg-5.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * debian/control:
- - add version contraint on maven-repo-helper (= 1.6)
- - Bumped Standards-Version to 3.9.2. No changes neeeded.
-  * debian/rules: simplify installation by using dh --with jh_maven_repo_helper
-  * debian/libhttpunit.poms: add parameters for jh_maven_repo_helper
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Mon, 26 Sep 2011 23:01:21 
+0200
-
-httpunit (1.7+dfsg-5) unstable; urgency=low
-
-  * Team upload
-
-  [ Ludovic Claude ]
-  * debian/control: add version contraint on maven-repo-helper
-  * debian/rules: simplify installation by using mh_install
-  * debian/libhttpunit.poms: add parameters for mh_install
-
-  [ Torsten Werner ]
-  * Change Section: java for source package.
-  * Remove Java runtime from Depends.
-  * Update Standards-Version: 3.9.1.
-  * Set JAVA_HOME in debian/rules.
-  * Switch to libservlet2.5-java.
-
- -- Torsten Werner twer...@debian.org  Fri, 02 Sep 2011 23:19:04 +0200
-
-httpunit (1.7+dfsg-4) unstable; urgency=low
-
-  * Added libservlet2.4-java runtime dependency
-
- -- Gabriele Giacone 1o5g4...@gmail.com  Fri, 19 Feb 2010 22:47:48 +0100
-
-httpunit (1.7+dfsg-3) unstable; urgency=low
-
-  [ Gabriele Giacone ]
-  * Added Maven support.
-  * Bumped Standards-Version to 3.8.4. No changes neeeded.
-  * Changed source format to 3.0, removed dpatch dependency.
-  * Replaced cdbs with debhelper, and bumped compat level to 7.
-
-  [ Miguel Landaeta ]
-  * Updated to Depend and Build-Depend on default JRE and JDK, and use
-javahelper.
-
-  [ Torsten Werner ]
-  * Remove README.source refering dpatch.
-
- -- Torsten Werner twer...@debian.org  Thu, 18 Feb 2010 23:06:53 +0100
-
-httpunit (1.7+dfsg-2) unstable; urgency=low
-
-  [ Miguel Landaeta ]
-  * Added Vcs-* fields.
-  * Added Class-Path entry to the manifest. (Closes: #536205)
-  * Bumped Standards-Version to 3.8.2; no changes required.
-  * Fixed wrong-section-according-to-package-name lintian warning.
-libhttpunit-java is now under java section.
-
-  [ Michael Koch ]
-  * Fixed watch file to use SF redirector.
-  * Added debian/README.source.
-  * Added myself to Uploaders.
-  * Updated to Standards-Version 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Fri, 18 Sep 2009 07:35:15 +0200
-
-httpunit (1.7+dfsg-1) unstable; urgency=low
-
-  * Initial release (closes: #518350).
-
- -- Miguel Landaeta mig...@miguel.cc  Fri, 06 Mar 2009 23:45:36 -0430

Copied: tags/httpunit/1.7+dfsg-7/debian/changelog (from rev 15267, 
trunk/httpunit/debian/changelog)
===
--- tags/httpunit/1.7+dfsg-7/debian/changelog   (rev 0)
+++ tags/httpunit/1.7+dfsg-7/debian/changelog   2011-10-27 03:16:44 UTC (rev 
15268)
@@ -0,0 +1,92 @@
+httpunit (1.7+dfsg-7) unstable; urgency=low
+
+  * Fix maven metadata to use libservlet2.5-java artifacts
+  * Drop dependency on libxerces2-java; no longer required as JAX-P 
+implementation is provided by default-jdk. 
+  * Added myself to Uploaders.
+
+ -- James Page james.p...@ubuntu.com  Sun, 23 Oct 2011 20:38:26 +0100
+
+httpunit (1.7+dfsg-6) unstable; urgency=low
+
+  * Update maven metadata about jtidy dependency. (Closes: #643749).
+  * Fix minor lintian warnings about control file.
+  * Make copyright file DEP-5 compliant.
+  * Drop almost all versioned dependencies since they are satisfied in squeeze.
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 29 Sep 2011 07:37:34 -0430
+
+httpunit (1.7+dfsg-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+ - add version contraint on maven-repo-helper (= 1.6)
+ - Bumped Standards-Version to 

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

2011-10-26 Thread Debian FTP Masters



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


Override entries for your package:
httpunit_1.7+dfsg-7.dsc - source java
libhttpunit-java-doc_1.7+dfsg-7_all.deb - optional doc
libhttpunit-java_1.7+dfsg-7_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.


[SCM] libjsr166y-java: Parallel computation framework for Java branch, master, updated. debian/1.7.0-1-1-gbaa9ed4

2011-10-26 Thread tony mancill
The following commit has been merged in the master branch:
commit baa9ed4679273a94256a40fabe0d8277aeeff839
Author: tony mancill tmanc...@debian.org
Date:   Wed Oct 26 20:04:18 2011 -0700

set distribution to experimental; set DM-Upload-Allowed

diff --git a/debian/changelog b/debian/changelog
index 70f5b5e..01cbabb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-libjsr166y-java (1.7.0-1) unstable; urgency=low
+libjsr166y-java (1.7.0-1) experimental; urgency=low
 
+  [Miguel Landaeta]
   * New upstream release.
   * Refresh patch 01_workaround_typing_bug.diff.
   * Bump Standards-Version to 3.9.2. No changes were required.
@@ -9,6 +10,9 @@ libjsr166y-java (1.7.0-1) unstable; urgency=low
   * Add extra166y jar.
   * Provide -doc package.
 
+  [tony mancill]
+  * Set DM-Upload-Allowed flag.
+
  -- Miguel Landaeta mig...@miguel.cc  Thu, 20 Oct 2011 19:24:30 -0430
 
 libjsr166y-java (0.1.20080107-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 39fdec9..b34b43d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: libjsr166y-java
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Miguel Landaeta mig...@miguel.cc
+DM-Upload-Allowed: yes
 Section: java
 Priority: optional
 Build-Depends: debhelper (= 7.0.50), default-jdk, javahelper, 
maven-repo-helper

-- 
libjsr166y-java: Parallel computation framework for 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


[SCM] libjsr166y-java: Parallel computation framework for Java annotated tag, debian/1.7.0-1, deleted. upstream/1.7.0-1-g0170867

2011-10-26 Thread tony mancill
The annotated tag, debian/1.7.0-1 has been deleted
   was  31434e29fdff7666dfdd43370694c8345187cc33

---
tag debian/1.7.0-1

Debian release 1.7.0-1
0170867653239c3fadd38836ec7883bdd18c639f set distribution to unstable for 
sponsored upload
---

-- 
libjsr166y-java: Parallel computation framework for 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


[SCM] libjsr166y-java: Parallel computation framework for Java annotated tag, debian/1.7.0-1, created. debian/1.7.0-1

2011-10-26 Thread tony mancill
The annotated tag, debian/1.7.0-1 has been created
at  658afcd3591cb39e57b74ad4d78f09cefbdcda5b (tag)
   tagging  baa9ed4679273a94256a40fabe0d8277aeeff839 (commit)
  replaces  upstream/1.7.0
 tagged by  tony mancill
on  Wed Oct 26 20:21:23 2011 -0700

- Shortlog 
Debian release 1.7.0-1

tony mancill (2):
  set distribution to unstable for sponsored upload
  set distribution to experimental; set DM-Upload-Allowed

---

-- 
libjsr166y-java: Parallel computation framework for 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


Processing of libjsr166y-java_1.7.0-1_amd64.changes

2011-10-26 Thread Debian FTP Masters
libjsr166y-java_1.7.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  libjsr166y-java_1.7.0-1.dsc
  libjsr166y-java_1.7.0.orig.tar.gz
  libjsr166y-java_1.7.0-1.debian.tar.gz
  libjsr166y-java_1.7.0-1_all.deb
  libjsr166y-java-doc_1.7.0-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.


libjsr166y-java_1.7.0-1_amd64.changes is NEW

2011-10-26 Thread Debian FTP Masters
(new) libjsr166y-java-doc_1.7.0-1_all.deb optional doc
Documentation for libjsr166y-java
 Documentation for JSR166 that provides a Java framework that
 supports a style of parallel programming in which problems are
 solved by (recursively) splitting them into subtasks that
 are solved in parallel, waiting for them to complete, and
 then composing results.
 .
 Fork/Join parallelism is among the simplest and most
 effective design techniques for obtaining good parallel
 performance.  Fork/Join algorithms are parallel versions
 of familiar divide-and-conquer algorithms.
 .
 JSR166y includes a parallel computation framework:
 ForkJoinTasks and their related support classes provide a
 very efficient basis for obtaining platform-independent
 parallel speed-ups of computation-intensive operations.
 .
 This package contains javadocs for jsr166y and extra166y
 Java packages.
libjsr166y-java_1.7.0-1.debian.tar.gz
  to main/libj/libjsr166y-java/libjsr166y-java_1.7.0-1.debian.tar.gz
libjsr166y-java_1.7.0-1.dsc
  to main/libj/libjsr166y-java/libjsr166y-java_1.7.0-1.dsc
libjsr166y-java_1.7.0-1_all.deb
  to main/libj/libjsr166y-java/libjsr166y-java_1.7.0-1_all.deb
libjsr166y-java_1.7.0.orig.tar.gz
  to main/libj/libjsr166y-java/libjsr166y-java_1.7.0.orig.tar.gz
Changes: libjsr166y-java (1.7.0-1) experimental; urgency=low
 .
  [Miguel Landaeta]
  * New upstream release.
  * Refresh patch 01_workaround_typing_bug.diff.
  * Bump Standards-Version to 3.9.2. No changes were required.
  * Update Homepage field.
  * Update copyright file and make it DEP-5 compliant.
  * Provide POM files with org.codehaus.jsr166-mirror as group ID.
  * Add extra166y jar.
  * Provide -doc package.
 .
  [tony mancill]
  * Set DM-Upload-Allowed flag.


Override entries for your package:
libjsr166y-java_1.7.0-1.dsc - source java
libjsr166y-java_1.7.0-1_all.deb - optional java

Announcing to debian-experimental-chan...@lists.debian.org
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.


Processing of clojure-maven-plugin_1.3.3-3_amd64.changes

2011-10-26 Thread Debian FTP Masters
clojure-maven-plugin_1.3.3-3_amd64.changes uploaded successfully to localhost
along with the files:
  clojure-maven-plugin_1.3.3-3.dsc
  clojure-maven-plugin_1.3.3-3.debian.tar.gz
  libclojure-maven-plugin-java_1.3.3-3_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.


[SCM] UNNAMED PROJECT branch, master, updated. 7feee6b5bc64c314a7f91f0341cc1f019fee0fcf

2011-10-26 Thread tony mancill
The following commit has been merged in the master branch:
commit 7feee6b5bc64c314a7f91f0341cc1f019fee0fcf
Author: tony mancill tmanc...@debian.org
Date:   Wed Oct 26 21:24:56 2011 -0700

set distribution to unstable for sponsored upload

diff --git a/debian/changelog b/debian/changelog
index b870724..18aed72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-clojure-maven-plugin (1.3.3-3) UNRELEASED; urgency=low
+clojure-maven-plugin (1.3.3-3) unstable; urgency=low
 
   * Team upload.
   * Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643497).

-- 
UNNAMED PROJECT

___
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] UNNAMED PROJECT tag, debian/1.3.3-3, created. 7feee6b5bc64c314a7f91f0341cc1f019fee0fcf

2011-10-26 Thread tony mancill
The tag, debian/1.3.3-3 has been created
at  7feee6b5bc64c314a7f91f0341cc1f019fee0fcf (commit)

- Shortlog 
commit 7feee6b5bc64c314a7f91f0341cc1f019fee0fcf
Author: tony mancill tmanc...@debian.org
Date:   Wed Oct 26 21:24:56 2011 -0700

set distribution to unstable for sponsored upload
---

-- 
UNNAMED PROJECT

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


clojure-maven-plugin_1.3.3-3_amd64.changes ACCEPTED into unstable

2011-10-26 Thread Debian FTP Masters



Accepted:
clojure-maven-plugin_1.3.3-3.debian.tar.gz
  to main/c/clojure-maven-plugin/clojure-maven-plugin_1.3.3-3.debian.tar.gz
clojure-maven-plugin_1.3.3-3.dsc
  to main/c/clojure-maven-plugin/clojure-maven-plugin_1.3.3-3.dsc
libclojure-maven-plugin-java_1.3.3-3_all.deb
  to main/c/clojure-maven-plugin/libclojure-maven-plugin-java_1.3.3-3_all.deb


Override entries for your package:
clojure-maven-plugin_1.3.3-3.dsc - source java
libclojure-maven-plugin-java_1.3.3-3_all.deb - optional java

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


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.


Re: Bug#643497: clojure-maven-plugin: FTBFS: Error building POM.

2011-10-26 Thread tony mancill
Uploaded and tagged.

Thank you,
tony

On 10/22/2011 12:18 PM, Miguel Landaeta wrote:
 tag 643497 + pending
 thanks
 
 On Tue, Sep 27, 2011 at 03:43:00PM +0200, Didier Raboud wrote:
 Source: clojure-maven-plugin
 Version: 1.3.3-2
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs java-maven
 Justification: FTBFS on amd64



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.

Bug#643497: marked as done (clojure-maven-plugin: FTBFS: Error building POM.)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 04:32:11 +
with message-id e1rjhdt-00067j...@franck.debian.org
and subject line Bug#643497: fixed in clojure-maven-plugin 1.3.3-3
has caused the Debian Bug report #643497,
regarding clojure-maven-plugin: FTBFS: Error building POM.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
643497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: clojure-maven-plugin
Version: 1.3.3-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs java-maven
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Error building POM (may not be this project's POM).
 
 
 Project ID: org.apache.maven.plugins:maven-plugin-plugin
 
 Reason: POM 'org.apache.maven.plugins:maven-plugin-plugin' not found in 
 repository: System is offline.
 
   org.apache.maven.plugins:maven-plugin-plugin:pom:2.8
 
 
  for project org.apache.maven.plugins:maven-plugin-plugin
 
 
 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Sat Sep 24 00:30:18 CEST 2011
 [INFO] Final Memory: 5M/724M
 [INFO] 
 
 make: *** [mvn-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/clojure-maven-plugin_1.3.3-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


---End Message---
---BeginMessage---
Source: clojure-maven-plugin
Source-Version: 1.3.3-3

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

clojure-maven-plugin_1.3.3-3.debian.tar.gz
  to main/c/clojure-maven-plugin/clojure-maven-plugin_1.3.3-3.debian.tar.gz
clojure-maven-plugin_1.3.3-3.dsc
  to main/c/clojure-maven-plugin/clojure-maven-plugin_1.3.3-3.dsc
libclojure-maven-plugin-java_1.3.3-3_all.deb
  to main/c/clojure-maven-plugin/libclojure-maven-plugin-java_1.3.3-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 643...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated clojure-maven-plugin 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Oct 2011 14:25:17 -0430
Source: clojure-maven-plugin
Binary: libclojure-maven-plugin-java
Architecture: source all
Version: 1.3.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libclojure-maven-plugin-java - Clojure plugin for Maven
Closes: 643497
Changes: 
 clojure-maven-plugin (1.3.3-3) unstable; urgency=low
 .
   * Team upload.
   * Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643497).
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Remove unneccesary patch.
   * Remove unneccesary Build-Depends on quilt.
   * Switch to source format 3.0 (quilt).
Checksums-Sha1: 
 15b587a5575c5d80ba4fc975ed530b7dcee77a63 2338 clojure-maven-plugin_1.3.3-3.dsc
 618b97f4ff932d997597f33f13cf2a9df7f17eca 6685 
clojure-maven-plugin_1.3.3-3.debian.tar.gz
 cb7f7137872341bc7d5a84cf80c2e17036e70dc4 36532 
libclojure-maven-plugin-java_1.3.3-3_all.deb
Checksums-Sha256: 
 8dca16a1b5a31d39b0a644589d0c3d9f2e7fa7628c2f0bca016117eaaebd3331 2338 
clojure-maven-plugin_1.3.3-3.dsc
 

[pkg-java] r15269 - trunk/tomcat6/debian

2011-10-26 Thread Tony Mancill
Author: tmancill
Date: 2011-10-27 04:50:12 + (Thu, 27 Oct 2011)
New Revision: 15269

Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/defaults.template
Log:
set unset LC_ALL to /etc/defaults/tomcat6 (Debian #645221)

Modified: trunk/tomcat6/debian/changelog
===
--- trunk/tomcat6/debian/changelog  2011-10-27 03:16:44 UTC (rev 15268)
+++ trunk/tomcat6/debian/changelog  2011-10-27 04:50:12 UTC (rev 15269)
@@ -1,3 +1,12 @@
+tomcat6 (6.0.32-7) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Add unset LC_ALL to /etc/defaults/tomcat6 to prevent user 
+environment settings from leaking into the servlet container.
+- Thank you to Nicolas Pichon.  (Closes: #645221)
+
+ -- tony mancill tmanc...@debian.org  Wed, 26 Oct 2011 21:13:17 -0700
+
 tomcat6 (6.0.32-6) unstable; urgency=medium
 
   [ tony mancill ]

Modified: trunk/tomcat6/debian/defaults.template
===
--- trunk/tomcat6/debian/defaults.template  2011-10-27 03:16:44 UTC (rev 
15268)
+++ trunk/tomcat6/debian/defaults.template  2011-10-27 04:50:12 UTC (rev 
15269)
@@ -43,3 +43,7 @@
 # NOTE: authbind works only with IPv4.  Do not enable it when using IPv6.
 # (yes/no, default: no)
 #AUTHBIND=no
+
+# Unset LC_ALL to prevent user environment executing the init script from
+# influencing servlet behavior.  See Debian bug #645221
+unset LC_ALL


___
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 645221

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

 tags 645221 + pending
Bug #645221 [tomcat6] tomcat6: Tomcat6 initscript influenced by user's 
environment variables
Added tag(s) pending.
 thanks
Stopping processing here.

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