[Pkg-javascript-commits] [node-kind-of] 04/06: Update packaging

Julien Puydt julien.puydt at laposte.net
Sat Nov 25 09:39:14 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-kind-of.

commit f437cd566e6a53851b1981b1c69dbd7073d2ef2e
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Nov 25 10:34:59 2017 +0100

    Update packaging
---
 debian/changelog     |  7 +++++++
 debian/compat        |  2 +-
 debian/control       | 14 ++++----------
 debian/copyright     |  5 ++---
 debian/rules         | 11 -----------
 debian/tests/control |  2 +-
 debian/watch         |  2 +-
 7 files changed, 16 insertions(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e3a63c..4a8cdf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ node-kind-of (6.0.1+dfsg-1) UNRELEASED; urgency=medium
 
   * Team upload
   * New upstream release
+  * Update packaging:
+    - Use https in d/copyright's format
+    - Bump dh compat to 10
+    - Clean d/rules
+    - Move to section javascript
+    - Bump std-ver to 4.1.1
+    - Bump d/watch to version 4
 
  -- Julien Puydt <julien.puydt at laposte.net>  Sat, 25 Nov 2017 10:29:37 +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 4ee3a38..749bada 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,17 @@
 Source: node-kind-of
-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/kind-of
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-kind-of.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-kind-of.git
 
 Package: node-kind-of
 Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
- , node-is-buffer (>> 1.0.2)
+Depends: ${misc:Depends}, nodejs, node-is-buffer (>> 1.0.2)
 Description: Get the native type of a value
  Get the type of a value, fast.
  .
diff --git a/debian/copyright b/debian/copyright
index be35793..2c68688 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,8 @@
-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: kind-of
 Upstream-Contact: https://github.com/jonschlinkert/kind-of/issues
 Source: https://github.com/jonschlinkert/kind-of
-Files-Excluded:
-  browser.js
+Files-Excluded: browser.js
 
 Files: *
 Copyright: 2016 Jon Schlinkert (https://github.com/jonschlinkert)
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/tests/control b/debian/tests/control
index 151120c..eb8781d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
 Tests: require
-Depends: node-kind-of
+Depends: @
diff --git a/debian/watch b/debian/watch
index 4bc66ac..9bf9b23 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-version=3
+version=4
 opts=\
 repacksuffix=+dfsg,\
 repack,compression=xz,\

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



More information about the Pkg-javascript-commits mailing list