[Git][java-team/felix-gogo-shell][master] 11 commits: Import Debian changes 0.12.0-1.1
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Feb 12 17:49:14 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / felix-gogo-shell
Commits:
11ef4774 by Holger Levsen at 2025-02-12T18:32:58+01:00
Import Debian changes 0.12.0-1.1
felix-gogo-shell (0.12.0-1.1) unstable; urgency=medium
.
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
- - - - -
b1ada24e by Andreas Tille at 2025-02-12T18:34:16+01:00
Fix Homepage
- - - - -
3d730908 by Andreas Tille at 2025-02-12T18:38:40+01:00
d/copyright: Document excluded files
- - - - -
381bdc98 by Andreas Tille at 2025-02-12T18:39:12+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
de404724 by Andreas Tille at 2025-02-12T18:39:25+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
68682a12 by Andreas Tille at 2025-02-12T18:39:25+01:00
debhelper-compat 13 (routine-update)
- - - - -
1058069b by Andreas Tille at 2025-02-12T18:40:05+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
bbd8f868 by Andreas Tille at 2025-02-12T18:40:05+01:00
Secure URI in copyright format (routine-update)
- - - - -
d7092f9e by Andreas Tille at 2025-02-12T18:44:51+01:00
Remove unnecessary get-orig-source-target.
Changes-By: lintian-brush
Fixes: lintian: debian-rules-contains-unnecessary-get-orig-source-target
See-also: https://lintian.debian.org/tags/debian-rules-contains-unnecessary-get-orig-source-target.html
- - - - -
b721a4aa by Andreas Tille at 2025-02-12T18:45:17+01:00
d/watch: version=4
- - - - -
702e1409 by Andreas Tille at 2025-02-12T18:46:56+01:00
Upload to unstable
- - - - -
7 changed files:
- − .gitignore
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
.gitignore deleted
=====================================
@@ -1 +0,0 @@
-.pc
=====================================
debian/changelog
=====================================
@@ -1,3 +1,25 @@
+felix-gogo-shell (0.12.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix Homepage
+ * d/copyright: Document excluded files
+ * 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)
+ * Remove unnecessary get-orig-source-target.
+ * d/watch: version=4
+
+ -- Andreas Tille <tille at debian.org> Wed, 12 Feb 2025 18:45:20 +0100
+
+felix-gogo-shell (0.12.0-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 13:42:06 +0100
+
felix-gogo-shell (0.12.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,37 +1,32 @@
Source: felix-gogo-shell
+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 (>= 9),
- default-jdk,
- default-jdk-doc,
- libfelix-gogo-runtime-java,
- libfelix-gogo-runtime-java-doc,
- libmaven-bundle-plugin-java,
- libmaven-javadoc-plugin-java,
- libosgi-compendium-java,
- libosgi-compendium-java-doc,
- libosgi-core-java,
- libosgi-core-java-doc,
- libsurefire-java,
- maven-debian-helper
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/felix-gogo-shell.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/felix-gogo-shell.git
-Homepage: http://felix.apache.org/site/apache-felix-gogo.html
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ default-jdk-doc,
+ libfelix-gogo-runtime-java,
+ libfelix-gogo-runtime-java-doc,
+ libmaven-bundle-plugin-java,
+ libmaven-javadoc-plugin-java,
+ libosgi-compendium-java,
+ libosgi-compendium-java-doc,
+ libosgi-core-java,
+ libosgi-core-java-doc,
+ libsurefire-java,
+ maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/felix-gogo-shell
+Vcs-Git: https://salsa.debian.org/java-team/felix-gogo-shell.git
+Homepage: https://felix.apache.org/documentation/subprojects/apache-felix-gogo.html
Package: libfelix-gogo-shell-java
Architecture: all
-Depends:
- ${maven:Depends},
- ${misc:Depends}
-Recommends:
- ${maven:OptionalDepends}
-Suggests:
- libfelix-gogo-shell-java-doc
+Depends: ${maven:Depends},
+ ${misc:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libfelix-gogo-shell-java-doc
Description: Apache Felix Gogo Shell bundle
Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
RFC 147, which describes a standard shell for OSGi-based environments.
@@ -42,13 +37,10 @@ Description: Apache Felix Gogo Shell bundle
Package: libfelix-gogo-shell-java-doc
Architecture: all
Section: doc
-Depends:
- ${maven:DocDepends},
- ${misc:Depends}
-Recommends:
- ${maven:DocOptionalDepends}
-Suggests:
- libfelix-gogo-shell-java
+Depends: ${maven:DocDepends},
+ ${misc:Depends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libfelix-gogo-shell-java
Description: Documentation for Apache Felix Gogo Shell bundle
Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
RFC 147, which describes a standard shell for OSGi-based environments.
=====================================
debian/copyright
=====================================
@@ -1,6 +1,8 @@
-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 Gogo Shell
Source: http://felix.apache.org/site/apache-felix-gogo.html
+Files-Excluded: */*.jar
+ */*.class
Files: *
Copyright: 2011, Apache Software Foundation
=====================================
debian/rules
=====================================
@@ -2,7 +2,4 @@
export JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh $@ --parallel --buildsystem=maven
-
-get-orig-source:
- uscan --verbose --download-current-version --force-download --no-symlink
+ dh $@ --buildsystem=maven
=====================================
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.gogo.shell-(\d.*)/ debian debian/orig-tar.sh
View it on GitLab: https://salsa.debian.org/java-team/felix-gogo-shell/-/compare/fcb0c8c50bd2b387953e7939ebea3b67436425b1...702e14090289e2ba227acbc9a9e6b0c8ab9f6c20
--
View it on GitLab: https://salsa.debian.org/java-team/felix-gogo-shell/-/compare/fcb0c8c50bd2b387953e7939ebea3b67436425b1...702e14090289e2ba227acbc9a9e6b0c8ab9f6c20
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/07cfd43c/attachment.htm>
More information about the pkg-java-commits
mailing list