[libxalan2-java] 43/71: UNRELEASED * Team upload * Do no longer build the *-gcj packages. * Remove Arnaud from Uploaders list. * Switch to source format 3.0.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Oct 13 15:38:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libxalan2-java.

commit 98adeb9d0856309e0c5f555dee49f2467b4007ee
Author: Torsten Werner <twerner at debian.org>
Date:   Wed Aug 17 16:09:09 2011 +0000

    UNRELEASED
    * Team upload
    * Do no longer build the *-gcj packages.
    * Remove Arnaud from Uploaders list.
    * Switch to source format 3.0.
---
 debian/changelog     | 10 ++++++++++
 debian/control       | 27 ++-------------------------
 debian/rules         | 14 --------------
 debian/source/format |  1 +
 4 files changed, 13 insertions(+), 39 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cb22020..c5b2ed9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/control b/debian/control
index 89546b8..a177176 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libxalan2-java
 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 @@ Description: XSL Transformations (XSLT) processor in Java
  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 @@ Description: XSL Transformations (XSLT) compiler from Xalan-Java
  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}
diff --git a/debian/rules b/debian/rules
index 341ae46..3678a8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 @@ VERSION              := $(DEB_UPSTREAM_VERSION)
 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 @@ install/libxalan2-java-doc::
 	# 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
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxalan2-java.git



More information about the pkg-java-commits mailing list