[pkg-java] r13372 - trunk/libjogl2-java/debian

2011-03-01 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-03-01 12:58:12 + (Tue, 01 Mar 2011)
New Revision: 13372

Added:
   trunk/libjogl2-java/debian/libjogl2-awt-java.install
   trunk/libjogl2-java/debian/libjogl2-awt-jni.install
   trunk/libjogl2-java/debian/libjogl2-awt-newt-java.install
   trunk/libjogl2-java/debian/libjogl2-core-java.install
   trunk/libjogl2-java/debian/libjogl2-core-newt-java.install
   trunk/libjogl2-java/debian/libjogl2-core-newt-jni.install
   trunk/libjogl2-java/debian/libjogl2-desktop-gl2es12-jni.install
   trunk/libjogl2-java/debian/libjogl2-desktop-java.install
   trunk/libjogl2-java/debian/libjogl2-desktop-jni.install
   trunk/libjogl2-java/debian/libjogl2-es-common-java.install
   trunk/libjogl2-java/debian/libjogl2-es1-java.install
   trunk/libjogl2-java/debian/libjogl2-es1-jni.install
   trunk/libjogl2-java/debian/libjogl2-es2-java.install
   trunk/libjogl2-java/debian/libjogl2-es2-jni.install
   trunk/libjogl2-java/debian/libjogl2-glu-java.install
   trunk/libjogl2-java/debian/libjogl2-platform-java.install
   trunk/libjogl2-java/debian/libjogl2-platform-jni.install
   trunk/libjogl2-java/debian/libjogl2-platform-newt-java.install
   trunk/libjogl2-java/debian/libjogl2-toolkits.install
Modified:
   trunk/libjogl2-java/debian/control
   trunk/libjogl2-java/debian/rules
Log:
Almost ready'

Modified: trunk/libjogl2-java/debian/control
===
--- trunk/libjogl2-java/debian/control  2011-03-01 00:03:15 UTC (rev 13371)
+++ trunk/libjogl2-java/debian/control  2011-03-01 12:58:12 UTC (rev 13372)
@@ -5,8 +5,8 @@
 Uploaders: Sylvestre Ledru sylves...@debian.org
 Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk, 
  ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, 
- x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java (= 2.0-rc1-3),
- ant-contrib
+ x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java, ant-contrib,
+ libxinerama-dev, libxrandr-dev
 Standards-Version: 3.9.1
 Homepage: http://jogamp.org/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl2-java
@@ -14,11 +14,9 @@
 
 Package: libjogl2-core-java
 Architecture: all
-Suggests: libjogl2-java-doc
 Depends:  ${misc:Depends}, default-jre, 
- libjogl2-jni (= ${source:Version}),
- antlr
-Description: Java bindings for OpenGL API (java library)
+ libjogl2-core-jni (= ${source:Version}), libgluegen2-rt-java
+Description: Java bindings for OpenGL API
  The JOGL project hosts the development version of the Java Bindings for 
  OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics 
  to applications written in Java. JOGL is not the official reference 
@@ -33,14 +31,26 @@
  suite of open-source technologies initiated by the Game Technology Group at
  Sun Microsystems. 
 
+Package: libjogl2-core-jni
+Architecture: any
+Description: Java bindings for OpenGL API (JNI lib)
+ The JOGL project hosts the development version of the Java Bindings for 
+ OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics 
+ to applications written in Java. JOGL is not the official reference 
+ implementation of the JSR, but an evolving workspace; snapshots are taken 
+ from this workspace which become the official reference implementations of 
+ the JSR. JOGL is part of a suite of open-source technologies initiated by 
+ the Game Technology Group at Sun Microsystems.
+ .
+ JOGL provides full access to the APIs in the OpenGL 2.0 specification as 
+ well as nearly all vendor extensions, and integrates with the AWT and Swing 
+ widget sets.
 
-Package: libjogl2java
+Package: libjogl2-core-newt-java
 Architecture: all
-Suggests: libjogl2java-doc
-Depends:  ${misc:Depends}, default-jre,
- libjogl2jni (= ${source:Version}),
- antlr
-Description: Java bindings for OpenGL API (java library)
+Depends:  ${misc:Depends}, 
+ libjogl2-core-java
+Description: Java bindings for OpenGL API
  The JOGL project hosts the development version of the Java Bindings for 
  OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics 
  to applications written in Java. JOGL is not the official reference 
