Package: dpkg-www Severity: wishlist Tags: patch The attached patch provides an update with new archive sections for programming language packages. See https://bugs.debian.org/753480 and https://bugs.debian.org/845576 for more on the new sections. ftpmaster has approved adding the two new sections, conditional on support for them in the various packages with lists of archive section names.
We'd like to include support for these sections in the next stable release of Debian, so that packages from stable can process packages from testing, unstable, experimental, backports, and third-party archives without encountering unknown section names. Please consider applying this patch and uploading a version with this patch included in either December or early January, to allow plenty of time for the upload to propagate to testing before the freeze in early February. Thank you, Josh Triplett -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-rc8-amd64 (SMP w/4 CPU cores) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
>From 6e9dd4932b2d3b4b46a6130f4d3fbb2d22ca68b3 Mon Sep 17 00:00:00 2001 From: Josh Triplett <j...@joshtriplett.org> Date: Thu, 8 Dec 2016 20:09:24 -0800 Subject: [PATCH] Update for new programming language sections --- src/dpkg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dpkg b/src/dpkg index 2f6b780..a584eab 100755 --- a/src/dpkg +++ b/src/dpkg @@ -34,6 +34,8 @@ games Programs to spend a nice time with after setting up Debian graphics Editors, viewers, converters... Everything to become an artist hamradio Software for ham radio interpreters Interpreters for interpreted languages and macro processors +java Java programming language and libraries +javascript JavaScript programming language, libraries, and development tools libs Libraries to make other programs work mail Programs to route, read, and compose E-mail messages math Math software @@ -43,6 +45,8 @@ news Software to access Usenet, to set up news servers, etc. non-us Software restricted in the US by export regulations or patents oldlibs Old versions of libraries, kept for backward compatibility otherosfs Software to use programs and filesystems for other O.S. +ruby Ruby programming language and libraries +rust Rust programming language, library crates, and development tools science Basic tools for scientific work shells Command shells and friendly user interfaces for beginners. sound Utilities to deal with sound: mixers, players, recorders, etc. -- 2.11.0