[Pkg-javascript-commits] [node-eventemitter2] 01/02: minor fixes

matthew pideil mpideil-guest at moszumanska.debian.org
Tue May 6 15:34:39 UTC 2014


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

mpideil-guest pushed a commit to branch master
in repository node-eventemitter2.

commit a7ab0344893a8245bb419660a1bc0270f31ade0f
Author: Matthew Pideil <matthewp_debian at teledetection.fr>
Date:   Tue May 6 15:16:04 2014 +0000

    minor fixes
---
 debian/control   |  2 +-
 debian/copyright | 12 ++++++------
 debian/rules     |  1 +
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index c24b442..631a192 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Description: Eventemitter2 module for Node.js
 
 Package: libjs-eventemitter2
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Eventemitter2 module for use in a browser
  This module provides eventemitter2, an implementation of the eventemitter
  found in Node.js, for javascript.
diff --git a/debian/copyright b/debian/copyright
index dc7dcb6..e56f2d8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,15 @@ Upstream-Name: node-eventemitter2
 Upstream-Contact: https://github.com/asyncly/EventEmitter2/issues
 Source: https://github.com/asyncly/EventEmitter2
 
+Files: debian/*
+Copyright: 2014 Matthew Pideil <matthewp_debian at teledetection.fr>
+License: GPL-2+
+
 Files: *
 Copyright: 2011 hij1nx <http://www.twitter.com/hij1nx>
-License: MIT
+License: Expat
 
-License: MIT
+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
@@ -26,10 +30,6 @@ License: MIT
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-Files: debian/*
-Copyright: 2014 Matthew Pideil <matthewp_debian at teledetection.fr>
-License: GPL-2+
-
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff --git a/debian/rules b/debian/rules
index d3f4e16..eb1e847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ js-compressor := $(or $(notdir $(shell which uglifyjs)),yui-compressor)
 	dh $@ 
 
 override_dh_auto_clean:
+	dh_auto_clean
 	rm -rf debian/build
 
 override_dh_auto_build:

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



More information about the Pkg-javascript-commits mailing list