@@ -55,13 +65,28 @@
  suite of open-source technologies initiated by the Game Technology Group at
  Sun Microsystems. 
 
-Package: libjogl2noawt-java
+
+Package: libjogl2-core-newt-jni
+Architecture: any
+Depends:  ${misc:Depends}, 
+ libjogl2-core-java
+Description: Java bindings for OpenGL API (JNI lib)
+ The JOGL project hosts the development version of the Java Bindings for 
+ OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics 
+ to applications written in Java. JOGL is not the official reference 
+ implementation of the JSR, but an evolving workspace; snapshots are taken 
+ from this workspace which become the official reference implementations of 
+ the JSR. JOGL is part of a suite of open-source technologies initiated by 
+ the Game Technology Group at Sun Microsystems.
+ .
+ JOGL provides full access to 

[pkg-java] r13373 - trunk/libjogl2-java/debian

2011-03-01 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-03-01 13:57:28 + (Tue, 01 Mar 2011)
New Revision: 13373

Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/control
   trunk/libjogl2-java/debian/rules
Log:
Various lintian warnings

Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2011-03-01 12:58:12 UTC (rev 
13372)
+++ trunk/libjogl2-java/debian/changelog2011-03-01 13:57:28 UTC (rev 
13373)
@@ -2,6 +2,6 @@
 
   * New upstream release (Closes: #614819)
 
- -- Sylvestre Ledru sylves...@debian.org  Tue, 22 Dec 2009 14:21:08 +0100
+ -- Sylvestre Ledru sylves...@debian.org  Tue, 01 Mar 2011 14:12:56 +0100
 
 

Modified: trunk/libjogl2-java/debian/control
===
--- trunk/libjogl2-java/debian/control  2011-03-01 12:58:12 UTC (rev 13372)
+++ trunk/libjogl2-java/debian/control  2011-03-01 13:57:28 UTC (rev 13373)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Sylvestre Ledru sylves...@debian.org
-Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk, 
+Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk,
  ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, 
  x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java, ant-contrib,
- libxinerama-dev, libxrandr-dev
+ ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev
 Standards-Version: 3.9.1
 Homepage: http://jogamp.org/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl2-java
@@ -27,24 +27,25 @@
  JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, 
  = 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
  extensions. It integrates with the AWT and Swing widget sets, as well with
- custom windowing toolkits using the the NativeWindow API. It is part of a
+ custom windowing toolkits using the NativeWindow API. It is part of a
  suite of open-source technologies initiated by the Game Technology Group at
  Sun Microsystems. 
 
-Package: libjogl2-core-jni
-Architecture: any
-Description: Java bindings for OpenGL API (JNI lib)
- The JOGL project hosts the development version of the Java Bindings for 
- OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics 
- to applications written in Java. JOGL is not the official reference 
- implementation of the JSR, but an evolving workspace; snapshots are taken 
- from this workspace which become the official reference implementations of 
- the JSR. JOGL is part of a suite of open-source technologies initiated by 
- the Game Technology Group at Sun Microsystems.
- .
- JOGL provides full access to the APIs in the OpenGL 2.0 specification as 
- well as nearly all vendor extensions, and integrates with the AWT and Swing 
- widget sets.
+# Package: libjogl2-core-jni
+# Depends: ${misc:Depends}
+# Architecture: any
+# Description: Java bindings for OpenGL API (JNI lib)
+#  The JOGL project hosts the development version of the Java Bindings for 
+#  OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics 
+#  to applications written in Java. JOGL is not the official reference 
+#  implementation of the JSR, but an evolving workspace; snapshots are taken 
+#  from this workspace which become the official reference implementations of 
+#  the JSR. JOGL is part of a suite of open-source technologies initiated by 
+#  the Game Technology Group at Sun Microsystems.
+#  .
+#  JOGL provides full access to the APIs in the OpenGL 2.0 specification as 
+#  well as nearly all vendor extensions, and integrates with the AWT and Swing 
+#  widget sets.
 
 Package: libjogl2-core-newt-java
 Architecture: all
@@ -61,14 +62,14 @@
  JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, 
  = 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
  extensions. It integrates with the AWT and Swing widget sets, as well with
- custom windowing toolkits using the the NativeWindow API. It is part of a
+ custom windowing toolkits using the NativeWindow API. It is part of a
  suite of open-source technologies initiated by the Game Technology Group at
  Sun Microsystems. 
 
 
 Package: libjogl2-core-newt-jni
 Architecture: any
-Depends:  ${misc:Depends}, 
+Depends:  ${misc:Depends}, ${shlibs:Depends},
  libjogl2-core-java
 Description: Java bindings for OpenGL API (JNI lib)
  The JOGL project hosts the development version of the Java Bindings for 
@@ -97,13 +98,13 @@
  JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, 
  = 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
  extensions. It integrates with the AWT and Swing widget sets, as well with
- custom windowing toolkits using the the NativeWindow API. It is part of a
+ custom windowing toolkits using the NativeWindow API. It is part of a
  suite of 

Processing of libjogl2-java_2.0-rc1-1_i386.changes

2011-03-01 Thread Debian FTP Masters
libjogl2-java_2.0-rc1-1_i386.changes uploaded successfully to localhost
along with the files:
  libjogl2-java_2.0-rc1-1.dsc
  libjogl2-java_2.0-rc1.orig.tar.gz
  libjogl2-java_2.0-rc1-1.debian.tar.gz
  libjogl2-core-java_2.0-rc1-1_all.deb
  libjogl2-core-newt-java_2.0-rc1-1_all.deb
  libjogl2-platform-java_2.0-rc1-1_all.deb
  libjogl2-platform-newt-java_2.0-rc1-1_all.deb
  libjogl2-desktop-java_2.0-rc1-1_all.deb
  libjogl2-es-common-java_2.0-rc1-1_all.deb
  libjogl2-es1-java_2.0-rc1-1_all.deb
  libjogl2-es2-java_2.0-rc1-1_all.deb
  libjogl2-awt-java_2.0-rc1-1_all.deb
  libjogl2-awt-newt-java_2.0-rc1-1_all.deb
  libjogl2-glu-java_2.0-rc1-1_all.deb
  libjogl2-toolkits_2.0-rc1-1_all.deb
  libjogl2-core-newt-jni_2.0-rc1-1_i386.deb
  libjogl2-platform-jni_2.0-rc1-1_i386.deb
  libjogl2-desktop-jni_2.0-rc1-1_i386.deb
  libjogl2-es1-jni_2.0-rc1-1_i386.deb
  libjogl2-es2-jni_2.0-rc1-1_i386.deb
  libjogl2-awt-jni_2.0-rc1-1_i386.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/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


libjogl2-java_2.0-rc1-1_i386.changes is NEW

2011-03-01 Thread Debian FTP Masters
(new) libjogl2-awt-java_2.0-rc1-1_all.deb optional java
Java bindings for AWT OpenGL API
 The JOGL project hosts the development version of the Java Bindings for
 OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
 to applications written in Java. JOGL is not the official reference
 implementation of the JSR, but an evolving workspace; snapshots are taken
 from this workspace which become the official reference implementations of
 the JSR. JOGL is part of a suite of open-source technologies initiated by
 the Game Technology Group at Sun Microsystems.
 .
 JOGL provides full access to the APIs in the OpenGL 2.0 specification as
 well as nearly all vendor extensions, and integrates with the AWT and Swing
 widget sets.
(new) libjogl2-awt-jni_2.0-rc1-1_i386.deb optional java
Java bindings for AWT OpenGL API (JNI lib)
 The JOGL project hosts the development version of the Java Bindings for
 OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
 to applications written in Java. JOGL is not the official reference
 implementation of the JSR, but an evolving workspace; snapshots are taken
 from this workspace which become the official reference implementations of
 the JSR. JOGL is part of a suite of open-source technologies initiated by
 the Game Technology Group at Sun Microsystems.
 .
 JOGL provides full access to the APIs in the OpenGL 2.0 specification as
 well as nearly all vendor extensions, and integrates with the AWT and Swing
 widget sets.
(new) libjogl2-awt-newt-java_2.0-rc1-1_all.deb optional java
Java bindings for AWT NEWT OpenGL API
 The JOGL project hosts the development version of the Java Bindings for
 OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
 to applications written in Java. JOGL is not the official reference
 implementation of the JSR, but an evolving workspace; snapshots are taken
 from this workspace which become the official reference implementations of
 the JSR. JOGL is part of a suite of open-source technologies initiated by
 the Game Technology Group at Sun Microsystems.
 .
 JOGL provides full access to the APIs in the OpenGL 2.0 specification as
 well as nearly all vendor extensions, and integrates with the AWT and Swing
 widget sets.
(new) libjogl2-core-java_2.0-rc1-1_all.deb optional java
Java bindings for OpenGL API
 The JOGL project hosts the development version of the Java Bindings for
 OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
 to applications written in Java. JOGL is not the official reference
 implementation of the JSR, but an evolving workspace; snapshots are taken
 from this workspace which become the official reference implementations of
 the JSR.
 .
 JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
 = 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
 extensions. It integrates with the AWT and Swing widget sets, as well with
 custom windowing toolkits using the NativeWindow API. It is part of a
 suite of open-source technologies initiated by the Game Technology Group at
 Sun Microsystems.
(new) libjogl2-core-newt-java_2.0-rc1-1_all.deb optional java
Java bindings for OpenGL API
 The JOGL project hosts the development version of the Java Bindings for
 OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
 to applications written in Java. JOGL is not the official reference
 implementation of the JSR, but an evolving workspace; snapshots are taken
 from this workspace which become the official reference implementations of
 the JSR.
 .
 JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3,
 = 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor
 extensions. It integrates with the AWT and Swing widget sets, as well with
 custom windowing toolkits using the NativeWindow API. It is part of a
 suite of open-source technologies initiated by the Game Technology Group at
 Sun Microsystems.
(new) libjogl2-core-newt-jni_2.0-rc1-1_i386.deb optional java
Java bindings for OpenGL API (JNI lib)
 The JOGL project hosts the development version of the Java Bindings for
 OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
 to applications written in Java. JOGL is not the official reference
 implementation of the JSR, but an evolving workspace; snapshots are taken
 from this workspace which become the official reference implementations of
 the JSR. JOGL is part of a suite of open-source technologies initiated by
 the Game Technology Group at Sun Microsystems.
 .
 JOGL provides full access to the APIs in the OpenGL 2.0 specification as
 well as nearly all vendor extensions, and integrates with the AWT and Swing
 widget sets.
(new) libjogl2-desktop-java_2.0-rc1-1_all.deb optional java
Java bindings for Desktop OpenGL API (main package)
 The JOGL project hosts the development version of the Java Bindings for
 OpenGL (JSR-231), and is designed to provide hardware-supported 

Bug#616003: eclipse: drop UBUNTU_MENUPROXY export

2011-03-01 Thread Michael Terry
Package: eclipse
Version: 3.5.2-8ubuntu1
Severity: minor
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty

Hello!  I see that you recently incorporated the UBUNTU_MENUPROXY=0 export
that Ubuntu was using to workaround the fact that Eclipse didn't play well
with Ubuntu's global menu.

Since then, I've fixed the issues the global menu had with SWT apps (but
have *not* yet fixed them for Eclipse).  So the current export has the
undesired side effect of disabling the global menu for all launched apps,
including SWT apps that work fine with the menu.

