New Upstream Snapshot - gitlab-ci-mode-el

Ready changes

Summary

Merged new upstream version: 20190824.12.2+git20191022.1.c861dc5 (was: 20190824.12.2).

Resulting package

Built on 2023-01-19T09:45 (took 5m18s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots elpa-gitlab-ci-mode

Lintian Result

Diff

diff --git a/Cask b/Cask
index 17eefcf..badae05 100644
--- a/Cask
+++ b/Cask
@@ -1,3 +1,4 @@
+(source gnu)
 (source melpa-stable)
 
 (package-file "gitlab-ci-mode.el")
diff --git a/debian/changelog b/debian/changelog
index 46e72d7..eeb6b47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gitlab-ci-mode-el (20190824.12.2+git20191022.1.c861dc5-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 09:41:21 -0000
+
 gitlab-ci-mode-el (20190824.12.2-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/0001-clean-documentation.diff b/debian/patches/0001-clean-documentation.diff
index 09dce65..67ce131 100644
--- a/debian/patches/0001-clean-documentation.diff
+++ b/debian/patches/0001-clean-documentation.diff
@@ -5,8 +5,10 @@ This patch removes badge icons from README file. These icons are
 intended rather for developers and are loaded from several external
 web sites.
 
---- a/README.md
-+++ b/README.md
+Index: gitlab-ci-mode-el.git/README.md
+===================================================================
+--- gitlab-ci-mode-el.git.orig/README.md
++++ gitlab-ci-mode-el.git/README.md
 @@ -1,8 +1,5 @@
  # gitlab-ci-mode
  
diff --git a/gitlab-ci-mode.el b/gitlab-ci-mode.el
index 1975419..e9a8faa 100644
--- a/gitlab-ci-mode.el
+++ b/gitlab-ci-mode.el
@@ -1,11 +1,11 @@
-;;; gitlab-ci-mode.el --- mode for editing GitLab CI files  -*- lexical-binding: t; -*-
+;;; gitlab-ci-mode.el --- Mode for editing GitLab CI files  -*- lexical-binding: t; -*-
 ;;
 ;; Copyright 2018 Joe Wreschnig
 ;;
 ;; Author: Joe Wreschnig
 ;; Keywords: tools, vc
-;; Package-Requires: ((emacs "25") (yaml-mode "0.0.12"))
-;; Package-Version: 20190824.12.2
+;; Package-Requires: ((emacs "25.1") (yaml-mode "0.0.12"))
+;; Package-Version: 20191022.12.4
 ;; URL: https://gitlab.com/joewreschnig/gitlab-ci-mode/
 ;;
 ;; This program is free software; you can redistribute it and/or modify
@@ -72,11 +72,14 @@ set in a ‘variables’ block and act more like keywords.")
      "dependencies"
      "environment"
      "except"
+     "exists"
      "expire_in"
      "extends"
      "file"
+     "if"
      "image"
      "include"
+     "interruptible"
      "key"
      "kubernetes"
      "local"
@@ -95,6 +98,7 @@ set in a ‘variables’ block and act more like keywords.")
      "remote"
      "reports"
      "retry"
+     "rules"
      "script"
      "services"
      "stage"
@@ -102,6 +106,7 @@ set in a ‘variables’ block and act more like keywords.")
      "start_in"
      "tags"
      "template"
+     "timeout"
      "trigger"
      "untracked"
      "url"
@@ -111,7 +116,9 @@ set in a ‘variables’ block and act more like keywords.")
   "YAML keys with special meaning used in GitLab CI files.")
 
 (defconst gitlab-ci-special-values
-  '("always"
+  '(".post"
+    ".pre"
+    "always"
     "api"
     "api_failure"
     "branches"
@@ -358,8 +365,7 @@ In particular, it does not expect to encounter tags."
       (1 'gitlab-ci-custom-variable))
      (,(format "[-:].+\\<\\(%s\\)\\>"
                (regexp-opt gitlab-ci-special-values))
-      (1 'gitlab-ci-special-value))
-     ))
+      (1 'gitlab-ci-special-value))))
 
   (setq-local completion-at-point-functions
               '(gitlab-ci-complete-at-point)))

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/emacs/site-lisp/elpa-src/gitlab-ci-mode-20191022.12.4/gitlab-ci-mode-autoloads.el
-rw-r--r--  root/root   /usr/share/emacs/site-lisp/elpa-src/gitlab-ci-mode-20191022.12.4/gitlab-ci-mode-pkg.el
-rw-r--r--  root/root   /usr/share/emacs/site-lisp/elpa-src/gitlab-ci-mode-20191022.12.4/gitlab-ci-mode.el

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/emacs/site-lisp/elpa-src/gitlab-ci-mode-20190824.12.2/gitlab-ci-mode-autoloads.el
-rw-r--r--  root/root   /usr/share/emacs/site-lisp/elpa-src/gitlab-ci-mode-20190824.12.2/gitlab-ci-mode-pkg.el
-rw-r--r--  root/root   /usr/share/emacs/site-lisp/elpa-src/gitlab-ci-mode-20190824.12.2/gitlab-ci-mode.el

No differences were encountered in the control files

More details

Full run details