[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#852382: packages.debian.org: Add javascript and rust sections



Package: www.debian.org
Tags: patch
User: www.debian.org@packages.debian.org
Usertags: packages

The attached patch adds the new archive sections "javascript" and "rust"
to packages.debian.org.

- Josh Triplett
>From ff24f73923e0bd733b400363fdffa920ce226ef8 Mon Sep 17 00:00:00 2001
From: Josh Triplett <josh@joshtriplett.org>
Date: Mon, 23 Jan 2017 19:28:14 -0800
Subject: [PATCH] Packages::Sections: Add javascript and rust sections

---
 lib/Packages/Sections.pm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/Packages/Sections.pm b/lib/Packages/Sections.pm
index b618fae..f028073 100644
--- a/lib/Packages/Sections.pm
+++ b/lib/Packages/Sections.pm
@@ -57,6 +57,8 @@ our %sections_descs = (
 					     N_("Machine readable introspection data for use by development tools.") ],
 		      java	=> [ N_("Java"),
 				     N_("Everything about Java.") ],
+		      javascript	=> [ N_("JavaScript"),
+					     N_("JavaScript programming language, libraries, and development tools.") ],
 		      kde	=> [ N_("KDE"),
 				     N_("The K Desktop Environment, a powerful, easy to use set of integrated applications.") ],
 		      kernel	=> [ N_("Kernels"),
@@ -95,6 +97,8 @@ our %sections_descs = (
 				     N_("Everything about Python, an interpreted, interactive object oriented language.") ],
 		      ruby	=> [ N_("Ruby"),
 				     N_("Everything about Ruby, an interpreted object oriented language.") ],
+		      rust	=> [ N_("Rust"),
+				     N_("Rust programming language, library crates, and development tools") ],
 		      science	=> [ N_("Science"),
 				     N_("Basic tools for scientific work") ],
 		      shells	=> [ N_("Shells"),
-- 
2.11.0


Reply to: