Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2007-05-11 08:37:30
Size: 307
Editor: ?MarcusBetter
Comment:
Revision 11 as of 2010-08-06 18:18:53
Size: 2072
Comment: Link Java/Packaging
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * '''Email contact''': [[MailTo(debian-java AT lists DOT debian DOT org)]]  * '''Email contact''': <<MailTo(debian-java AT lists DOT debian DOT org)>>, send a mail with subject "subscribe" to <<MailTo(debian-java-REQUEST AT lists DOT debian DOT org)>>
 * List Website: http://lists.debian.org/debian-java
 * You're very welcome to introduce yourself to the list!
Line 15: Line 17:
Please see the web page. Please see the [[http://pkg-java.alioth.debian.org|alioth web page]].

 * http://www.debian.org/doc/manuals/debian-java-faq/
 * Information for packaging Java software in Debian: [[Java/Packaging]]
 * and an FAQ: [[JavaPackagingFAQ]]

== 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 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
}}}
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@l.d.o.

----
CategoryTeams
CategoryJava

Infrastructure

Interacting with the team

  • Email contact: <debian-java AT lists DOT debian DOT org>, send a mail with subject "subscribe" to <debian-java-REQUEST AT lists DOT debian DOT org>

  • List Website: http://lists.debian.org/debian-java

  • You're very welcome to introduce yourself to the list!

Task description

We package Java software for Debian.

Get involved

Please see the alioth web page.

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 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

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@l.d.o.


CategoryTeams CategoryJava