[Pkg-javascript-commits] [node-source-map] 03/03: Package 0.5.2
Julien Puydt
julien.puydt at laposte.net
Wed Apr 13 09:33:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-source-map.
commit 3da3eb8d91d6d3340dbec4622dae8093b1546a6a
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Apr 13 08:35:07 2016 +0200
Package 0.5.2
---
debian/changelog | 10 ++++++++++
debian/control | 10 +++++-----
debian/copyright | 2 +-
debian/rules | 3 ---
4 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7174110..5f15ee8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+node-source-map (0.5.2-1) UNRELEASED; urgency=medium
+
+ * New upstream version 0.5.2 (Closes: #802224)
+ * Bump Standards-Version 3.9.7
+ * Use https for Vcs-* fields
+ * Update d/copyright (moved file)
+ * Add myself to uploaders
+
+ -- Julien Puydt <julien.puydt at laposte.net> Wed, 13 Apr 2016 08:33:16 +0200
+
node-source-map (0.1.40-1) unstable; urgency=medium
* Imported Upstream version 0.1.40
diff --git a/debian/control b/debian/control
index 1a4c5ab..b8bd57e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,18 @@ Source: node-source-map
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: Leo Iannacone <l3on at ubuntu.com>
+Uploaders: Leo Iannacone <l3on at ubuntu.com>, Julien Puydt <julien.puydt at laposte.net>
Build-Depends:
debhelper (>= 8)
, dh-buildinfo
, nodejs
, node-dryice
, node-amdefine
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Homepage: https://github.com/mozilla/source-map
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-source-map.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-source-map.git
-XS-Testsuite: autopkgtest
+Vcs-Git: https://anonscm.debian.org/pkg-javascript/node-source-map.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-source-map.git
+Testsuite: autopkgtest
Package: node-source-map
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 00e3179..0b7a97f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,7 +7,7 @@ Files: *
Copyright: 2009-2014 Mozilla Foundation and contributors
License: BSD-3-clause
-Files: lib/source-map/base64-vlq.js
+Files: lib/base64-vlq.js
Copyright: 2011 Mozilla Foundation and contributors
2011 The Closure Compiler Authors
License: BSD-3-clause
diff --git a/debian/rules b/debian/rules
index 1ea8ba9..53bbdca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,5 @@
%:
dh $@
-override_dh_auto_build:
- nodejs Makefile.dryice.js
-
override_dh_auto_test:
nodejs test/run-tests.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-source-map.git
More information about the Pkg-javascript-commits
mailing list