[Git][java-team/libsaxon-java][master] 6 commits: Standards-Version updated to 4.6.1

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Tue May 31 22:40:20 BST 2022



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libsaxon-java


Commits:
61ed6c76 by Emmanuel Bourg at 2022-05-31T23:03:26+02:00
Standards-Version updated to 4.6.1

- - - - -
44198b80 by Emmanuel Bourg at 2022-05-31T23:03:35+02:00
Switch to debhelper level 13

- - - - -
3339a7f5 by Emmanuel Bourg at 2022-05-31T23:03:43+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
a64543a2 by Emmanuel Bourg at 2022-05-31T23:10:03+02:00
Removed the -java-doc package (Closes: #1011612)

- - - - -
6ef5a58f by Emmanuel Bourg at 2022-05-31T23:38:52+02:00
Added debian/maven.publishedRules (Closes: #902529)

- - - - -
f0a60524 by Emmanuel Bourg at 2022-05-31T23:39:01+02:00
Upload to unstable

- - - - -


10 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/libsaxon-java-doc.doc-base
- − debian/libsaxon-java-doc.docs
- − debian/libsaxon-java-doc.examples
- − debian/libsaxon-java-doc.install
- − debian/libsaxon-java-doc.lintian-overrides
- + debian/maven.publishedRules
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libsaxon-java (1:6.5.5-13) unstable; urgency=medium
+
+  * Team upload.
+  * Added debian/maven.publishedRules (Closes: #902529)
+  * Removed the -java-doc package (Closes: #1011612)
+  * Standards-Version updated to 4.6.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 31 May 2022 23:38:57 +0200
+
 libsaxon-java (1:6.5.5-12) unstable; urgency=medium
 
   [ Chris West (Faux) ]


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -4,23 +4,21 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Eugene Zhukov <jevgeni.zh at gmail.com>
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
- default-jdk-doc,
  javahelper (>= 0.32~),
  libjdom1-java,
- libjdom1-java-doc,
  maven-repo-helper
-Standards-Version: 4.1.4
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libsaxon-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libsaxon-java.git
+Standards-Version: 4.6.1
+Vcs-Git: https://salsa.debian.org/java-team/libsaxon-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libsaxon-java
 Homepage: http://saxon.sourceforge.net
 
 Package: libsaxon-java
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
 Recommends: ${java:Recommends}
-Suggests: libjdom1-java, libsaxon-java-doc
+Suggests: libjdom1-java
 Description: Saxon XSLT Processor
  The saxon package is a collection of tools for processing XML documents and
  implements the XSLT 1.0 recommendation, including XPath 1.0, in its entirety.
@@ -28,14 +26,3 @@ Description: Saxon XSLT Processor
  Saxon is known to work well for processing DocBook XML documents
  with the DocBook XSL Stylesheets. Related packages make the process
  straightforward.
-
-Package: libsaxon-java-doc
-Section: doc
-Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
-Description: Saxon XSLT Processor's documentation and javadoc
- The saxon package is a collection of tools for processing XML documents and
- implements the XSLT 1.0 recommendation, including XPath 1.0, in its entirety.
- .
- This package contains the documentation and javadoc for Saxon.


=====================================
debian/libsaxon-java-doc.doc-base deleted
=====================================
@@ -1,9 +0,0 @@
-Document: libsaxon-java
-Title: Saxon XSLT Processor Documentation
-Author: Michael H. Kay
-Abstract: This manual describes what saxon is and how it can be used with XSL stylesheets. A nice XSLT reference is included.
-Section:Text
-
-Format: HTML
-Index: /usr/share/doc/libsaxon-java/api/index.html
-Files: /usr/share/doc/libsaxon-java/api/*


=====================================
debian/libsaxon-java-doc.docs deleted
=====================================
@@ -1,2 +0,0 @@
-doc/*.css
-doc/*.html


=====================================
debian/libsaxon-java-doc.examples deleted
=====================================
@@ -1 +0,0 @@
-samples/*


=====================================
debian/libsaxon-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-build/api/* /usr/share/doc/libsaxon-java/api/


=====================================
debian/libsaxon-java-doc.lintian-overrides deleted
=====================================
@@ -1 +0,0 @@
-libsaxon-java-doc: wrong-name-for-upstream-changelog


=====================================
debian/maven.publishedRules
=====================================
@@ -0,0 +1,2 @@
+
+s/net.sf.saxon/saxon/ saxon * s/.*/debian/ * *


=====================================
debian/rules
=====================================
@@ -23,11 +23,6 @@ override_dh_auto_build:
 	(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 )
 
-	# build the javadoc
-	(cd $(APIDOC) ; $(JAVADOC) -sourcepath ../../$(SOURCES) -link /usr/share/doc/default-jdk-doc/api \
-		-classpath $(CLASSPATH) \
-		-link /usr/share/doc/libjdom1-java/api @../../debian/javadoc-args )
-
 debian/saxon-xslt.1: debian/saxon-xslt.1.in
 	help2man --include=$< --output=$@ --help-option="-?" \
 		--no-info `basename $@ .1` --version-string=$(UPSTREAM_VERSION) --no-discard-stderr



View it on GitLab: https://salsa.debian.org/java-team/libsaxon-java/-/compare/b7764a482fea72a9e51eb97ed90383c3935fdc89...f0a605242f9db1eebc9b75174590f40f37442f28

-- 
View it on GitLab: https://salsa.debian.org/java-team/libsaxon-java/-/compare/b7764a482fea72a9e51eb97ed90383c3935fdc89...f0a605242f9db1eebc9b75174590f40f37442f28
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220531/7645812d/attachment.htm>


More information about the pkg-java-commits mailing list