[Git][java-team/webjars-locator-core][master] 10 commits: Build-Depends: s/default-jdk/default-jdk-headless/

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Nov 4 16:41:14 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / webjars-locator-core


Commits:
cf2e5740 by Andreas Tille at 2025-11-04T17:31:36+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
f1e00be3 by Andreas Tille at 2025-11-04T17:32:47+01:00
d/watch: version=5

- - - - -
6bdf432c by Andreas Tille at 2025-11-04T17:33:17+01:00
d/README.source: Remove since redundant

- - - - -
0e677f53 by Andreas Tille at 2025-11-04T17:33:40+01:00
d/rules: Remove get-orig-source target

- - - - -
691af238 by Andreas Tille at 2025-11-04T17:34:06+01:00
d/copyright: Secure URI, s/MIT/Expat/

- - - - -
bd88f5ef by Andreas Tille at 2025-11-04T17:34:17+01:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
33d0d34e by Andreas Tille at 2025-11-04T17:34:17+01:00
debhelper-compat 13 (routine-update)

- - - - -
6f51bb04 by Andreas Tille at 2025-11-04T17:34:41+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
c5c2ebb6 by Andreas Tille at 2025-11-04T17:38:42+01:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
1d74ada4 by Andreas Tille at 2025-11-04T17:40:24+01:00
Upload to unstable

- - - - -


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 webjars-locator-core
---------------------------------------
-
-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,18 @@
+webjars-locator-core (0.30-2) unstable; urgency=medium
+
+  * Team upload.
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * d/watch: version=5
+  * d/README.source: Remove since redundant
+  * d/rules: Remove get-orig-source target
+  * d/copyright: Secure URI, s/MIT/Expat/
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Use secure URI in Homepage field.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 04 Nov 2025 17:39:12 +0100
+
 webjars-locator-core (0.30-1) unstable; urgency=medium
 
   * Initial release (Closes: #825316)


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


=====================================
debian/control
=====================================
@@ -1,21 +1,29 @@
 Source: webjars-locator-core
+Standards-Version: 4.7.2
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Emmanuel Bourg <ebourg at apache.org>,
 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)
-Build-Depends-Indep: libcommons-compress-java,
-                     libcommons-lang3-java,
-                     libslf4j-java
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/webjars-locator-core.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/webjars-locator-core.git
-Homepage: http://webjars.org
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk-headless,
+ maven-debian-helper,
+Build-Depends-Indep:
+ libcommons-compress-java,
+ libcommons-lang3-java,
+ libslf4j-java,
+Vcs-Browser: https://salsa.debian.org/java-team/webjars-locator-core
+Vcs-Git: https://salsa.debian.org/java-team/webjars-locator-core.git
+Homepage: https://webjars.org
 
 Package: libwebjars-locator-core-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: ${maven:OptionalDepends}
+Depends:
+ ${maven:Depends},
+ ${misc:Depends},
+Suggests:
+ ${maven:OptionalDepends},
 Description: WebJars Locator Core
  WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged
  into JAR files. They allow one to:


=====================================
debian/copyright
=====================================
@@ -1,10 +1,10 @@
-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: webjars-locator-core
 Source: https://github.com/webjars/webjars-locator-core
 
 Files: *
 Copyright: 2016, James Ward <james at jamesward.org>
-License: MIT
+License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a copy of
  this software and associated documentation files (the "Software"), to deal in
  the Software without restriction, including without limitation the rights to


=====================================
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,4 @@
-version=3
-https://github.com/webjars/webjars-locator-core/tags .*/(?:.*?)([\d\.]+)\.tar\.gz
+Version: 5
+
+Source: https://github.com/webjars/@PACKAGE@/tags
+Matching-Pattern: (?:.*?/)?@PACKAGE at -@ANY_VERSION@@ARCHIVE_EXT@



View it on GitLab: https://salsa.debian.org/java-team/webjars-locator-core/-/compare/e39502efc83859e9a3e9cd0316c02060cfdeddac...1d74ada4ae95a45c43fcdf34940b9e5dee261e7e

-- 
View it on GitLab: https://salsa.debian.org/java-team/webjars-locator-core/-/compare/e39502efc83859e9a3e9cd0316c02060cfdeddac...1d74ada4ae95a45c43fcdf34940b9e5dee261e7e
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/20251104/7d42c181/attachment.htm>


More information about the pkg-java-commits mailing list