[Pkg-javascript-commits] [node-string-decoder] 01/01: NEw debian version

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:26:30 UTC 2017


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

rouca pushed a commit to branch master
in repository node-string-decoder.

commit 438876ef979dab2137d0e230b453ed95821164e4
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Fri Aug 25 21:24:34 2017 +0200

    NEw debian version
---
 debian/changelog | 9 +++++++++
 debian/control   | 6 +++---
 debian/rules     | 2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c464c69..acbb797 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+node-string-decoder (1.0.3-2) unstable; urgency=medium
+
+  * Fix git path. Thanks to duck
+  * Improve rules
+  * Move to section javascript
+  * Bump policy (no changes).
+
+ -- Bastien Roucariès <rouca at debian.org>  Fri, 25 Aug 2017 21:23:09 +0200
+
 node-string-decoder (1.0.3-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 73387b4..20a4721 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: node-string-decoder
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Bastien Roucariès <rouca at debian.org>
-Section: web
+Section: javascript
 Priority: optional
 Build-Depends: debhelper (>= 10),
                dh-buildinfo,
@@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 10),
 	       dpkg-dev (>= 1.17.14),
 	       node-safe-buffer (>= 5.1.0) <!nocheck>,
                node-tap (>= 8.0) <!nocheck>
-Standards-Version: 4.0.1
+Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-string-decoder.git
-Vcs-Git: https://anonscm.debian.org/pkg-javascript/node-string-decoder.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-string-decoder.git
 Homepage: https://github.com/rvagg/string_decoder
 
 Package: node-string-decoder
diff --git a/debian/rules b/debian/rules
index c5bc379..b7619f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 	dh $@
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
 	nodejs test/parallel/*.js
 else
 	@echo '**********************************************************'

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



More information about the Pkg-javascript-commits mailing list