Package: dput-ng
Version: 1.11
Severity: wishlist
Tags: patch

The attached patch adds a new profile for uploading to ports-master, which
carries an extra unreleased suite.

Regards,
James



-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dput-ng depends on:
ii  python-dput  1.11
pn  python:any   <none>

Versions of packages dput-ng recommends:
ii  bash-completion  1:2.1-4.3
ii  python-paramiko  2.0.0-1

dput-ng suggests no packages.

-- no debconf information
>From 611a54bda4fd485161549909cd71a2cad46fc9d1 Mon Sep 17 00:00:00 2001
From: James Clarke <jrt...@debian.org>
Date: Tue, 14 Feb 2017 14:53:34 +0000
Subject: [PATCH] Add ports-master profile

---
 skel/codenames/debian.json      |  3 +++
 skel/profiles/ports-master.json | 12 ++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/skel/codenames/debian.json b/skel/codenames/debian.json
index ceb2697..135a2bc 100644
--- a/skel/codenames/debian.json
+++ b/skel/codenames/debian.json
@@ -42,5 +42,8 @@
         "stretch-security",
         "buster-security",
         "bullseye-security"
+    ],
+    "ports": [
+        "unreleased"
     ]
 }
diff --git a/skel/profiles/ports-master.json b/skel/profiles/ports-master.json
new file mode 100644
index 0000000..47da500
--- /dev/null
+++ b/skel/profiles/ports-master.json
@@ -0,0 +1,12 @@
+{
+    "fqdn": "ports-master.debian.org",
+    "incoming": "/incoming/",
+    "login": "anonymous",
+    "meta": "debian",
+    "method": "ftp",
+    "allowed-distribution": {
+        "codename-groups": [
+            "general", "ports"
+        ]
+    }
+}
-- 
2.11.0

Reply via email to