Differences between revisions 14 and 19 (spanning 5 versions)
Revision 14 as of 2016-11-15 14:06:12
Size: 2002
Editor: ?EmmanuelBourg
Comment: Updated the instructions for using the APT repository on alioth
Revision 19 as of 2018-05-31 11:11:03
Size: 997
Editor: ?EmmanuelBourg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#language en
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[es/Teams/JavaPackaging|español]]-~
----
Line 3: Line 6:
 * '''Website''': http://pkg-java.alioth.debian.org  * '''Website''': https://java.debian.net
 * '''Bl
og''': https://java.debian.net/blog/
Line 8: Line 12:
 * List Website: http://lists.debian.org/debian-java  * '''List Website''': http://lists.debian.org/debian-java
Line 18: Line 22:
Please see the [[http://pkg-java.alioth.debian.org|alioth web page]]. Please see the [[https://java.debian.net|Java Team web page]].
Line 24: Line 28:
== package archive and upload queue ==

There is an upload queue for packages that are stuck in NEW or that are not ready for uploading for some reason.

To use the archive add the relevant lines for your /etc/apt/sources.list:
{{{
deb https://pkg-java.alioth.debian.org unstable/
deb-src https://pkg-java.alioth.debian.org unstable/
deb https://pkg-java.alioth.debian.org experimental/
deb-src https://pkg-java.alioth.debian.org experimental/
}}}

If you are member of the group pkg-java you can upload packages with the following dput configuration:
{{{
[pkg-java]
method = sftp
fqdn = alioth.debian.org
incoming = /home/groups/pkg-java/htdocs/mini-dinstall/incoming/
post_upload_command = ssh alioth.debian.org /home/groups/pkg-java/mini-dinstall.sh
allowed_distributions = .*
}}}
GPG signatures are not checked so far.

---

To help search engines a bit: the repository is organised with mini-dinstall, respective announcements on the arrival of new packages are set from mini-dinstall <''uploaderaliothaccount''@alioth.debian.org> to pkg-java-maintainers@lists.alioth.debian.org.

Translation(s): English - español


Infrastructure

Interacting with the team

Task description

We package Java software for Debian.

Get involved

Please see the Java Team web page.


CategoryTeams CategoryJava