[Git][java-team/felix-shell-tui][master] 13 commits: Fix Homepage
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Feb 12 18:47:46 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / felix-shell-tui
Commits:
a0e4e78f by Andreas Tille at 2025-02-12T19:36:28+01:00
Fix Homepage
- - - - -
0e500a34 by Andreas Tille at 2025-02-12T19:37:31+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
cca688e1 by Andreas Tille at 2025-02-12T19:38:58+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
7d832a61 by Andreas Tille at 2025-02-12T19:38:58+01:00
debhelper-compat 13 (routine-update)
- - - - -
55a2c089 by Andreas Tille at 2025-02-12T19:39:21+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
216d9dc6 by Andreas Tille at 2025-02-12T19:39:21+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
ae648bfb by Andreas Tille at 2025-02-12T18:39:22+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
d6b39361 by Andreas Tille at 2025-02-12T19:39:35+01:00
watch file standard 4 (routine-update)
- - - - -
d6e82131 by Andreas Tille at 2025-02-12T19:41:11+01:00
Formatting changelog
- - - - -
f7da4357 by Andreas Tille at 2025-02-12T19:41:48+01:00
Install NOTICE file
- - - - -
9b9c96f8 by Andreas Tille at 2025-02-12T19:44:06+01:00
d/copyright: Mention excluded files in Files-Excluded
- - - - -
7a642067 by Andreas Tille at 2025-02-12T19:44:28+01:00
d/README.source: remove since redundant
- - - - -
e0504440 by Andreas Tille at 2025-02-12T19:47:13+01:00
Upload to unstable
- - - - -
8 changed files:
- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/libfelix-shell-tui-java.docs
- debian/rules
- debian/watch
Changes:
=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Information about felix-shell-tui
-------------------------------
-
-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,20 @@
+felix-shell-tui (1.4.1-5) unstable; urgency=medium
+
+ * Team upload.
+ * Fix Homepage
+ * 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)
+ * Drop useless get-orig-source target (routine-update)
+ * Trim trailing whitespace.
+ * watch file standard 4 (routine-update)
+ * Install NOTICE file
+ * d/copyright: Mention excluded files in Files-Excluded
+ * d/README.source: remove since redundant
+
+ -- Andreas Tille <tille at debian.org> Wed, 12 Feb 2025 19:44:34 +0100
+
felix-shell-tui (1.4.1-4) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -1,32 +1,27 @@
Source: felix-shell-tui
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>
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 (>= 11),
- default-jdk,
- default-jdk-doc,
- libfelix-shell-java,
- libmaven-bundle-plugin-java,
- libmaven-javadoc-plugin-java,
- libosgi-core-java,
- maven-debian-helper (>= 1.4)
-Standards-Version: 4.1.2
-Homepage: http://felix.apache.org/site/apache-felix-shell-tui.html
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/felix-shell-tui.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-java/felix-shell-tui.git
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ default-jdk-doc,
+ libfelix-shell-java,
+ libmaven-bundle-plugin-java,
+ libmaven-javadoc-plugin-java,
+ libosgi-core-java,
+ maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/felix-shell-tui
+Vcs-Git: https://salsa.debian.org/java-team/felix-shell-tui.git
+Homepage: https://felix.apache.org/documentation/subprojects/apache-felix-shell-tui.html
Package: libfelix-shell-tui-java
Architecture: all
-Depends:
- ${maven:Depends},
- ${misc:Depends}
-Recommends:
- ${maven:OptionalDepends}
-Suggests:
- libfelix-shell-tui-java-doc
+Depends: ${maven:Depends},
+ ${misc:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libfelix-shell-tui-java-doc
Description: Apache Felix Shell TUI
The Felix project is an implementation
of the OSGi R4.2 core framework specification.
@@ -41,13 +36,10 @@ Description: Apache Felix Shell TUI
Package: libfelix-shell-tui-java-doc
Architecture: all
Section: doc
-Depends:
- ${maven:DocDepends},
- ${misc:Depends}
-Recommends:
- ${maven:DocOptionalDepends}
-Suggests:
- libfelix-shell-tui-java
+Depends: ${maven:DocDepends},
+ ${misc:Depends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libfelix-shell-tui-java
Description: Documentation for Apache Felix Shell TUI
The Felix project is an implementation
of the OSGi R4.2 core framework specification.
=====================================
debian/copyright
=====================================
@@ -2,6 +2,8 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Apache Felix Shell TUI
Upstream-Contact: http://felix.apache.org/site/apache-felix-shell-tui.html
Source: http://www.apache.org/dist/felix/
+Files-Excluded: */*.jar
+ */*.class
Files: *
Copyright: Copyright 2006-2009 The Apache Software Foundation
=====================================
debian/libfelix-shell-tui-java.docs
=====================================
@@ -0,0 +1 @@
+NOTICE
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
=====================================
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.shell.tui-(\d.*)/ debian debian/orig-tar.sh
View it on GitLab: https://salsa.debian.org/java-team/felix-shell-tui/-/compare/e5b42076ca3b24aa28b9a5de1ca72724b22bc224...e05044400b674678690bf0ae006014f81807cc46
--
View it on GitLab: https://salsa.debian.org/java-team/felix-shell-tui/-/compare/e5b42076ca3b24aa28b9a5de1ca72724b22bc224...e05044400b674678690bf0ae006014f81807cc46
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/cb4ae734/attachment.htm>
More information about the pkg-java-commits
mailing list