[Git][java-team/libaxiom-java][master] 7 commits: Ignore the dependency on xml-apis (from libjaxp1.3-java)
Emmanuel Bourg
gitlab at salsa.debian.org
Sun Jun 28 22:19:44 BST 2020
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libaxiom-java
Commits:
5e4d47f4 by Emmanuel Bourg at 2020-06-28T23:08:12+02:00
Ignore the dependency on xml-apis (from libjaxp1.3-java)
- - - - -
564e351e by Emmanuel Bourg at 2020-06-28T23:11:29+02:00
Standards-Version updated to 4.5.0
- - - - -
4b06cf9e by Emmanuel Bourg at 2020-06-28T23:11:33+02:00
Switch to debhelper level 12
- - - - -
fcf725bc by Emmanuel Bourg at 2020-06-28T23:11:33+02:00
Use salsa.debian.org Vcs-* URLs
- - - - -
76954409 by Emmanuel Bourg at 2020-06-28T23:11:33+02:00
Wrap and sort
- - - - -
ba95f6da by Emmanuel Bourg at 2020-06-28T23:15:14+02:00
Use a secure watch URL
- - - - -
8d004675 by Emmanuel Bourg at 2020-06-28T23:17:31+02:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/maven.ignoreRules
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libaxiom-java (1.2.8-3) unstable; urgency=medium
+
+ * Team upload.
+ * Ignore the dependency on xml-apis (from libjaxp1.3-java)
+ * Standards-Version updated to 4.5.0
+ * Switch to debhelper level 12
+ * Use salsa.debian.org Vcs-* URLs
+ * Use a secure watch URL
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 28 Jun 2020 23:17:01 +0200
+
libaxiom-java (1.2.8-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -2,25 +2,29 @@ Source: libaxiom-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Chris Grzegorczyk <grze at eucalyptus.com>,
- Graziano Obertelli <graziano at eucalyptus.com>,
- Kyo Lee <kyo.lee at eucalyptus.com>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper
-Build-Depends-Indep: junit,
- libcommons-logging-java,
- libjaxen-java,
- liblog4j1.2-java,
- libmail-java,
- libmaven-antrun-plugin-java,
- libxerces2-java
-Standards-Version: 3.9.7
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libaxiom-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libaxiom-java.git
+Uploaders:
+ Chris Grzegorczyk <grze at eucalyptus.com>,
+ Graziano Obertelli <graziano at eucalyptus.com>,
+ Kyo Lee <kyo.lee at eucalyptus.com>
+Build-Depends:
+ debhelper-compat (= 12),
+ default-jdk,
+ junit,
+ libcommons-logging-java,
+ libjaxen-java,
+ liblog4j1.2-java,
+ libmail-java,
+ libmaven-antrun-plugin-java,
+ libxerces2-java,
+ maven-debian-helper
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/java-team/libaxiom-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libaxiom-java
Homepage: https://ws.apache.org/axiom/
Package: libaxiom-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Apache AXIOM - StAX-based XML Infoset compliant object model
Apache Axiom provides an XML Infoset compliant object model implementation
=====================================
debian/maven.ignoreRules
=====================================
@@ -10,4 +10,5 @@ org.apache.maven.plugins maven-source-plugin * * * *
org.apache.maven.plugins maven-surefire-plugin * * * *
org.codehaus.mojo jdepend-maven-plugin * * * *
org.codehaus.woodstox wstx-asl * * * *
+xml-apis xml-apis * * * *
xmlunit xmlunit * * * *
=====================================
debian/rules
=====================================
@@ -1,10 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
+ dh $@
override_dh_installchangelogs:
dh_installchangelogs -- RELEASE-NOTE.txt
-
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
version=3
opts=uversionmangle=s/_/./g \
-http://svn.apache.org/repos/asf/webservices/axiom/tags/ ([0-9].*)/ debian debian/orig-tar.sh
+https://svn.apache.org/repos/asf/webservices/axiom/tags/ ([0-9].*)/ debian debian/orig-tar.sh
View it on GitLab: https://salsa.debian.org/java-team/libaxiom-java/-/compare/78f1895eae0ed298e2ccbb00a8fd9ed74e13264c...8d00467591d8ae80db47425766cc724719d27d35
--
View it on GitLab: https://salsa.debian.org/java-team/libaxiom-java/-/compare/78f1895eae0ed298e2ccbb00a8fd9ed74e13264c...8d00467591d8ae80db47425766cc724719d27d35
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/20200628/95e89187/attachment.html>
More information about the pkg-java-commits
mailing list