[Pkg-javascript-commits] [node-clarinet] 01/03: dfsg repack to avoid problematic files

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Thu Oct 2 17:09:57 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-clarinet.

commit 1b2aec6c64a1283249abbca7440f72d370b58ffb
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Thu Oct 2 17:04:30 2014 +0000

    dfsg repack to avoid problematic files
---
 debian/changelog |  6 ++++++
 debian/control   |  4 ----
 debian/copyright | 31 ++++++-------------------------
 debian/rules     |  6 ------
 debian/watch     |  2 +-
 5 files changed, 13 insertions(+), 36 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 67f89a6..fcb2fd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-clarinet (0.9.1+dfsg-1) UNRELEASED; urgency=low
+
+  * dfsg repack to avoid problematic samples and tests files.
+
+ -- Andrew Kelley <superjoe30 at gmail.com>  Thu, 02 Oct 2014 17:00:37 +0000
+
 node-clarinet (0.9.0-1) unstable; urgency=low
 
   * Initial release (Closes: #753652)
diff --git a/debian/control b/debian/control
index 568a671..b41b9ed 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,6 @@ Uploaders: Andrew Kelley <superjoe30 at gmail.com>
 Build-Depends:
  debhelper (>= 8)
  , dh-buildinfo
- , mocha
- , node-should
- , node-underscore
- , nodejs
 Standards-Version: 3.9.5
 Homepage: https://github.com/dscape/clarinet
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-clarinet.git
diff --git a/debian/copyright b/debian/copyright
index 225fd3d..485baf7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,18 +2,20 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: clarinet
 Upstream-Contact: http://github.com/dscape/clarinet/issues
 Source: https://github.com/dscape/clarinet
+Files-Excluded: test/*
+ samples/*
+ bench/*
 Comment: This project is forked from sax-js by Isaac Z. Schlueter; however
  the source is changed so much that it all looks like new code. Isaac is
  credited in the upstream license file.
+ .
+ The orig tarball is repacked because upstream contains problematic files
+ in the samples and test directories.
 
 Files: *
 Copyright: 2014 Nuno Job <nunojobpinto at gmail.com> (http://nunojob.com/)
 License: BSD-2-clause
 
-Files: bench/*
-Copyright: 2012 Tim Caswell <tim at creationix.com>
-License: Expat
-
 Files: debian/*
 Copyright: 2014 Andrew Kelley <superjoe30 at gmail.com>
 License: BSD-2-clause
@@ -39,24 +41,3 @@ License: BSD-2-clause
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-License: Expat
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation files
- (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
diff --git a/debian/rules b/debian/rules
index 39e6000..0c06312 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,3 @@
 %:
 	dh $@
 
-#override_dh_auto_build:
-
-override_dh_auto_test:
-	mocha -r should -t 10000 -s 2000  test/clarinet.js test/npm.js
-
-
diff --git a/debian/watch b/debian/watch
index a894120..6350924 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=3
 opts=\
-dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+uversionmangle=s/$/+dfsg/,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-clarinet-$1.tar.gz/ \
  https://github.com/dscape/clarinet/tags .*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list