[Git][java-team/libjsr166y-java][master] Upload 1.7.0-3 to unstable
Miguel Landaeta (@nomadium)
gitlab at salsa.debian.org
Sat Dec 2 11:13:37 GMT 2023
Miguel Landaeta pushed to branch master at Debian Java Maintainers / libjsr166y-java
Commits:
4416d2c1 by Miguel Landaeta at 2023-12-02T10:59:56+00:00
Upload 1.7.0-3 to unstable
- - - - -
8 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/orig-tar.excludes
- − debian/orig-tar.sh
- debian/rules
- + debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,13 +1,16 @@
-libjsr166y-java (1.7.0-3) UNRELEASED; urgency=medium
+libjsr166y-java (1.7.0-3) unstable; urgency=medium
- * Team upload.
- * Bump DH compat level to 10.
+ * Bump DH compat level to 13.
* Wrap and sort dependencies lists.
- * Bump Standards-Version to 3.9.8. No changes were required.
- * Update Vcs-Git field.
+ * Bump Standards-Version to 4.6.2. No changes were required.
+ * Update Vcs-* fields.
* Update copyright info.
+ * Update Homepage field.
+ * Apply Multi-Arch hints.
+ * Add d/watch file.
+ * Remove obsolete and broken get-orig-source from d/rules.
- -- Miguel Landaeta <nomadium at debian.org> Tue, 08 Aug 2017 21:03:04 +0100
+ -- Miguel Landaeta <nomadium at debian.org> Fri, 01 Dec 2023 19:03:02 +0000
libjsr166y-java (1.7.0-2) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -3,14 +3,14 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Miguel Landaeta <nomadium at debian.org>
Section: java
Priority: optional
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper-compat (= 13),
default-jdk,
javahelper,
maven-repo-helper
-Standards-Version: 3.9.8
-Homepage: http://g.oswego.edu/dl/concurrency-interest/
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjsr166y-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjsr166y-java.git
+Standards-Version: 4.6.2
+Homepage: https://gee.cs.oswego.edu/dl/concurrency-interest/
+Vcs-Git: https://salsa.debian.org/java-team/libjsr166y-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libjsr166y-java
Package: libjsr166y-java
Architecture: all
=====================================
debian/copyright
=====================================
@@ -27,7 +27,7 @@ Copyright: © 2009, Google Inc.
License: GPL-2
Files: debian/*
-Copyright: 2010-2011, 2015, Miguel Landaeta <nomadium at debian.org>
+Copyright: 2010-2023, Miguel Landaeta <nomadium at debian.org>
License: other
License: other
=====================================
debian/orig-tar.excludes deleted
=====================================
@@ -1,6 +0,0 @@
-build.xml
-lib
-user.properties.sample
-.cvsignore
-version.properties
-src/main/*
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-set -e
-
-version=`dpkg-parsechangelog | grep '^Version:' | cut -f 2 -d ' ' | sed 's/-[^-]*$//'`
-echo "version ${version}"
-package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-tarball="${package}_${version}.orig.tar.gz"
-DIR=jsr166
-REMOTE=':pserver:anonymous at gee.cs.oswego.edu/home/jsr166/jsr166'
-TAG='release-1_7_0'
-
-#LC_ALL=C TZ=UTC cvs -d $REMOTE login
-LC_ALL=C TZ=UTC cvs -d $REMOTE export -r $TAG jsr166
-
-GZIP=--best tar --numeric --group 0 --owner 0 -X debian/orig-tar.excludes \
- -c -v -z -f "${tarball}" $DIR
-
-rm -rf $DIR
=====================================
debian/rules
=====================================
@@ -31,10 +31,3 @@ override_dh_auto_clean:
dh_auto_clean
mh_clean
rm -rf javadoc
-
-get-orig-source:
- # uscan was not used because upstream doesn't provide an
- # URL useful for scanning new versions, also this is
- # the reason why this package doesn't ship a watch file
- cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
- ./debian/orig-tar.sh
=====================================
debian/watch
=====================================
@@ -0,0 +1,3 @@
+version=4
+https://repo1.maven.org/maven2/org/codehaus/jsr166-mirror/jsr166y/ \
+ at ANY_VERSION@/
View it on GitLab: https://salsa.debian.org/java-team/libjsr166y-java/-/commit/4416d2c16a9f6f5734c3e3355b6069ec898e5226
--
View it on GitLab: https://salsa.debian.org/java-team/libjsr166y-java/-/commit/4416d2c16a9f6f5734c3e3355b6069ec898e5226
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/20231202/8f3e7991/attachment.htm>
More information about the pkg-java-commits
mailing list