summaryrefslogtreecommitdiffstats
path: root/vendors/pureos/main
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vendors/pureos/main/data/changes-file/known-dists9
-rw-r--r--vendors/pureos/main/data/common/derivative-changed-by7
-rw-r--r--vendors/pureos/main/data/fields/derivative-fields8
-rw-r--r--vendors/pureos/main/data/fields/derivative-versions7
4 files changed, 31 insertions, 0 deletions
diff --git a/vendors/pureos/main/data/changes-file/known-dists b/vendors/pureos/main/data/changes-file/known-dists
new file mode 100644
index 0000000..7078a90
--- /dev/null
+++ b/vendors/pureos/main/data/changes-file/known-dists
@@ -0,0 +1,9 @@
+# List of PureOS distributions
+
+landing
+green
+amber
+amber-phone
+byzantium
+crimson
+octarine
diff --git a/vendors/pureos/main/data/common/derivative-changed-by b/vendors/pureos/main/data/common/derivative-changed-by
new file mode 100644
index 0000000..144ce28
--- /dev/null
+++ b/vendors/pureos/main/data/common/derivative-changed-by
@@ -0,0 +1,7 @@
+# Derivative-specific changed-by validation.
+#
+# Checked in order, warns with $explanation if $regex does not match
+#
+# format: $regex ~~ explanation
+
+\@puri.sm>$ ~~ should use @puri.sm email addresses
diff --git a/vendors/pureos/main/data/fields/derivative-fields b/vendors/pureos/main/data/fields/derivative-fields
new file mode 100644
index 0000000..f8c2e98
--- /dev/null
+++ b/vendors/pureos/main/data/fields/derivative-fields
@@ -0,0 +1,8 @@
+maintainer ~~ ^PureOS Maintainers <pureos-project\@lists\.puri\.sm>$ ~~ != PureOS Maintainers <pureos-project@lists.puri.sm>
+uploaders ~~ ^-$ ~~ field must be empty
+xsbc-original-maintainer ~~ . ~~ must be set to original Maintainer field
+vcs-cvs ~~ ^-$ ~~ field must be empty
+vcs-hg ~~ ^-$ ~~ field must be empty
+vcs-svn ~~ ^-$ ~~ field must be empty
+vcs-git ~~ ^https://source.puri.sm/pureos/([^/]+)/([^/]+)+\.git$ ~~ must point to https://source.puri.sm/pureos/group/pkg.git
+vcs-browser ~~ ^https://source.puri.sm/pureos/([^/]+)/([^/]+)$ ~~ must point to https://source.puri.sm/pureos/group/pkg
diff --git a/vendors/pureos/main/data/fields/derivative-versions b/vendors/pureos/main/data/fields/derivative-versions
new file mode 100644
index 0000000..4adad2c
--- /dev/null
+++ b/vendors/pureos/main/data/fields/derivative-versions
@@ -0,0 +1,7 @@
+# Derivative-specific version number validation
+#
+# Checked in order, warns with $explanation if $regex does not match
+#
+# format: $regex ~~ explanation
+
+pureos\d+$ ~~ must end with pureosX