[SCM] mac-widgets packaging branch, master, updated. upstream/0.9.5+svn369-dfsg1-4-g89607c6

2011-03-26 Thread Gilles Filippini
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "mac-widgets packaging".

The branch, master has been updated
   via  89607c6a1cb1ce70a2a376aa09f6f01527b266d9 (commit)
  from  fb2b3fa24e090fa38ed6d8843da9e6a3c3ad7018 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 89607c6a1cb1ce70a2a376aa09f6f01527b266d9
Author: Gilles Filippini 
Date:   Sat Mar 26 19:28:47 2011 +0100

Build and lintian clean

---

Summary of changes:
 debian/README.source   |4 
 debian/changelog   |4 ++--
 debian/control |2 +-
 debian/libmac-widgets-doc.doc-base |9 +
 debian/libmac-widgets-doc.install  |1 +
 debian/orig-tar.exclude|1 +
 debian/orig-tar.sh |   18 ++
 debian/rules   |9 -
 8 files changed, 44 insertions(+), 4 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 3b92b58..cc0b086 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -8,6 +8,10 @@ There is no source release from the Mac Widgets project. Hence 
the upstream
 source tarball is fetched from upstream's SVN repository at:
  http://macwidgets.googlecode.com/svn/trunk
 
+Then, files to exclude to be dfsg compliant are handled using
+debian/orig-tar.sh the same way uscan would proceed. Excluded paths are listed
+into debian/orig-tar.exclude.
+
 The SVN revision of the current source tarball is reported either into the
 upstream version or as a debian/changelog entry.
 
