[pkg-java] r14266 - in trunk/libxalan2-java/debian: . source

Torsten Werner twerner at alioth.debian.org
Wed Aug 17 16:09:09 UTC 2011


Author: twerner
Date: 2011-08-17 16:09:09 +0000 (Wed, 17 Aug 2011)
New Revision: 14266

Added:
   trunk/libxalan2-java/debian/source/
   trunk/libxalan2-java/debian/source/format
Modified:
   trunk/libxalan2-java/debian/changelog
   trunk/libxalan2-java/debian/control
   trunk/libxalan2-java/debian/rules
Log:
UNRELEASED
* Team upload
* Do no longer build the *-gcj packages.
* Remove Arnaud from Uploaders list.
* Switch to source format 3.0.

Modified: trunk/libxalan2-java/debian/changelog
===================================================================
--- trunk/libxalan2-java/debian/changelog	2011-08-17 15:54:00 UTC (rev 14265)
+++ trunk/libxalan2-java/debian/changelog	2011-08-17 16:09:09 UTC (rev 14266)
@@ -1,3 +1,13 @@
+libxalan2-java (2.7.1-6) unstable; urgency=low
+
+  UNRELEASED
+  * Team upload
+  * Do no longer build the *-gcj packages.
+  * Remove Arnaud from Uploaders list.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 17 Aug 2011 18:01:33 +0200
+
 libxalan2-java (2.7.1-5) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/libxalan2-java/debian/control
===================================================================
--- trunk/libxalan2-java/debian/control	2011-08-17 15:54:00 UTC (rev 14265)
+++ trunk/libxalan2-java/debian/control	2011-08-17 16:09:09 UTC (rev 14266)
@@ -2,8 +2,8 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Marcus Better <marcus at better.se>, Matthias Klose <doko at ubuntu.com>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.8), default-jdk-builddep, ant (>= 1.6.3), quilt,
+Uploaders: Marcus Better <marcus at better.se>, Matthias Klose <doko at ubuntu.com>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.8), default-jdk, ant (>= 1.6.3),
  maven-repo-helper, libxerces2-java (>= 2.8.0), libbsf-java, 
  libregexp-java, libbcel-java (>= 5.0), jlex, cup, libjaxp1.3-java, libstylebook-java
 Standards-Version: 3.8.2
@@ -24,17 +24,6 @@
  from the command line, in an applet or a servlet, or as a module in other
  programs.
 
-Package: libxalan2-java-gcj
-Architecture: any
-Section: libs
-Depends: libxalan2-java (>= ${source:Version}), libjaxp1.3-java-gcj, libxerces2-java-gcj, ${misc:Depends}, ${shlibs:Depends}
-Description: XSL Transformations (XSLT) processor in Java (native code)
- Xalan-Java is an XSLT processor for transforming XML documents into HTML,
- text, or other XML document types. It implements the W3C Recommendations for
- XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used
- from the command line, in an applet or a servlet, or as a module in other
- programs.
-
 Package: libxsltc-java
 Architecture: all
 Section: java
@@ -46,18 +35,6 @@
  Use the runtime processor to apply the translet to an XML document and
  perform a transformation. XSLTC is part of the Xalan-Java project.
 
-Package: libxsltc-java-gcj
-Architecture: any
-Section: libs
-Depends: libxsltc-java (>= ${source:Version}), libxalan2-java-gcj, ${misc:Depends}, ${shlibs:Depends}
-Description: XSL Transformations (XSLT) compiler from Xalan-Java (native code)
- XSLTC provides a compiler and a runtime processor. Use the compiler to
- compile an XSL stylesheet into a translet (i.e. a set of Java classes).
- Use the runtime processor to apply the translet to an XML document and
- perform a transformation.
- .
- This package contains the natively compiled code for use by gij.
-
 Package: libxalan2-java-doc
 Architecture: all
 Depends: ${misc:Depends}

Modified: trunk/libxalan2-java/debian/rules
===================================================================
--- trunk/libxalan2-java/debian/rules	2011-08-17 15:54:00 UTC (rev 14265)
+++ trunk/libxalan2-java/debian/rules	2011-08-17 16:09:09 UTC (rev 14266)
@@ -2,7 +2,6 @@
 # debian/rules file for libxalan2-java (uses cdbs)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
@@ -10,11 +9,6 @@
 JAVA_HOME            := /usr/lib/jvm/default-java
 ANT_HOME             := /usr/share/ant
 
-include /usr/share/gcj/debian_defaults
-ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
-  with_gcj_native := yes
-endif
-
 ANT_OPTS := -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
 DEB_JARS := xml-apis xercesImpl bsf bcel cup regexp stylebook JLex
 
@@ -45,14 +39,6 @@
 	# make lintian happy and remove zero-byte files
 	rm -Rf $(CURDIR)/samples/extensions/instantdb/tables
 
-ifeq ($(with_gcj_native),yes)
-install/libxalan2-java-gcj:: install/libxalan2-java
-	dh_nativejava -plibxalan2-java-gcj
-
-install/libxsltc-java-gcj:: install/libxsltc-java
-	dh_nativejava -plibxsltc-java-gcj
-endif
-
 get-orig-source:
 	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack
 

Added: trunk/libxalan2-java/debian/source/format
===================================================================
--- trunk/libxalan2-java/debian/source/format	                        (rev 0)
+++ trunk/libxalan2-java/debian/source/format	2011-08-17 16:09:09 UTC (rev 14266)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list