[Git][java-team/felix-framework][master] 14 commits: Standards-Version: 4.7.0 (routine-update)

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Feb 12 16:12:40 GMT 2025



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


Commits:
a1bd8f22 by Andreas Tille at 2025-02-12T16:57:43+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
39c92eff by Andreas Tille at 2025-02-12T16:57:43+01:00
debhelper-compat 13 (routine-update)

- - - - -
0e090a81 by Andreas Tille at 2025-02-12T16:58:45+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
8daa1003 by Andreas Tille at 2025-02-12T16:58:45+01:00
Secure URI in copyright format (routine-update)

- - - - -
fa15bc69 by Andreas Tille at 2025-02-12T16:58:45+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
1410a0d7 by Andreas Tille at 2025-02-12T15:58:46+00:00
Trim trailing whitespace.

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

- - - - -
7762f477 by Andreas Tille at 2025-02-12T15:58:51+00: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

- - - - -
30776f90 by Andreas Tille at 2025-02-12T17:02:39+01:00
Use secure URI in debian/watch.

Changes-By: lintian-brush

- - - - -
f4ac03e7 by Andreas Tille at 2025-02-12T17:03:34+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
442681f8 by Andreas Tille at 2025-02-12T17:04:53+01:00
Install NOTICE file

- - - - -
c21b29f0 by Andreas Tille at 2025-02-12T17:06:12+01:00
Simplify fetching upstream source

- - - - -
f1e7853e by Andreas Tille at 2025-02-12T17:07:06+01:00
Inject changelog paragraph of latest NMU

- - - - -
b82f172a by Andreas Tille at 2025-02-12T17:10:10+01:00
Avoid file conflict

- - - - -
2df4cee7 by Andreas Tille at 2025-02-12T17:12:02+01:00
Upload to unstable

- - - - -


8 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/libfelix-framework-java.docs
- − debian/orig-tar.sh
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-felix-framework (4.6.1-3) UNRELEASED; urgency=medium
+felix-framework (4.6.1-3) unstable; urgency=medium
 
   * Team upload
 
@@ -9,8 +9,26 @@ felix-framework (4.6.1-3) UNRELEASED; urgency=medium
   [ Andreas Tille ]
   * Fix Homepage
     Closes: #978428
-
- -- Andreas Tille <tille at debian.org>  Mon, 13 Jan 2025 07:39:05 +0100
+  * 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.
+  * Update watch file format version to 4.
+  * Use secure URI in debian/watch.
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Install NOTICE file
+  * Simplify fetching upstream source
+
+ -- Andreas Tille <tille at debian.org>  Wed, 12 Feb 2025 17:10:21 +0100
+
+felix-framework (4.6.1-2.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 11:30:06 +0100
 
 felix-framework (4.6.1-2) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -1,28 +1,27 @@
 Source: felix-framework
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Yulia Novozhilova <Yulia.Novozhilova at sun.com>
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Yulia Novozhilova <Yulia.Novozhilova at sun.com>
-Build-Depends:
- debhelper (>= 9),
- default-jdk,
- libasm-java (>= 5.0),
- libmaven-bundle-plugin-java,
- libmaven-javadoc-plugin-java,
- libmaven-source-plugin-java,
- libosgi-annotation-java,
- libosgi-compendium-java (>= 5.0.0),
- libosgi-core-java (>= 6.0.0),
- maven-debian-helper (>= 2.0)
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/felix-framework.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/felix-framework.git
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
+               libasm-java,
+               libmaven-bundle-plugin-java,
+               libmaven-javadoc-plugin-java,
+               libmaven-source-plugin-java,
+               libosgi-annotation-java,
+               libosgi-compendium-java,
+               libosgi-core-java,
+               maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/felix-framework
+Vcs-Git: https://salsa.debian.org/java-team/felix-framework.git
 Homepage: https://felix.apache.org/
 
 Package: libfelix-framework-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libfelix-framework-java-doc
 Description: Felix Framework subproject
@@ -32,7 +31,8 @@ Description: Felix Framework subproject
 Package: libfelix-framework-java-doc
 Architecture: all
 Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
+Depends: ${maven:DocDepends},
+         ${misc:Depends}
 Recommends: ${maven:DocOptionalDepends}
 Description: Javadoc API documentation for the Felix Framework subproject
  The Felix Framework subproject is an implementation


=====================================
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: felix-framework
 Source: http://felix.apache.org/site/downloads.cgi
 


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


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -x
-
-# called by uscan with '--upstream-version' <version> <file>
-package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-TAR=../"$package"_$2.orig.tar.xz
-DIR=$package-$2.orig
-
-
-tar xfz $3
-mv org.apache.felix.framework-$2 $DIR
-XZ_OPT=--best tar -c -J -f $TAR $DIR
-rm -rf $DIR $3


=====================================
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
-http://archive.apache.org/dist/felix/ org.apache.felix.framework-(.+)-source-release\.tar\.gz debian debian/orig-tar.sh
+version=4
+https://archive.apache.org/dist/felix/ org.apache.felix.framework-(.+)-source-release\.tar\.gz



View it on GitLab: https://salsa.debian.org/java-team/felix-framework/-/compare/1b528fa1a5f4eec4963421b314a5bcd55bf995d8...2df4cee7b81c8e526f427ddf0fd90bb3657e3848

-- 
View it on GitLab: https://salsa.debian.org/java-team/felix-framework/-/compare/1b528fa1a5f4eec4963421b314a5bcd55bf995d8...2df4cee7b81c8e526f427ddf0fd90bb3657e3848
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/339be820/attachment.htm>


More information about the pkg-java-commits mailing list