[Git][java-team/doxia-sitetools][master] 8 commits: Removed the dependency on libjaxp1.3-java

Emmanuel Bourg gitlab at salsa.debian.org
Sun Apr 5 22:38:23 BST 2020



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / doxia-sitetools


Commits:
21fba372 by Emmanuel Bourg at 2020-04-05T23:21:29+02:00
Removed the dependency on libjaxp1.3-java

- - - - -
bc66bbdc by Emmanuel Bourg at 2020-04-05T23:21:35+02:00
Standards-Version updated to 4.5.0

- - - - -
35bd9d1c by Emmanuel Bourg at 2020-04-05T23:21:39+02:00
Switch to debhelper level 11

- - - - -
9e6dc3c6 by Emmanuel Bourg at 2020-04-05T23:21:43+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
a0ca4d67 by Emmanuel Bourg at 2020-04-05T23:22:27+02:00
Wrap and sort

- - - - -
9955c172 by Emmanuel Bourg at 2020-04-05T23:26:17+02:00
Track and download the new releases on GitHub

- - - - -
982186a9 by Emmanuel Bourg at 2020-04-05T23:37:40+02:00
Removed the get-orig-source target

- - - - -
cf84c591 by Emmanuel Bourg at 2020-04-05T23:38:01+02:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/maven.ignoreRules
- − debian/orig-tar.sh
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+doxia-sitetools (1.7.5-2) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the dependency on libjaxp1.3-java
+  * Standards-Version updated to 4.5.0
+  * Switch to debhelper level 11
+  * Use salsa.debian.org Vcs-* URLs
+  * Track and download the new releases on GitHub
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 05 Apr 2020 23:37:50 +0200
+
 doxia-sitetools (1.7.5-1) unstable; urgency=medium
 
   * Standards-Version updated to 4.1.1


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
@@ -2,34 +2,35 @@ Source: doxia-sitetools
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner at debian.org>,
-           Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 10),
-               default-jdk,
-               maven-debian-helper (>= 1.4)
-Build-Depends-Indep: default-jdk-doc,
-                     junit (>= 3.8.2),
-                     libcommons-collections3-java,
-                     libcommons-lang3-java,
-                     libdoxia-java (>= 1.7),
-                     libdoxia-java-doc,
-                     libitext1-java,
-                     libjaxp1.3-java,
-                     libmaven-javadoc-plugin-java,
-                     libmaven-parent-java,
-                     libmaven-plugin-testing-java,
-                     libmodello-maven-plugin-java,
-                     libplexus-component-metadata-java,
-                     libplexus-container-default1.5-java,
-                     libplexus-i18n-java,
-                     libplexus-utils2-java,
-                     libplexus-utils2-java-doc,
-                     libvelocity-tools-java,
-                     libxalan2-java,
-                     libxalan2-java-doc
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/doxia-sitetools.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/doxia-sitetools.git
+Uploaders:
+ Torsten Werner <twerner at debian.org>,
+ Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends:
+ debhelper (>= 11),
+ default-jdk,
+ default-jdk-doc,
+ junit (>= 3.8.2),
+ libcommons-collections3-java,
+ libcommons-lang3-java,
+ libdoxia-java (>= 1.7),
+ libdoxia-java-doc,
+ libitext1-java,
+ libmaven-javadoc-plugin-java,
+ libmaven-parent-java,
+ libmaven-plugin-testing-java,
+ libmodello-maven-plugin-java,
+ libplexus-component-metadata-java,
+ libplexus-container-default1.5-java,
+ libplexus-i18n-java,
+ libplexus-utils2-java,
+ libplexus-utils2-java-doc,
+ libvelocity-tools-java,
+ libxalan2-java,
+ libxalan2-java-doc,
+ maven-debian-helper (>= 1.4)
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/java-team/doxia-sitetools.git
+Vcs-Browser: https://salsa.debian.org/java-team/doxia-sitetools
 Homepage: http://maven.apache.org/doxia/doxia-sitetools/
 
 Package: libdoxia-sitetools-java


=====================================
debian/maven.ignoreRules
=====================================
@@ -24,3 +24,4 @@ org.apache.rat apache-rat-plugin
 org.codehaus.mojo clirr-maven-plugin * * * *
 org.mockito mockito-core
 net.sourceforge.htmlunit htmlunit
+xml-apis xml-apis


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../doxia-sitetools_$VERSION.orig.tar.xz
-DIR=doxia-sitetools-$VERSION
-TAG=$(echo "doxia-sitetools-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR $DIR
-rm -rf $DIR ../$TAG


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --rename


=====================================
debian/watch
=====================================
@@ -1,4 +1,3 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/ \
-  doxia-sitetools-(\d.*)/ debian debian/orig-tar.sh
+version=4
+opts="mode=git,repack,compression=xz,uversionmangle=s/-(alpha|beta)-/~$1/" \
+https://github.com/apache/maven-doxia-sitetools refs/tags/doxia-sitetools-(\d.*)



View it on GitLab: https://salsa.debian.org/java-team/doxia-sitetools/-/compare/369eefde0bd2d734a6a4c6de2de1a0d115bf66b5...cf84c5919dc4850f7ee0e0a19d31cff83a66df76

-- 
View it on GitLab: https://salsa.debian.org/java-team/doxia-sitetools/-/compare/369eefde0bd2d734a6a4c6de2de1a0d115bf66b5...cf84c5919dc4850f7ee0e0a19d31cff83a66df76
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/20200405/254054c9/attachment.html>


More information about the pkg-java-commits mailing list