diff --git a/debian/changelog b/debian/changelog
index 86c8d92..ca7295b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-mac-widgets (0.9.5+svn369-1) UNRELEASED; urgency=low
+mac-widgets (0.9.5+svn369-dfsg1-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #619327)
   * Starting from svn369 because this is the release used for building
 Sikuli X 1.0~rc2
 
- -- Gilles Filippini   Thu, 24 Mar 2011 21:44:15 +0100
+ -- Gilles Filippini   Fri, 25 Mar 2011 14:15:03 +0100
diff --git a/debian/control b/debian/control
index cc3ef8b..b748de1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Java maintainers 
 Uploaders: Gilles Filippini 
 Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, 
libjgoodies-forms-java,
- libjgoodies-forms-java-doc
+ default-jdk-doc, libjgoodies-forms-java-doc
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/macwidgets/
 Vcs-Git: git://git.debian.org/pkg-java/mac-widgets.git
diff --git a/debian/libmac-widgets-doc.doc-base 
b/debian/libmac-widgets-doc.doc-base
new file mode 100644
index 000..4c7bab7
--- /dev/null
+++ b/debian/libmac-widgets-doc.doc-base
@@ -0,0 +1,9 @@
+Document: libmac-widgets-java
+Title: Programmer API for Mac Widgets
+Author: Kenneth Orr 
+Abstract: Javadocs for Mac Widgets, a collection of Mac style widgets
+Section: Programming/Java
+
+Format: HTML
+Index: /usr/share/doc/libmac-widgets-java/api/index.html
+Files: /usr/share/doc/libmac-widgets-java/api/*.html
diff --git a/debian/libmac-widgets-doc.install 
b/debian/libmac-widgets-doc.install
new file mode 100644
index 000..6dee378
--- /dev/null
+++ b/debian/libmac-widgets-doc.install
@@ -0,0 +1 @@
+debian/_jh_build.javadoc/api usr/share/doc/libmac-widgets-java
diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude
new file mode 100644
index 000..d392f0e
--- /dev/null
+++ b/debian/orig-tar.exclude
@@ -0,0 +1 @@
+*.jar
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 000..f824daf
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,18 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version'  
+SOURCE_NAME=mac-widgets
+VERSION=$2
+DEBIAN_VERSION=$VERSION-dfsg1
+UPSTREAM_SOURCE_DIR=${SOURCE_NAME}-${VERSION}
+DEBIAN_SOURCE_DIR=${SOURCE_NAME}-$DEBIAN_VERSION
+TAR=${USCAN_DESTDIR:-.}/${SOURCE_NAME}_$DEBIAN_VERSION.orig.tar.bz2
+
+# clean up the upstream tarball
+tar xf $3
+# rename upstream source dir
+mv ${UPSTREAM_SOURCE_DIR} ${DEBIAN_SOURCE_DIR}
+# Remove excluded files
+tar -c -j -X debian/orig-tar.exclude -f $TAR ${DEBIAN_SOURCE_DIR}/
+rm -rf ${DEBIAN_SOURCE_DIR} $3
+echo "${SOURCE_NAME}: Applied DFSG removals and set up tarball to `basename 
${TAR}`"
diff --git a/debian/rules b/debian/rules
index d7d5420..64bd8d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,13 @@ export DH_OPTIONS
dh $@ --with javahelper
 
 override_jh_build:
+   ln -s source/com com
+   ln -s $(CURDIR)/demo/com/explodingpixels/macwidgets/icons 
com/explodingpixels/macwidgets/icons

Bug#543907: Netbeans update

2011-03-26 Thread Damien Raude-Morvan
Hi Andres,

Le Friday 18 February 2011 22:48:38, Damien Raude-Morvan a écrit :
> Le vendredi 18 février 2011 19:46:57, Andres Mejia a écrit :
> > Damien, was there an issue with getting libnb-platform-java and netbeans
> > uploaded to ftp-master?
> 
> for the time being, no problem found: just lack enough time to thoroughly
> review these big source packages. I'll try to find some free time next
> week.

Sorry for the delay... I finally managed to review the last package for 
netbeans 6.9 upload, netbeans itself. There is some issues with the upstream 
source tarball that need to be fixed before we can upload it to Debian archive.

1) There is some binary blobs in tarball and I don't know if those are rebuild 
from source during build (ie. we have to rebuild them). If that's the case, 
from which source code ? Maybe, we'll have to provide a stripped upstream 
tarball for now.
Here is the list of binary blobs :
./dlight.nativeexecution/release/bin/nativeexecution/*/*
./ide/launcher/macosx/macosx_launcher.dmg
./ide/launcher/macosx/NetBeansLauncher/English.lproj/MainMenu.nib/objects.nib
./lib.profiler/release/lib/deployed/cvm/linux/*.so
./lib.profiler/release/lib/deployed/jdk16/*/libprofilerinterface*
./lib.terminalemulator/demosrc/nativeexecution.test/release/bin/ptysupport/*/ptysatellite
./lib.uihandler/test/unit/src/org/netbeans/lib/uihandlerserver/antons.gz
./nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.ncb
./nbi/infra/build/jvm/tools/unzipsfx/*/unzipsfx

2) There is also some binary blobs which seems to be used for unit testing. 
Seems unit test are not launched, maybe we can strip that from tarball too.
./autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/data/*.nbm
./autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/data/*.nbm
./lib.cvsclient/test/data/iz56710/binary.out
./profiler.oql/test/unit/src/org/netbeans/modules/profiler/oql/engine/api/impl/small_heap.bin
./subversion/test/qa-functional/data/repo_dump.gz

3) The J2EE tutorial source is under some binary "*.fm" files. Those files have 
a "MakerFile 7.0" header. Does those files are used to generate some real 
resource in Debian package ? Do we have some tool in Debian to open those files 
? What's licence of thise J2EE Tutorial ?
./usersguide/tutorials/j2ee-tut/fm/*.fm
./usersguide/tutorials/j2ee-tut/fm/J2EE-NBTutorial.book

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.


gradle_0.9.2-1_amd64.changes ACCEPTED into unstable

2011-03-26 Thread Debian FTP Masters



Accepted:
gradle-doc_0.9.2-1_all.deb
  to main/g/gradle/gradle-doc_0.9.2-1_all.deb
gradle_0.9.2-1.debian.tar.gz
  to main/g/gradle/gradle_0.9.2-1.debian.tar.gz
gradle_0.9.2-1.dsc
  to main/g/gradle/gradle_0.9.2-1.dsc
gradle_0.9.2-1_all.deb
  to main/g/gradle/gradle_0.9.2-1_all.deb
gradle_0.9.2.orig.tar.gz
  to main/g/gradle/gradle_0.9.2.orig.tar.gz
libgradle-announce-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-announce-java_0.9.2-1_all.deb
libgradle-antlr-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-antlr-java_0.9.2-1_all.deb
libgradle-code-quality-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-code-quality-java_0.9.2-1_all.deb
libgradle-core-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-core-java_0.9.2-1_all.deb
libgradle-eclipse-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-eclipse-java_0.9.2-1_all.deb
libgradle-idea-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-idea-java_0.9.2-1_all.deb
libgradle-jetty-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-jetty-java_0.9.2-1_all.deb
libgradle-maven-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-maven-java_0.9.2-1_all.deb
libgradle-osgi-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-osgi-java_0.9.2-1_all.deb
libgradle-plugins-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-plugins-java_0.9.2-1_all.deb
libgradle-scala-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-scala-java_0.9.2-1_all.deb
libgradle-wrapper-java_0.9.2-1_all.deb
  to main/g/gradle/libgradle-wrapper-java_0.9.2-1_all.deb


Override entries for your package:
gradle-doc_0.9.2-1_all.deb - optional doc
gradle_0.9.2-1.dsc - source java
gradle_0.9.2-1_all.deb - optional java
libgradle-announce-java_0.9.2-1_all.deb - optional java
libgradle-antlr-java_0.9.2-1_all.deb - optional java
libgradle-code-quality-java_0.9.2-1_all.deb - optional java
libgradle-core-java_0.9.2-1_all.deb - optional java
libgradle-eclipse-java_0.9.2-1_all.deb - optional java
libgradle-idea-java_0.9.2-1_all.deb - optional java
libgradle-jetty-java_0.9.2-1_all.deb - optional java
libgradle-maven-java_0.9.2-1_all.deb - optional java
libgradle-osgi-java_0.9.2-1_all.deb - optional java
libgradle-plugins-java_0.9.2-1_all.deb - optional java
libgradle-scala-java_0.9.2-1_all.deb - optional java
libgradle-wrapper-java_0.9.2-1_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
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processing of gradle_0.9.2-1_amd64.changes

2011-03-26 Thread Debian FTP Masters
gradle_0.9.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  gradle_0.9.2-1.dsc
  gradle_0.9.2.orig.tar.gz
  gradle_0.9.2-1.debian.tar.gz
  gradle_0.9.2-1_all.deb
  libgradle-core-java_0.9.2-1_all.deb
  libgradle-announce-java_0.9.2-1_all.deb
  libgradle-antlr-java_0.9.2-1_all.deb
  libgradle-code-quality-java_0.9.2-1_all.deb
  libgradle-eclipse-java_0.9.2-1_all.deb
  libgradle-idea-java_0.9.2-1_all.deb
  libgradle-jetty-java_0.9.2-1_all.deb
  libgradle-maven-java_0.9.2-1_all.deb
  libgradle-osgi-java_0.9.2-1_all.deb
  libgradle-plugins-java_0.9.2-1_all.deb
  libgradle-scala-java_0.9.2-1_all.deb
  libgradle-wrapper-java_0.9.2-1_all.deb
  gradle-doc_0.9.2-1_all.deb

Greetings,

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

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


[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master-3.6, updated. eclipse-ppa/maverick-188-gc811940

2011-03-26 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master-3.6 has been updated
   via  c8119405f5861d89069738c590a94f2dddbf2e11 (commit)
  from  65aca3d333d2d581c17c4d207d5b18a0a83ab190 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit c8119405f5861d89069738c590a94f2dddbf2e11
Author: Benjamin Drung 
Date:   Sat Mar 26 22:34:29 2011 +0100

Update my email address.

---

Summary of changes:
 debian/control |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 5ffbffe..25d3400 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Orbital Alignment Team 

 Uploaders: Niels Thykier ,
-   Benjamin Drung ,
+   Benjamin Drung ,
Adnan Hodzic 
 Build-Depends: ant (>= 1.7.1),
ant-optional,


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.

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


[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.5.2-9-3-g4a97a8c

2011-03-26 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
   via  4a97a8cc673bec70f2a87aca19063f197e8852f7 (commit)
  from  bc8428bc760c061fdc137e0e23fee69a4d33f5ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 4a97a8cc673bec70f2a87aca19063f197e8852f7
Author: Benjamin Drung 
Date:   Sat Mar 26 22:34:29 2011 +0100

Update my email address.

---

Summary of changes:
 debian/control |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index aeaa483..0eccbe7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Orbital Alignment Team 

 Uploaders: Niels Thykier ,
-   Benjamin Drung ,
+   Benjamin Drung ,
Adnan Hodzic 
 Build-Depends: ant (>= 1.7.1),
ant-optional,


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.

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


[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, master, updated. 91f8dbff9b2f598446d71dd3d05d426a5c900264

2011-03-26 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian 
package.".

The branch, master has been updated
   via  91f8dbff9b2f598446d71dd3d05d426a5c900264 (commit)
  from  992701b6d99ce058158669659b717e701a9a1bcd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 91f8dbff9b2f598446d71dd3d05d426a5c900264
Author: Benjamin Drung 
Date:   Sat Mar 26 22:33:57 2011 +0100

Update my email address.

---

Summary of changes:
 debian/control |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index d0d8813..de3cbe1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Niels Thykier ,
-   Benjamin Drung 
+   Benjamin Drung 
 Build-Depends: debhelper (>= 7.0.50~),
default-jdk,
eclipse-pde (>= 3.5.2),


hooks/post-receive
-- 
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/mailman/listinfo/pkg-java-commits


[SCM] eclipse-emf - Plug-in for eclipse - Debian package. branch, master, updated. debian/2.5.0-1-1-gdf87378

2011-03-26 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse-emf - Plug-in for eclipse - Debian package.".

The branch, master has been updated
   via  df87378b440bc90dde48eff2e110ffe59205a074 (commit)
  from  f14462b90ce94b1ef539646e2b6f26292783b8bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit df87378b440bc90dde48eff2e110ffe59205a074
Author: Benjamin Drung 
Date:   Sat Mar 26 22:33:06 2011 +0100

Update my email address.

---

Summary of changes:
 debian/control |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 28346c7..77a1a7b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Niels Thykier ,
-   Benjamin Drung 
+   Benjamin Drung 
 Build-Depends: debhelper (>= 7),
default-jdk,
eclipse-pde (>= 3.5.2),


hooks/post-receive
-- 
eclipse-emf - Plug-in for eclipse - Debian package.

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


[SCM] eclipse-rse - Plug-in for eclipse - Debian package. branch, master, updated. debian/3.1.2-1-1-gba55af2

2011-03-26 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse-rse - Plug-in for eclipse - Debian package.".

The branch, master has been updated
   via  ba55af26d9d2b3aeafc37d00a530fb4f298bd696 (commit)
  from  234046dfc40598260d865c02f987d601d4c284d4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ba55af26d9d2b3aeafc37d00a530fb4f298bd696
Author: Benjamin Drung 
Date:   Sat Mar 26 22:32:35 2011 +0100

Update my email address.

---

Summary of changes:
 debian/control |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index b42afe7..4dedaa0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Orbital Alignment Team 

 Uploaders: Niels Thykier ,
-   Benjamin Drung 
+   Benjamin Drung 
 Build-Depends: debhelper (>= 7),
default-jdk,
javahelper (>= 0.31~),


hooks/post-receive
-- 
eclipse-rse - Plug-in for eclipse - Debian package.

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


[SCM] SVGSalamander: SVG Library for Java branch, upstream, updated. 2e80aa58d8c5ebded4db1f0fa6cb7a799bbc9c06

2011-03-26 Thread Nicolas Dandrimont
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SVGSalamander: SVG Library for Java".

The branch, upstream has been updated
   via  2e80aa58d8c5ebded4db1f0fa6cb7a799bbc9c06 (commit)
  from  2ed81331888f0dc8724d959a4929799fb87a4944 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
---

Summary of changes:
 doc/dev/GetTRDoc.pdf   |  Bin 1804983 -> 0 bytes
 svg-core/pom.xml   |  222 
 .../src/main/java/com/kitfox/svg/SVGLoader.java|5 +-
 3 files changed, 226 insertions(+), 1 deletions(-)

diff --git a/doc/dev/GetTRDoc.pdf b/doc/dev/GetTRDoc.pdf
deleted file mode 100755
index 4684e01..000
Binary files a/doc/dev/GetTRDoc.pdf and /dev/null differ
diff --git a/svg-core/pom.xml b/svg-core/pom.xml
new file mode 100644
index 000..f56f7f9
--- /dev/null
+++ b/svg-core/pom.xml
@@ -0,0 +1,222 @@
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+
+   4.0.0
+
+   
+   org.sonatype.oss
+   oss-parent
+   7
+   
+
+   
+   com.kitfox
+   kitfox-svg-salamander
+   1.0.8
+   jar
+
+   ${project.artifactId}
+
+   ${project.name} SVGSalamander is a popular, small and fast
+   SVG renderer and animator for Java.
+
+   
+   2011
+
+   http://java.net/projects/svgsalamander
+
+   
+   Kitfox Studios
+   http://www.kitfox.com/
+   
+
+   
+   
+   
http://svgsalamander.java.net/tags/kitfox-svg-salamander-1.0.8
+   
scm:svn:https://svn.java.net/svn/svgsalamander~svn/tags/kitfox-svg-salamander-1.0.8
+   
scm:svn:https://svn.java.net/svn/svgsalamander~svn/tags/kitfox-svg-salamander-1.0.8
+   
+
+   
+   
+
+   
+   BSD
+   
http://www.opensource.org/licenses/bsd-license.php
+   repo
+   
+   
+   GNU Lesser General Public License, version 
2.1
+   http://www.gnu.org/licenses/lgpl-2.1.html
+   repo
+   
+   
+
+   
+
+   
+   mark-mckay
+   Mark McKay
+   m...@kitfox.com
+   
+   owner
+   
+   
+   the creator
+   
+   
+
+   
+
+   
+
+   
UTF-8
+   
UTF-8
+
+   
+   kitfox-source-repo
+
+   
+
+   
+
+   
+   
+   org.apache.ant
+   ant
+   1.8.1
+   
+
+   
+
+   
+
+   
+   ${basedir}/src/main/java
+   
+   
+   ${basedir}/src/main/res
+   
+   
+
+   
+   
${basedir}/src/test/java
+   
+   
+   ${basedir}/src/test/res
+   
+   
+
+   
+
+   
+   
+   org.codehaus.mojo
+   javacc-maven-plugin
+   2.6
+   
+   
+   javacc
+   generate-sources
+   
+   javacc
+   
+   
+   
${basedir}/src/main/java
+   
+   
**/*.jjt
+   
+   
+   
+   
+   
+
+   
+   
+   org.apache.maven.plugins
+   maven-compiler-plugin
+   2.3.2
+  

