[pkg-java] r15345 - in trunk/libjaxp1.3-java/debian: . patches

2011-11-04 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-11-04 23:16:08 + (Fri, 04 Nov 2011)
New Revision: 15345

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

Modified: trunk/libjaxp1.3-java/debian/changelog
===
--- trunk/libjaxp1.3-java/debian/changelog  2011-11-04 22:04:28 UTC (rev 
15344)
+++ trunk/libjaxp1.3-java/debian/changelog  2011-11-04 23:16:08 UTC (rev 
15345)
@@ -1,3 +1,9 @@
+libjaxp1.3-java (1.3.05-2) UNRELEASED; urgency=low
+
+  * Add OSGi metadata to jar manifest
+
+ -- Jakub Adam   Sun, 16 Oct 2011 22:10:51 +0200
+
 libjaxp1.3-java (1.3.05-1) unstable; urgency=low
 
   * Team upload

Added: trunk/libjaxp1.3-java/debian/patches/add-osgi-metadata.patch
===
--- trunk/libjaxp1.3-java/debian/patches/add-osgi-metadata.patch
(rev 0)
+++ trunk/libjaxp1.3-java/debian/patches/add-osgi-metadata.patch
2011-11-04 23:16:08 UTC (rev 15345)
@@ -0,0 +1,50 @@
+From: Jakub Adam 
+Date: Sun, 16 Oct 2011 22:09:36 +0200
+Subject: add-osgi-metadata
+
+---
+ manifest.commons |   31 +++
+ 1 files changed, 31 insertions(+), 0 deletions(-)
+
+diff --git a/manifest.commons b/manifest.commons
+index 9718474..082c4fa 100644
+--- a/manifest.commons
 b/manifest.commons
+@@ -1,5 +1,36 @@
+ Manifest-Version: 1.0
+ Created-By: 1.3.1 (IBM Corporation)
++Bundle-ManifestVersion: 2
++Bundle-Name: Java XML parser and transformer APIs
++Bundle-Version: 1.3
++Bundle-SymbolicName: javax.xml
++Export-Package: javax.xml;version="1.3",
++ javax.xml.namespace;version="1.3",
++ javax.xml.transform;version="1.3",
++ javax.xml.transform.stream;version="1.3",
++ javax.xml.transform.dom;version="1.3",
++ javax.xml.transform.sax;version="1.3",
++ javax.xml.datatype;version="1.3",
++ javax.xml.xpath;version="1.3",
++ javax.xml.parsers;version="1.3",
++ javax.xml.validation;version="1.3",
++ org.xml.sax;version="2.0.2",
++ org.xml.sax.ext;version="2.0.2",
++ org.xml.sax.helpers;version="2.0.2",
++ org.w3c.css.sac;version="1.0",
++ org.w3c.dom;version="1.0",
++ org.w3c.dom.html;version="1.0",
++ org.w3c.dom.traversal;version="1.0",
++ org.w3c.dom.css;version="1.0",
++ org.w3c.dom.svg;version="1.0",
++ org.w3c.dom.ls;version="1.0",
++ org.w3c.dom.stylesheet;version="1.0",
++ org.w3c.dom.events;version="1.0",
++ org.w3c.dom.ranges;version="1.0",
++ org.w3c.dom.xpath;version="1.0",
++ org.w3c.dom.bootstrap;version="1.0",
++ org.w3c.dom.views;version="1.0",
++ org.w3c.dom.smil;version="1.0"
+ 
+ Name: org/apache/xmlcommons/Version
+ Comment: XmlCommonsExternal for http://xml.apache.org/ subproject's use
+-- 

Added: trunk/libjaxp1.3-java/debian/patches/series
===
--- trunk/libjaxp1.3-java/debian/patches/series (rev 0)
+++ trunk/libjaxp1.3-java/debian/patches/series 2011-11-04 23:16:08 UTC (rev 
15345)
@@ -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] r15344 - trunk/libjdom1-java/debian/patches

2011-11-04 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-11-04 22:04:28 + (Fri, 04 Nov 2011)
New Revision: 15344

Modified:
   trunk/libjdom1-java/debian/patches/add-osgi-metadata.patch
Log:
Specify versions of bundle-exported packages

