CVS libsaxon-java/debian

Wolfgang B??r wbaer-guest at haydn.debian.org
Sun Sep 11 10:54:20 UTC 2005


Update of /cvsroot/pkg-java/libsaxon-java/debian
In directory haydn:/tmp/cvs-serv24975/debian

Modified Files:
	changelog copyright rules 
Added Files:
	MANIFEST.MF libsaxon-java-doc.lintian 
Log Message:
libsaxon-java (1:6.5.4-2) unstable; urgency=low

  * Provide a Manifest file with Main-class entry and suppress
    the automatic generation of a second Manifest file (closes: #326207)
  * Added lintian override for wrong-name-for-upstream-changelog
    as this is a needed html file of the manual


--- /cvsroot/pkg-java/libsaxon-java/debian/changelog	2005/08/17 00:21:54	1.5
+++ /cvsroot/pkg-java/libsaxon-java/debian/changelog	2005/09/11 10:54:20	1.6
@@ -1,3 +1,14 @@
+libsaxon-java (1:6.5.4-2) unstable; urgency=low
+
+  * Provide a Manifest file with Main-class entry and suppress
+    the automatic generation of a second Manifest file (closes: #326207)
+  * Added lintian override for wrong-name-for-upstream-changelog
+    as this is a needed html file of the manual
+
+  * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Tue, 06 Sep 2005 12:28:39 +0200
+
 libsaxon-java (1:6.5.4-1) unstable; urgency=low
 
   * New upstream release 
--- /cvsroot/pkg-java/libsaxon-java/debian/copyright	2004/03/23 15:09:16	1.1.1.1
+++ /cvsroot/pkg-java/libsaxon-java/debian/copyright	2005/09/11 10:54:20	1.2
@@ -62,7 +62,7 @@
 Included in the Saxon distribution is a modified version of the Ælfred
 XML parser from Microstar. I have taken the relevant part of David
 Brownell's Ælfred2 distribution, repackaged it, and fixed a few
-bugs. All cahnges are clearly documented in the source code.
+bugs. All changes are clearly documented in the source code.
 
 This is distributed under the terms of Microstar's terms and
 conditions, which are as follows:
--- /cvsroot/pkg-java/libsaxon-java/debian/rules	2005/08/17 00:21:54	1.4
+++ /cvsroot/pkg-java/libsaxon-java/debian/rules	2005/09/11 10:54:20	1.5
@@ -28,9 +28,10 @@
 	dh_testdir
 	$(JAVA_HOME)/bin/javac -nowarn -sourcepath $(SOURCES) -classpath $(CLASSPATH) -d $(BUILD) `find $(SOURCES) -name \*.java`
 	cp -r $(SOURCES)/META-INF $(BUILD)
+	cp debian/MANIFEST.MF $(BUILD)/META-INF
 	# split off jdom classes, everything else into saxon.jar
-	(cd $(BUILD); $(JAVA_HOME)/bin/jar -cf ../saxon.jar META-INF `find . -name \*.class | egrep -v $(JDOM)`; \
-	 $(JAVA_HOME)/bin/jar -cf ../saxon-jdom.jar $(JDOM)/*.class )
+	(cd $(BUILD); $(JAVA_HOME)/bin/jar -cfM ../saxon.jar META-INF `find . -name \*.class | egrep -v $(JDOM)`; \
+	 $(JAVA_HOME)/bin/jar -cfM ../saxon-jdom.jar $(JDOM)/*.class )
 	(cd $(APIDOC) ; gjdoc -sourcepath ../../$(SOURCES) @../../debian/libsaxon-java-doc.javadoc)
 	touch build-stamp
 
@@ -50,6 +51,11 @@
 	install -m 644 saxon.jar $(BASE)/$(JAVASHARE)/saxon-$(UPSTREAM_VERSION).jar
 	install -m 644 saxon-jdom.jar $(BASE)/$(JAVASHARE)/saxon-jdom-$(UPSTREAM_VERSION).jar
 
+	# install lintian overrides
+	install -d $(CURDIR)/debian/libsaxon-java-doc/usr/share/lintian/overrides/
+	install -m 644 $(CURDIR)/debian/libsaxon-java-doc.lintian $(CURDIR)/debian/libsaxon-java-doc/usr/share/lintian/overrides/libsaxon-java-doc
+
+
 
 # Build architecture-independent files here.
 binary-indep: build install



More information about the pkg-java-commits mailing list