[Git][java-team/maven-reporting-exec][master] 6 commits: Standards-Version updated to 4.5.1

Emmanuel Bourg gitlab at salsa.debian.org
Sat Feb 13 20:20:48 GMT 2021



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-reporting-exec


Commits:
c0cf907a by Emmanuel Bourg at 2021-02-13T21:10:51+01:00
Standards-Version updated to 4.5.1

- - - - -
64be41a9 by Emmanuel Bourg at 2021-02-13T21:11:09+01:00
Switch to debhelper level 13

- - - - -
5269a343 by Emmanuel Bourg at 2021-02-13T21:11:15+01:00
Use salsa.debian.org Vcs-* URLs

- - - - -
7f3a5a18 by Emmanuel Bourg at 2021-02-13T21:13:23+01:00
Track and download the new releases from GitHub

- - - - -
92bb314f by Emmanuel Bourg at 2021-02-13T21:18:49+01:00
Depend on eclipse-sisu instead of sonatype-sisu (Closes: #982710)

- - - - -
50dabeec by Emmanuel Bourg at 2021-02-13T21:19:02+01:00
Upload to unstable

- - - - -


7 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+maven-reporting-exec (1.4-3) unstable; urgency=medium
+
+  * Depend on eclipse-sisu instead of sonatype-sisu (Closes: #982710)
+  * Standards-Version updated to 4.5.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+  * Track and download the new releases from GitHub
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sat, 13 Feb 2021 21:18:55 +0100
+
 maven-reporting-exec (1.4-2) unstable; urgency=medium
 
   * Ignore the dependency on wagon-http-lightweight (Closes: #882492)


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


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Build-Depends:
- debhelper (>= 10),
+ debhelper-compat (= 13),
  default-jdk,
  junit4,
  libdoxia-core-java,
@@ -14,9 +14,9 @@ Build-Depends:
  libplexus-component-metadata-java,
  maven-debian-helper (>= 2.2),
  velocity
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-reporting-exec.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-reporting-exec.git
+Standards-Version: 4.5.1
+Vcs-Git: https://salsa.debian.org/java-team/maven-reporting-exec.git
+Vcs-Browser: https://salsa.debian.org/java-team/maven-reporting-exec
 Homepage: http://maven.apache.org/shared/maven-reporting-exec/
 
 Package: libmaven-reporting-exec-java


=====================================
debian/maven.rules
=====================================
@@ -8,3 +8,5 @@ s/velocity/org.apache.velocity/ velocity * s/.*/debian/ * *
 
 s/org.eclipse.aether/org.apache.maven.resolver/ s/aether-api/maven-resolver-api/   * s/.*/debian/ * *
 s/org.eclipse.aether/org.apache.maven.resolver/ s/aether-util/maven-resolver-util/ * s/.*/debian/ * *
+
+s/org.sonatype.sisu/org.eclipse.sisu/ s/sisu-inject-plexus/org.eclipse.sisu.plexus/ * s/.*/debian/ * *


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../maven-reporting-exec_$VERSION.orig.tar.xz
-DIR=maven-reporting-exec-$VERSION
-TAG=$(echo "maven-reporting-exec-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.apache.org/repos/asf/maven/shared/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,2 +1,3 @@
-version=3
-http://svn.apache.org/repos/asf/maven/shared/tags/ maven-reporting-exec-([\d\.]+)/ debian debian/orig-tar.sh
+version=4
+opts="repack,compression=xz" \
+https://github.com/apache/maven-reporting-exec/tags .*/maven-reporting-exec-([\d\.]+).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/maven-reporting-exec/-/compare/e513f2c0e754d0db0e9bb7bc897a1195c9cd02e7...50dabeec2890018fbf048649baf87c39b9789dfe

-- 
View it on GitLab: https://salsa.debian.org/java-team/maven-reporting-exec/-/compare/e513f2c0e754d0db0e9bb7bc897a1195c9cd02e7...50dabeec2890018fbf048649baf87c39b9789dfe
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/20210213/34245776/attachment.html>


More information about the pkg-java-commits mailing list