So I've modified appmenu-gtk to blacklist Eclipse and removed the export
from natty's packaging of eclipse.  If Debian has a recent version of
appmenu-gtk, you can also drop the export.

Thanks!

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

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

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.5.2-8ubuntu1 Eclipse Java Development Tools (JD
ii  eclipse-pde   3.5.2-8ubuntu1 Eclipse Plug-in Development Enviro

eclipse recommends no packages.

eclipse suggests no packages.

Versions of packages eclipse-platform depends on:
ii  ant   1.8.1-1Java based build tool like make
ii  ant-optional  1.8.1-1Java based build tool like make - 
ii  default-jre [java6-ru 1:1.6-40ubuntu1Standard Java or Java compatible R
ii  eclipse-platform-data 3.5.2-8ubuntu1 Eclipse platform without plug-ins 
ii  eclipse-rcp   3.5.2-8ubuntu1 Eclipse Rich Client Platform (RCP)
ii  java-common   0.40ubuntu1Base of all Java packages
ii  libc6 2.13-0ubuntu3  Embedded GNU C Library: Shared lib
ii  libcommons-codec-java 1.4-2  encoder and decoders such as Base6
ii  libcommons-el-java1.0-6  Implementation of the JSP2.0 Expre
ii  libcommons-httpclient 3.1-9  A Java(TM) library for creating HT
ii  libcommons-logging-ja 1.1.1-8commmon wrapper interface for seve
ii  libjasper-java5.5.26-5   Implementation of the JSP Containe
ii  libjetty-java 6.1.24-6   Java servlet engine and webserver 
ii  libjsch-java  0.1.42-2fakesync1  pure Java implementation of the SS
ii  liblucene2-java   2.9.3+ds1-1Full-text search engine library fo
ii  libservlet2.5-java6.0.28-10  Servlet 2.5 and JSP 2.1 Java API c
ii  openjdk-6-jre [java6- 6b21~pre3-0ubuntu1 OpenJDK Java runtime, using Hotspo
ii  perl  5.10.1-17ubuntu3   Larry Wall's Practical Extraction 
ii  sat4j 2.2.0-3Efficient library of SAT solvers i

Versions of packages eclipse-pde depends on:
ii  default-jre [java6-ru 1:1.6-40ubuntu1Standard Java or Java compatible R
ii  eclipse-jdt   3.5.2-8ubuntu1 Eclipse Java Development Tools (JD
ii  eclipse-platform  3.5.2-8ubuntu1 Eclipse platform without plug-ins 
ii  libasm3-java  3.2-3ubuntu1   Java bytecode manipulation framewo
ii  openjdk-6-jre [java6- 6b21~pre3-0ubuntu1 OpenJDK Java runtime, using Hotspo

Versions of packages eclipse-jdt depends on:
ii  default-jre [java6-ru 1:1.6-40ubuntu1Standard Java or Java compatible R
ii  eclipse-platform  3.5.2-8ubuntu1 Eclipse platform without plug-ins 
ii  eclipse-plugin-cvs3.5.2-8ubuntu1 Eclipse Team Integration (CVS supp
ii  junit 3.8.2-4Automated testing framework for Ja
ii  junit44.8.2-2JUnit regression test framework fo
ii  libhamcrest-java  1.1-8  library of matchers for building t
ii  openjdk-6-jre [java6- 6b21~pre3-0ubuntu1 OpenJDK Java runtime, using Hotspo

-- no debconf information



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


Processed: tagging as pending bugs that are closed by packages in NEW

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

 # Tue Mar  1 19:03:28 UTC 2011
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: libjogl2-java
 tags 614819 + pending
Bug #614819 [libjogl-java] RFP: jogl2: only jogl 1.x currently packaged. jogl 2 
improves support for OpenGL 3.1+
Added tag(s) pending.
 # Source package in NEW: mx
 tags 615534 + pending
Bug #615534 [src:mx] mx: upstream moved, new upstream release
Added tag(s) pending.
 # Source package in NEW: mx
 tags 615755 + pending
Bug #615755 [mx] mx: ftbfs with gold or ld --no-add-needed
Added tag(s) pending.
 # Source package in NEW: bitcoin
 tags 615619 + pending
Bug #615619 [bitcoin-cli] bitcoin-cli: Fails to build on Wheezy
Added tag(s) pending.
 # Source package in NEW: bitcoin
 tags 614025 + pending
Bug #614025 [bitcoin-cli] bitcoin-cli should be named bitcoind
Added tag(s) pending.
 # Source package in NEW: web2py
 tags 583384 + pending
Bug #583384 [wnpp] ITP: web2py -- enterprise web framework inspired by Ruby on 
Rails
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
583384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583384
615534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615534
615755: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615755
615619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615619
614025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614025
614819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614819
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/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[SCM] json-simple packaging branch, master, created. bc28b08103a4703692b5a4f69befb3905b3d41be

2011-03-01 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 json-simple packaging.

The branch, master has been created
at  bc28b08103a4703692b5a4f69befb3905b3d41be (commit)

- Log -
commit bc28b08103a4703692b5a4f69befb3905b3d41be
Author: Gilles Filippini p...@debian.org
Date:   Tue Mar 1 23:01:02 2011 +0100

Imported Upstream version 1.1-dfsg1

commit 96458dc9daa5532b439f283e46e9b9e53c1c54ca
Author: Gilles Filippini p...@debian.org
Date:   Tue Mar 1 22:58:02 2011 +0100

Scripts for generating orig tarball

---


hooks/post-receive
-- 
json-simple packaging

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


[SCM] json-simple packaging branch, pristine-tar, created. c5960acd69a5950ab33b17f25195a07e651784c5

2011-03-01 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 json-simple packaging.

The branch, pristine-tar has been created
at  c5960acd69a5950ab33b17f25195a07e651784c5 (commit)

- Log -
commit c5960acd69a5950ab33b17f25195a07e651784c5
Author: Gilles Filippini p...@debian.org
Date:   Tue Mar 1 23:01:02 2011 +0100

pristine-tar data for json-simple_1.1-dfsg1.orig.tar.bz2

---


hooks/post-receive
-- 
json-simple packaging

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


[SCM] json-simple packaging branch, upstream, created. bc28b08103a4703692b5a4f69befb3905b3d41be

2011-03-01 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 json-simple packaging.

The branch, upstream has been created
at  bc28b08103a4703692b5a4f69befb3905b3d41be (commit)

- Log -
commit bc28b08103a4703692b5a4f69befb3905b3d41be
Author: Gilles Filippini p...@debian.org
Date:   Tue Mar 1 23:01:02 2011 +0100

Imported Upstream version 1.1-dfsg1

commit 96458dc9daa5532b439f283e46e9b9e53c1c54ca
Author: Gilles Filippini p...@debian.org
Date:   Tue Mar 1 22:58:02 2011 +0100

Scripts for generating orig tarball

---


hooks/post-receive
-- 
json-simple packaging

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


[SCM] json-simple packaging branch, master, created. af52ce42b5cb566260d4c1867a022441470dbf60

2011-03-01 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 json-simple packaging.

The branch, master has been created
at  af52ce42b5cb566260d4c1867a022441470dbf60 (commit)

- Log -
commit af52ce42b5cb566260d4c1867a022441470dbf60
Author: Gilles Filippini p...@debian.org
Date:   Tue Mar 1 23:16:55 2011 +0100

Very first draft for debian files

commit d613a96b07ca37af98ec067ad7220688dde7af65
Author: Gilles Filippini p...@debian.org
Date:   Tue Mar 1 23:16:14 2011 +0100

Scripts for generating orig tarball

---


hooks/post-receive
-- 
json-simple packaging

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


[SCM] json-simple packaging branch, pristine-tar, created. 5272ac2ec01585bb13ef32ebaa0d85438e1d8ede

2011-03-01 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 json-simple packaging.

The branch, pristine-tar has been created
at  5272ac2ec01585bb13ef32ebaa0d85438e1d8ede (commit)

- Log -
commit 5272ac2ec01585bb13ef32ebaa0d85438e1d8ede
Author: Gilles Filippini p...@debian.org
Date:   Tue Mar 1 23:15:19 2011 +0100

pristine-tar data for json-simple_1.1-dfsg1.orig.tar.bz2

---


hooks/post-receive
-- 
json-simple packaging

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


[SCM] json-simple packaging branch, upstream, created. 69ed6259c1430750c4494544c4bc9e7ba68e93be

2011-03-01 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 json-simple packaging.

The branch, upstream has been created
at  69ed6259c1430750c4494544c4bc9e7ba68e93be (commit)

- Log -
---


hooks/post-receive
-- 
json-simple packaging

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


[SCM] json-simple packaging annotated tag, upstream/1.1-dfsg1, created. upstream/1.1-dfsg1

2011-03-01 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 json-simple packaging.

The annotated tag, upstream/1.1-dfsg1 has been created
at  febf439bfd29c1a238e5a6110f3780d253512e48 (tag)
   tagging  69ed6259c1430750c4494544c4bc9e7ba68e93be (commit)
 tagged by  Gilles Filippini
on  Tue Mar 1 23:15:19 2011 +0100

- Log -
Upstream version 1.1-dfsg1

Gilles Filippini (1):
  Imported Upstream version 1.1-dfsg1

---


hooks/post-receive
-- 
json-simple packaging

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


[SCM] json-simple packaging branch, master, updated. upstream/1.1-dfsg1-3-gc26782a

2011-03-01 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 json-simple packaging.

The branch, master has been updated
   via  c26782a4369fea4f809da7937e571441f8e862ac (commit)
  from  af52ce42b5cb566260d4c1867a022441470dbf60 (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 c26782a4369fea4f809da7937e571441f8e862ac
Author: Gilles Filippini p...@debian.org
Date:   Tue Mar 1 23:36:28 2011 +0100

First succesful build

---

Summary of changes:
 debian/compat|1 +
 debian/control   |2 +-
 debian/libjson-simple-java.jlibs |1 +
 debian/rules |3 +++
 debian/source/format |1 +
 5 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
index ff46720..1803e17 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: json-simple
 Section: java
 Priority: extra
 Maintainer: Gilles Filippini p...@debian.org
-Build-Depends: debhelper (= 7.0.50~), javahelper, default-jdk,
+Build-Depends: debhelper (= 7.0.50~), javahelper, default-jdk, ant,
  default-jdk-doc
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/json-simple/
diff --git a/debian/libjson-simple-java.jlibs b/debian/libjson-simple-java.jlibs
new file mode 100644
index 000..89d3e47
--- /dev/null
+++ b/debian/libjson-simple-java.jlibs
@@ -0,0 +1 @@
+lib/json_simple-1.1.jar
diff --git a/debian/rules b/debian/rules
index 851d668..b7f3422 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
dh $@ --with javahelper
+
+override_dh_auto_clean:
+   [ ! -d build/main ] || dh_auto_clean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)


hooks/post-receive
-- 
json-simple packaging

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


[SCM] json-simple packaging branch, master, updated. upstream/1.1-dfsg1-4-g46ec0ee

2011-03-01 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 json-simple packaging.

The branch, master has been updated
   via  46ec0ee8f09316f77849463fd9c22e13ac745889 (commit)
  from  c26782a4369fea4f809da7937e571441f8e862ac (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 46ec0ee8f09316f77849463fd9c22e13ac745889
Author: Gilles Filippini p...@debian.org
Date:   Wed Mar 2 00:37:19 2011 +0100

debian/copyright file

---

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

diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..05c9e93
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format-Specification: 
http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=166
+Name: json-simple
+Maintainer: Gilles Filippini p...@debian.org
+Source: http://code.google.com/p/json-simple/
+
+Files: *
+Copyright: 2006-2009, Yidong Fang fangyid...@yahoo.com.cn
+   2006-2009, Chris Nokleberg chris.nokleb...@gmail.com
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2011 Gilles Filippini p...@debian.org
+License: GPL-3+
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the License);
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an AS IS BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems the full text of the Apache license version 2.0 can
+ be found in the `/usr/share/common-licenses/Apache-2.0' file.
+
+License: GPL-3+
+ 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 3 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 full text of the GNU General Public License
+ version 3 can be found in the `/usr/share/common-licenses/GPL-3' file.


hooks/post-receive
-- 
json-simple packaging

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


[SCM] json-simple packaging branch, master, updated. upstream/1.1-dfsg1-5-gc960bea

2011-03-01 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 json-simple packaging.

The branch, master has been updated
   via  c960bea8cc9547608b05d7d6af359312e5e51e60 (commit)
  from  46ec0ee8f09316f77849463fd9c22e13ac745889 (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 c960bea8cc9547608b05d7d6af359312e5e51e60
Author: Gilles Filippini p...@debian.org
Date:   Wed Mar 2 01:45:23 2011 +0100

debian/watch + get-orig-source

---

Summary of changes:
 debian/orig-tar.sh |4 ++--
 debian/rules   |5 +
 debian/watch   |4 
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index d7a1284..c107e77 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -6,7 +6,7 @@ VERSION=$2
 DEBIAN_VERSION=$VERSION-dfsg1
 UPSTREAM_SOURCE_DIR=$(echo $SOURCE_NAME | tr '-' '_')-${VERSION}-all
 DEBIAN_SOURCE_DIR=${SOURCE_NAME}-$DEBIAN_VERSION
-TAR=../${SOURCE_NAME}_$DEBIAN_VERSION.orig.tar.bz2
+TAR=${USCAN_DESTDIR:-.}/${SOURCE_NAME}_$DEBIAN_VERSION.orig.tar.bz2
 
 # clean up the upstream tarball
 unzip $3 /dev/null
@@ -14,5 +14,5 @@ unzip $3 /dev/null
 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}
+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 b7f3422..ca37df5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,8 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 
 override_dh_auto_clean:
[ ! -d build/main ] || dh_auto_clean
+
+get-orig-source:
+   destdir=$(PWD)  \
+   cd $(shell dirname $(word $(words 
$(MAKEFILE_LIST)),$(MAKEFILE_LIST)))/..  \
+   USCAN_DESTDIR=$$destdir uscan --noconf --force-download --rename
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..9249bb7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=dversionmangle=s/-dfsg\d+$// \
+http://code.google.com/p/json-simple/downloads/list 
.*/json_simple-(.*)-all\.zip \
+debian debian/orig-tar.sh


hooks/post-receive
-- 
json-simple packaging

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