[Git][java-team/dom4j][master] 3 commits: Remove libjaxp1.3-java from build-deps

Tony Mancill gitlab at salsa.debian.org
Mon May 4 04:03:32 BST 2020



Tony Mancill pushed to branch master at Debian Java Maintainers / dom4j


Commits:
52d8a41e by tony mancill at 2020-05-03T19:27:38-07:00
Remove libjaxp1.3-java from build-deps

This is no longer needed after 4fa185b14e371d2e22be3521db52e30845ffa021.

- - - - -
a2680453 by tony mancill at 2020-05-03T19:58:50-07:00
Check DEB_BUILD_OPTIONS before running tests

- - - - -
f7a37493 by tony mancill at 2020-05-03T19:58:50-07:00
prepare for upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,16 @@
-dom4j (2.1.1-4) UNRELEASED; urgency=medium
+dom4j (2.1.1-4) unstable; urgency=medium
+
+  * Team upload
 
   [ Emmanuel Bourg ]
   * Ignore the dependency on xml-apis (provided by the JRE)
 
- -- tony mancill <tmancill at debian.org>  Sun, 03 May 2020 10:20:53 -0700
+  [ tony mancill ]
+  * Remove build-dep on libjaxp1.3-java. It is no longer necessary after
+    Emmanuel's change.
+  * Check DEB_BUILD_OPTIONS before running tests in debian/rules
+
+ -- tony mancill <tmancill at debian.org>  Sun, 03 May 2020 19:29:33 -0700
 
 dom4j (2.1.1-3) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -12,7 +12,6 @@ Build-Depends: antlr,
                junit,
                libjaxb-api-java,
                libjaxen-java,
-               libjaxp1.3-java,
                libmsv-java,
                libxalan2-java,
                libxerces2-java,


=====================================
debian/rules
=====================================
@@ -7,4 +7,6 @@ override_dh_auto_build:
 	dh_auto_build -- jar javadoc
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_build -- test
+endif



View it on GitLab: https://salsa.debian.org/java-team/dom4j/-/compare/3d3d7dd505de5e4b8fedbf408160f6a55a5292e7...f7a3749308e084d90399dcc5ba38e7461d9b841a

-- 
View it on GitLab: https://salsa.debian.org/java-team/dom4j/-/compare/3d3d7dd505de5e4b8fedbf408160f6a55a5292e7...f7a3749308e084d90399dcc5ba38e7461d9b841a
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/20200504/fe83621a/attachment.html>


More information about the pkg-java-commits mailing list