[Git][java-team/libjsr311-api-java][master] 8 commits: Import Debian changes 1.1.1-1.1
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Feb 9 21:08:48 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / libjsr311-api-java
Commits:
f47d429e by Holger Levsen at 2025-02-09T21:56:28+01:00
Import Debian changes 1.1.1-1.1
libjsr311-api-java (1.1.1-1.1) unstable; urgency=medium
.
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
- - - - -
ac8aecdc by Andreas Tille at 2025-02-09T22:02:27+01:00
Point Homepage to webarchive
- - - - -
0cc857de by Andreas Tille at 2025-02-09T22:03:22+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
03ddf285 by Andreas Tille at 2025-02-09T22:03:22+01:00
debhelper-compat 13 (routine-update)
- - - - -
33f6ac4e by Andreas Tille at 2025-02-09T22:03:46+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
46fbfd32 by Andreas Tille at 2025-02-09T22:03:46+01:00
Remove trailing whitespace in debian/copyright (routine-update)
- - - - -
5a5185c2 by Andreas Tille at 2025-02-09T22:05:42+01:00
Really bump compat level
- - - - -
1cf1f620 by Andreas Tille at 2025-02-09T22:07:27+01:00
Fix sequence of dh call
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+libjsr311-api-java (1.1.1-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Point Homepage to webarchive
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Sun, 09 Feb 2025 22:01:51 +0100
+
+libjsr311-api-java (1.1.1-1.1) unstable; urgency=medium
+
+ * Non maintainer upload by the Reproducible Builds team.
+ * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org> Sat, 02 Jan 2021 16:37:40 +0100
+
libjsr311-api-java (1.1.1-1) unstable; urgency=low
* Initial release. (Closes: #578605)
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-7
=====================================
debian/control
=====================================
@@ -1,13 +1,16 @@
Source: libjsr311-api-java
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Thomas Koch <thomas.koch at ymc.ch>
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Thomas Koch <thomas at koch.ro>
-Build-Depends: debhelper (>> 7.0.50), default-jdk, maven-repo-helper, javahelper
-Standards-Version: 3.8.4
-Vcs-Browser: http://git.debian.org/?p=pkg-java/libjsr311-api-java.git
-Vcs-Git: git://git.debian.org/pkg-java/libjsr311-api-java.git
-Homepage: https://jsr311.dev.java.net
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ maven-repo-helper,
+ javahelper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/libjsr311-api-java
+Vcs-Git: https://salsa.debian.org/java-team/libjsr311-api-java.git
+Homepage: https://web.archive.org/web/20070705224202/https://jsr311.dev.java.net/
Package: libjsr311-api-java
Architecture: all
@@ -17,9 +20,10 @@ Description: JSR 311, JAX-RS, Java API for RESTful Web Services
Representational State Transfer (REST) architectural style.
Package: libjsr311-api-java-doc
-Depends: libjsr311-api-java (= ${binary:Version}), ${misc:Depends}
-Section: doc
Architecture: all
+Section: doc
+Depends: libjsr311-api-java (= ${binary:Version}),
+ ${misc:Depends}
Description: JSR 311, JAX-RS, Java API for RESTful Web Services - documentation
Java API for the development of Web services built according to the
Representational State Transfer (REST) architectural style.
=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
-This package was Debianised by Thomas Koch <thomas.koch at ymc.ch> on
+This package was Debianised by Thomas Koch <thomas.koch at ymc.ch> on
Tue, 20 Apr 2010 18:11:05 +0200
-This package was downloaded from
+This package was downloaded from
http://download.java.net/maven/2/javax/ws/rs/jsr311-api/1.1.1/jsr311-
api-1.1.1-sources.jar
@@ -20,13 +20,13 @@ The sourcecode of the software specifies the following license:
of the Common Development and Distribution License
(the "License"). You may not use this file except
in compliance with the License.
-
+
You can obtain a copy of the license at
http://www.opensource.org/licenses/cddl1.php
See the License for the specific language governing
permissions and limitations under the License.
-The full license text has been downloaded from the above URL on
+The full license text has been downloaded from the above URL on
Tue, 20 Apr 2010 17:55:35 +0200
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
=====================================
debian/rules
=====================================
@@ -3,7 +3,7 @@
export JAVA_HOME=/usr/lib/jvm/default-java/
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
override_dh_install:
dh_install
View it on GitLab: https://salsa.debian.org/java-team/libjsr311-api-java/-/compare/b01011f7ce82a77934a9eea469f7b0ae12596216...1cf1f620e262cd921217670ec1e26cca19e38184
--
View it on GitLab: https://salsa.debian.org/java-team/libjsr311-api-java/-/compare/b01011f7ce82a77934a9eea469f7b0ae12596216...1cf1f620e262cd921217670ec1e26cca19e38184
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/20250209/0b501544/attachment.htm>
More information about the pkg-java-commits
mailing list