CVS libgnujaxp-java/debian

Wolfgang B??r wbaer-guest at haydn.debian.org
Sun Sep 11 11:39:37 UTC 2005


Update of /cvsroot/pkg-java/libgnujaxp-java/debian
In directory haydn:/tmp/cvs-serv8214/debian

Modified Files:
	changelog control copyright rules 
Added Files:
	libgnujaxp-jni.postinst libgnujaxp-jni.postrm 
Log Message:
libgnujaxp-java (1.3-4) unstable; urgency=low

  * Changed build-deps to gcj, gcj-dev 
  * Changed gcj from gcj-3.4 to gcj in debian/rules
  * Applied patch from ubuntu to fix FTBS (closes: #325630)
  * Updated FSF address
  * Added dummy postinst/postrm to fix lintian warning useless-call-to-ldconfig
  * Changed Standards-Version to 3.6.2 - no changes


--- /cvsroot/pkg-java/libgnujaxp-java/debian/changelog	2005/03/01 11:51:40	1.11
+++ /cvsroot/pkg-java/libgnujaxp-java/debian/changelog	2005/09/11 11:39:37	1.12
@@ -1,3 +1,29 @@
+libgnujaxp-java (1.3-4) unstable; urgency=low
+
+  * Changed build-deps to gcj, gcj-dev 
+  * Changed gcj from gcj-3.4 to gcj in debian/rules
+  * Applied patch from ubuntu to fix FTBS (closes: #325630)
+  * Updated FSF address
+  * Added dummy postinst/postrm to fix lintian warning useless-call-to-ldconfig
+  * Changed Standards-Version to 3.6.2 - no changes
+  * Added myself to uploaders
+
+  * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Sat, 10 Sep 2005 14:04:11 +0200
+
+libgnujaxp-java (1.3-3) unstable; urgency=low
+
+  * and now with gjdoc, sorry  (closes: #298132).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon, 14 Mar 2005 16:19:45 +0100
+
+libgnujaxp-java (1.3-2) unstable; urgency=low
+
+  * depends on gcj 3.4 (closes: #298132).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Fri, 11 Mar 2005 10:23:55 +0100
+
 libgnujaxp-java (1.3-1) unstable; urgency=low
 
   * New upstream release
--- /cvsroot/pkg-java/libgnujaxp-java/debian/control	2005/03/01 11:51:41	1.11
+++ /cvsroot/pkg-java/libgnujaxp-java/debian/control	2005/09/11 11:39:37	1.12
@@ -2,13 +2,13 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends: debhelper (>= 4.1.46), cdbs, gcj, gcj-3.3, libgcj4-dev, fastjar, docbook-to-man (>= 1:2.0.0), libxml2-dev (>= 2.6.8), libxslt1-dev (>= 1.1.11)
-Standards-Version: 3.6.1
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+Build-Depends: debhelper (>= 4.1.46), cdbs, gcj, libgcj-dev, fastjar, docbook-to-man (>= 1:2.0.0), libxml2-dev (>= 2.6.8), libxslt1-dev (>= 1.1.11), gjdoc
+Standards-Version: 3.6.2
 
 Package: libgnujaxp-java
 Architecture: all
-Depends: libgnujaxp-jni, gij (>= 3.3) | kaffe (>= 1.1.3) |
+Depends: libgnujaxp-jni, gij (>= 3.4) | kaffe (>= 1.1.3) |
  sablevm | java1-runtime | java2-runtime
 Description: free implementation of jaxp api
  GNUJAXP includes interfaces and implementations for basic XML
--- /cvsroot/pkg-java/libgnujaxp-java/debian/copyright	2004/06/20 11:03:24	1.2
+++ /cvsroot/pkg-java/libgnujaxp-java/debian/copyright	2005/09/11 11:39:37	1.3
@@ -24,8 +24,7 @@
 
   You should have received a copy of the GNU General Public License
   along with this package; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-  02111-1307, USA.
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
   In addition, the files distributed under GPL include the following
   special exception.
--- /cvsroot/pkg-java/libgnujaxp-java/debian/rules	2005/03/01 11:51:41	1.8
+++ /cvsroot/pkg-java/libgnujaxp-java/debian/rules	2005/09/11 11:39:37	1.9
@@ -6,8 +6,7 @@
 
 export JAVAH=/usr/bin/gcjh
 export JAR=/usr/bin/fastjar
-export GCJ=gcj-3.4
-#export GCJ=gcj-3.3
+export GCJ=gcj
 
 SRC := source
 VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | cut -f 1 -d '-')



More information about the pkg-java-commits mailing list