[SCM] SVGSalamander: SVG Library for Java branch, pristine-tar, updated. e5e689417626ccc424d2bcc5e2912edb94149737

2011-03-26 Thread Nicolas Dandrimont
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SVGSalamander: SVG Library for Java".

The branch, pristine-tar has been updated
   via  e5e689417626ccc424d2bcc5e2912edb94149737 (commit)
  from  4a0edebd1bd21c7905d7affc846bf16009010c22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit e5e689417626ccc424d2bcc5e2912edb94149737
Author: Nicolas Dandrimont 
Date:   Sat Mar 19 12:04:10 2011 +0100

pristine-tar data for svgsalamander_0095.orig.tar.gz

---

Summary of changes:
 svgsalamander_0095.orig.tar.gz.delta |  Bin 0 -> 13440 bytes
 svgsalamander_0095.orig.tar.gz.id|1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/svgsalamander_0095.orig.tar.gz.delta 
b/svgsalamander_0095.orig.tar.gz.delta
new file mode 100644
index 000..15e96d2
Binary files /dev/null and b/svgsalamander_0095.orig.tar.gz.delta differ
diff --git a/svgsalamander_0095.orig.tar.gz.id 
b/svgsalamander_0095.orig.tar.gz.id
new file mode 100644
index 000..3a4c677
--- /dev/null
+++ b/svgsalamander_0095.orig.tar.gz.id
@@ -0,0 +1 @@
+2e80aa58d8c5ebded4db1f0fa6cb7a799bbc9c06


hooks/post-receive
-- 
SVGSalamander: SVG Library for Java

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


[SCM] SVGSalamander: SVG Library for Java branch, master, updated. 3493c6d6a77d4f902b59c0eb10e68417454422cb

2011-03-26 Thread Nicolas Dandrimont
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SVGSalamander: SVG Library for Java".

The branch, master has been updated
   via  3493c6d6a77d4f902b59c0eb10e68417454422cb (commit)
   via  f9988ba9718d056d258e5753fe3e40532f2bd90d (commit)
   via  2e80aa58d8c5ebded4db1f0fa6cb7a799bbc9c06 (commit)
   via  4260aaeea7a34e2db586a94b37f5d1396bceaadb (commit)
   via  5fb8f375fa9d048c9ca23de037e56fe6610a08d6 (commit)
  from  9b27299bd1c6d09386f49bd77c61dbfde5b67e55 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 3493c6d6a77d4f902b59c0eb10e68417454422cb
Author: Nicolas Dandrimont 
Date:   Sat Mar 26 22:20:49 2011 +0100

