[Git][java-team/geronimo-concurrent-1.0-spec][master] 7 commits: Wrap and sort

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Tue Sep 10 18:44:37 BST 2024



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / geronimo-concurrent-1.0-spec


Commits:
f8c4c1c7 by Emmanuel Bourg at 2024-09-10T19:27:46+02:00
Wrap and sort

- - - - -
665e1fce by Emmanuel Bourg at 2024-09-10T19:28:15+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
f409833d by Emmanuel Bourg at 2024-09-10T19:28:46+02:00
Standards-Version updated to 4.7.0

- - - - -
4486e47c by Emmanuel Bourg at 2024-09-10T19:28:54+02:00
Switch to debhelper level 13

- - - - -
d52a137c by Emmanuel Bourg at 2024-09-10T19:31:59+02:00
Build with the DH sequencer instead of CDBS

- - - - -
19560248 by Emmanuel Bourg at 2024-09-10T19:42:42+02:00
Updated the watch file

- - - - -
491a87be by Emmanuel Bourg at 2024-09-10T19:44:19+02:00
Upload to unstable

- - - - -


7 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+geronimo-concurrent-1.0-spec (1.0~alpha-1-2) unstable; urgency=medium
+
+  * Build with the DH sequencer instead of CDBS
+  * Use salsa.debian.org Vcs-* URLs
+  * Standards-Version updated to 4.7.0
+  * Switch to debhelper level 13
+  * Updated the watch file
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 10 Sep 2024 19:44:06 +0200
+
 geronimo-concurrent-1.0-spec (1.0~alpha-1-1) unstable; urgency=medium
 
   * Initial release (Closes: #802333)


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


=====================================
debian/control
=====================================
@@ -3,14 +3,14 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: cdbs,
-               debhelper (>= 9),
-               default-jdk,
-               libmaven-bundle-plugin-java,
-               maven-debian-helper (>= 1.5)
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/geronimo-concurrent-1.0-spec.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/geronimo-concurrent-1.0-spec.git
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ libmaven-bundle-plugin-java,
+ maven-debian-helper (>= 1.5)
+Standards-Version: 4.7.0
+Vcs-Git: https://salsa.debian.org/java-team/geronimo-concurrent-1.0-spec.git
+Vcs-Browser: https://salsa.debian.org/java-team/geronimo-concurrent-1.0-spec
 Homepage: http://geronimo.apache.org
 
 Package: libgeronimo-concurrent-1.0-spec-java


=====================================
debian/copyright
=====================================
@@ -13,4 +13,3 @@ License: Apache-2.0
 License: Apache-2.0
  On Debian systems, the full text of the Apache-2.0 license
  can be found in the file '/usr/share/common-licenses/Apache-2.0'
-


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-#
-# Removes unwanted content from the upstream sources.
-# Called by uscan with '--upstream-version' <version> <file>
-#
-
-VERSION=$2
-TAR=../geronimo-concurrent-1.0-spec_$VERSION.orig.tar.xz
-DIR=geronimo-concurrent-1.0-spec-$VERSION
-TAG=$(echo "geronimo-concurrent_1.0_spec-$VERSION" | sed -re's/~(alpha|beta|rc)/-\1/')
-
-svn export http://svn.apache.org/repos/asf/geronimo/specs/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG


=====================================
debian/rules
=====================================
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
-
-get-orig-source:
-	uscan --download-current-version --force-download --no-symlink
+%:
+	dh $@


=====================================
debian/watch
=====================================
@@ -1,4 +1,3 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta|rc|EA)(-)?/~$1$2/" \
-  http://svn.apache.org/repos/asf/geronimo/specs/tags/ \
-  geronimo-concurrent_1.0_spec-(\d.*)/ debian debian/orig-tar.sh
+version=4
+opts="mode=svn,uversionmangle=s/-(alpha|beta|rc|EA)(-)?/~$1$2/;s/\///" \
+https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-concurrent_1.0_spec-(\d.*)



View it on GitLab: https://salsa.debian.org/java-team/geronimo-concurrent-1.0-spec/-/compare/d8dc8dccac307892f7159f6a5406abcf3971a8ca...491a87bed92ead254ac107aa5ca182067b4905df

-- 
View it on GitLab: https://salsa.debian.org/java-team/geronimo-concurrent-1.0-spec/-/compare/d8dc8dccac307892f7159f6a5406abcf3971a8ca...491a87bed92ead254ac107aa5ca182067b4905df
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/20240910/0ae416db/attachment.htm>


More information about the pkg-java-commits mailing list