Differences between revisions 4 and 19 (spanning 15 versions)
Revision 4 as of 2009-07-24 09:22:44
Size: 1320
Comment:
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 7: Line 11:
 * '''Email contact''': <<MailTo(debian-java AT lists DOT debian DOT org)>>  * '''Email contact''': debian-java@lists.debian.org, send a mail with subject "subscribe" to debian-java-REQUEST@lists.debian.org
 * '''List Website''': http://lists.debian.org/debian-java
 * You're very welcome to introduce yourself to the list!
 * '''Public IRC channel''': ''[[irc://irc.debian.org/debian-java|#debian-java]]'' on irc.debian.org (OFTC)
Line 15: Line 22:
Please see the web page. Please see the [[https://java.debian.net|Java Team web page]].
Line 17: Line 24:
== package archive and upload queue ==  * http://www.debian.org/doc/manuals/debian-java-faq/
 * Information for packaging Java software in Debian: [[Java/Packaging]]
 * and an FAQ: [[JavaPackagingFAQ]]
Line 19: Line 28:
There is an upload queue for packages that are stuck in NEW or that are not ready for uploading for some reason.
Line 21: Line 29:
To use the archive add the relevant lines for your sources.list:
{{{
deb http://pkg-java.alioth.debian.org unstable/amd64/
deb http://pkg-java.alioth.debian.org unstable/i386/
deb http://pkg-java.alioth.debian.org unstable/all/
deb-src http://pkg-java.alioth.debian.org unstable/source/
deb http://pkg-java.alioth.debian.org experimental/amd64/
deb http://pkg-java.alioth.debian.org experimental/i386/
deb http://pkg-java.alioth.debian.org experimental/all/
deb-src http://pkg-java.alioth.debian.org experimental/source/
}}}

If you are member of the group pkg-java you can upload packages with the following dput configuration:
{{{
[pkg-java]
method = scp
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
}}}
----
CategoryTeams
CategoryJava

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