Modified: trunk/libjdom1-java/debian/patches/add-osgi-metadata.patch
===
--- trunk/libjdom1-java/debian/patches/add-osgi-metadata.patch  2011-11-04 
17:48:55 UTC (rev 15343)
+++ trunk/libjdom1-java/debian/patches/add-osgi-metadata.patch  2011-11-04 
22:04:28 UTC (rev 15344)
@@ -16,14 +16,14 @@
 +Bundle-Name: JDOM XML
 +Bundle-Vendor: jdom.org
 +Bundle-SymbolicName: org.jdom
-+Bundle-Version: @version.spec@
-+Export-Package: org.jdom,
-+ org.jdom.adapters,
-+ org.jdom.filter,
-+ org.jdom.input,
-+ org.jdom.output,
-+ org.jdom.transform,
-+ org.jdom.xpath
++Bundle-Version: 1.1.1
++Export-Package: org.jdom;version="1.1.1",
++ org.jdom.adapters;version="1.1.1",
++ org.jdom.filter;version="1.1.1",
++ org.jdom.input;version="1.1.1",
++ org.jdom.output;version="1.1.1",
++ org.jdom.transform;version="1.1.1",
++ org.jdom.xpath;version="1.1.1"
  
  Name: org/jdom/
  Specification-Title: JDOM 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] UNNAMED PROJECT branch, master, updated. debian/1.2-11-2-gc970e6c

2011-11-04 Thread tony mancill
The following commit has been merged in the master branch:
commit 323e00ccbc9de2bc8c192b7ccc2f797e62c154d5
Author: tony mancill 
Date:   Fri Nov 4 14:30:10 2011 -0700

add xulrunner-8.0 to list of dependencies

diff --git a/debian/control b/debian/control
index d235120..4f0d0e9 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,13 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/tuxguitar.git
 Package: tuxguitar
 Architecture: all
 Section: sound
-Depends: default-jre | java2-runtime, libitext-java, libswt-gtk-3-java, 
libswt-cairo-gtk-3-jni, libswt-webkit-gtk-3-jni, xulrunner-7.0 | xulrunner-6.0 
| xulrunner-5.0 | xulrunner-1.9.1, ${misc:Depends}
+Depends: default-jre | java2-runtime,
+ libitext-java,
+ libswt-gtk-3-java,
+ libswt-cairo-gtk-3-jni,
+ libswt-webkit-gtk-3-jni,
+ xulrunner-8.0 | xulrunner-7.0 | xulrunner-6.0 | xulrunner-5.0 | 
xulrunner-1.9.1,
+ ${misc:Depends}
 Recommends: tuxguitar-alsa (= ${source:Version}), tuxguitar-oss (= 
${source:Version})
 Suggests: tuxguitar-jsa (= ${source:Version}), lilypond
 Description: Multitrack guitar tablature editor and player (gp3 to gp5)

-- 
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 branch, master, updated. debian/1.2-11-2-gc970e6c

2011-11-04 Thread tony mancill
The following commit has been merged in the master branch:
commit c970e6c5e1ee379e2e900dbd67fc9acac7d572ec
Author: tony mancill 
Date:   Fri Nov 4 14:31:05 2011 -0700

update changelog

diff --git a/debian/changelog b/debian/changelog
index 195d33e..6967711 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tuxguitar (1.2-12) UNRELEASED; urgency=low
+
+  * add xulrunner-8.0 to list of dependencies
+
+ -- tony mancill   Fri, 04 Nov 2011 14:30:36 -0700
+
 tuxguitar (1.2-11) unstable; urgency=low
 
   * Reorder build depends to address kfreebsd build problem.

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


Bug#647462: Backport of activemq

2011-11-04 Thread Damien Raude-Morvan
Hi Micah,

Le mercredi 02 novembre 2011 23:17:04, Micah Anderson a écrit :
> I would like to use activemq on squeeze. Would you consider a backport for
> squeeze-backports?

There has been discussion last month on debian-backport about this [1].

> I'd be happy to do the backport, if you do not wish to do so.

I just lack enough free time to do the work by myself, so you're more than 
welcome to give a hand !
Feel free to fork git and submit patch and/or join debian pkg-java team.

[1] http://lists.debian.org/debian-backports/2011/10/msg00017.html

Cheers,
-- 
Damien


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

[pkg-java] r15343 - trunk/local-file/debian

2011-11-04 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-11-04 17:48:55 + (Fri, 04 Nov 2011)
New Revision: 15343

