[Git][java-team/protobuf-java-format][master] 12 commits: Import Debian changes 1.2-1

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Feb 24 21:24:46 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / protobuf-java-format


Commits:
a87558c1 by Emmanuel Bourg at 2025-02-24T22:08:41+01:00
Import Debian changes 1.2-1

protobuf-java-format (1.2-1) unstable; urgency=medium
.
  * Initial release (Closes: #825459)

- - - - -
7710bf04 by Holger Levsen at 2025-02-24T22:08:42+01:00
Import Debian changes 1.3-1.1

protobuf-java-format (1.3-1.1) unstable; urgency=medium
.
  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.
.
protobuf-java-format (1.3-1) unstable; urgency=medium
.
  * New upstream release
    - Removed 01-protobuf-compatibility.patch (fixed upstream)
    - New dependency on libjackson2-core-java
    - Removed the dependency on libjackson-json-java
    - New build dependency on libmockito-java

- - - - -
b7fe7ed2 by Andreas Tille at 2025-02-24T22:22:23+01:00
Fix watch file

- - - - -
afeee909 by Andreas Tille at 2025-02-24T22:22:43+01:00
Remove debian/README.source

- - - - -
f32b2e7a by Andreas Tille at 2025-02-24T22:23:21+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
f30f9315 by Andreas Tille at 2025-02-24T22:23:31+01:00
Standards-Version: 4.7.1 (routine-update)

- - - - -
869d17da by Andreas Tille at 2025-02-24T22:23:32+01:00
debhelper-compat 13 (routine-update)

- - - - -
6b57b332 by Andreas Tille at 2025-02-24T22:23:34+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
b5960a68 by Andreas Tille at 2025-02-24T22:23:35+01:00
Secure URI in copyright format (routine-update)

- - - - -
cc89c923 by Andreas Tille at 2025-02-24T22:23:35+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
4b352ddf by Andreas Tille at 2025-02-24T21:23:35+00:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
a750b723 by Andreas Tille at 2025-02-24T22:24:32+01:00
Update watch file format version to 4.

Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html

- - - - -


7 changed files:

- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Information about protobuf-java-format
---------------------------------------
-
-This package was debianized using the mh_make command
-from the maven-debian-helper package.
-
-The build system uses Maven but prevents it from downloading
-anything from the Internet, making the build compliant with
-the Debian policy.


=====================================
debian/changelog
=====================================
@@ -1,3 +1,26 @@
+protobuf-java-format (1.3-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix watch file
+  * Remove debian/README.source
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Standards-Version: 4.7.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Trim trailing whitespace.
+  * Update watch file format version to 4.
+
+ -- Andreas Tille <tille at debian.org>  Mon, 24 Feb 2025 22:22:00 +0100
+
+protobuf-java-format (1.3-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>  Tue, 29 Dec 2020 02:39:28 +0100
+
 protobuf-java-format (1.3-1) unstable; urgency=medium
 
   * New upstream release


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


=====================================
debian/control
=====================================
@@ -1,9 +1,11 @@
 Source: protobuf-java-format
-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: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0)
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
+               maven-debian-helper
 Build-Depends-Indep: libhamcrest-java,
                      libjackson2-core-java,
                      libjackson2-dataformat-smile,
@@ -12,14 +14,15 @@ Build-Depends-Indep: libhamcrest-java,
                      libprotobuf-java,
                      protobuf-compiler,
                      testng
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/protobuf-java-format.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/protobuf-java-format.git
+Standards-Version: 4.7.1
+Vcs-Browser: https://salsa.debian.org/java-team/protobuf-java-format
+Vcs-Git: https://salsa.debian.org/java-team/protobuf-java-format.git
 Homepage: https://github.com/bivas/protobuf-java-format
 
 Package: libprotobuf-java-format-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
 Suggests: ${maven:OptionalDepends}
 Description: Library to serialize protobuf messages to XML, JSON and HTML
  The protobuf-java-format library provide serialization and de-serialization


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: protobuf-java-format
 Source: https://github.com/bivas/protobuf-java-format
 Files-Excluded: repo


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@ --buildsystem=maven
-
-get-orig-source:
-	uscan --download-current-version --force-download --no-symlink


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-https://github.com/bivas/protobuf-java-format/tags .*/archive/([\d\.]+).tar.gz
+version=4
+https://github.com/bivas/protobuf-java-format/tags .*/([\d\.]+).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/protobuf-java-format/-/compare/38aee9fc138910c7bfbaa18d5def9dccf7951d05...a750b7237bc6395685b91c3ae4102520a528f3b3

-- 
View it on GitLab: https://salsa.debian.org/java-team/protobuf-java-format/-/compare/38aee9fc138910c7bfbaa18d5def9dccf7951d05...a750b7237bc6395685b91c3ae4102520a528f3b3
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/20250224/42e49f00/attachment.htm>


More information about the pkg-java-commits mailing list