[Git][java-team/maven-mapping][master] 5 commits: Track and download the new releases from GitHub
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Tue Jan 31 12:29:53 GMT 2023
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-mapping
Commits:
41c699d6 by Emmanuel Bourg at 2023-01-31T13:27:10+01:00
Track and download the new releases from GitHub
- - - - -
0c3a2dfc by Emmanuel Bourg at 2023-01-31T13:27:23+01:00
Standards-Version updated to 4.6.2
- - - - -
310b516e by Emmanuel Bourg at 2023-01-31T13:27:28+01:00
Switch to debhelper level 13
- - - - -
12f4ea72 by Emmanuel Bourg at 2023-01-31T13:27:40+01:00
Use salsa.debian.org Vcs-* URLs
- - - - -
6c812a9c by Emmanuel Bourg at 2023-01-31T13:29:38+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/orig-tar.sh
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+maven-mapping (3.0.0-2) unstable; urgency=medium
+
+ * Track and download the new releases from GitHub
+ * Standards-Version updated to 4.6.2
+ * Switch to debhelper level 13
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 31 Jan 2023 13:29:28 +0100
+
maven-mapping (3.0.0-1) unstable; urgency=medium
* Initial release (Closes: #868660)
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -4,14 +4,14 @@ 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,
libmaven-plugin-testing-java,
maven-debian-helper (>= 2.2)
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-mapping.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-mapping.git
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/java-team/maven-mapping.git
+Vcs-Browser: https://salsa.debian.org/java-team/maven-mapping
Homepage: http://maven.apache.org/shared/maven-mapping/
Package: libmaven-mapping-java
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-PACKAGE=$(dpkg-parsechangelog -S Source)
-VERSION=$2
-DIR=${PACKAGE}-${VERSION}
-TAR=../${PACKAGE}_${VERSION}.orig.tar.xz
-TAG=maven-mapping-$VERSION
-
-svn export https://svn.apache.org/repos/asf/maven/shared/tags/$TAG/ $DIR
-tar -c -J -f $TAR $DIR
-rm -rf $DIR ../$TAG $3
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-https://svn.apache.org/repos/asf/maven/shared/tags/ maven-mapping-(\d.*)/ debian debian/orig-tar.sh
+version=4
+opts="mode=git" \
+https://github.com/apache/maven-mapping refs/tags/maven-mapping-(\d.*)
View it on GitLab: https://salsa.debian.org/java-team/maven-mapping/-/compare/8196d14c1659e551e6ef4ea00f9d449a8856334e...6c812a9c23df1d23049da95a6788e2237f0b8ede
--
View it on GitLab: https://salsa.debian.org/java-team/maven-mapping/-/compare/8196d14c1659e551e6ef4ea00f9d449a8856334e...6c812a9c23df1d23049da95a6788e2237f0b8ede
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/20230131/7369e620/attachment.htm>
More information about the pkg-java-commits
mailing list