Source: gambas3
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 ea4a83f2fe7e91c85f2bde3dd4d7718e38f8fe87 Mon Sep 17 00:00:00 2001
From: Josh Triplett <j...@joshtriplett.org>
Date: Thu, 8 Dec 2016 20:11:51 -0800
Subject: [PATCH] Add sections for Rust and JavaScript

---
 app/src/gambas3/install/group/debian | 2 ++
 app/src/gambas3/install/group/ubuntu | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app/src/gambas3/install/group/debian b/app/src/gambas3/install/group/debian
index 80f35715..f2a9cc98 100644
--- a/app/src/gambas3/install/group/debian
+++ b/app/src/gambas3/install/group/debian
@@ -19,6 +19,7 @@ haskell
 httpd
 interpreters
 java
+javascript
 kde
 kernel
 libs
@@ -37,6 +38,7 @@ perl
 php
 python
 ruby
+rust
 science
 shells
 sound
diff --git a/app/src/gambas3/install/group/ubuntu b/app/src/gambas3/install/group/ubuntu
index 80f35715..f2a9cc98 100644
--- a/app/src/gambas3/install/group/ubuntu
+++ b/app/src/gambas3/install/group/ubuntu
@@ -19,6 +19,7 @@ haskell
 httpd
 interpreters
 java
+javascript
 kde
 kernel
 libs
@@ -37,6 +38,7 @@ perl
 php
 python
 ruby
+rust
 science
 shells
 sound
-- 
2.11.0

Reply via email to