Add Maven information to libsvgsalamander-java.

commit f9988ba9718d056d258e5753fe3e40532f2bd90d
Merge: 4260aae 2e80aa5
Author: Nicolas Dandrimont 
Date:   Sat Mar 19 12:04:11 2011 +0100

Merge commit 'upstream/0095'

commit 4260aaeea7a34e2db586a94b37f5d1396bceaadb
Author: Nicolas Dandrimont 
Date:   Sat Mar 19 12:03:15 2011 +0100

Import new upstream SVN snapshot

commit 5fb8f375fa9d048c9ca23de037e56fe6610a08d6
Author: Nicolas Dandrimont 
Date:   Mon Mar 7 00:28:20 2011 +0100

Add patch to disable use of the embedded batik code copy

---

Summary of changes:
 debian/changelog   |6 +
 debian/control |2 +-
 debian/libsvgsalamander-java.poms  |1 +
 ...awt-gradient-instead-of-the-embedded-bati.patch |  154 ++
 debian/patches/series  |1 +
 debian/rules   |2 +-
 svg-core/pom.xml   |  222 
 .../src/main/java/com/kitfox/svg/SVGLoader.java|5 +-
 8 files changed, 390 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fb8e3e9..43222c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+svgsalamander (0095-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nicolas Dandrimont   Sat, 19 Mar 2011 
12:01:26 +0100
+
 svgsalamander (0089-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 21b028b..5bcf269 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: svgsalamander
 Priority: extra
 Maintainer: Debian Java Maintainers 

 Uploaders: Nicolas Dandrimont 
-Build-Depends: debhelper (>= 7.0.50~), javahelper
+Build-Depends: debhelper (>= 7.0.50~), javahelper, maven-repo-helper
 Build-Depends-Indep: default-jdk, default-jdk-doc, ant, ant-optional, ant-doc, 
javacc
 Standards-Version: 3.9.1
 Section: java
diff --git a/debian/libsvgsalamander-java.poms 
b/debian/libsvgsalamander-java.poms
new file mode 100644
index 000..45fe5e5
--- /dev/null
+++ b/debian/libsvgsalamander-java.poms
@@ -0,0 +1 @@
+svg-core/pom.xml
diff --git 
a/debian/patches/0004-Use-system-awt-gradient-instead-of-the-embedded-bati.patch
 
b/debian/patches/0004-Use-system-awt-gradient-instead-of-the-embedded-bati.patch
new file mode 100644
index 000..0bdb6b0
--- /dev/null
+++ 
b/debian/patches/0004-Use-system-awt-gradient-instead-of-the-embedded-bati.patch
@@ -0,0 +1,154 @@
+From: Nicolas Dandrimont 
+Date: Mon, 7 Mar 2011 00:13:13 +0100
+Subject: Use system awt gradient instead of the embedded batik code copy
+
+Upstream embeds batik as a backwards-compatibility measure, as the
+Gradient classes used were added to java.awt in JDK6.
+---
+ .../main/java/com/kitfox/svg/LinearGradient.java   |   21 ---
+ .../main/java/com/kitfox/svg/RadialGradient.java   |   21 ---
+ 2 files changed, 18 insertions(+), 24 deletions(-)
+
+diff --git a/svg-core/src/main/java/com/kitfox/svg/LinearGradient.java 
b/svg-core/src/main/java/com/kitfox/svg/LinearGradient.java
+index 06a1503..bdfe724 100644
+--- a/svg-core/src/main/java/com/kitfox/svg/LinearGradient.java
 b/svg-core/src/main/java/com/kitfox/svg/LinearGradient.java
+@@ -34,9 +34,6 @@ import java.awt.*;
+ import com.kitfox.svg.xml.*;
+ import org.xml.sax.*;
+ 
+-//import org.apache.batik.ext.awt.*;
+-import com.kitfox.svg.batik.*;
+-
+ 
+ /**
+  * @author Mark McKay
+@@ -95,32 +92,32 @@ public class LinearGradient extends Gradient {
+ 
+ public Paint getPaint(Rectangle2D bounds, AffineTransform xform)
+ {
+-com.kitfox.svg.batik.MultipleGradientPaint.CycleMethodEnum method;
++MultipleGradientPaint.CycleMethod method;
+ switch (spreadMethod)
+ {
+ default:
+ case SM_PAD:
+-method = com.kitfox.svg.batik.MultipleGradientPai

Bug#618298: marked as done (libjansi-native-java: Jansi native violates Java policy because it depends unnecessarily on a JRE)

2011-03-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Mar 2011 21:13:36 +
with message-id 
and subject line Bug#618298: fixed in jansi-native 1.0-2
has caused the Debian Bug report #618298,
regarding libjansi-native-java: Jansi native violates Java policy because it 
depends unnecessarily on a JRE
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.)


-- 
618298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: groovy
Version: 1.7.8-1

Hello,

I am using Debian Sid.

When I want to install the 'groovy' package, apt-get want to install OpenJDK
as the package need
'default-jre-headless'. However my system already has 'sun-java6-jre'
installed and I don't want to install many JRE.

I suggest that the 'groovy' need either 'default-jre-headless' or
'java6-runtime-headless' as in Squeeze.

Thank you
--- End Message ---
--- Begin Message ---
Source: jansi-native
Source-Version: 1.0-2

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

jansi-native_1.0-2.debian.tar.gz
  to main/j/jansi-native/jansi-native_1.0-2.debian.tar.gz
jansi-native_1.0-2.dsc
  to main/j/jansi-native/jansi-native_1.0-2.dsc
libjansi-native-java_1.0-2_all.deb
  to main/j/jansi-native/libjansi-native-java_1.0-2_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 618...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta  (supplier of updated jansi-native 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: Mon, 21 Mar 2011 19:23:31 -0430
Source: jansi-native
Binary: libjansi-native-java
Architecture: source all
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Miguel Landaeta 
Description: 
 libjansi-native-java - Java library that allows to use ANSI escape sequences - 
Native
Closes: 618298
Changes: 
 jansi-native (1.0-2) unstable; urgency=low
 .
   * Update watch file.
   * Remove dependency on default-jre-headless in order to comply with
 Debian Java policy. (Closes: #618298).
Checksums-Sha1: 
 34c7134f173c549fd25e428f13444a787b0a8208 1965 jansi-native_1.0-2.dsc
 9cd5b47fa55e525550900f2ce62136c2796fcc08 1993 jansi-native_1.0-2.debian.tar.gz
 e3a702115d4ee98fd7148c1e78718e277020e1ff 21798 
libjansi-native-java_1.0-2_all.deb
Checksums-Sha256: 
 ef9d13ceaa26b491609376ba59d3b169f2c20cb46816a672fbfa17ee360bbe0f 1965 
jansi-native_1.0-2.dsc
 c23b08f6fe6c5827a2601ea72f512041a3cd480bae02785ff1588edacc9834e9 1993 
jansi-native_1.0-2.debian.tar.gz
 0b8f970f188796cbb1c28731651dbf0127d12afbedb3e38a085ec1269ecbbcad 21798 
libjansi-native-java_1.0-2_all.deb
Files: 
 8ad9301c52953353cfbf4c0204504e8b 1965 java optional jansi-native_1.0-2.dsc
 329dfdb8e089e0f32d226b1fab971dfd 1993 java optional 
jansi-native_1.0-2.debian.tar.gz
 80e8e44a6ae827cb60f75d07a2b23ddf 21798 java optional 
libjansi-native-java_1.0-2_all.deb

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

iQIcBAEBAgAGBQJNjjq4AAoJECHSBYmXSz6W2QQP/0T4sNRfItheHgtxR9c0Rw88
WIJlJwzYoI5ZI4AqLkYQoPj8J2O0WVmyOT+HRpF2e71yfMZ8ceAXbIyPhBFcLhSY
Dp54/v9ltXVVSIQzaUmB7/tqQP2IHgOcgCK0spyb/X5ZC15CdJIanM0/KvvYO5rM
/7n+lgv6ckNOOlhcJHTutIoGCpKW9YVWj1Dtbb4yxwwhGWDJXSQOiehOZCckQd86
+EVjUqLOzDr+Y/Jo8vg7kMIVluDectW0AAHSd1kWnIS+czA3gPUIclm1lQ7Af23p
vp24d189hSgBwohzWvHM2mSxJ8SKXqLxjgbTTgf44dHprtOxv3E+EooTVmONdRjK
iKpkWxFBVIGrLSLN8YJRNmj/+KBxMrUOOnfOifVefOVAbu6smY6PocmjWQpizrfj
yBlWiUyHak6mcMQgHg+xM1H+vl6C7zb8tFsvEh0QI8X5WR4aAHDT9d5oZoWF4bPT
tomNxKX6lDfMJi84HzkwzFIWWNENnw/slXEkIIm/8bKioEIuGPuCNnlJZFl/XcSW
YQQ46MZ9PvVp065SOuGYgXlhp5qTSUgnjKNVwwSaDgpYQ/Pm9/iTYmTWr2lGyZuN
xNRyOROJqw1K78OQjJ1Kyb3NtFLq27OTt31LmRycIFidNg9EO9A0Z2YeFZywOb6H
jUrhNYThHswbOdosm2V7
=5lzi
-END PGP SIGNATURE-


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


jansi-native_1.0-2_amd64.changes ACCEPTED into unstable

2011-03-26 Thread Debian FTP Masters



Accepted:
jansi-native_1.0-2.debian.tar.gz
  to main/j/jansi-native/jansi-native_1.0-2.debian.tar.gz
jansi-native_1.0-2.dsc
  to main/j/jansi-native/jansi-native_1.0-2.dsc
libjansi-native-java_1.0-2_all.deb
  to main/j/jansi-native/libjansi-native-java_1.0-2_all.deb


Override entries for your package:
jansi-native_1.0-2.dsc - source java
libjansi-native-java_1.0-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Processing of jansi-native_1.0-2_amd64.changes

2011-03-26 Thread Debian FTP Masters
jansi-native_1.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  jansi-native_1.0-2.dsc
  jansi-native_1.0-2.debian.tar.gz
  libjansi-native-java_1.0-2_all.deb

Greetings,

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

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


Re: RFS: yui-builder

2011-03-26 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2011-03-26 19:44, Michael Gilbert wrote:
> Hi,
> 
> I've packaged yui-builder to help solve bug #512915 in yui.  Would
> anyone be so kind as to review and sponsor the upload?
> http://mentors.debian.net/debian/pool/main/y/yui-builder
> 
> Thanks,
> Mike
> 
> 
> __
> This is the maintainer address of Debian's Java team
> . 
> Please use
> debian-j...@lists.debian.org for discussions and questions.
> 

Also forwarding this to debian-java@l.d.o

~Niels
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJNjjbHAAoJEAVLu599gGRCiH8P/i5L4ikv19nKWiPUxdCLrOv5
I/oBBV7bn3ZE7kgYvdj3jeK62Xj1GUzs3UQ4Laerli+i7EmfSE5jKGRRyQLjKWYU
vP9zt8gG1+oZ9OnAQfQBeTbIXvYv//mBjTaaBAr+Ywhz1XixbwNZ4YtCfgEbi3jA
w5IPXYTzhxuPm3Z2uLMqjNYPRvMvVadkNdLoLm7VS9RY5vVkK4Ljc6q8fgeyMreV
ktWZ0FoDwVagYgZvG3pZSlhJzfwJw+Ju5fNfddRivd5FubC0lUX+z7e9jPpgb6md
s3XY89r3f/iZ5KKXIbtABJtTn0PAeGyby5H4Bk1AMtGfkWAeKXK5Dt0xn4Hgqsf4
JE0YKAFKDF5Gk7wCE0GRKN5ln9Q60ZMRS1G5b6o2htFI6u1siiYWhAMxYSa3lxoc
CN2DfkYsra+2IIyi/hB6dXYgnzrWIFgX9Ro3ZkzshB+6kdtLtv3VyJC8vYKL7Mez
+nNhFdyLBe6SR1gCUXPZ84T8ASWQHs6i2ZPpKvNsu32OPFL0q3vquzuDXtKdZfiR
0MajiU37V69JNzhu3SFAaoCLs1k+P8eJ2CpPKtAN8sA5jy4ua3FULxZ+PBXCNUgz
Akkd5bVBWkiU9/Nqw6nMA5EpfaZP8VhnPVVt68sfpqDkfkhKHNH7BXEib/YfBIIe
r4EtDzZVtf+aNkv/D8T9
=bsUr
-END PGP SIGNATURE-

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


Re: RFS: lwjgl

2011-03-26 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2011-03-26 19:39, Michael Gilbert wrote:
> Hi,
> 
> I've packaged the latest upstream version of lwjgl.  Would anyone be so
> kind as to review and sponsor the upload?
> http://mentors.debian.net/debian/pool/main/l/lwjgl
> 
> Thanks,
> Mike
> 
> [...]

Hi

Thanks for your work on lwjgl, though please send future RFSs to
debian-j...@lists.debian.org. (I have forwarded this one for you)

~Niels


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJNjjaiAAoJEAVLu599gGRCjoMP/3pwfC1S3wMrchSbVpj8Rf2x
t2NSCuKZACfEy8oFUMhVq0LXMnLDM2ARPPq8bvx9IqpYJQVHQwNFDUGPdnMbd6a5
H916rIrOjMO6DEqu336wywRhXNUToUhOfSwGLb5A5kyvG41mRZu6GpU4rsKl+qPC
0W4JVtIbnDEaiquweuSZfL5/01DM1ngZ4LzevN/IspnReNqPC14FEBYmyXXg+Qk6
l6QCr3/OqbfZU44U1a2ubsabHR7XClnpx2JdDl4l0UquJ7DCfgnhH8erUibLm+nJ
yEK1+ZHV8GQmoXtcOhppJTERPPtclxHHdo1HBmNRjlVC8av7ZoK1TT7rZqqpoR3A
ICvClcv9d2irU96WaGy8p84Gw0RvRrxQd0j3Atpx2PLRnRb3+BUB9myZaCQoUEih
ddZTs/Mryd8GZbbVi4ZnU2rQEmhv7E7m3Q1VaNNjh7c8isKPBPrDFcTLRnpy37RM
MIXmpoW20qPXE/27/UBr1ZnHapNEfs/oYjkGkEfZQQUWYU/I2rpiu+urYt9doFot
xb7Zl1UzCVwN0QPnTT+AjnblZGHpLcPWlOJ0PoLPvmLL8geutWqM4S/k/yLfEC7X
6XP3+NrK8gdsJeyBLPkucjD9kpt2hkq/Nfu1iTY/jiCLjjMe2TupiBiacSqP8Ozf
/zOPTpgjUKOx3iHwLe/D
=4UDd
-END PGP SIGNATURE-

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


RFS: yui-builder

2011-03-26 Thread Michael Gilbert
Hi,

I've packaged yui-builder to help solve bug #512915 in yui.  Would
anyone be so kind as to review and sponsor the upload?
http://mentors.debian.net/debian/pool/main/y/yui-builder

Thanks,
Mike


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


RFS: lwjgl

2011-03-26 Thread Michael Gilbert
Hi,

I've packaged the latest upstream version of lwjgl.  Would anyone be so
kind as to review and sponsor the upload?
http://mentors.debian.net/debian/pool/main/l/lwjgl

Thanks,
Mike

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


Processed: Fix committed to git repository

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

> tags 616003 pending
Bug #616003 [eclipse] eclipse: drop UBUNTU_MENUPROXY export
Added tag(s) pending.
> thanks
Stopping processing here.

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

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


[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.5.2-9-2-gbc8428b

2011-03-26 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
   via  bc8428bc760c061fdc137e0e23fee69a4d33f5ec (commit)
  from  f36cb7171b55f437e011dad57e702adaad964958 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit bc8428bc760c061fdc137e0e23fee69a4d33f5ec
Author: Benjamin Drung 
Date:   Sat Mar 26 19:29:23 2011 +0100

Update debian/changelog.

---

Summary of changes:
 debian/changelog |8 
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4dfbbc5..96951ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+eclipse (3.5.2-10) UNRELEASED; urgency=low
+
+  * debian/extra/eclipse: Actually, don't export UBUNTU_MENUPROXY=0 here
+because that affects launched applications too.  Instead, it is
+blacklisted by appmenu-gtk (Closes: #616003).
+
+ -- Benjamin Drung   Sat, 26 Mar 2011 19:28:21 +0100
+
 eclipse (3.5.2-9) unstable; urgency=low
 
   * Bump version for sat4j. (Closes: #612738)


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.

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


[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.5.2-9-1-gf36cb71

2011-03-26 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
   via  f36cb7171b55f437e011dad57e702adaad964958 (commit)
  from  60b33511401c27bf51bd504e47a0a587fe6f9321 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit f36cb7171b55f437e011dad57e702adaad964958
Author: Benjamin Drung 
Date:   Sat Mar 26 19:27:55 2011 +0100

debian/extra/eclipse: Actually, don't export UBUNTU_MENUPROXY=0 here 
because that affects launched applications too.  Instead, it is blacklisted by 
appmenu-gtk.

---

Summary of changes:
 debian/extra/eclipse |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/debian/extra/eclipse b/debian/extra/eclipse
index ea4fe29..9b20395 100644
--- a/debian/extra/eclipse
+++ b/debian/extra/eclipse
@@ -5,9 +5,6 @@
 # https://bugs.launchpad.net/bugs/458703
 export GDK_NATIVE_WINDOWS=true
 
-# Eclipse doesn't work with Ubuntu appmenu
-export UBUNTU_MENUPROXY=0
-
 export MOZILLA_FIVE_HOME="@XULRUNNER_PATH@"
 
 ECLIPSE=/usr/lib/eclipse/eclipse


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.

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


Bug#618299: marked as done (libhawtjni-runtime-java violates Java policy because it depends unnecessarily on a JRE)

2011-03-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Mar 2011 16:46:56 +
with message-id 
and subject line Bug#618299: fixed in hawtjni 1.0~+git0c502e20c4-2
has caused the Debian Bug report #618299,
regarding libhawtjni-runtime-java violates Java policy because it depends 
unnecessarily on a JRE
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.)


-- 
618299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: groovy
Version: 1.7.8-1

Hello,

I am using Debian Sid.

When I want to install the 'groovy' package, apt-get want to install OpenJDK
as the package need
'default-jre-headless'. However my system already has 'sun-java6-jre'
installed and I don't want to install many JRE.

I suggest that the 'groovy' need either 'default-jre-headless' or
'java6-runtime-headless' as in Squeeze.

Thank you
--- End Message ---
--- Begin Message ---
Source: hawtjni
Source-Version: 1.0~+git0c502e20c4-2

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

hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
  to main/h/hawtjni/hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
hawtjni_1.0~+git0c502e20c4-2.dsc
  to main/h/hawtjni/hawtjni_1.0~+git0c502e20c4-2.dsc
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb
  to main/h/hawtjni/libhawtjni-runtime-java_1.0~+git0c502e20c4-2_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 618...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta  (supplier of updated hawtjni 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: Mon, 21 Mar 2011 19:42:37 -0430
Source: hawtjni
Binary: libhawtjni-runtime-java
Architecture: source all
Version: 1.0~+git0c502e20c4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Miguel Landaeta 
Description: 
 libhawtjni-runtime-java - Java library that provide JNI code generation
Closes: 618299
Changes: 
 hawtjni (1.0~+git0c502e20c4-2) unstable; urgency=low
 .
   * Update watch file.
   * Remove dependency on default-jre-headless in order to comply with
 Debian Java policy. (Closes: #618299).
Checksums-Sha1: 
 ae0bfd9f57dd39e826d43ef87a1d4193406f042d 2017 hawtjni_1.0~+git0c502e20c4-2.dsc
 fb96b88d475e2ccbbd95985d2d8168bbd30fb43e 7213 
hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
 c111d40bd9780ce7888e03de67fce23d309a1375 43170 
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb
Checksums-Sha256: 
 ce3f2afb57795279f87e4224f6e05fcbd66e71883e4d75802b931d606444769a 2017 
hawtjni_1.0~+git0c502e20c4-2.dsc
 4993be44a34118a7f2b82e1937915d97d040a8621d7990e8620c8e10f2d4fbdf 7213 
hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
 1843698ecbf8c85b576996983e2047c6d4ba1f8e996a2f869519d4b5bfec5059 43170 
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb
Files: 
 4e1cf097e5e5af7c7a26445df433709d 2017 java optional 
hawtjni_1.0~+git0c502e20c4-2.dsc
 87983641056f8a53c70fa0311cde2af6 7213 java optional 
hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
 1521722cce66fd6a9df19f38602c79df 43170 java optional 
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb

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

iQIcBAEBAgAGBQJNjhRGAAoJECHSBYmXSz6WpgwQAIBczVbZBPgQGYGwKeuqQpDR
7R+awFbqvk7lbZP7J7jz66nIQDmm+PzGVruAiCzTt8zqqzH3hooBm6v4yELx7UFg
yL42Cd9fVyf8R7HOVjta2cYNIeVw/JJGunR77b9MHaopjUhl5EjR2fWd2erzCNCx
Sy+U7lxwD3C6MbDotzQ9U7nQhylsk3+eef7egy3iQf/aRE+38YfvE1yscfJfqEhf
gFyVvKE9Xk+4uTnGorNG8vOaIGWdcJ64skFoEd8C1PaQAsvYcxethVd1Tfj3QUCV
daE6u+K+zxrcreDdLL3N1OdwSnntnwQGBmGvRVN66baTtL/IbGAtMJoQLBl0B1dh
q+odazN/2CgWeLM8WEOuXa3XQ9PNcN9CkDnn4Ioqrlr32x41qhKPaDl83YQe+3w9
QCZMdKNtERGIx0LDM0laHXo68Dg496+4Ihn0eJNBbbBG9zy5vhfAeiaOu1pB60SI
mDLFiJPacpQJ/mJpao+6IQV99WXgAKF5IjX8iMk8RIqiq+kA476oRFBhYp20Hqpw
xcGDyDdPqB5qpRUbT057Ud+MzwOtxPkWZYdLcBLbomCVU/EIcqIseZAl1NM3Z6WM
fHDYY+K9HwY6cmUYpcE7a5syy5KuZ7sLBpzN4ulDmSHqL8fhkqwJCYu8l5TmfOOL
6lenJn3XFzoDEEOYKWH3
=BpwI
-END PGP SIGNATURE-


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

jajuk_1.9.2-1_amd64.changes ACCEPTED into unstable

2011-03-26 Thread Debian FTP Masters



Accepted:
jajuk_1.9.2-1.debian.tar.gz
  to main/j/jajuk/jajuk_1.9.2-1.debian.tar.gz
jajuk_1.9.2-1.dsc
  to main/j/jajuk/jajuk_1.9.2-1.dsc
jajuk_1.9.2-1_all.deb
  to main/j/jajuk/jajuk_1.9.2-1_all.deb
jajuk_1.9.2.orig.tar.gz
  to main/j/jajuk/jajuk_1.9.2.orig.tar.gz


Override entries for your package:
jajuk_1.9.2-1.dsc - source sound
jajuk_1.9.2-1_all.deb - optional sound

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


hawtjni_1.0~+git0c502e20c4-2_amd64.changes ACCEPTED into unstable

2011-03-26 Thread Debian FTP Masters



Accepted:
hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
  to main/h/hawtjni/hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
hawtjni_1.0~+git0c502e20c4-2.dsc
  to main/h/hawtjni/hawtjni_1.0~+git0c502e20c4-2.dsc
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb
  to main/h/hawtjni/libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb


Override entries for your package:
hawtjni_1.0~+git0c502e20c4-2.dsc - source java
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


jasperreports 4.0.1+dfsg-1 MIGRATED to testing

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

  Previous version: 4.0.0+dfsg-1
  Current version:  4.0.1+dfsg-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.


Processing of hawtjni_1.0~+git0c502e20c4-2_amd64.changes

2011-03-26 Thread Debian FTP Masters
hawtjni_1.0~+git0c502e20c4-2_amd64.changes uploaded successfully to localhost
along with the files:
  hawtjni_1.0~+git0c502e20c4-2.dsc
  hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
  libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb

Greetings,

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

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


Processing of jajuk_1.9.2-1_amd64.changes

2011-03-26 Thread Debian FTP Masters
jajuk_1.9.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  jajuk_1.9.2-1.dsc
  jajuk_1.9.2.orig.tar.gz
  jajuk_1.9.2-1.debian.tar.gz
  jajuk_1.9.2-1_all.deb

Greetings,

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

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


[pkg-java] r13459 - in tags/jajuk: . 1:1.9.2-1/debian

2011-03-26 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-03-26 11:52:22 + (Sat, 26 Mar 2011)
New Revision: 13459

Added:
   tags/jajuk/1:1.9.2-1/
   tags/jajuk/1:1.9.2-1/debian/ant.properties
   tags/jajuk/1:1.9.2-1/debian/changelog
   tags/jajuk/1:1.9.2-1/debian/copyright
   tags/jajuk/1:1.9.2-1/debian/orig-tar.exclude
   tags/jajuk/1:1.9.2-1/debian/orig-tar.sh
   tags/jajuk/1:1.9.2-1/debian/patches/
   tags/jajuk/1:1.9.2-1/debian/rules
   tags/jajuk/1:1.9.2-1/debian/watch
Removed:
   tags/jajuk/1:1.9.2-1/debian/ant.properties
   tags/jajuk/1:1.9.2-1/debian/build.xml
   tags/jajuk/1:1.9.2-1/debian/changelog
   tags/jajuk/1:1.9.2-1/debian/copyright
   tags/jajuk/1:1.9.2-1/debian/orig-tar.exclude
   tags/jajuk/1:1.9.2-1/debian/orig-tar.sh
   tags/jajuk/1:1.9.2-1/debian/rules
   tags/jajuk/1:1.9.2-1/debian/watch
Log:
[svn-buildpackage] Tagging jajuk 1:1.9.2-1

Deleted: tags/jajuk/1:1.9.2-1/debian/ant.properties
===
--- trunk/jajuk/debian/ant.properties   2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/jajuk/1:1.9.2-1/debian/ant.properties  2011-03-26 11:52:22 UTC (rev 
13459)
@@ -1,4 +0,0 @@
-class.dir=build
-source.dir=src/main/java
-resources.dir=src/main/resources
-jar.name=jajuk.jar

Copied: tags/jajuk/1:1.9.2-1/debian/ant.properties (from rev 13458, 
trunk/jajuk/debian/ant.properties)
===
--- tags/jajuk/1:1.9.2-1/debian/ant.properties  (rev 0)
+++ tags/jajuk/1:1.9.2-1/debian/ant.properties  2011-03-26 11:52:22 UTC (rev 
13459)
@@ -0,0 +1,2 @@
+rootdir=./build
+manifest=./debian/MANIFEST.MF

Deleted: tags/jajuk/1:1.9.2-1/debian/build.xml
===
--- trunk/jajuk/debian/build.xml2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/jajuk/1:1.9.2-1/debian/build.xml   2011-03-26 11:52:22 UTC (rev 
13459)
@@ -1,63 +0,0 @@
-
-
-
-  
-
-  
-   
-   
-   
-   
-   
-   
-   
-   
-   
-  
-
-  
-
-
-  
-
-  
-
-
-  
-
-
-
-  
-  DATE_REPLACED_BY_ANT
-
-
-
-  
-  VERSION_REPLACED_BY_ANT
-
-  
-  
-
-  
-
-
-
-  
-   
-  
-  
-   
-  
-
-  
-
-  
-
-  
-
-  
- 
- 
-  
-

Deleted: tags/jajuk/1:1.9.2-1/debian/changelog
===
--- trunk/jajuk/debian/changelog2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/jajuk/1:1.9.2-1/debian/changelog   2011-03-26 11:52:22 UTC (rev 
13459)
@@ -1,309 +0,0 @@
-jajuk (1:1.9.1-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Damien Raude-Morvan   Mon, 20 Dec 2010 22:51:36 +0100
-
-jajuk (1:1.9-1) unstable; urgency=low
-
-  * New upstream -final- release: 1.9 "Killer Queen".
-
- -- Damien Raude-Morvan   Sun, 21 Nov 2010 20:09:36 +0100
-
-jajuk (1:1.9~RC9+svn6163-1) unstable; urgency=low
-
-  * New release candidate: 1.9 RC9.
-
- -- Damien Raude-Morvan   Sat, 06 Nov 2010 23:21:20 +0100
-
-jajuk (1:1.9~RC5~svn6021-1) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * Change maintainers into Maintainers.
-
-  [ Damien Raude-Morvan ]
-  * New release candidate: 1.9 RC5.
-  * d/control: Bump Standards-Version to 3.9.1: no changes needed.
-  * d/rules: Fix jajuk.version transformation to match upstream UpgradeManager
-handling.
-
- -- Damien Raude-Morvan   Tue, 27 Jul 2010 15:46:48 +0200
-
-jajuk (1:1.9~RC2~svn5837-1) unstable; urgency=low
-
-  * New release candidate -- 1.9 Killer Queen
-  * Add (Build-)Depends libsimple-validation-java
-  * Remove all patches/* -- merged upstream
-  * Fix watch file
-
- -- Varun Hiremath   Sat, 10 Apr 2010 19:42:54 -0400
-
-jajuk (1:1.8.4-1) unstable; urgency=low
-
-  * In accordance with upstream recommendation, revert to 1.8.4 tag
-as 1.8.5 release won't be released:
-- use epoch "1" as release number prefix
-- debian/orig-tar.sh: svn export from tags
-  * debian/install: Removed (logic moved to debian/rules)
-  * debian/README.source: Remove "patch system" section as we now use
-3.0 (quilt) as source format
-  * debian/docs: Removed (empty)
-
- -- Damien Raude-Morvan   Wed, 03 Mar 2010 23:26:53 +0100
-
-jajuk (1.8.5~svn5725-1) unstable; urgency=low
-
-  * New snapshot from 1.8 maintenance branch (r5725):
-- Remove jaudiotagger2.diff patch (merged upstream)
-- Refresh jintellitype.diff patch
-  * Bump Standards-Version to 3.8.4 (no changes needed).
-  * Source format 3.0 (quilt).
-  * Update debian/copyright and convert to DEP5 format
-  * Depends on rhino package and add js.jar to Class-Path in JAR
-to prevent issue with HTML viewer.
-
- -- Damien Raude-Morvan   Fri, 26 Feb 2010 23:01:31 +0100
-
-jajuk (1.8.4~svn5662-1) unstable; urgency=low
-
-  * New snapshot from 1.8 maintenance branch (r5662).
-- remove jajuktablemodel.diff: merged upstream
-
- -- Damien Raude-Morvan   Sat, 09 Jan 2010 15:35:06 +0100
-

[pkg-java] r13458 - in trunk/jajuk/debian: . patches

2011-03-26 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-03-26 11:44:54 + (Sat, 26 Mar 2011)
New Revision: 13458

Added:
   trunk/jajuk/debian/patches/
   trunk/jajuk/debian/patches/01_override_manifest.diff
   trunk/jajuk/debian/patches/series
Removed:
   trunk/jajuk/debian/build.xml
Modified:
   trunk/jajuk/debian/ant.properties
   trunk/jajuk/debian/changelog
   trunk/jajuk/debian/copyright
   trunk/jajuk/debian/orig-tar.exclude
   trunk/jajuk/debian/orig-tar.sh
   trunk/jajuk/debian/rules
   trunk/jajuk/debian/watch
Log:
* New upstream release.
* d/copyright: Upgrade to latest DEP-5 r166 format and add information
  about public domain content.
* d/{watch,orig-tar.sh,orig-tar.exclude}: Download upstream tarball from
  sourceforce download area.
* d/{rules,ant.proprties}: Use upstream Ant build-system instead of
  debian/build.xml.
* d/patches/01_override_manifest.diff: Override Class-Path definition for
  Jajuk.

Modified: trunk/jajuk/debian/ant.properties
===
--- trunk/jajuk/debian/ant.properties   2011-03-24 23:21:06 UTC (rev 13457)
+++ trunk/jajuk/debian/ant.properties   2011-03-26 11:44:54 UTC (rev 13458)
@@ -1,4 +1,2 @@
-class.dir=build
-source.dir=src/main/java
-resources.dir=src/main/resources
-jar.name=jajuk.jar
+rootdir=./build
+manifest=./debian/MANIFEST.MF

Deleted: trunk/jajuk/debian/build.xml
===
--- trunk/jajuk/debian/build.xml2011-03-24 23:21:06 UTC (rev 13457)
+++ trunk/jajuk/debian/build.xml2011-03-26 11:44:54 UTC (rev 13458)
@@ -1,63 +0,0 @@
-
-
-
-  
-
-  
-   
-   
-   
-   
-   
-   
-   
-   
-   
-  
-
-  
-
-
-  
-
-  
-
-
-  
-
-
-
-  
-  DATE_REPLACED_BY_ANT
-
-
-
-  
-  VERSION_REPLACED_BY_ANT
-
-  
-  
-
-  
-
-
-
-  
-   
-  
-  
-   
-  
-
-  
-
-  
-
-  
-
-  
- 
- 
-  
-

Modified: trunk/jajuk/debian/changelog
===
--- trunk/jajuk/debian/changelog2011-03-24 23:21:06 UTC (rev 13457)
+++ trunk/jajuk/debian/changelog2011-03-26 11:44:54 UTC (rev 13458)
@@ -1,3 +1,17 @@
+jajuk (1:1.9.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * d/copyright: Upgrade to latest DEP-5 r166 format and add information
+about public domain content.
+  * d/{watch,orig-tar.sh,orig-tar.exclude}: Download upstream tarball from
+sourceforce download area.
+  * d/{rules,ant.proprties}: Use upstream Ant build-system instead of
+debian/build.xml.
+  * d/patches/01_override_manifest.diff: Override Class-Path definition for
+Jajuk.
+
+ -- Damien Raude-Morvan   Sat, 26 Mar 2011 12:44:22 +0100
+
 jajuk (1:1.9.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/jajuk/debian/copyright
===
--- trunk/jajuk/debian/copyright2011-03-24 23:21:06 UTC (rev 13457)
+++ trunk/jajuk/debian/copyright2011-03-26 11:44:54 UTC (rev 13458)
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Jajuk
-Maintainer: Bertrand Florat  and The Jajuk Team
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: Jajuk
+Upstream-Contact: Bertrand Florat  and The Jajuk Team
 Source: http://www.jajuk.info/downloads.html
 
 Files: *
@@ -51,20 +51,28 @@
 License: GPL-2+
 
 Files: src/main/resources/icons/*
-Copyright: Public domain, see 

-Licence: PD
+Copyright: public domain
+Licence: public-domain
+ From 
+ The Tango base icon theme is released to the Public Domain.
+ The palette is in public domain.
+ Developers, feel free to ship it along with your application.
+ The icon naming utilities are licensed under the GPL.
+ Though the tango-icon-theme package is released to the Public Domain,
+ we ask that you still please attribute the Tango Desktop Project,
+ for all the hard work we've done. Thanks.
 
 License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
-
+ .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
-
+ .
  On Debian systems, the complete text of the GNU General Public License
  version 2 can be found in `/usr/share/common-licenses/GPL-2'.
 

Modified: trunk/jajuk/debian/orig-tar.exclude
===
--- trunk/jajuk/debian/orig-