[Git][java-team/triplea][master] 5 commits: Standards-Version: 4.7.0 (routine-update)

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Jan 27 21:16:44 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / triplea


Commits:
ee199bf5 by Andreas Tille at 2025-01-27T22:14:55+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
dea02c20 by Andreas Tille at 2025-01-27T22:14:55+01:00
debhelper-compat 13 (routine-update)

- - - - -
7ebf3585 by Andreas Tille at 2025-01-27T22:15:13+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
ebf542cc by Andreas Tille at 2025-01-27T22:15:13+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
68fb186e by Andreas Tille at 2025-01-27T22:15:58+01:00
Trim trailing whitespace.

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

- - - - -


4 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -4,6 +4,11 @@ triplea (1.9.0.0.7062-3) UNRELEASED; urgency=medium
   * Secure URI in Homepage
   * Build-Depends: s/default-jdk/default-jdk-headless/
   * Add repack suffix to flag removal of files in Files-Excluded
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Trim trailing whitespace.
 
  -- Andreas Tille <tille at debian.org>  Mon, 27 Jan 2025 22:07:56 +0100
 


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


=====================================
debian/control
=====================================
@@ -1,52 +1,48 @@
 Source: triplea
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Howard <showard at debian.org>
 Section: games
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Scott Howard <showard at debian.org>
-Build-Depends:
- debhelper (>= 11),
- default-jdk-headless,
- gradle-debian-helper,
- javahelper,
- libandroid-json-java,
- libcommons-codec-java,
- libcommons-io-java,
- libcommons-logging-java,
- libcommons-math3-java,
- libfindbugs-java,
- libguava-java,
- libhttpclient-java,
- libhttpmime-java,
- libjbcrypt-java,
- liblaf-plugin-java,
- liblaf-widget-java,
- libmail-java,
- libpostgresql-jdbc-java,
- libtrident-java,
- libyaml-snake-java,
- openjfx,
- substance
-Standards-Version: 4.2.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/triplea.git
-Vcs-browser: https://anonscm.debian.org/git/pkg-java/triplea.git
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
+               gradle-debian-helper,
+               javahelper,
+               libandroid-json-java,
+               libcommons-codec-java,
+               libcommons-io-java,
+               libcommons-logging-java,
+               libcommons-math3-java,
+               libfindbugs-java,
+               libguava-java,
+               libhttpclient-java,
+               libhttpmime-java,
+               libjbcrypt-java,
+               liblaf-plugin-java,
+               liblaf-widget-java,
+               libmail-java,
+               libpostgresql-jdbc-java,
+               libtrident-java,
+               libyaml-snake-java,
+               openjfx,
+               substance
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/triplea
+Vcs-Git: https://salsa.debian.org/java-team/triplea.git
 Homepage: https://www.triplea-game.org/
 
 Package: triplea
 Architecture: all
-Depends:
- default-jre | java8-runtime,
- java-wrappers,
- libflamingo-java (>= 7.3),
- liblaf-plugin-java (>= 7.3),
- liblaf-widget-java (>= 7.3),
- libtrident-java (>= 7.3),
- substance (>= 7.3),
- substance-flamingo (>= 7.3),
- ${java:Depends},
- ${misc:Depends}
-Recommends:
- ${java:Recommends}
+Depends: default-jre | java8-runtime,
+         java-wrappers,
+         libflamingo-java,
+         liblaf-plugin-java,
+         liblaf-widget-java,
+         libtrident-java,
+         substance,
+         substance-flamingo,
+         ${java:Depends},
+         ${misc:Depends}
+Recommends: ${java:Recommends}
 Description: Turn based strategy game
  TripleA is a turn based strategy game. TripleA comes with multiple
  games and over 100 more games can be downloaded from the user


=====================================
debian/rules
=====================================
@@ -6,6 +6,3 @@
 override_dh_auto_build:
 	dh_auto_build
 	mv build/libs/triplea-*.jar build/libs/triplea.jar
-
-get-orig-source:
-	uscan --verbose --download-current-version --force-download --repack --compression xz



View it on GitLab: https://salsa.debian.org/java-team/triplea/-/compare/86a76435b76e61388b0bfee64bbdbd0d4af7d8b1...68fb186e96fd714f504be55334a8cd545804c7ab

-- 
View it on GitLab: https://salsa.debian.org/java-team/triplea/-/compare/86a76435b76e61388b0bfee64bbdbd0d4af7d8b1...68fb186e96fd714f504be55334a8cd545804c7ab
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/20250127/2a3946bd/attachment.htm>


More information about the pkg-java-commits mailing list