[Pkg-zsh-commits] [zsh-syntax-highlighting] 01/01: Upgrade to policy 4.1.1.

Daniel Shahaf danielsh at apache.org
Thu Nov 2 20:22:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch debian/master
in repository zsh-syntax-highlighting.

commit a7a6a2a84341ee3b85252bb2ce07c416c4808af4
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Thu Nov 2 20:21:08 2017 +0000

    Upgrade to policy 4.1.1.
---
 debian/changelog                                |  7 ++++++-
 debian/control                                  |  2 +-
 debian/patches/noop-use-slash-nonexistent.patch | 18 ++++++++++++++++++
 debian/patches/series                           |  1 +
 4 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 14fbf9a..233eab7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
 zsh-syntax-highlighting (0.6.0-1+git) UNRELEASED; urgency=medium
 
-  * 
+  * Bump Standards-Version to 4.1.1.
+    + §4.11: Verifying upstream's tags' signature is currently a todo,
+      see debian/watch and lintian output.  (Not a pressing issue since the
+      Debian maintainer and the upstream maintainer are currently the same
+      person.)
+    + §9.2.3: Patch unit test to use /nonexistent.  No functional change.
 
  -- Daniel Shahaf <danielsh at apache.org>  Wed, 30 Aug 2017 08:06:24 +0000
 
diff --git a/debian/control b/debian/control
index ee77a62..16f9a20 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Daniel Shahaf <danielsh at apache.org>
 Build-Depends:
 	debhelper (>= 10),
 	zsh,
-Standards-Version: 4.0.1.0
+Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-zsh/zsh-syntax-highlighting.git/
 Vcs-Git: https://anonscm.debian.org/git/pkg-zsh/zsh-syntax-highlighting.git
 Homepage: https://github.com/zsh-users/zsh-syntax-highlighting/
diff --git a/debian/patches/noop-use-slash-nonexistent.patch b/debian/patches/noop-use-slash-nonexistent.patch
new file mode 100644
index 0000000..cb2f889
--- /dev/null
+++ b/debian/patches/noop-use-slash-nonexistent.patch
@@ -0,0 +1,18 @@
+Description: Use /nonexistent for compliance with Debian policy v4.1.1 §9.2.3
+Author: Daniel Shahaf <danielsh at apache.org>
+Origin: Debian
+Forwarded: not-needed
+Last-Update: 2017-11-02
+diff --git a/highlighters/main/test-data/hashed-command.zsh b/highlighters/main/test-data/hashed-command.zsh
+index 2983ef8..b512239 100644
+--- a/highlighters/main/test-data/hashed-command.zsh
++++ b/highlighters/main/test-data/hashed-command.zsh
+@@ -27,7 +27,7 @@
+ # vim: ft=zsh sw=2 ts=2 et
+ # -------------------------------------------------------------------------------------------------
+ 
+-hash zsh_syntax_highlighting_hash=/doesnotexist
++hash zsh_syntax_highlighting_hash=/nonexistent
+ BUFFER='zsh_syntax_highlighting_hash'
+ 
+ expected_region_highlight=(
diff --git a/debian/patches/series b/debian/patches/series
index 986d384..d24ac34 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 set-version.patch
 fix-test-failures-due-to-ps.patch
+noop-use-slash-nonexistent.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-zsh/zsh-syntax-highlighting.git



More information about the Pkg-zsh-commits mailing list