This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libsaxon-java.
commit 7f9e0e80b79c7a7e7f84679fd70e6cf42bb0fedb Author: Wolfgang Bär <[email protected]> Date: Sun Sep 11 10:54:20 2005 +0000 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 --- debian/MANIFEST.MF | 2 ++ debian/changelog | 11 +++++++++++ debian/copyright | 2 +- debian/libsaxon-java-doc.lintian | 1 + debian/rules | 10 ++++++++-- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/debian/MANIFEST.MF b/debian/MANIFEST.MF new file mode 100644 index 0000000..3c4fe5e --- /dev/null +++ b/debian/MANIFEST.MF @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 +Main-Class: com.icl.saxon.StyleSheet diff --git a/debian/changelog b/debian/changelog index ee15a16..fcc0e44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Tue, 06 Sep 2005 12:28:39 +0200 + libsaxon-java (1:6.5.4-1) unstable; urgency=low * New upstream release diff --git a/debian/copyright b/debian/copyright index c4e6b49..afc67af 100644 --- a/debian/copyright +++ b/debian/copyright @@ -62,7 +62,7 @@ errors there from time to time. 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: diff --git a/debian/libsaxon-java-doc.lintian b/debian/libsaxon-java-doc.lintian new file mode 100644 index 0000000..120756a --- /dev/null +++ b/debian/libsaxon-java-doc.lintian @@ -0,0 +1 @@ +libsaxon-java-doc: wrong-name-for-upstream-changelog diff --git a/debian/rules b/debian/rules index 7baf020..af08e34 100755 --- a/debian/rules +++ b/debian/rules @@ -28,9 +28,10 @@ build-stamp: configure-stamp 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: build 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libsaxon-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

