[Git][java-team/felix-utils][master] 13 commits: Import Debian changes 1.8.6-1.1

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Feb 12 19:00:33 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / felix-utils


Commits:
73d96f9e by Holger Levsen at 2025-02-12T19:45:33+01:00
Import Debian changes 1.8.6-1.1

felix-utils (1.8.6-1.1) unstable; urgency=medium
.
  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

- - - - -
de8744df by Andreas Tille at 2025-02-12T19:46:23+01:00
d/README.source: Removed since redundant

- - - - -
debb461a by Andreas Tille at 2025-02-12T19:50:09+01:00
Install NOTICE file

- - - - -
bcd23c94 by Andreas Tille at 2025-02-12T19:50:32+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
99f8c5f7 by Andreas Tille at 2025-02-12T19:50:44+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
b90ea716 by Andreas Tille at 2025-02-12T19:50:45+01:00
debhelper-compat 13 (routine-update)

- - - - -
0658a926 by Andreas Tille at 2025-02-12T19:51:58+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
a442f214 by Andreas Tille at 2025-02-12T19:51:58+01:00
Secure URI in copyright format (routine-update)

- - - - -
04c8d160 by Andreas Tille at 2025-02-12T19:51:58+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
efaade82 by Andreas Tille at 2025-02-12T18:51:59+00:00
Trim trailing whitespace.

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

- - - - -
25acee88 by Andreas Tille at 2025-02-12T18:52:04+00: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

- - - - -
0b0e3211 by Andreas Tille at 2025-02-12T19:52:16+01:00
watch file standard 4 (routine-update)

- - - - -
8493008d by Andreas Tille at 2025-02-12T19:57:41+01:00
routine-update: Ready to upload to unstable

- - - - -


10 changed files:

- − .gitignore
- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/libfelix-utils-java.docs
- debian/rules
- − debian/source/local-options
- debian/watch


Changes:

=====================================
.gitignore deleted
=====================================
@@ -1 +0,0 @@
-.pc


=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Information about felix-utils
-------------------------------
-
-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,27 @@
+felix-utils (1.8.6-2) unstable; urgency=medium
+
+  * Team upload.
+  * d/README.source: Removed since redundant
+  * Install NOTICE file
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Standards-Version: 4.7.0 (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.
+  * Use secure URI in Homepage field.
+  * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 12 Feb 2025 19:52:16 +0100
+
+felix-utils (1.8.6-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>  Mon, 28 Dec 2020 14:06:29 +0100
+
 felix-utils (1.8.6-1) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -1,23 +1,24 @@
 Source: felix-utils
-Section: java
-Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 10),
-               default-jdk,
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
                default-jdk-doc,
                libmaven-javadoc-plugin-java,
                libosgi-compendium-java,
-               libosgi-core-java (>= 4.3),
-               maven-debian-helper (>= 1.4)
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/felix-utils.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/felix-utils.git
-Homepage: http://felix.apache.org
+               libosgi-core-java,
+               maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/felix-utils
+Vcs-Git: https://salsa.debian.org/java-team/felix-utils.git
+Homepage: https://felix.apache.org
 
 Package: libfelix-utils-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libfelix-utils-java-doc
 Description: collection of utility classes for Apache Felix
@@ -34,7 +35,8 @@ Description: collection of utility classes for Apache Felix
 Package: libfelix-utils-java-doc
 Architecture: all
 Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
+Depends: ${maven:DocDepends},
+         ${misc:Depends}
 Recommends: ${maven:DocOptionalDepends}
 Suggests: libfelix-utils-java
 Description: collection of utility classes for Apache Felix - documentation


=====================================
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: Apache Felix Utils
 Upstream-Contact: http://felix.apache.org/
 Source: http://www.apache.org/dist/felix/


=====================================
debian/libfelix-utils-java.docs
=====================================
@@ -0,0 +1 @@
+NOTICE


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


=====================================
debian/source/local-options deleted
=====================================
@@ -1,3 +0,0 @@
-# Can't unapply-patches because of mh_patchpom call on pom.xml
-#unapply-patches
-abort-on-upstream-changes


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
   https://svn.apache.org/repos/asf/felix/releases/ \
   org.apache.felix.utils-(\d.*)/ debian debian/orig-tar.sh



View it on GitLab: https://salsa.debian.org/java-team/felix-utils/-/compare/f606a789710206cc805068f819ea6ea0b7045a3b...8493008dd37adb784dcae1174d5da2bf9494113e

-- 
View it on GitLab: https://salsa.debian.org/java-team/felix-utils/-/compare/f606a789710206cc805068f819ea6ea0b7045a3b...8493008dd37adb784dcae1174d5da2bf9494113e
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/20250212/c3ad1540/attachment.htm>


More information about the pkg-java-commits mailing list