Modified:
   trunk/local-file/debian/control
   trunk/local-file/debian/rules
Log:
Use new package

Modified: trunk/local-file/debian/control
===
--- trunk/local-file/debian/control 2011-11-04 17:41:08 UTC (rev 15342)
+++ trunk/local-file/debian/control 2011-11-04 17:48:55 UTC (rev 15343)
@@ -5,7 +5,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre 
 Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
-Build-Depends-Indep: default-jdk
+Build-Depends-Indep: default-jdk, clojure1.3, lein-clojars (>= 0.7.0)
 Standards-Version: 3.9.2
 Homepage: https://github.com/arthuredelstein/local-file/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/local-file

Modified: trunk/local-file/debian/rules
===
--- trunk/local-file/debian/rules   2011-11-04 17:41:08 UTC (rev 15342)
+++ trunk/local-file/debian/rules   2011-11-04 17:48:55 UTC (rev 15343)
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-#export CLASSPATH=/usr/share/java/clojure-1.3.0.jar
+export 
CLASSPATH=/usr/share/java/clojure-1.3.0.jar:/usr/share/java/lein-clojare-0.7.0.jar
 
 %:
dh $@ --with javahelper


___
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] r15342 - trunk/lein-clojars/debian

2011-11-04 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-11-04 17:41:08 + (Fri, 04 Nov 2011)
New Revision: 15342

Modified:
   trunk/lein-clojars/debian/changelog
Log:
Add ITP#

Modified: trunk/lein-clojars/debian/changelog
===
--- trunk/lein-clojars/debian/changelog 2011-11-04 17:28:19 UTC (rev 15341)
+++ trunk/lein-clojars/debian/changelog 2011-11-04 17:41:08 UTC (rev 15342)
@@ -1,5 +1,5 @@
 lein-clojars (0.7.0-1) unstable; urgency=low
 
-  * Initial Debian Upload (Closes: #)
+  * Initial Debian Upload (Closes: #647633)
 
- -- Mathieu Malaterre   Wed, 07 Sep 2011 18:48:30 
+0200
+ -- Mathieu Malaterre   Fri, 04 Nov 2011 19:41:05 
-0400


___
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] r15341 - trunk/lein-clojars/debian/patches

2011-11-04 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-11-04 17:28:19 + (Fri, 04 Nov 2011)
New Revision: 15341

Modified:
   trunk/lein-clojars/debian/patches/nonetwork.patch
Log:
need to close parenthesis

Modified: trunk/lein-clojars/debian/patches/nonetwork.patch
===
--- trunk/lein-clojars/debian/patches/nonetwork.patch   2011-11-04 17:18:04 UTC 
(rev 15340)
+++ trunk/lein-clojars/debian/patches/nonetwork.patch   2011-11-04 17:28:19 UTC 
(rev 15341)
@@ -1,8 +1,9 @@
 Index: lein-clojars-0.7.0/project.clj
 ===
 lein-clojars-0.7.0.orig/project.clj2011-11-04 18:17:30.0 
+0100
-+++ lein-clojars-0.7.0/project.clj 2011-11-04 18:17:34.0 +0100
+--- lein-clojars-0.7.0.orig/project.clj2011-11-04 17:17:30.0 
+
 lein-clojars-0.7.0/project.clj 2011-11-04 17:26:56.0 +
 @@ -1,3 +1,2 @@
  (defproject lein-clojars "0.7.0"
-   :description "Leiningen plugin for interacting with Clojars.org."
+-  :description "Leiningen plugin for interacting with Clojars.org."
 -  :dependencies [[com.jcraft/jsch "0.1.42"]])
++  :description "Leiningen plugin for interacting with Clojars.org.")


___
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#647632: leiningen: Could not locate clojure/contrib/java_utils__init.class or clojure/contrib/java_utils.clj on classpath:

2011-11-04 Thread Mathieu Malaterre
Package: leiningen
Version: 1.6.1.1-1
Severity: normal


Hi,

  lein help does not work quite well, it fails for one option:

$ lein help
[...]
pom Write a pom.xml file to disk for Maven interop.
leiningen.push  Problem loading: java.io.FileNotFoundException: Could not 
locate clojure/contrib/java_utils__init.class or clojure/contrib/java_utils.clj 
on classpath:  (push.clj:1)
replStart a repl session either with the current project or standalone.
[...]

Thanks

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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



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


