[Pkg-javascript-commits] [node-micromatch] 05/05: Update and clean packaging

Julien Puydt julien.puydt at laposte.net
Fri Nov 24 16:31:25 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository node-micromatch.

commit d4382b171a96bad52d6e10ea5e04dde23fcc5d86
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Nov 24 17:28:22 2017 +0100

    Update and clean packaging
---
 debian/changelog                |  7 +++++++
 debian/compat                   |  2 +-
 debian/control                  |  9 +++------
 debian/copyright                |  5 +++--
 debian/rules                    | 11 -----------
 debian/source/lintian-overrides |  7 ++-----
 6 files changed, 16 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f1b8516..93ab023 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ node-micromatch (3.1.4-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Update packaging:
+    - Bump dh compat to 10
+    - Bump std-ver to 4.1.1
+    - Bump d/watch to version 4
+    - Move from section web to section javascript
+    - Use https in d/copyright's Format
+    - Clean d/rules
 
  -- Julien Puydt <julien.puydt at laposte.net>  Fri, 24 Nov 2017 17:24:06 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index c6d38c0..c8744e9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,10 @@
 Source: node-micromatch
-Section: web
+Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Sruthi Chandran <srud at disroot.org>
-Build-Depends:
- debhelper (>= 9)
- , dh-buildinfo
- , nodejs
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10), nodejs
+Standards-Version: 4.1.1
 Homepage: https://github.com/jonschlinkert/micromatch
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-micromatch.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-micromatch.git
diff --git a/debian/copyright b/debian/copyright
index 259c0a7..10f4e4c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,15 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: micromatch
 Upstream-Contact: https://github.com/jonschlinkert/micromatch/issues
 Source: https://github.com/jonschlinkert/micromatch
 
 Files: *
-Copyright: 2016 Jon Schlinkert (https://github.com/jonschlinkert)
+Copyright: 2016-2017 Jon Schlinkert (https://github.com/jonschlinkert)
 License: Expat
 
 Files: debian/*
 Copyright: 2016 Sruthi Chandran <srud at disroot.org>
+	   2017 Julien Puydt <julien.puydt at laposte.net>
 License: Expat
 
 License: Expat
diff --git a/debian/rules b/debian/rules
index de57af0..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
 
 %:
 	dh $@
-
-#override_dh_auto_build:
-
-#override_dh_auto_test:
-
-
-
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 54407bc..05afb68 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,5 +1,2 @@
-node-micromatch source: source-is-missing test/actual/mini-dot-matchBase.js line length is 1119 characters (>512)
-node-micromatch source: source-is-missing test/actual/mini-dot.js line length is 1119 characters (>512)
-node-micromatch source: source-is-missing test/actual/mini-matchBase.js line length is 651 characters (>512)
-node-micromatch source: source-is-missing test/actual/mini-negate.js line length is 659 characters (>512)
-node-micromatch source: source-is-missing test/actual/mini.js line length is 651 characters (>512)
+# it's a test so long lines are expected
+node-micromatch source: source-is-missing test/brackets.js line length is 278 characters (>256)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-micromatch.git



More information about the Pkg-javascript-commits mailing list