[Git][java-team/plexus-digest][master] 4 commits: Updated the watch file
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Wed Oct 23 14:32:16 BST 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / plexus-digest
Commits:
4f323ded by Emmanuel Bourg at 2024-10-23T15:28:06+02:00
Updated the watch file
- - - - -
04cb2880 by Emmanuel Bourg at 2024-10-23T15:28:12+02:00
Standards-Version updated to 4.7.0
- - - - -
b65584d8 by Emmanuel Bourg at 2024-10-23T15:28:15+02:00
Switch to debhelper level 13
- - - - -
19f2e14a by Emmanuel Bourg at 2024-10-23T15:31:01+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/orig-tar.sh
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+plexus-digest (1.1-7) unstable; urgency=medium
+
+ * Team upload.
+ * Updated the watch file
+ * Standards-Version updated to 4.7.0
+ * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 23 Oct 2024 15:30:54 +0200
+
plexus-digest (1.1-6) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,13 +4,13 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
default-jdk,
junit,
libplexus-component-metadata-java,
libplexus-utils-java,
maven-debian-helper (>= 2.2)
-Standards-Version: 4.2.1
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/plexus-digest.git
Vcs-Browser: https://salsa.debian.org/java-team/plexus-digest
Homepage: https://codehaus-plexus.github.io/plexus-digest/
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../plexus-digest_$VERSION.orig.tar.gz
-DIR=plexus-digest-$VERSION
-TAG=plexus-digest-$VERSION
-
-svn export http://svn.codehaus.org/plexus/plexus-components/tags/$TAG/ $DIR
-
-# the original jar ships a class file without source
-(cd $DIR/src/test/examples && \
- echo "fake file" > redback-authz-open.jar && \
- md5sum redback-authz-open.jar > redback-authz-open.jar.md5 && \
- sha1sum redback-authz-open.jar > redback-authz-open.jar.sha1)
-
-tar -c -z -f $TAR $DIR
-rm -rf $DIR ../$TAG
=====================================
debian/watch
=====================================
@@ -1,4 +1,3 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
- http://svn.codehaus.org/plexus/plexus-components/tags/ \
- plexus-digest-(\d.*)/ debian debian/orig-tar.sh
+version=4
+opts="mode=git,uversionmangle=s/-(alpha|beta)-/~$1/" \
+https://github.com/codehaus-plexus/plexus-digest refs/tags/(?:plexus-digest-)?(\d.*)
View it on GitLab: https://salsa.debian.org/java-team/plexus-digest/-/compare/346890a6892e8001165db1d601beedfd715073ac...19f2e14a5afdc6c01bc3f1ad52723b258d0ab1ca
--
View it on GitLab: https://salsa.debian.org/java-team/plexus-digest/-/compare/346890a6892e8001165db1d601beedfd715073ac...19f2e14a5afdc6c01bc3f1ad52723b258d0ab1ca
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/20241023/12cbb38d/attachment.htm>
More information about the pkg-java-commits
mailing list