[pkg-java] r15340 - in trunk/lein-clojars/debian: . patches

2011-11-04 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-11-04 17:18:04 + (Fri, 04 Nov 2011)
New Revision: 15340

Added:
   trunk/lein-clojars/debian/patches/
   trunk/lein-clojars/debian/patches/nonetwork.patch
   trunk/lein-clojars/debian/patches/series
Log:
tell lein to behave and do not try to download stuff

Added: trunk/lein-clojars/debian/patches/nonetwork.patch
===
--- trunk/lein-clojars/debian/patches/nonetwork.patch   
(rev 0)
+++ trunk/lein-clojars/debian/patches/nonetwork.patch   2011-11-04 17:18:04 UTC 
(rev 15340)
@@ -0,0 +1,8 @@
+Index: lein-clojars-0.7.0/project.clj
+===
+--- lein-clojars-0.7.0.orig/project.clj2011-11-04 18:17:30.0 
+0100
 lein-clojars-0.7.0/project.clj 2011-11-04 18:17:34.0 +0100
+@@ -1,3 +1,2 @@
+ (defproject lein-clojars "0.7.0"
+   :description "Leiningen plugin for interacting with Clojars.org."
+-  :dependencies [[com.jcraft/jsch "0.1.42"]])

Added: trunk/lein-clojars/debian/patches/series
===
--- trunk/lein-clojars/debian/patches/series(rev 0)
+++ trunk/lein-clojars/debian/patches/series2011-11-04 17:18:04 UTC (rev 
15340)
@@ -0,0 +1 @@
+nonetwork.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] r15339 - trunk/lein-clojars/debian

2011-11-04 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-11-04 17:15:05 + (Fri, 04 Nov 2011)
New Revision: 15339

Modified:
   trunk/lein-clojars/debian/control
   trunk/lein-clojars/debian/rules
Log:
need libjsch

Modified: trunk/lein-clojars/debian/control
===
--- trunk/lein-clojars/debian/control   2011-11-04 17:09:28 UTC (rev 15338)
+++ trunk/lein-clojars/debian/control   2011-11-04 17:15:05 UTC (rev 15339)
@@ -5,11 +5,11 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre 
 Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
-Build-Depends-Indep: default-jdk, leiningen
+Build-Depends-Indep: default-jdk, leiningen, libjsch-java (>= 0.1.42)
 Standards-Version: 3.9.2
 Homepage: https://github.com/ato/lein-clojars/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/local-file
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/local-file/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/lein-clojars
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/lein-clojars/
 
 Package: lein-clojars
 Architecture: all

Modified: trunk/lein-clojars/debian/rules
===
--- trunk/lein-clojars/debian/rules 2011-11-04 17:09:28 UTC (rev 15338)
+++ trunk/lein-clojars/debian/rules 2011-11-04 17:15:05 UTC (rev 15339)
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-export CLASSPATH=/usr/share/java/clojure-1.3.0.jar
+export CLASSPATH=/usr/share/java/jsch.jar
 
 %:
dh $@ --with javahelper


___
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] r15338 - trunk/lein-clojars/debian

2011-11-04 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-11-04 17:09:28 + (Fri, 04 Nov 2011)
New Revision: 15338

Modified:
   trunk/lein-clojars/debian/control
   trunk/lein-clojars/debian/lein-clojars.jlibs
Log:
fix name

Modified: trunk/lein-clojars/debian/control
===
--- trunk/lein-clojars/debian/control   2011-11-04 17:06:02 UTC (rev 15337)
+++ trunk/lein-clojars/debian/control   2011-11-04 17:09:28 UTC (rev 15338)
@@ -5,7 +5,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre 
 Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
-Build-Depends-Indep: default-jdk
+Build-Depends-Indep: default-jdk, leiningen
 Standards-Version: 3.9.2
 Homepage: https://github.com/ato/lein-clojars/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/local-file

Modified: trunk/lein-clojars/debian/lein-clojars.jlibs
===
--- trunk/lein-clojars/debian/lein-clojars.jlibs2011-11-04 17:06:02 UTC 
(rev 15337)
+++ trunk/lein-clojars/debian/lein-clojars.jlibs2011-11-04 17:09:28 UTC 
(rev 15338)
@@ -1 +1 @@
-clooj-0.2.4.jar
+lein-clojars-0.7.0.jar


