[Pkg-javascript-commits] [node-crc] 01/01: Imported Debian patch 3.0.0-3

Thorsten Alteholz alteholz at moszumanska.debian.org
Sun Jul 17 13:06:55 UTC 2016


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

alteholz pushed a commit to branch master
in repository node-crc.

commit 19398b8d566d0811f353d342e40761f048cfcbfb
Author: Thorsten Alteholz <debian at alteholz.de>
Date:   Wed Feb 24 18:04:02 2016 +0100

    Imported Debian patch 3.0.0-3
---
 .gitignore                          | 1 +
 debian/changelog                    | 9 +++++++++
 debian/control                      | 6 +++---
 debian/patches/0000-fix-tests.patch | 8 --------
 4 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3c3629e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+node_modules
diff --git a/debian/changelog b/debian/changelog
index 889a0a4..f2e4983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+node-crc (3.0.0-3) unstable; urgency=medium
+
+  * debian/control: add myself to uploaders
+  * debian/control: use secure VCS-URLs
+  * adapt patch 0000-fix-tests.patch for coffeescript > 1.7
+    (Closes: #787924)
+
+ -- Thorsten Alteholz <debian at alteholz.de>  Wed, 24 Feb	2016 18:04:02 +0100
+
 node-crc (3.0.0-2) unstable; urgency=medium
 
   * Save/restore upstream files instead of moving location
diff --git a/debian/control b/debian/control
index 1d92f28..5e8b4f2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: web
 Priority: extra
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Leo Iannacone <l3on at ubuntu.com>
+           , Thorsten Alteholz <debian at alteholz.de>
 Build-Depends:
  debhelper (>= 8)
  , dh-buildinfo
@@ -12,9 +13,8 @@ Build-Depends:
  , node-should
 Standards-Version: 3.9.6
 Homepage: https://github.com/alexgorbatchev/node-crc
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-crc.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-crc.git
-XS-Testsuite: autopkgtest
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-crc.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-crc.git
 
 Package: node-crc
 Architecture: all
diff --git a/debian/patches/0000-fix-tests.patch b/debian/patches/0000-fix-tests.patch
index c1bb3ac..6ce9b59 100644
--- a/debian/patches/0000-fix-tests.patch
+++ b/debian/patches/0000-fix-tests.patch
@@ -24,11 +24,3 @@ Forwarded: not-needed
  
  GLOBAL.example = ({crc, string, expected}) ->
    describe "crc for `#{string}`", ->
---- a/test/mocha.opts
-+++ b/test/mocha.opts
-@@ -1,4 +1,4 @@
----compilers coffee:coffee-script/register
-+--compilers coffee:coffee-script
- --recursive
- --reporter spec
- --ui bdd

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



More information about the Pkg-javascript-commits mailing list