[Git][java-team/libwoodstox-java][master] 5 commits: Wrap and sort

Emmanuel Bourg gitlab at salsa.debian.org
Thu Sep 6 16:23:28 BST 2018


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


Commits:
e6bb0fdb by Emmanuel Bourg at 2018-09-06T15:18:20Z
Wrap and sort

- - - - -
30633e88 by Emmanuel Bourg at 2018-09-06T15:18:36Z
Standards-Version updated to 4.2.1

- - - - -
9b340c84 by Emmanuel Bourg at 2018-09-06T15:19:24Z
Simplified debian/rules

- - - - -
e0990543 by Emmanuel Bourg at 2018-09-06T15:20:48Z
Removed the build dependency on libstax-java

- - - - -
a7d2408a by Emmanuel Bourg at 2018-09-06T15:23:13Z
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/libwoodstox-java.links
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libwoodstox-java (1:5.1.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the build dependency on libstax-java
+  * Standards-Version updated to 4.2.1
+  * Simplified debian/rules
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 06 Sep 2018 17:23:02 +0200
+
 libwoodstox-java (1:5.1.0-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/control
=====================================
@@ -3,22 +3,32 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>
-Build-Depends: debhelper (>= 11), maven-debian-helper,
- libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java,
- libmaven-compiler-plugin-java
-Build-Depends-Indep: default-jdk, junit4, libmsv-java,
- libstax2-api-java (>= 4.1), librelaxng-datatype-java,
- libknopflerfish-osgi-framework-java, libstax-java
-Standards-Version: 4.1.4
-Homepage: https://github.com/FasterXML/woodstox
+Build-Depends:
+ debhelper (>= 11),
+ default-jdk,
+ junit4,
+ libknopflerfish-osgi-framework-java,
+ libmaven-bundle-plugin-java,
+ libmaven-compiler-plugin-java,
+ libmaven-javadoc-plugin-java,
+ libmsv-java,
+ librelaxng-datatype-java,
+ libstax2-api-java (>= 4.1),
+ maven-debian-helper
+Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/java-team/libwoodstox-java
 Vcs-Git: https://salsa.debian.org/java-team/libwoodstox-java.git
+Homepage: https://github.com/FasterXML/woodstox
 
 Package: libwoodstox-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}, libmsv-java,
- libstax2-api-java (>= 4.1), librelaxng-datatype-java,
- libknopflerfish-osgi-framework-java
+Depends:
+ libknopflerfish-osgi-framework-java,
+ libmsv-java,
+ librelaxng-datatype-java,
+ libstax2-api-java (>= 4.1),
+ ${maven:Depends},
+ ${misc:Depends}
 Description: High-performance XML processor
  Woodstox is a high-performance, validating, namespace-aware,
  StAX-compliant (JSR-173), open source XML-processor written in


=====================================
debian/libwoodstox-java.links
=====================================
@@ -1,2 +1,2 @@
-usr/share/java/woodstox-core.jar usr/share/java/woodstox-core-lgpl.jar
 usr/share/java/woodstox-core.jar usr/share/java/woodstox-core-asl.jar
+usr/share/java/woodstox-core.jar usr/share/java/woodstox-core-lgpl.jar


=====================================
debian/rules
=====================================
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-JAVA_HOME := /usr/lib/jvm/default-java
 
 %:
-	dh $@ --buildsystem=maven
+	dh $@



View it on GitLab: https://salsa.debian.org/java-team/libwoodstox-java/compare/b0bc32bbd7cd9570268c4c6a742c2c9196f045d1...a7d2408a45723cb4d4dabfcce1afcf1adf641cde

-- 
View it on GitLab: https://salsa.debian.org/java-team/libwoodstox-java/compare/b0bc32bbd7cd9570268c4c6a742c2c9196f045d1...a7d2408a45723cb4d4dabfcce1afcf1adf641cde
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/20180906/16dd8c65/attachment.html>


More information about the pkg-java-commits mailing list