___
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 1.174-1 MIGRATED to testing

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

  Previous version: (not in testing)
  Current version:  1.174-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r15337 - trunk/local-file/debian

2011-11-04 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-11-04 17:06:02 + (Fri, 04 Nov 2011)
New Revision: 15337

Modified:
   trunk/local-file/debian/rules
Log:
Need lein rule

Modified: trunk/local-file/debian/rules
===
--- trunk/local-file/debian/rules   2011-11-04 16:57:05 UTC (rev 15336)
+++ trunk/local-file/debian/rules   2011-11-04 17:06:02 UTC (rev 15337)
@@ -7,8 +7,8 @@
 %:
dh $@ --with javahelper
 
-#override_dh_auto_build:
-#  lein jar
+override_dh_auto_build:
+   lein jar
 
 get-orig-source:
./debian/get-orig-source


___
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] r15336 - in trunk: . lein-clojars/debian

2011-11-04 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-11-04 16:57:05 + (Fri, 04 Nov 2011)
New Revision: 15336

Added:
   trunk/lein-clojars/
   trunk/lein-clojars/debian/lein-clojars.jlibs
Removed:
   trunk/lein-clojars/debian/local-file.jlibs
Modified:
   trunk/lein-clojars/debian/changelog
   trunk/lein-clojars/debian/control
   trunk/lein-clojars/debian/get-orig-source
   trunk/lein-clojars/debian/rules
   trunk/lein-clojars/debian/watch
Log:
start working on lain-clojars

Modified: trunk/lein-clojars/debian/changelog
===
--- trunk/local-file/debian/changelog   2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/changelog 2011-11-04 16:57:05 UTC (rev 15336)
@@ -1,4 +1,4 @@
-local-file (0.1.0-1) unstable; urgency=low
+lein-clojars (0.7.0-1) unstable; urgency=low
 
   * Initial Debian Upload (Closes: #)
 

Modified: trunk/lein-clojars/debian/control
===
--- trunk/local-file/debian/control 2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/control   2011-11-04 16:57:05 UTC (rev 15336)
@@ -1,4 +1,4 @@
-Source: local-file
+Source: lein-clojars
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

@@ -7,22 +7,14 @@
 Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
 Build-Depends-Indep: default-jdk
 Standards-Version: 3.9.2
-Homepage: https://github.com/arthuredelstein/local-file/
+Homepage: https://github.com/ato/lein-clojars/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/local-file
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/local-file/
 
-Package: local-file
+Package: lein-clojars
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
 Recommends: ${java:Recommends}
-Description: small clojure library
- To use this very small clojure library, add [local-file "0.1.0"] to the
- dependencies list in your project.clj file. Then call (use 'local-file) or
- "use" local-file in your (ns...) macro call in a clojure source file.
- .
- To get the current clojure project's directory (the parent dir of the source
- dir) call project-dir with no arguments. The file* function takes a relative
- path and returns an absolute path relative to the project directory.
- .
- To read and write files in a clojure project's directory, use spit* and slurp*
- with the same signatures as the standard spit and slurp calls.
+Description: Leiningen Plugin
+ This is a simple plugn for interacting with Clojars.org directly from
+ Leiningen.

Modified: trunk/lein-clojars/debian/get-orig-source
===
--- trunk/local-file/debian/get-orig-source 2011-11-04 14:59:39 UTC (rev 
15335)
+++ trunk/lein-clojars/debian/get-orig-source   2011-11-04 16:57:05 UTC (rev 
15336)
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -ex
 
-PACKAGE=local-file
+PACKAGE=lein-clojars
 
 
 VERSION=${VERSION:-$2}
@@ -12,7 +12,7 @@
 fi
 
 REVISION=`echo $VERSION | sed -e 's/^.*git//g'`
-REVISION=add95e7658
+REVISION=f875950534
 
 if [ -z ${TARFILE}]; then
 TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
@@ -20,7 +20,7 @@
 
 FOLDER=${PACKAGE}-${VERSION}
 
-git clone git://github.com/arthuredelstein/local-file.git ${FOLDER}
+git clone git://github.com/ato/lein-clojars.git ${FOLDER}
 cd ${FOLDER}
 git checkout ${REVISION}
 rm -rf .git

Copied: trunk/lein-clojars/debian/lein-clojars.jlibs (from rev 15335, 
trunk/local-file/debian/local-file.jlibs)
===
--- trunk/lein-clojars/debian/lein-clojars.jlibs
(rev 0)
+++ trunk/lein-clojars/debian/lein-clojars.jlibs2011-11-04 16:57:05 UTC 
(rev 15336)
@@ -0,0 +1 @@
+clooj-0.2.4.jar

Deleted: trunk/lein-clojars/debian/local-file.jlibs
===
--- trunk/local-file/debian/local-file.jlibs2011-11-04 14:59:39 UTC (rev 
15335)
+++ trunk/lein-clojars/debian/local-file.jlibs  2011-11-04 16:57:05 UTC (rev 
15336)
@@ -1 +0,0 @@
-clooj-0.2.4.jar

Modified: trunk/lein-clojars/debian/rules
===
--- trunk/local-file/debian/rules   2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/rules 2011-11-04 16:57:05 UTC (rev 15336)
@@ -2,13 +2,13 @@
 #export DH_VERBOSE=1
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-#export CLASSPATH=/usr/share/java/clojure-1.3.0.jar
+export CLASSPATH=/usr/share/java/clojure-1.3.0.jar
 
 %:
dh $@ --with javahelper
 
-#override_dh_auto_build:
-#  lein jar
+override_dh_auto_build:
+   lein jar
 
 get-orig-source:
./debian/get-orig-source

Modified: trunk/lein-clojars/debian/watch
===
--- trunk/local-file/debian/watch   2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/watch 2011-11-04 16:57:05 UTC (rev 15336)
@@ -1,2 +1,2 @@
 versi

libjgrapht0.6-java 0.6.0-11 MIGRATED to testing

2011-11-04 Thread Debian testing watch
FYI: The status of the libjgrapht0.6-java source package
in Debian's testing distribution has changed.

  Previous version: 0.6.0-10
  Current version:  0.6.0-11

-- 
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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libjibx1.1-java 1.1.6a-3 MIGRATED to testing

2011-11-04 Thread Debian testing watch
FYI: The status of the libjibx1.1-java source package
in Debian's testing distribution has changed.

  Previous version: 1.1.6a-2
  Current version:  1.1.6a-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


rome 1.0-3 MIGRATED to testing

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

  Previous version: 1.0-2
  Current version:  1.0-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


liblastfm-java 1:0.1.0-2 MIGRATED to testing

2011-11-04 Thread Debian testing watch
FYI: The status of the liblastfm-java source package
in Debian's testing distribution has changed.

  Previous version: 1:0.1.0-1
  Current version:  1:0.1.0-2

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

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


acegi-security 1.0.7-1 MIGRATED to testing

2011-11-04 Thread Debian testing watch
FYI: The status of the acegi-security source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0.7-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r15335 - in trunk: . local-file/debian

2011-11-04 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-11-04 14:59:39 + (Fri, 04 Nov 2011)
New Revision: 15335

Added:
   trunk/local-file/
   trunk/local-file/debian/local-file.jlibs
Removed:
   trunk/local-file/debian/clooj.jlibs
Modified:
   trunk/local-file/debian/changelog
   trunk/local-file/debian/control
   trunk/local-file/debian/get-orig-source
   trunk/local-file/debian/rules
   trunk/local-file/debian/watch
Log:
start working on local-file

Modified: trunk/local-file/debian/changelog
===
--- trunk/clooj/debian/changelog2011-11-03 21:33:15 UTC (rev 15334)
+++ trunk/local-file/debian/changelog   2011-11-04 14:59:39 UTC (rev 15335)
@@ -1,5 +1,5 @@
-clooj (0.2.4-1) unstable; urgency=low
+local-file (0.1.0-1) unstable; urgency=low
 
-  * Initial Debian Upload (Closes: #646811)
+  * Initial Debian Upload (Closes: #)
 
  -- Mathieu Malaterre   Wed, 07 Sep 2011 18:48:30 
+0200

Deleted: trunk/local-file/debian/clooj.jlibs
===
--- trunk/clooj/debian/clooj.jlibs  2011-11-03 21:33:15 UTC (rev 15334)
+++ trunk/local-file/debian/clooj.jlibs 2011-11-04 14:59:39 UTC (rev 15335)
@@ -1 +0,0 @@
-clooj-0.2.4.jar

Modified: trunk/local-file/debian/control
===
--- trunk/clooj/debian/control  2011-11-03 21:33:15 UTC (rev 15334)
+++ trunk/local-file/debian/control 2011-11-04 14:59:39 UTC (rev 15335)
@@ -1,23 +1,28 @@
-Source: clooj
+Source: local-file
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre 
 Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
-Build-Depends-Indep: default-jdk, leiningen, clojure1.3
+Build-Depends-Indep: default-jdk
 Standards-Version: 3.9.2
-Homepage: https://github.com/arthuredelstein/clooj/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/clooj
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/clooj/
+Homepage: https://github.com/arthuredelstein/local-file/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/local-file
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/local-file/
 
-Package: clooj
+Package: local-file
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
 Recommends: ${java:Recommends}
-Description: lightweight IDE for clojure
- clooj is a small, simple IDE (integrated development environment) for the
- clojure programming language, available for free download. clooj is written
- entirely in clojure and uses a swing-based GUI. It is cross-platform, and runs
- as a standalone application or as a clojure editor embedded in another java or
- clojure application.
+Description: small clojure library
+ To use this very small clojure library, add [local-file "0.1.0"] to the
+ dependencies list in your project.clj file. Then call (use 'local-file) or
+ "use" local-file in your (ns...) macro call in a clojure source file.
+ .
+ To get the current clojure project's directory (the parent dir of the source
+ dir) call project-dir with no arguments. The file* function takes a relative
+ path and returns an absolute path relative to the project directory.
+ .
+ To read and write files in a clojure project's directory, use spit* and slurp*
+ with the same signatures as the standard spit and slurp calls.

Modified: trunk/local-file/debian/get-orig-source
===
--- trunk/clooj/debian/get-orig-source  2011-11-03 21:33:15 UTC (rev 15334)
+++ trunk/local-file/debian/get-orig-source 2011-11-04 14:59:39 UTC (rev 
15335)
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -ex
 
-PACKAGE=clooj
+PACKAGE=local-file
 
 
 VERSION=${VERSION:-$2}
@@ -12,7 +12,7 @@
 fi
 
 REVISION=`echo $VERSION | sed -e 's/^.*git//g'`
-REVISION=4dfb603527
+REVISION=add95e7658
 
 if [ -z ${TARFILE}]; then
 TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
@@ -20,7 +20,7 @@
 
 FOLDER=${PACKAGE}-${VERSION}
 
-git clone git://github.com/arthuredelstein/clooj.git ${FOLDER}
+git clone git://github.com/arthuredelstein/local-file.git ${FOLDER}
 cd ${FOLDER}
 git checkout ${REVISION}
 rm -rf .git

Copied: trunk/local-file/debian/local-file.jlibs (from rev 15334, 
trunk/clooj/debian/clooj.jlibs)
===
--- trunk/local-file/debian/local-file.jlibs(rev 0)
+++ trunk/local-file/debian/local-file.jlibs2011-11-04 14:59:39 UTC (rev 
15335)
@@ -0,0 +1 @@
+clooj-0.2.4.jar

Modified: trunk/local-file/debian/rules
===
--- trunk/clooj/debian/rules2011-11-03 21:33:15 UTC (rev 15334)
+++ trunk/local-file/debian/rules   2011-11-04 14:59:39 UTC (rev 15335)
@@ -2,13 +2,13 @@
 #export DH_VERBOSE=1
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-export CLASSPATH=/usr/share/java/clojure-1.3.0.jar
+#export CLASSPATH=/usr/share/java/clojure-1.3.0.jar
 
 %:

Bug#647588: "Description"-Line of jta and jta-doc are interchanged

2011-11-04 Thread Sven Dreyer
Package: jta
Version: 2.6+dfsg-3
Severity: minor

The "Description"-Line of jta and jta-doc are interchanged: the "jta" package 
is described as documentation and the "jta-doc" package is described as applet.

$ apt-cache show jta | grep ^Description
Description: Java telnet/ssh applet - documentation

$ apt-cache show jta-doc | grep ^Description
Description: Java telnet/ssh applet


-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jta depends on:
ii  libcrimson-java 1:1.1.3-10   XML parser which support the Java 
ii  libgnu-regexp-java  1.1.4-4  Regular Expressions for Java
ii  libjdom1-java   1.1.1+dfsg-1 lightweight and fast library using

jta recommends no packages.

Versions of packages jta suggests:
pn  jta-doc(no description available)

-- no debconf information



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